aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [ticket/12060] Correctly label alpha versions in event docblocksMatt Friedman2013-12-133-7/+7
* [ticket/12060] Fix u_action comments in docblocksMatt Friedman2013-12-121-2/+2
* [ticket/12060] Change @since in event docblocksMatt Friedman2013-12-123-7/+7
* [ticket/12060] Update the docblock comments in acp core eventsMatt Friedman2013-12-121-4/+4
* [ticket/12060] Refactor u_action in the events that use itMatt Friedman2013-12-121-9/+7
* [ticket/12060] Use $sql_ary instead of $sqlMatt Friedman2013-12-122-16/+20
* [ticket/12060] Update docblock for core event due to addition of another varMatt Friedman2013-12-121-5/+6
* [ticket/12060] Remove re-tabbing of html from subsilver2 filesMatt Friedman2013-12-121-38/+38
* [ticket/12060] Add $update_this_message var to the core eventMatt Friedman2013-12-121-1/+1
* [ticket/12060] Adjust last item in array to use a comma instead of closing pa...Matt Friedman2013-12-121-2/+2
* [ticket/12060] Copy this_u_action back to original this->u_action varMatt Friedman2013-12-121-0/+2
* [ticket/12060] Fix typo in core.acp_bbcodes_edit_add doc blockMatt Friedman2013-12-051-1/+1
* [ticket/12060] Add bbcode tokens array to core.acp_bbcodes_edit_addMatt Friedman2013-12-051-5/+7
* [ticket/12060] Use actions class for BBCodes list in ACPMatt Friedman2013-12-041-1/+1
* [ticket/12060] Fix a core typo in display_custom_bbcodes doc blockMatt Friedman2013-12-041-1/+1
* [ticket/12060] Add event core.modify_text_for_format_display_afterMatt Friedman2013-12-041-0/+22
* [ticket/12060] Add event core.modify_bbcode_initMatt Friedman2013-12-041-0/+17
* [ticket/12060] Add event core.display_custom_bbcodes_modify_sqlMatt Friedman2013-12-041-0/+11
* [ticket/12060] Add $phpbb_dispatcher to acp_bbcodes.php for eventsMatt Friedman2013-12-041-1/+1
* [ticket/12060] Add acp event core.acp_bbcodes_display_bbcodesMatt Friedman2013-12-041-2/+17
* [ticket/12060] Add acp event core.acp_bbcodes_display_formMatt Friedman2013-12-041-2/+20
* [ticket/12060] Add acp event core.acp_bbcodes_modify_createMatt Friedman2013-12-041-4/+24
* [ticket/12060] Add acp event core.acp_bbcodes_edit_addMatt Friedman2013-12-041-2/+16
* [ticket/12060] Wrap subsilver2 posting buttons in div with id tagsMatt Friedman2013-12-041-32/+36
* [ticket/12060] Add template events posting_editor_buttons_before/afterMatt Friedman2013-12-044-0/+24
* [ticket/12060] Add template event acp_bbcodes_actions_prepend/appendMatt Friedman2013-12-042-1/+13
* [ticket/12060] Add template event acp_bbcodes_edit_form_appendMatt Friedman2013-12-042-0/+8
* Merge pull request #1914 from VSEphpbb/ticket/12059Nathan Guse2013-12-041-0/+4
|\
| * [ticket/12059] Allow INCLUDECSS to work with ACP templatesMatt Friedman2013-12-041-0/+4
|/
* Merge pull request #1912 from marc1706/ticket/12058Nathan Guse2013-12-041-2/+2
|\
| * [ticket/12058] Add missing apostrophe to avatar_types migration queriesMarc Alexander2013-12-041-2/+2
|/
* Merge pull request #1813 from marc1706/ticket/11912Nathan Guse2013-12-0412-4/+1027
|\
| * [ticket/11912] Expect logic exceptions in test if no guesser availableMarc Alexander2013-11-231-0/+13
| * Merge branch 'develop' of https://github.com/phpbb/phpbb3 into ticket/11912Marc Alexander2013-11-23423-4806/+5718
| |\
| * | [ticket/11912] Check if content_guesser is supported with function_existsMarc Alexander2013-11-231-5/+2
| * | [ticket/11912] Remove obsolete "return null" in content_guesserMarc Alexander2013-11-141-2/+0
| * | [ticket/11912] Remove obsolete variable $mimetype from content_guesserMarc Alexander2013-11-121-3/+2
| * | [ticket/11912] Use inverted $overload for setting function_exists in testsMarc Alexander2013-11-111-1/+1
| * | [ticket/11912] Remove IN_PHPBB checks from mimetype guesser filesMarc Alexander2013-11-115-40/+0
| * | [ticket/11912] Remove obsolete $file_info from pluploadMarc Alexander2013-11-111-2/+0
| * | [ticket/11912] Introduce guesser priority to mimetype guessersMarc Alexander2013-11-117-3/+124
| * | [ticket/11912] Add extension_guesser for guessing mimetype by extensionMarc Alexander2013-11-114-483/+535
| * | [ticket/11912] Use lowercase names for guesser servicesMarc Alexander2013-10-241-2/+2
| * | [ticket/11912] Introduce guesser_interfaceMarc Alexander2013-10-242-6/+43
| * | [ticket/11912] Supply filename to content_guesser for guessing on windowsMarc Alexander2013-10-244-8/+17
| * | [ticket/11912] Remove typo in content_guesserMarc Alexander2013-10-241-1/+1
| * | [ŧicket/11912] Get rid of obsolete variables in content_guesserMarc Alexander2013-10-242-31/+1
| * | [ticket/11912] Improve extension map in content_guesserMarc Alexander2013-10-241-90/+91
| * | [ticket/11912] Add tests for content_guesserMarc Alexander2013-10-231-3/+48
| * | [ticket/11912] Add content_guesserMarc Alexander2013-10-232-0/+556