aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | [ticket/12060] Fix typo in core.acp_bbcodes_edit_add doc blockMatt Friedman2013-12-051-1/+1
| | | | | | | | | | | | | | | | PHPBB3-12060
| * | | [ticket/12060] Add bbcode tokens array to core.acp_bbcodes_edit_addMatt Friedman2013-12-051-5/+7
| | | | | | | | | | | | | | | | PHPBB3-12060
| * | | [ticket/12060] Use actions class for BBCodes list in ACPMatt Friedman2013-12-041-1/+1
| | | | | | | | | | | | | | | | PHPBB3-12060
| * | | [ticket/12060] Fix a core typo in display_custom_bbcodes doc blockMatt Friedman2013-12-041-1/+1
| | | | | | | | | | | | | | | | PHPBB3-12060
| * | | [ticket/12060] Add event core.modify_text_for_format_display_afterMatt Friedman2013-12-041-0/+22
| | | | | | | | | | | | | | | | | | | | | | | | Use this event to modify the text after it is parsed PHPBB3-12060
| * | | [ticket/12060] Add event core.modify_bbcode_initMatt Friedman2013-12-041-0/+17
| | | | | | | | | | | | | | | | | | | | | | | | Use this event to modify the bbcode data for later parsing PHPBB3-12060
| * | | [ticket/12060] Add event core.display_custom_bbcodes_modify_sqlMatt Friedman2013-12-041-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | Modify the SQL statement retrieving the custom bbcodes PHPBB3-12060
| * | | [ticket/12060] Add $phpbb_dispatcher to acp_bbcodes.php for eventsMatt Friedman2013-12-041-1/+1
| | | | | | | | | | | | | | | | PHPBB3-12060
| * | | [ticket/12060] Add acp event core.acp_bbcodes_display_bbcodesMatt Friedman2013-12-041-2/+17
| | | | | | | | | | | | | | | | | | | | | | | | Modify display of bbcodes in the form PHPBB3-12060
| * | | [ticket/12060] Add acp event core.acp_bbcodes_display_formMatt Friedman2013-12-041-2/+20
| | | | | | | | | | | | | | | | | | | | | | | | Modify bbcode template data before we display the form PHPBB3-12060
| * | | [ticket/12060] Add acp event core.acp_bbcodes_modify_createMatt Friedman2013-12-041-4/+24
| | | | | | | | | | | | | | | | | | | | | | | | Modify bbcode data before modify/create PHPBB3-12060
| * | | [ticket/12060] Add acp event core.acp_bbcodes_edit_addMatt Friedman2013-12-041-2/+16
| | | | | | | | | | | | | | | | | | | | | | | | Modify bbcode template before we display the add/edit form PHPBB3-12060
| * | | [ticket/12060] Wrap subsilver2 posting buttons in div with id tagsMatt Friedman2013-12-041-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/afterMatt Friedman2013-12-044-0/+24
| | | | | | | | | | | | | | | | PHPBB3-12060
| * | | [ticket/12060] Add template event acp_bbcodes_actions_prepend/appendMatt Friedman2013-12-042-1/+13
| | | | | | | | | | | | | | | | PHPBB3-12060
| * | | [ticket/12060] Add template event acp_bbcodes_edit_form_appendMatt Friedman2013-12-042-0/+8
| | | | | | | | | | | | | | | | PHPBB3-12060
* | | | Merge branch 'develop-olympus' into developJoas Schilling2013-12-162-2/+2
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/10023] Make password change notification more noticeable
| * \ \ \ Merge remote-tracking branch 'Elsensee/ticket/10023' into develop-olympusJoas Schilling2013-12-162-4/+4
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * Elsensee/ticket/10023: [ticket/10023] Make password change notification more noticeable
| | * | | | [ticket/10023] Make password change notification more noticeableOliver Schramm2013-12-122-4/+4
| |/ / / / | | | | | | | | | | | | | | | PHPBB3-10023
* | | | | Merge remote-tracking branch 'prototech/ticket/12009' into developJoas Schilling2013-12-1634-116/+234
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * prototech/ticket/12009: [ticket/12009] Prevent user from enabling invalid extension through direct URL [ticket/12009] Update functional test to check for invalid extensions. [ticket/12009] Fix functional tests. [ticket/12009] Move valid extensions in tests to correct dir structure. [ticket/12009] Do not allow incorrectly structured extensions to be installed.
| * | | | | [ticket/12009] Prevent user from enabling invalid extension through direct URLCesar G2013-12-126-3/+50
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12009
| * | | | | [ticket/12009] Update functional test to check for invalid extensions.Cesar G2013-12-121-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12009
| * | | | | [ticket/12009] Fix functional tests.Cesar G2013-12-121-16/+18
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12009
| * | | | | [ticket/12009] Move valid extensions in tests to correct dir structure.Cesar G2013-12-1227-97/+145
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12009
| * | | | | [ticket/12009] Do not allow incorrectly structured extensions to be installed.Cesar G2013-12-111-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12009
* | | | | | Merge remote-tracking branch 'vsephpbb/ticket/12054' into developJoas Schilling2013-12-163-4/+16
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * vsephpbb/ticket/12054: [ticket/12054] Re-word event documentation [ticket/12054] Reword descriptions and resort events alphabetically [ticket/12054] Update index_body_linklist_before/after template events
| * | | | | [ticket/12054] Re-word event documentationMatt Friedman2013-12-141-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12054
| * | | | | [ticket/12054] Reword descriptions and resort events alphabeticallyMatt Friedman2013-12-121-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12054
| * | | | | [ticket/12054] Update index_body_linklist_before/after template eventsMatt Friedman2013-12-033-4/+16
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12054
* | | | | | Merge remote-tracking branch 'vsephpbb/ticket/12063' into developJoas Schilling2013-12-132-2/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * vsephpbb/ticket/12063: [ticket/12063] Use CSS to replace valign=top [ticket/12063] Remove obsolete valign attributes from tr tags
| * | | | | | [ticket/12063] Use CSS to replace valign=topMatt Friedman2013-12-132-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12063
| * | | | | | [ticket/12063] Remove obsolete valign attributes from tr tagsMatt Friedman2013-12-052-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12063
* | | | | | | Merge remote-tracking branch 'vsephpbb/ticket/12064' into developJoas Schilling2013-12-121-21/+0
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * vsephpbb/ticket/12064: [ticket/12064] Delete obsolete viewsource.html file from adm/style/
| * | | | | | | [ticket/12064] Delete obsolete viewsource.html file from adm/style/Matt Friedman2013-12-051-21/+0
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | PHPBB3-12064
* | | | | | | Merge remote-tracking branch 'Marc/ticket/11859' into developJoas Schilling2013-12-127-11/+42
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Marc/ticket/11859: [ticket/11859] Add missing get_template_name method to test drivers [ticket/11859] Make avatar drivers return template filename
| * | | | | | | [ticket/11859] Add missing get_template_name method to test driversMarc Alexander2013-11-272-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11859
| * | | | | | | [ticket/11859] Make avatar drivers return template filenameMarc Alexander2013-11-275-11/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The service name might not follow the expected naming scheme which would cause abnormally long filenames and confusion for authors that might add more avatar drivers. PHPBB3-11859
* | | | | | | | Merge branch 'develop-olympus' into developJoas Schilling2013-12-091-1/+1
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | / / / | | |_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/12061] Fix keyboard shortcut in firefox Conflicts: phpBB/styles/prosilver/template/overall_footer.html
| * | | | | | Merge remote-tracking branch 'Elsensee/ticket/12061' into develop-olympusJoas Schilling2013-12-091-1/+1
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Elsensee/ticket/12061: [ticket/12061] Fix keyboard shortcut in firefox
| | * | | | | | [ticket/12061] Fix keyboard shortcut in firefoxOliver Schramm2013-12-061-1/+1
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | PHPBB3-12061
* | | | | | | Merge remote-tracking branch 'imkingdavid/ticket/12069' into developAndreas Fischer2013-12-081-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * imkingdavid/ticket/12069: [ticket/12069] Globalize in submit_post()
| * | | | | | | [ticket/12069] Globalize in submit_post()David King2013-12-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12069
* | | | | | | | Merge pull request #1923 from prototech/ticket/12067Nathan Guse2013-12-081-0/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/12067] Remove double scrollbar from notifications dropdown.
| * | | | | | | | [ticket/12067] Remove double scrollbar from notifications dropdown.Cesar G2013-12-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12067
* | | | | | | | | Merge pull request #1926 from imkingdavid/ticket/12069Nathan Guse2013-12-081-2/+2
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | [ticket/12069] Fix event documentation
| * | | | | | | | [ticket/12069] Fix event documentationDavid King2013-12-081-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12069
* | | | | | | | | Merge pull request #1925 from imkingdavid/ticket/12069Nathan Guse2013-12-081-0/+17
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | | / / / / / / / | |/ / / / / / / |/| | | | | | | [ticket/12069] Add core.submit_post_end event
| * | | | | | | [ticket/12069] Add core.submit_post_end eventDavid King2013-12-081-0/+17
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | PHPBB3-12069
* | | | | | | Merge remote-tracking branch 'prototech/ticket/11241' into developJoas Schilling2013-12-0615-37/+193
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * prototech/ticket/11241: [ticket/11241] Retain button gradient when menu is active. [ticket/11241] Fix the disappearing dropdown when responsive changes take effect [ticket/11241] Add border to dropdown menu options. [ticket/11241] Add events & var for extensions to dropdown. [ticket/11241] Fix the dropdown in RTL languages. [ticket/11241] Use DEFINE for the block. [ticket/11241] Consolidate topic actions into "Topic tools" dropdown. [ticket/11241] Add dropdown control button.
| * | | | | | | [ticket/11241] Retain button gradient when menu is active.Cesar G2013-12-061-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11241