aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/docs
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/12217] Add more template events to viewtopic_body.htmlrxu2014-02-211-0/+24
| | | | | | | | Add viewtopic template events before/after the posts, after the sorting options to allow adding contents to respective places (like advertisement and so on). PHPBB3-12217
* Merge pull request #2027 from lucifer4o/ticket/12177Nathan Guse2014-02-181-0/+16
|\ | | | | [ticket/12177] Add ucp_friend_list_before/after
| * [ticket/12177] Add ucp_friend_list_before/afterlucifer4o2014-02-131-2/+2
| | | | | | | | | | | | Add events before and after list of friends in UCP template Change Since part from a3 to a4 PHPBB3-12177
| * [ticket/12177] Add ucp_friend_list_before/afterlucifer4o2014-02-131-0/+16
| | | | | | | | | | | | Add events before and after list of friends in UCP template PHPBB3-12177
* | [ticket/12166] Add template events to quickreply_editor.html.rxu2014-02-181-0/+16
|/ | | | | | | | | | | Add template event pair - quickreply_editor_message_before and quickreply_editor_message_before to quickreply_editor.html for both of prosilver and subsilver2 styles. This allows extensions to modify quick reply postform. For example, to add BBCode buttons and/or smilies and so on. PHPBB3-12166
* Merge remote-tracking branch 'vinny/ticket/12134' into developCesar G2014-02-121-0/+1
|\ | | | | | | | | * vinny/ticket/12134: [ticket/12134] Add ucp_pm_viewmessage_print_head_append event to subsilver2
| * [ticket/12134] Add ucp_pm_viewmessage_print_head_append event to subsilver2Marcus Vinicius2014-01-261-0/+1
| | | | | | | | PHPBB3-12134
* | Merge remote-tracking branch 'vinny/ticket/12132' into developCesar G2014-02-121-0/+1
|\ \ | | | | | | | | | | | | | | | * vinny/ticket/12132: [ticket/12132] Add the event to events.md doc [ticket/12132] Add viewtopic_print_head_append event to subsilver2
| * | [ticket/12132] Add the event to events.md docMarcus Vinicius2014-01-261-0/+1
| |/ | | | | | | PHPBB3-12132
* | [prep-release-3.1.0-a3] Commit changelog for 3.1.0-a3Joas Schilling2014-02-051-0/+106
| |
* | [prep-release-3.1.0-a3] Prepare ChangelogJoas Schilling2014-02-051-23/+26
|/
* Merge branch 'develop-olympus' into developCesar G2014-01-231-1/+2
|\
| * [ticket/12120] Restore alphabetic orderJoas Schilling2014-01-231-1/+1
| | | | | | | | PHPBB3-12120
| * [ticket/12120] Add prototech to authorsJoas Schilling2014-01-231-0/+1
| | | | | | | | PHPBB3-12120
* | Merge pull request #1809 from VSEphpbb/ticket/11966Nathan Guse2014-01-171-0/+2
|\ \ | | | | | | [ticket/11966] Add header navigation template events to Subsilver2
| * \ [ticket/11966] Merge branch 'develop' into ticket/11966Matt Friedman2013-12-122-31/+228
| |\ \ | | | | | | | | | | | | PHPBB3-11966
| * | | [ticket/11966] Add header navigation template events to Subsilver2Matt Friedman2013-10-231-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add the overall_header_navigation_append / prepend template events used in Prosilver to subsilver2 as well. This will allow extensions to add Nav Links to Subsilver2. http://tracker.phpbb.com/browse/PHPBB3-11966 PHPBB3-11966
* | | | Merge remote-tracking branch 'vsephpbb/ticket/12060' into developJoas Schilling2013-12-201-0/+48
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * vsephpbb/ticket/12060: (37 commits) [ticket/12060] A little less verbose cleanup of event docblocks [ticket/12060] Further clarifying new event docblocks as much as possible [ticket/12060] More fixes to dockblock for acp_bbcodes_modify_create event [ticket/12060] Remove whitespaces [ticket/12060] Fix docblock for acp_bbcodes_modify_create event [ticket/12060] Rename event in message parser to modify_format_display_text_after [ticket/12060] Add num_predefined_bbcodes to display_custom_bbcodes_modify_sql [ticket/12060] Further clarify/fix a var in acp_bbcodes_modify_create event doc block [ticket/12060] Use separate template event for acp user signature posting buttons [ticket/12060] Rename event from append to after in acp_bbcodes.html [ticket/12060] Correctly label alpha versions in event docblocks [ticket/12060] Fix u_action comments in docblocks [ticket/12060] Change @since in event docblocks [ticket/12060] Update the docblock comments in acp core events [ticket/12060] Refactor u_action in the events that use it [ticket/12060] Use $sql_ary instead of $sql [ticket/12060] Update docblock for core event due to addition of another var [ticket/12060] Remove re-tabbing of html from subsilver2 files [ticket/12060] Add $update_this_message var to the core event [ticket/12060] Adjust last item in array to use a comma instead of closing parenthesis ...
| * | | | [ticket/12060] Further clarifying new event docblocks as much as possibleMatt Friedman2013-12-161-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-12060
| * | | | [ticket/12060] Use separate template event for acp user signature posting ↵Matt Friedman2013-12-131-2/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | buttons PHPBB3-12060
| * | | | [ticket/12060] Rename event from append to after in acp_bbcodes.htmlMatt Friedman2013-12-131-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-12060
| * | | | [ticket/12060] Add template events posting_editor_buttons_before/afterMatt Friedman2013-12-041-0/+18
| | | | | | | | | | | | | | | | | | | | PHPBB3-12060
| * | | | [ticket/12060] Add template event acp_bbcodes_actions_prepend/appendMatt Friedman2013-12-041-0/+12
| | | | | | | | | | | | | | | | | | | | PHPBB3-12060
| * | | | [ticket/12060] Add template event acp_bbcodes_edit_form_appendMatt Friedman2013-12-041-0/+6
| | | | | | | | | | | | | | | | | | | | PHPBB3-12060
* | | | | Merge remote-tracking branch 'vsephpbb/ticket/12054' into developJoas Schilling2013-12-161-2/+10
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | * 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-031-2/+10
| |/ / / | | | | | | | | | | | | PHPBB3-12054
* | | | [ticket/11241] Add border to dropdown menu options.Cesar G2013-12-061-2/+2
| | | | | | | | | | | | | | | | PHPBB3-11241
* | | | [ticket/11241] Add events & var for extensions to dropdown.Cesar G2013-12-061-0/+14
|/ / / | | | | | | | | | PHPBB3-11241
* | | Merge remote-tracking branch 'vsephpbb/ticket/12014' into developJoas Schilling2013-12-031-0/+8
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * vsephpbb/ticket/12014: [ticket/12014] Change event date in docs [ticket/12014] Fix version number in event docs [ticket/12014] Template Event index_body.html before forumlist
| * | | [ticket/12014] Change event date in docsMatt Friedman2013-11-211-1/+1
| | | | | | | | | | | | | | | | PHPBB3-12014
| * | | [ticket/12014] Fix version number in event docsMatt Friedman2013-11-121-1/+1
| | | | | | | | | | | | | | | | PHPBB3-12014
| * | | [ticket/12014] Template Event index_body.html before forumlistMatt Friedman2013-11-111-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | Add content above the forums list (on forum index only) PHPBB3-12014
* | | | Merge pull request #1878 from blitze/ticket/12024Nathan Guse2013-11-211-0/+16
|\ \ \ \ | | | | | | | | | | [ticket/12024] Template event overall_header_content_before
| * | | | [ticket/12024] Correct the 'since' information in event listOpenShift guest2013-11-191-2/+2
| | | | | | | | | | | | | | | | | | | | PHPBB3-12024
| * | | | [ticket/12024] Update events listOpenShift guest2013-11-181-0/+16
| | | | | | | | | | | | | | | | | | | | PHPBB3-12024
* | | | | [prep-release-3.1.0-a2] Add changelog for alpha2Joas Schilling2013-11-191-0/+74
| | | | |
* | | | | [prep-release-3.1.0-a2] Prepare ChangelogJoas Schilling2013-11-191-22/+25
| |/ / / |/| | |
* | | | [ticket/11972] Fix the sincesDavid King2013-11-021-4/+4
| | | | | | | | | | | | | | | | PHPBB3-11972
* | | | [ticket/11972] Add the sincesDavid King2013-11-021-0/+5
| | | | | | | | | | | | | | | | PHPBB3-11972
* | | | [ticket/11972] Add posting_editor_message_after template eventDavid King2013-11-021-0/+7
| | | | | | | | | | | | | | | | PHPBB3-11972
* | | | [ticket/11972] Add posting_editor_message_before template eventDavid King2013-11-021-0/+7
| | | | | | | | | | | | | | | | PHPBB3-11972
* | | | [ticket/11972] Add posting_editor_subject_before template eventDavid King2013-11-021-1/+8
| | | | | | | | | | | | | | | | PHPBB3-11972
* | | | [ticket/11972] Add posting_editor_subject_after template eventDavid King2013-11-021-2/+8
| | | | | | | | | | | | | | | | PHPBB3-11972
* | | | Merge pull request #1784 from nickvergessen/ticket/11924Nils Adermann2013-10-281-10/+62
|\ \ \ \ | |_|/ / |/| | | [Ticket/11924] Add a script to export the events in wiki format
| * | | [ticket/11924] Add version info of template events to events.mdJoas Schilling2013-10-161-0/+44
| | | | | | | | | | | | | | | | PHPBB3-11924
| * | | [ticket/11924] Bring layout of events.md to one styleJoas Schilling2013-10-161-10/+18
| | | | | | | | | | | | | | | | PHPBB3-11924
* | | | Merge branch 'develop-olympus' into developNils Adermann2013-10-202-1/+2
|\ \ \ \ | |/ / / |/| | / | | |/ | |/| | | | | | | | | | | | | | | | * develop-olympus: [ticket/11951] Add MariaDB to platforms we test on. [ticket/11951] Add MariaDB to supported DBMSes in requirement section. Conflicts: phpBB/docs/INSTALL.html phpBB/docs/README.html
| * | [ticket/11951] Add MariaDB to platforms we test on.Andreas Fischer2013-10-191-1/+1
| | | | | | | | | | | | PHPBB3-11951