aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/docs/events.md
Commit message (Collapse)AuthorAgeFilesLines
...
* [ticket/12662] Change new event names and fix events.mdPayBas2014-06-251-35/+35
| | | | | | Previously merged PR said b4 instead of b5, also not alphabetical. PHPBB3-12662
* [ticket/12662] Initial setupPayBas2014-06-251-0/+28
| | | | PHPBB3-12662
* Merge pull request #2640 from dhruvgoel92/ticket/12532Joas Schilling2014-06-231-4/+24
|\ | | | | | | | | | | | | | | | | | | [ticket/12532] Add navbar_header_username_append/prepend * dhruvgoel92/ticket/12532: [ticket/12532] Move logged_out event into its own <li> [ticket/12532] Fix tab -> space indentation in events.md [ticket/12532] Add navbar_header_logged_out_content event [ticket/12532] Add navbar_header_username_append/prepend
| * [ticket/12532] Fix tab -> space indentation in events.mdimkingdavid2014-06-231-1/+1
| | | | | | | | PHPBB3-12532
| * [ticket/12532] Add navbar_header_logged_out_content eventimkingdavid2014-06-231-0/+7
| | | | | | | | PHPBB3-12532
| * [ticket/12532] Add navbar_header_username_append/prependDavid King2014-06-231-4/+17
| | | | | | | | PHPBB3-12532
* | [ticket/12696] TypoStanislav Atanasov2014-06-231-1/+1
| | | | | | | | | | | | Fixing typo PHPBB3-12696
* | [ticket/12696] Naming convention changesStanislav Atanasov2014-06-221-4/+4
| | | | | | | | | | | | Some changes propsed by nickvergessen PHPBB3-12696
* | [ticket/12696] A small error with events.md permsStanislav Atanasov2014-06-221-0/+0
| | | | | | | | | | | | docs/events.md was in 755 changed to 644 PHPBB3-12696
* | [ticket/12696] Add events to evets.mdStanislav Atanasov2014-06-221-0/+40
|/ | | | | | Add events in documentation PHPBB3-12696
* [ticket/10073] Deduplicate posting buttons code in ACPJoas Schilling2014-05-291-14/+14
| | | | PHPBB3-10073
* [ticket/12596] Add template event acp_group_options_before/afterTabitha Backoff2014-05-271-0/+12
| | | | | | | | Add template events to the group settings page to allow extensions to add additional options for groups. PHPBB3-12596
* [ticket/12523] Add template events search_results_topic_(before/after)rxu2014-05-111-0/+16
| | | | | | | Add template events search_results_topic_(before/after) to search_results.html. PHPBB3-12523
* [ticket/12513] Add simple_header head event with support for CSS assets callsMatt Friedman2014-05-071-0/+8
| | | | PHPBB3-12513
* Merge pull request #2394 from VSEphpbb/ticket/12484Joas Schilling2014-05-041-0/+16
|\ | | | | | | | | | | | | [ticket/12484] Add template event ucp_agreement_terms_before/after * VSEphpbb/ticket/12484: [ticket/12484] Add template event ucp_agreement_terms_before/after
| * [ticket/12484] Add template event ucp_agreement_terms_before/afterMatt Friedman2014-05-021-0/+16
| | | | | | | | PHPBB3-12484
* | Merge pull request #2203 from PayBas/ticket/12323Joas Schilling2014-05-041-0/+14
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12323] Template Event search_results_postprofile_before/after * PayBas/ticket/12323: [ticket/12323] Template Event search_results_postprofile_before Conflicts: phpBB/docs/events.md
| * | [ticket/12323] Template Event search_results_postprofile_beforePayBas2014-05-031-0/+14
| |/ | | | | | | PHPBB3-12323
* | Merge pull request #2346 from PayBas/ticket/12438Joas Schilling2014-05-041-0/+8
|\ \ | | | | | | | | | | | | | | | | | | [ticket/12438] Add Template event memberlist_view_content_prepend * PayBas/ticket/12438: [ticket/12438] Add Template event memberlist_view_content_prepend
| * | [ticket/12438] Add Template event memberlist_view_content_prependPayBas2014-05-021-0/+8
| | | | | | | | | | | | PHPBB3-12438
* | | Merge pull request #2314 from PayBas/ticket/12410Joas Schilling2014-05-041-0/+16
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12410] Add Template events search_results_post_ b/a * PayBas/ticket/12410: [ticket/12410] Add Template events search_results_post_ b/a
| * | | [ticket/12410] Add Template events search_results_post_ b/aPayBas2014-05-031-0/+16
| | |/ | |/| | | | | | | PHPBB3-12410
* | | Merge pull request #2297 from PayBas/ticket/12396Joas Schilling2014-05-041-0/+24
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12396] Add Template events viewforum_forum_name_append/prepend * PayBas/ticket/12396: [ticket/12396] Added missing viewtopic_topic_title_append [ticket/12396] Add Template events viewforum_forum_name
| * | | [ticket/12396] Added missing viewtopic_topic_title_appendPayBas2014-05-031-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | rebased for travis... again PHPBB3-12396
| * | | [ticket/12396] Add Template events viewforum_forum_namePayBas2014-05-031-0/+16
| |/ / | | | | | | | | | PHPBB3-12396
* | | Merge pull request #2273 from PayBas/ticket/12376Joas Schilling2014-05-041-0/+34
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12376] Add template events viewtopic_body_polls * PayBas/ticket/12376: [ticket/12376] Changed to viewtopic_body_poll_option_before and after [ticket/12376] Added viewtopic_body_poll_question_append [ticket/12376] Add template events viewtopic_body_polls
| * | | [ticket/12376] Changed to viewtopic_body_poll_option_before and afterPayBas2014-05-031-4/+4
| | | | | | | | | | | | | | | | PHPBB3-12376
| * | | [ticket/12376] Added viewtopic_body_poll_question_appendPayBas2014-05-031-0/+8
| | | | | | | | | | | | | | | | PHPBB3-12376
| * | | [ticket/12376] Add template events viewtopic_body_pollsPayBas2014-05-031-0/+26
| |/ / | | | | | | | | | PHPBB3-12376
* | | Merge pull request #2270 from PayBas/ticket/12374Joas Schilling2014-05-041-0/+48
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12374] Add Template events index_body_block_(name)_append * PayBas/ticket/12374: [ticket/12374] Fixed alphabetical sorting [ticket/12374] Added prepend-versions of events [ticket/12374] Updated code layout [ticket/12374] Add Template events index_body_block_(name)_append
| * | | [ticket/12374] Fixed alphabetical sortingPayBas2014-05-031-8/+8
| | | | | | | | | | | | | | | | PHPBB3-12374
| * | | [ticket/12374] Added prepend-versions of eventsPayBas2014-05-031-0/+24
| | | | | | | | | | | | | | | | PHPBB3-12374
| * | | [ticket/12374] Add Template events index_body_block_(name)_appendPayBas2014-05-031-0/+24
| |/ / | | | | | | | | | | | | | | | Hopefully to the correct branch this time PHPBB3-12374
* | | [ticket/12346] Change tabs to spacesPayBas2014-05-031-4/+4
| | | | | | | | | | | | PHPBB3-12346
* | | [ticket/12346] Add Template Event overall_header_navlink_app/prePayBas2014-05-031-0/+16
|/ / | | | | | | | | | | Rebased PHPBB3-12346
* | [ticket/12478] Add contact field events to viewtopic_body.html.Cesar G2014-05-021-0/+16
|/ | | | PHPBB3-12478
* Merge remote-tracking branch 'github-rxu/ticket/12403' into develop-ascraeusNils Adermann2014-05-021-0/+48
|\ | | | | | | | | * github-rxu/ticket/12403: [ticket/12403] Add template events to acp_users_prefs.html
| * [ticket/12403] Add template events to acp_users_prefs.htmlrxu2014-04-251-0/+48
| | | | | | | | | | | | | | | | | | Since it is possible for extensions to add new user preferences to UCP, it should be also possible to control it via ACP too just like for build-in user preferences. Thus, some prepend/append template events are added. PHPBB3-12403
* | Merge remote-tracking branch 'github-nickvergessen/ticket/12273' into ↵Nils Adermann2014-05-021-12/+29
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | develop-ascraeus * github-nickvergessen/ticket/12273: (55 commits) [ticket/12273] Move $extension to constructor so the path is always set [ticket/12273] Find events.md relative from the path not the phpbb root [ticket/12273] Do not look in extensions docs/ and tests/ directory [ticket/12273] Also check file for adm "Location:" events [ticket/12273] Do not allow template events in non-html files [ticket/12273] Fix return description [ticket/12273] Update exporter to allow specifying an extension [ticket/12273] Allow to filter events for extensions [ticket/12273] Remove old parameter from function call [ticket/12273] Fix table header for adm events [ticket/12273] Add root path to recursive_event_filter_iterator [ticket/12273] Fix missing classes in export_events_for_wiki.php [ticket/12273] Use RecursiveDirectoryIterator with filter in php_exporter [ticket/12273] Use RecursiveDirectoryIterator in md_exporter [ticket/12273] Fix doc blocks [ticket/12273] Do not allow 3.1-A1 for template events [ticket/12273] Sort arguments alphabetically before exporting [ticket/12273] Do not allow 3.1-A1 version [ticket/12273] Update since version to 3.1.0-a* style [ticket/12273] Update existing events ...
| * | [ticket/12273] Add missing event documentationJoas Schilling2014-04-241-0/+16
| | | | | | | | | | | | PHPBB3-12273
| * | [ticket/12273] Fix number of = in events.mdJoas Schilling2014-04-241-6/+6
| | | | | | | | | | | | PHPBB3-12273
| * | [ticket/12273] Fix subsilver2 missing from simple_footer_after docsJoas Schilling2014-04-241-0/+1
| | | | | | | | | | | | PHPBB3-12273
| * | [ticket/12273] Fix some locations of existing eventsJoas Schilling2014-04-241-2/+2
| | | | | | | | | | | | PHPBB3-12273
| * | [ticket/12273] Fix Markdown layoutJoas Schilling2014-04-181-4/+4
| |/ | | | | | | PHPBB3-12273
* | [ticket/12404] Changes append/prepend to after/beforeCrizzo2014-04-221-6/+6
| | | | | | | | PHPBB3-12404
* | [ticket/12404] Adds two new events and changes some placesCrizzo2014-04-221-4/+20
| | | | | | | | PHPBB3-12404
* | [ticket/12404] Adds a new event before and after the Timezone displayCrizzo2014-04-161-0/+16
|/ | | | PHPBB3-12404
* [ticket/12377] Renamed template files to navbar_xxxPayBas2014-04-101-4/+4
| | | | PHPBB3-12377
* [ticket/12377] Move navbar(s) to new template filePayBas2014-04-101-3/+3
| | | | PHPBB3-12377
* Merge remote-tracking branch 'paybas/ticket/12338' into develop-ascraeusJoas Schilling2014-04-041-0/+8
|\ | | | | | | | | | | | | | | * paybas/ticket/12338: [ticket/12338] Add Template Event overall_footer_page_body_after Conflicts: phpBB/docs/events.md