| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [ticket/12060] Change @since in event docblocks | Matt Friedman | 2013-12-12 | 3 | -7/+7 |
| | | | | | PHPBB3-12060 | ||||
| * | [ticket/12060] Update the docblock comments in acp core events | Matt Friedman | 2013-12-12 | 1 | -4/+4 |
| | | | | | PHPBB3-12060 | ||||
| * | [ticket/12060] Refactor u_action in the events that use it | Matt Friedman | 2013-12-12 | 1 | -9/+7 |
| | | | | | PHPBB3-12060 | ||||
| * | [ticket/12060] Use $sql_ary instead of $sql | Matt Friedman | 2013-12-12 | 2 | -16/+20 |
| | | | | | PHPBB3-12060 | ||||
| * | [ticket/12060] Update docblock for core event due to addition of another var | Matt Friedman | 2013-12-12 | 1 | -5/+6 |
| | | | | | PHPBB3-12060 | ||||
| * | [ticket/12060] Remove re-tabbing of html from subsilver2 files | Matt Friedman | 2013-12-12 | 1 | -38/+38 |
| | | | | | PHPBB3-12060 | ||||
| * | [ticket/12060] Add $update_this_message var to the core event | Matt Friedman | 2013-12-12 | 1 | -1/+1 |
| | | | | | PHPBB3-12060 | ||||
| * | [ticket/12060] Adjust last item in array to use a comma instead of closing ↵ | Matt Friedman | 2013-12-12 | 1 | -2/+2 |
| | | | | | | | parenthesis PHPBB3-12060 | ||||
| * | [ticket/12060] Copy this_u_action back to original this->u_action var | Matt Friedman | 2013-12-12 | 1 | -0/+2 |
| | | | | | PHPBB3-12060 | ||||
| * | [ticket/12060] Fix typo in core.acp_bbcodes_edit_add doc block | Matt Friedman | 2013-12-05 | 1 | -1/+1 |
| | | | | | PHPBB3-12060 | ||||
| * | [ticket/12060] Add bbcode tokens array to core.acp_bbcodes_edit_add | Matt Friedman | 2013-12-05 | 1 | -5/+7 |
| | | | | | PHPBB3-12060 | ||||
| * | [ticket/12060] Use actions class for BBCodes list in ACP | Matt Friedman | 2013-12-04 | 1 | -1/+1 |
| | | | | | PHPBB3-12060 | ||||
| * | [ticket/12060] Fix a core typo in display_custom_bbcodes doc block | Matt Friedman | 2013-12-04 | 1 | -1/+1 |
| | | | | | PHPBB3-12060 | ||||
| * | [ticket/12060] Add event core.modify_text_for_format_display_after | Matt Friedman | 2013-12-04 | 1 | -0/+22 |
| | | | | | | | Use this event to modify the text after it is parsed PHPBB3-12060 | ||||
| * | [ticket/12060] Add event core.modify_bbcode_init | Matt Friedman | 2013-12-04 | 1 | -0/+17 |
| | | | | | | | Use this event to modify the bbcode data for later parsing PHPBB3-12060 | ||||
| * | [ticket/12060] Add event core.display_custom_bbcodes_modify_sql | Matt Friedman | 2013-12-04 | 1 | -0/+11 |
| | | | | | | | Modify the SQL statement retrieving the custom bbcodes PHPBB3-12060 | ||||
| * | [ticket/12060] Add $phpbb_dispatcher to acp_bbcodes.php for events | Matt Friedman | 2013-12-04 | 1 | -1/+1 |
| | | | | | PHPBB3-12060 | ||||
| * | [ticket/12060] Add acp event core.acp_bbcodes_display_bbcodes | Matt Friedman | 2013-12-04 | 1 | -2/+17 |
| | | | | | | | Modify display of bbcodes in the form PHPBB3-12060 | ||||
| * | [ticket/12060] Add acp event core.acp_bbcodes_display_form | Matt Friedman | 2013-12-04 | 1 | -2/+20 |
| | | | | | | | Modify bbcode template data before we display the form PHPBB3-12060 | ||||
| * | [ticket/12060] Add acp event core.acp_bbcodes_modify_create | Matt Friedman | 2013-12-04 | 1 | -4/+24 |
| | | | | | | | Modify bbcode data before modify/create PHPBB3-12060 | ||||
| * | [ticket/12060] Add acp event core.acp_bbcodes_edit_add | Matt Friedman | 2013-12-04 | 1 | -2/+16 |
| | | | | | | | Modify bbcode template before we display the add/edit form PHPBB3-12060 | ||||
| * | [ticket/12060] Wrap subsilver2 posting buttons in div with id tags | Matt Friedman | 2013-12-04 | 1 | -32/+36 |
| | | | | | | | | Wrap the posting buttons in div tags with id attributes to allow needed ability to process them with CSS, for example, to hide them. PHPBB3-12060 | ||||
| * | [ticket/12060] Add template events posting_editor_buttons_before/after | Matt Friedman | 2013-12-04 | 4 | -0/+24 |
| | | | | | PHPBB3-12060 | ||||
| * | [ticket/12060] Add template event acp_bbcodes_actions_prepend/append | Matt Friedman | 2013-12-04 | 2 | -1/+13 |
| | | | | | PHPBB3-12060 | ||||
| * | [ticket/12060] Add template event acp_bbcodes_edit_form_append | Matt Friedman | 2013-12-04 | 2 | -0/+8 |
| | | | | | PHPBB3-12060 | ||||
| * | Merge pull request #1914 from VSEphpbb/ticket/12059 | Nathan Guse | 2013-12-04 | 1 | -0/+4 |
| |\ | | | | | [ticket/12059] Allow INCLUDECSS to work with ACP templates | ||||
| | * | [ticket/12059] Allow INCLUDECSS to work with ACP templates | Matt Friedman | 2013-12-04 | 1 | -0/+4 |
| |/ | | | | PHPBB3-12059 | ||||
| * | Merge pull request #1912 from marc1706/ticket/12058 | Nathan Guse | 2013-12-04 | 1 | -2/+2 |
| |\ | | | | | [ticket/12058] Add missing apostrophe to avatar_types migration queries | ||||
| | * | [ticket/12058] Add missing apostrophe to avatar_types migration queries | Marc Alexander | 2013-12-04 | 1 | -2/+2 |
| |/ | | | | PHPBB3-12058 | ||||
| * | Merge pull request #1813 from marc1706/ticket/11912 | Nathan Guse | 2013-12-04 | 12 | -4/+1027 |
| |\ | | | | | [ticket/11912] Add mimetype guesser for proper mimetype guessing | ||||
| | * | [ticket/11912] Expect logic exceptions in test if no guesser available | Marc Alexander | 2013-11-23 | 1 | -0/+13 |
| | | | | | | | | | PHPBB3-11912 | ||||
| | * | Merge branch 'develop' of https://github.com/phpbb/phpbb3 into ticket/11912 | Marc Alexander | 2013-11-23 | 423 | -4806/+5718 |
| | |\ | | | | | | | | | | | | | Conflicts: phpBB/config/services.yml | ||||
| | * | | [ticket/11912] Check if content_guesser is supported with function_exists | Marc Alexander | 2013-11-23 | 1 | -5/+2 |
| | | | | | | | | | | | | | PHPBB3-11912 | ||||
| | * | | [ticket/11912] Remove obsolete "return null" in content_guesser | Marc Alexander | 2013-11-14 | 1 | -2/+0 |
| | | | | | | | | | | | | | PHPBB3-11912 | ||||
| | * | | [ticket/11912] Remove obsolete variable $mimetype from content_guesser | Marc Alexander | 2013-11-12 | 1 | -3/+2 |
| | | | | | | | | | | | | | PHPBB3-11912 | ||||
| | * | | [ticket/11912] Use inverted $overload for setting function_exists in tests | Marc Alexander | 2013-11-11 | 1 | -1/+1 |
| | | | | | | | | | | | | | PHPBB3-11912 | ||||
| | * | | [ticket/11912] Remove IN_PHPBB checks from mimetype guesser files | Marc Alexander | 2013-11-11 | 5 | -40/+0 |
| | | | | | | | | | | | | | PHPBB3-11912 | ||||
| | * | | [ticket/11912] Remove obsolete $file_info from plupload | Marc Alexander | 2013-11-11 | 1 | -2/+0 |
| | | | | | | | | | | | | | PHPBB3-11912 | ||||
| | * | | [ticket/11912] Introduce guesser priority to mimetype guessers | Marc Alexander | 2013-11-11 | 7 | -3/+124 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The mimetype guesser priority can now be set through the service definition. Mimetypes will be guessed from the guesser with the highest priority to the one with the lowest priority. Standard priority types have been added to the service definition file. Any integer value can be used though. Standard mimetype guessers that do not have the methods get_priority and set_priority implemented, like the standard MimeTypeGuessers of symfony, will have the default priority with the value of 0. Lower priority guessers have values lower than 0 while high priority ones can be added with values higher than 0. PHPBB3-11912 | ||||
| | * | | [ticket/11912] Add extension_guesser for guessing mimetype by extension | Marc Alexander | 2013-11-11 | 4 | -483/+535 |
| | | | | | | | | | | | | | | | | | | | | | | | | | The content_guesser now only guesses the mimetype with the function mime_content_type() while the guessing by extension is done using the extension_guesser. PHPBB3-11912 | ||||
| | * | | [ticket/11912] Use lowercase names for guesser services | Marc Alexander | 2013-10-24 | 1 | -2/+2 |
| | | | | | | | | | | | | | PHPBB3-11912 | ||||
| | * | | [ticket/11912] Introduce guesser_interface | Marc Alexander | 2013-10-24 | 2 | -6/+43 |
| | | | | | | | | | | | | | | | | | | | | | | This will contain proper documentation of the required methods if anyone would implement a newer guesser. PHPBB3-11912 | ||||
| | * | | [ticket/11912] Supply filename to content_guesser for guessing on windows | Marc Alexander | 2013-10-24 | 4 | -8/+17 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | The filename of the files sent to the guesser by plupload do not contain the file extension. Therefore, it's impossible to guess the mimetype if only the content_guesser is available and the function mime_content_type() doesn't exist. By supplying the filename we can circumvent this issue. PHPBB3-11912 | ||||
| | * | | [ticket/11912] Remove typo in content_guesser | Marc Alexander | 2013-10-24 | 1 | -1/+1 |
| | | | | | | | | | | | | | PHPBB3-11912 | ||||
| | * | | [ŧicket/11912] Get rid of obsolete variables in content_guesser | Marc Alexander | 2013-10-24 | 2 | -31/+1 |
| | | | | | | | | | | | | | PHPBB3-11912 | ||||
| | * | | [ticket/11912] Improve extension map in content_guesser | Marc Alexander | 2013-10-24 | 1 | -90/+91 |
| | | | | | | | | | | | | | PHPBB3-11912 | ||||
| | * | | [ticket/11912] Add tests for content_guesser | Marc Alexander | 2013-10-23 | 1 | -3/+48 |
| | | | | | | | | | | | | | PHPBB3-11912 | ||||
| | * | | [ticket/11912] Add content_guesser | Marc Alexander | 2013-10-23 | 2 | -0/+556 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The content_guesser will try to use the function mime_content_type() if it's available. If that is not the case, the content_guesser will try to guess the mimetype using the file extension of the supplied file. Since this guesser will be registered after the other guessers, it will be only used if the other guessers are not available. PHPBB3-11912 | ||||
| | * | | [ticket/11912] Add tests for phpbb mimetype guesser | Marc Alexander | 2013-10-23 | 4 | -0/+131 |
| | | | | | | | | | | | | | PHPBB3-11912 | ||||
| | * | | [ticket/11912] Add phpbb mimetype guesser | Marc Alexander | 2013-10-23 | 1 | -0/+105 |
| | | | | | | | | | | | | | | | | | | | Mimetype guesser will be used as front-end file for mimetype guessing. PHPBB3-11912 | ||||
