aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3444 from naderman/ticket/13617-ascraeusJoas Schilling2015-02-271-1/+5
|\
| * [ticket/13617] Document magic number for forum_idNils Adermann2015-02-251-0/+1
| * [ticket/13617] Use request->variable instead of request_varNils Adermann2015-02-251-1/+1
| * Merge branch 'ticket/13617' into ticket/13617-ascraeusNils Adermann2015-02-251-1/+4
* | Merge pull request #3384 from brunoais/ticket/13592Marc Alexander2015-02-271-2/+33
|\ \ | |/ |/|
| * [ticket/13592] The name didn't make proper sensebrunoais2015-02-111-2/+2
| * [ticket/13592] Empty line before event comment block.brunoais2015-02-091-0/+1
| * [ticket/13592] Removed unwanted space in self line.brunoais2015-02-091-1/+1
| * [ticket/13592] Allow full override of get_visibility_sql()brunoais2015-02-091-0/+10
| * [ticket/13592] Allow changing get_visibility_sql's resultbrunoais2015-02-091-3/+3
| * [ticket/13592] Allow changing get_visibility_sql's resultbrunoais2015-02-081-2/+22
* | Merge pull request #3433 from Nicofuma/ticket/13643Andreas Fischer2015-02-221-1/+1
|\ \
| * | [ticket/13643] Change the priority of kernel_terminate_subscriber to PHP_INT_MINNicofuma2015-02-221-1/+1
* | | Merge pull request #3427 from prototech/ticket/13551Andreas Fischer2015-02-221-1/+1
|\ \ \
| * | | [ticket/13551] Fix incorrectly named template variable: AUTH_LDAP_DNCesar G2015-02-191-1/+1
* | | | [ticket/13644] Always type hint dispatch_interfaceNicofuma2015-02-222-6/+6
| |/ / |/| |
* | | Merge pull request #3418 from brunoais/ticket/13631Joas Schilling2015-02-201-2/+2
|\ \ \ | |/ / |/| |
| * | [ticket/13631] Better, more explicit comment explanationbrunoais2015-02-181-1/+1
| * | [ticket/13631] Fix wrong variable in get_global_visibility_sql()'s eventbrunoais2015-02-181-2/+2
| |/
* | [ticket/13570] Remove unnecessary ternary condition from mysqli driverJakub Senko2015-02-161-2/+1
|/
* [ticket/13588] Fixes wrong message in info fsockopen() disabledCrizzo2015-02-071-1/+1
* Merge branch 'ticket/13348-olympus' into ticket/13348Marc Alexander2015-02-031-5/+6
* [ticket/13569] Add missing sql_freeresults and remove unneeded resultsMarc Alexander2015-02-023-1/+3
* [prep-release-3.1.3] Add migration for 3.1.3Joas Schilling2015-02-011-0/+31
* [prep-release-3.1.3] Add migration for 3.1.3-RC2Joas Schilling2015-01-311-0/+32
* [ticket/13553] Use defined title value in page headers tooMatt Friedman2015-01-311-1/+1
* [ticket/13553] Make title var accept a lang key varMatt Friedman2015-01-311-4/+4
* [ticket/13553] Message helper should accept a lang key varMatt Friedman2015-01-311-5/+7
* [ticket/13557] Add migrations for 3.0.13 and 3.0.13-PL1Joas Schilling2015-01-302-0/+74
* [ticket/13556] Fix exception translation with filedownloaderJoas Schilling2015-01-302-5/+6
* Merge pull request #3341 from brunoais/ticket/13544Joas Schilling2015-01-301-1/+2
|\
| * [ticket/13544] Use integer case because $role_id is an intbrunoais2015-01-261-1/+1
| * [ticket/13544] Fixing wrong SQL query for permission_unset for rolesbrunoais2015-01-261-1/+2
* | Merge branch 'prep-release-3.0.13' into prep-release-3.1.3Andreas Fischer2015-01-301-1/+1
* | [ticket/13553] Add a method to the controller helper to display a messageJoas Schilling2015-01-291-1/+16
* | [prep-release-3.1.3] Add migration for 3.1.3-RC1Joas Schilling2015-01-261-0/+35
|/
* Merge pull request #3321 from marc1706/ticket/13282Joas Schilling2015-01-231-1/+9
|\
| * [ticket/13282] Use strpos() instead of preg_match()Marc Alexander2015-01-221-1/+1
| * [ticket/13282] Use 0 as default for integer type columns in postgresqlMarc Alexander2015-01-221-1/+9
* | Merge pull request #3173 from Nicofuma/ticket/13361Nils Adermann2015-01-225-13/+199
|\ \ | |/ |/|
| * [ticket/13361] Rename exception to runtime_exceptionTristan Darricau2015-01-212-4/+4
| * [ticket/13361] Fix the JsonResponse in the exception listenerTristan Darricau2015-01-141-1/+1
| * [ticket/13361] Add testsTristan Darricau2015-01-112-5/+11
| * [ticket/13361] Support ajax request (send a json response)Tristan Darricau2015-01-101-9/+25
| * [ticket/13361] Improve the exception listenerTristan Darricau2014-11-235-4/+168
* | Merge branch 'develop-olympus' into develop-ascraeusAndreas Fischer2015-01-211-0/+37
* | Merge pull request #3314 from VSEphpbb/ticket/13133Tristan Darricau2015-01-201-4/+4
|\ \
| * | [ticket/13133] Fix variable name in set_custom_style()Matt Friedman2015-01-201-4/+4
* | | Merge pull request #3315 from nickvergessen/ticket/13530Tristan Darricau2015-01-201-1/+1
|\ \ \
| * | | [ticket/13530] Fix undefined variablesJoas Schilling2015-01-201-1/+1