aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/13844] Add eventsJoas Schilling2015-05-204-17/+63
| | | | PHPBB3-13844
* [ticket/13844] Add unit tests for the help managerJoas Schilling2015-05-171-0/+183
| | | | PHPBB3-13844
* [ticket/13844] Remove hacky code for the help arrayJoas Schilling2015-05-172-15/+4
| | | | PHPBB3-13844
* [ticket/13844] Fix language file so the tests passJoas Schilling2015-05-163-6/+6
| | | | PHPBB3-13844
* [ticket/13844] Add a functional test that browses the help pagesJoas Schilling2015-05-161-0/+12
| | | | PHPBB3-13844
* [ticket/13844] FAQ in new controller formatJoas Schilling2015-05-1612-19/+187
| | | | PHPBB3-13844
* [ticket/13844] Refactor bbcode help to the new systemJoas Schilling2015-05-165-0/+271
| | | | PHPBB3-13844
* [ticket/13844] Add new versions of the old help_* filesJoas Schilling2015-05-162-0/+252
| | | | PHPBB3-13844
* [ticket/13844] Add a little develop script to migrate the filesJoas Schilling2015-05-161-0/+312
| | | | PHPBB3-13844
* Merge branch '3.1.x'Joas Schilling2015-05-169-10/+167
|\
| * Merge pull request #3606 from Nicofuma/ticket/13838Joas Schilling2015-05-169-10/+167
| |\ | | | | | | | | | [ticket/13838] Check braces for control structures
| | * [ticket/13838] Fix coding styleNicofuma2015-05-148-11/+22
| | | | | | | | | | | | PHPBB3-13838
| | * [ticket/13838] Check braces for control structuresNicofuma2015-05-142-0/+146
| | | | | | | | | | | | PHPBB3-13838
* | | Merge pull request #3591 from Nicofuma/ticket/12632Oliver Schramm2015-05-167-1/+42
|\ \ \ | | | | | | | | | | | | [ticket/12632] Add twig.debug and twig.auto_reload in config.yml
| * | | [ticket/12632] Add twig.debug and twig.auto_reload in config.ymlTristan Darricau2015-05-047-1/+42
| | | | | | | | | | | | | | | | | | | | PHPBB3-13206 PHPBB3-12632
* | | | Merge branch '3.1.x'Oliver Schramm2015-05-152-0/+18
|\ \ \ \ | | |/ / | |/| |
| * | | Merge pull request #3563 from rxu/ticket/13791Oliver Schramm2015-05-152-0/+18
| |\ \ \ | | | | | | | | | | | | | | | [ticket/13791] Add more post buttons template events to viewtopic_body.html
| | * | | [ticket/13791] Add more post buttons template events to viewtopic_body.htmlrxu2015-05-012-0/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The purpose is to allow adding custom post buttons outside of original post buttons conditionals/list in prosilver (for subsilver2 it's not the issue). PHPBB3-13791
* | | | | Merge pull request #3609 from Nicofuma/ticket/13839Andreas Fischer2015-05-141-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13839] Don't be dependent on the phpBB root directory name in tests * Nicofuma/ticket/13839: [ticket/13839] Don't be dependent on the phpBB root directory name in tests
| * | | | | [ticket/13839] Don't be dependent on the phpBB root directory name in testsNicofuma2015-05-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13839
* | | | | | Merge branch '3.1.x'Marc Alexander2015-05-141-1/+1
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge pull request #3607 from Nicofuma/ticket/13830Marc Alexander2015-05-141-1/+1
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/13830] Fix unsused used statements and catch blocks
| | * | | | | [ticket/13830] Fix unsused used statements and catch blocksNicofuma2015-05-141-1/+1
| | | |_|_|/ | | |/| | | | | | | | | | | | | | | PHPBB3-13830
* | | | | | Merge pull request #3582 from s9e/ticket/13805Nicofuma2015-05-142-7/+129
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/13805] Updated generate_text_for_storage() to match message_parser
| * | | | | | [ticket/13805] Updated generate_text_for_storage() to match message_parserJoshyPHP2015-05-022-7/+129
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13805
* | | | | | | Merge pull request #3581 from MateBartus/ticket/13804Nicofuma2015-05-1414-29/+67
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13804] Make template's user dependency optional
| * | | | | | | [ticket/13804] Remove unnecessary array_mergeMateBartus2015-05-111-6/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13804
| * | | | | | | [ticket/13804] Make template's user dependency optionalMateBartus2015-05-0514-29/+72
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13804
* | | | | | | | Merge pull request #3577 from MateBartus/ticket/13800Nicofuma2015-05-146-29/+33
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | | | | | | | | | [ticket/13800] Make router's extension manager dependency optional
| * | | | | | | [ticket/13800] Make router's extension manager dependency optionalMateBartus2015-05-026-29/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13800
* | | | | | | | Merge branch '3.1.x'Marc Alexander2015-05-142-2/+16
|\ \ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | Conflicts: phpBB/styles/subsilver2/template/viewforum_body.html
| * | | | | | | Merge pull request #3540 from RMcGirr83/ticket/13699Marc Alexander2015-05-143-3/+20
| |\ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | | | | | | | | | | [ticket/13699] Add event before and after forum title in viewforum
| | * | | | | | [ticket/13699] Add event before and after forum title in viewforumRichard McGirr2015-05-053-3/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13699
* | | | | | | | Merge branch '3.1.x'Marc Alexander2015-05-141-0/+14
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Merge pull request #3605 from Nicofuma/ticket/13830Marc Alexander2015-05-141-0/+14
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13830] Check class used in catch statements
| | * | | | | | | [ticket/13830] Check class used in catch statementsNicofuma2015-05-101-0/+14
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13830
* | | | | | | | Merge pull request #3602 from s9e/ticket/13828Marc Alexander2015-05-102-2/+2
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13828] Renamed testing doubles to avoid PHP7 keywords
| * | | | | | | | [ticket/13828] Renamed testing doubles to avoid PHP7 keywordsJoshyPHP2015-05-102-2/+2
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13828
* | | | | | | | Merge pull request #3599 from marc1706/ticket/13825Nicofuma2015-05-081-1/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13825] Correctly call phpbb_filesystem in create_thumbnail
| * | | | | | | | [ticket/13825] Correctly call phpbb_filesystem in create_thumbnailMarc Alexander2015-05-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13825
* | | | | | | | | Merge branch '3.1.x'Marc Alexander2015-05-082-0/+16
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| * | | | | | | | Merge pull request #3530 from VSEphpbb/ticket/13753Marc Alexander2015-05-082-0/+16
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13753] Add template events to forum category row headers
| | * | | | | | | | [ticket/13753] Fix event documentationMatt Friedman2015-04-091-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13753
| | * | | | | | | | [ticket/13753] Add template events to forum category row headersMatt Friedman2015-04-092-0/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13753
* | | | | | | | | | Merge branch '3.1.x'Marc Alexander2015-05-081-4/+20
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / /
| * | | | | | | | | Merge pull request #3529 from rxu/ticket/13752Marc Alexander2015-05-081-4/+20
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13752] Add viewonline.php core event to allow modifying forum data SQL
| | * | | | | | | | | [ticket/13752] Add viewonline.php core event to allow modifying forum data SQLrxu2015-04-091-4/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13752
* | | | | | | | | | | Merge branch '3.1.x'Marc Alexander2015-05-081-7/+33
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / /
| * | | | | | | | | | Merge pull request #3526 from rxu/ticket/13750Marc Alexander2015-05-081-7/+33
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13750] Add core event to allow modifying navlinks text
| | * | | | | | | | | | [ticket/13750] Add core event to allow modifying navlinks textrxu2015-05-071-7/+33
| | | |_|_|_|_|_|_|/ / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add generate_forum_nav() core event in includes/functions_display.php to allow modifying navlinks text. Use case example: extension(s) implementing multilanguage boards including translated forum names and so on. PHPBB3-13750