aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/docs
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | [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 branch 'develop-olympus' into develop-ascraeusMarc Alexander2014-05-021-0/+1
|\ \ \ | | |/ | |/| | | | | | | * develop-olympus: [ticket/12120] Add Marc Alexander to AUTHORS
| * | [ticket/12120] Add Marc Alexander to AUTHORSJoas Schilling2014-05-021-0/+1
| | | | | | | | | | | | PHPBB3-12120
* | | [feature/sqlite3] Add support for SQLite 3Patrick Webster2014-05-021-1/+2
| |/ |/| | | | | | | | | | | Minimum version requirement is 3.6.15 as that's what ships with PHP 5.3.0 when support for SQLite 3 was added. PHPBB3-9728
* | 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
* | Merge remote-tracking branch 'paybas/ticket/12377' into develop-ascraeusJoas Schilling2014-04-111-4/+4
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | * paybas/ticket/12377: [ticket/12377] Forgot to change the INCLUDEs [ticket/12377] Renamed template files to navbar_xxx [ticket/12377] Moved notifications to new template [ticket/12377] Forgot empty line at the end [ticket/12377] Move navbar(s) to new template file
| * | [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 'github-nickvergessen/ticket/12286' into ↵Nils Adermann2014-04-101-69/+116
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | develop-ascraeus * github-nickvergessen/ticket/12286: [ticket/12286] Reword section about plurals [ticket/12286] Fix spelling of elephant(s) in the sample [ticket/12286] Correctly capitalize PHP [ticket/12286] Fix nesting of ul inside li element [ticket/12286] Add note that goto should not be used [ticket/12286] Add section about plurals to the coding guidelines [ticket/12286] Classes must use the name space [ticket/12286] Remove section about utf8_normalize_nfc() [ticket/12286] Use $request->variable() instead of request_var() [ticket/12286] Function names should be prefixed with phpbb_ [ticket/12286] Add "Since" to template event docs [ticket/12286] style.php and imagesets dont exist anymore [ticket/12286] Styles have a phpbb_version and a style_version in 3.1 [ticket/12286] Use UTF8 (c) in style.cfg samples
| * | [ticket/12286] Reword section about pluralsJoas Schilling2014-03-281-4/+6
| | | | | | | | | | | | PHPBB3-12286
| * | [ticket/12286] Fix spelling of elephant(s) in the sampleJoas Schilling2014-03-281-5/+5
| | | | | | | | | | | | PHPBB3-12286
| * | [ticket/12286] Correctly capitalize PHPJoas Schilling2014-03-281-1/+1
| | | | | | | | | | | | PHPBB3-12286
| * | [ticket/12286] Fix nesting of ul inside li elementJoas Schilling2014-03-281-7/+9
| | | | | | | | | | | | PHPBB3-12286
| * | [ticket/12286] Add note that goto should not be usedJoas Schilling2014-03-211-0/+8
| | | | | | | | | | | | PHPBB3-12286
| * | [ticket/12286] Add section about plurals to the coding guidelinesJoas Schilling2014-03-181-0/+52
| | | | | | | | | | | | PHPBB3-12286
| * | [ticket/12286] Classes must use the name spaceJoas Schilling2014-03-181-23/+14
| | | | | | | | | | | | PHPBB3-12286
| * | [ticket/12286] Remove section about utf8_normalize_nfc()Joas Schilling2014-03-181-13/+0
| | | | | | | | | | | | | | | | | | The request class takes care of this PHPBB3-12286
| * | [ticket/12286] Use $request->variable() instead of request_var()Joas Schilling2014-03-181-15/+15
| | | | | | | | | | | | PHPBB3-12286
| * | [ticket/12286] Function names should be prefixed with phpbb_Joas Schilling2014-03-181-2/+2
| | | | | | | | | | | | PHPBB3-12286
| * | [ticket/12286] Add "Since" to template event docsJoas Schilling2014-03-181-1/+6
| | | | | | | | | | | | PHPBB3-12286
| * | [ticket/12286] style.php and imagesets dont exist anymoreJoas Schilling2014-03-181-4/+2
| | | | | | | | | | | | PHPBB3-12286
| * | [ticket/12286] Styles have a phpbb_version and a style_version in 3.1Joas Schilling2014-03-181-2/+4
| | | | | | | | | | | | PHPBB3-12286
| * | [ticket/12286] Use UTF8 (c) in style.cfg samplesJoas Schilling2014-03-181-2/+2
| | | | | | | | | | | | PHPBB3-12286
* | | 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
| * | | [ticket/12338] Add Template Event overall_footer_page_body_afterPayBas2014-04-041-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | implement PHPBB3-12338
* | | | Merge remote-tracking branch 'paybas/ticket/12333' into develop-ascraeusJoas Schilling2014-04-041-0/+8
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | * paybas/ticket/12333: [ticket/12333] Change event name [ticket/12333] Add Template Event overall_header_body_after
| * | | | [ticket/12333] Change event namePayBas2014-04-011-8/+8
| | | | | | | | | | | | | | | | | | | | PHPBB3-12333
| * | | | [ticket/12333] Add Template Event overall_header_body_afterPayBas2014-03-311-0/+8
| |/ / / | | | | | | | | | | | | PHPBB3-12333
* | | | Merge remote-tracking branch 'paybas/ticket/12328' into develop-ascraeusJoas Schilling2014-04-011-0/+8
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | * paybas/ticket/12328: [ticket/12328] Change "since" to B3 [ticket/12328] Add Template Event index_body_stat_blocks_after