aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '3.1.x'Nils Adermann2015-05-301-1/+1
|\
| * Merge pull request #3560 from Nicofuma/ticket/13790Nils Adermann2015-05-302-2/+2
| |\
| | * [ticket/13790] Update phpcsTristan Darricau2015-05-192-2/+2
* | | Merge pull request #3383 from nickvergessen/ticket/9109Tristan Darricau2015-05-292-13/+32
|\ \ \
| * | | [ticket/9109] Improve docblock and fix spelling errorsMarc Alexander2015-02-081-0/+1
| * | | [ticket/9109] Only query database once in phpbb_get_max_setting_from_groupMarc Alexander2015-02-081-20/+5
| * | | [ticket/9109] Properly document and calculate the group settings with value 0Joas Schilling2015-02-082-13/+46
* | | | Merge pull request #3613 from nickvergessen/ticket/13844Tristan Darricau2015-05-295-5/+5
|\ \ \ \
| * | | | [ticket/13844] FAQ in new controller formatJoas Schilling2015-05-165-5/+5
* | | | | Merge pull request #3616 from s9e/ticket/13847Tristan Darricau2015-05-291-2/+10
|\ \ \ \ \
| * | | | | [ticket/13847] Updated ucp_pm_compose to use utils when forwardingJoshyPHP2015-05-251-1/+5
| * | | | | [ticket/13847] Updated ucp_pm_compose to use the utils serviceJoshyPHP2015-05-251-1/+5
* | | | | | Merge branch '3.1.x'Joas Schilling2015-05-281-0/+20
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | Merge pull request #3469 from brunoais/ticket/13672Joas Schilling2015-05-281-0/+20
| |\ \ \ \ \
| | * | | | | [ticket/13672] Removed bogus sting concatenationbrunoais2015-05-081-1/+1
| | * | | | | [ticket/13672] BUMP version to 3.1.5-devbrunoais2015-05-061-1/+1
| | * | | | | [ticket/13672] Allow changing the data from the user-submitted reportbrunoais2015-03-051-0/+20
* | | | | | | Merge branch '3.1.x'Joas Schilling2015-05-281-5/+34
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge pull request #3468 from brunoais/ticket/13668Joas Schilling2015-05-281-5/+33
| |\ \ \ \ \ \
| | * | | | | | [ticket/13668] Removed bogus sting concatenationbrunoais2015-05-081-1/+1
| | * | | | | | [ticket/13668] BUMP version to 3.1.5-devbrunoais2015-05-061-1/+1
| | * | | | | | [ticket/13668] Allow changing the query to obtain the user-submitted report.brunoais2015-03-051-0/+19
| | |/ / / / /
| | * | | | | [ticket/13668] Convert the mcp report_details query to a built querybrunoais2015-03-051-5/+14
* | | | | | | Merge branch '3.1.x'Joas Schilling2015-05-282-0/+69
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge pull request #3435 from rxu/ticket/13648Joas Schilling2015-05-282-0/+69
| |\ \ \ \ \ \
| | * | | | | | [ticket/13648] Allow extensions using custom bbcode validation methodsrxu2015-05-072-0/+69
* | | | | | | | Merge branch '3.1.x'Marc Alexander2015-05-281-1/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | / / / / | |_|_|/ / / / |/| | | | | |
| * | | | | | [ticket/13868] Correctly handle acp/mcp/ucp modules lang files for extensionsrxu2015-05-271-1/+1
* | | | | | | Merge pull request #3578 from s9e/ticket/13801Nicofuma2015-05-201-0/+5
|\ \ \ \ \ \ \
| * | | | | | | [ticket/13801] Updated comments for clarityJoshyPHP2015-05-181-0/+1
| * | | | | | | [ticket/13801] Removed user dependency from text_formatter.s9e.parserJoshyPHP2015-05-181-0/+4
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge pull request #3597 from s9e/ticket/13614Nicofuma2015-05-194-139/+28
|\ \ \ \ \ \ \
| * | | | | | | [ticket/13614] Added phpbb_pcre_utf8_support() dummy for BCJoshyPHP2015-05-111-0/+9
| * | | | | | | [ticket/13614] Removed code that relies on phpbb_pcre_utf8_support()JoshyPHP2015-05-113-139/+19
* | | | | | | | [ticket/11530] Remove extra quotes when depth limit is exceededJoshyPHP2015-05-181-0/+10
| |/ / / / / / |/| | | | | |
* | | | | | | Merge branch '3.1.x'Joas Schilling2015-05-161-1/+2
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | [ticket/13838] Fix coding styleNicofuma2015-05-141-1/+2
* | | | | | | Merge pull request #3582 from s9e/ticket/13805Nicofuma2015-05-141-2/+14
|\ \ \ \ \ \ \
| * | | | | | | [ticket/13805] Updated generate_text_for_storage() to match message_parserJoshyPHP2015-05-021-2/+14
* | | | | | | | Merge pull request #3581 from MateBartus/ticket/13804Nicofuma2015-05-142-2/+2
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | [ticket/13804] Make template's user dependency optionalMateBartus2015-05-052-2/+2
* | | | | | | | Merge pull request #3599 from marc1706/ticket/13825Nicofuma2015-05-081-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | [ticket/13825] Correctly call phpbb_filesystem in create_thumbnailMarc Alexander2015-05-081-1/+1
* | | | | | | | | 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 textrxu2015-05-071-7/+33
| | | |_|_|/ / / / | | |/| | | | | |
* | | | | | | | | Merge branch '3.1.x'Marc Alexander2015-05-081-4/+21
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | | | / / / / / / | |_|/ / / / / / |/| | | | | | |
| * | | | | | | Merge pull request #3459 from brunoais/ticket/13664Marc Alexander2015-05-081-4/+21
| |\ \ \ \ \ \ \
| | * | | | | | | [ticket/13664] BUMP version to 3.1.5-devbrunoais2015-05-061-1/+1
| | * | | | | | | [ticket/13664] Added alias to table to make modding easier.brunoais2015-03-011-3/+3