aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb
Commit message (Collapse)AuthorAgeFilesLines
* [feature/sql-bool-builder] Adding the IS operator to predicted operatorsbrunoais2015-03-171-0/+18
| | | | PHPBB3-13652
* [feature/sql-bool-builder] Added LIKE and NOT_LIKE to the comparationsbrunoais2015-03-161-0/+12
| | | | PHPBB3-13652
* [feature/sql-bool-builder] Explain better the code in the firstbrunoais2015-03-161-0/+2
| | | | | | Explain what that if and check is for in the first method that is called. PHPBB3-13652
* [feature/sql-bool-builder] Also use parenthesis for the NOT operatorbrunoais2015-03-161-1/+1
| | | | | | Be on the safe side, also use parenthesis for the NOT operator PHPBB3-13652
* [feature/sql-bool-builder] AS keyword must be lowercase;brunoais2015-03-161-1/+1
| | | | | | AS keyword must be lowercase; expected "as" but found "AS" PHPBB3-13652
* [feature/sql-bool-builder] Added code to use this feature for the WHERE clausebrunoais2015-03-161-1/+12
| | | | PHPBB3-13652
* [feature/sql-bool-builder] Removed non-necessary spacesbrunoais2015-03-161-29/+29
| | | | PHPBB3-13652
* [feature/sql-bool-builder] First working versionbrunoais2015-03-161-0/+92
| | | | PHPBB3-13652
* Merge branch '3.1.x'Dhruv2015-03-141-11/+8
|\ | | | | | | | | Conflicts: phpBB/phpbb/search/fulltext_native.php
| * [ticket/13674] Missing space after "if"brunoais2015-03-071-1/+1
| | | | | | | | PHPBB3-13674
| * [ticket/13674] Change MySQL native total search results calculationbrunoais2015-03-061-11/+8
| | | | | | | | | | | | | | | | | | This changes how the native FULLTEXT search calculates the total match number for MySQL. This should improve performance as there is one less query being made and it is being searched using the technique mentioned in the manual PHPBB3-13674
* | [ticket/13132] Twig: Add loops content to the root contextTristan Darricau2015-03-051-0/+6
| | | | | | | | PHPBB3-13132
* | Merge branch '3.1.x'Marc Alexander2015-03-051-0/+14
|\ \ | |/
| * Merge pull request #3453 from RMcGirr83/ticket/13477Marc Alexander2015-03-051-0/+14
| |\ | | | | | | | | | [ticket/13477] Update file cache driver for extension paths
| | * [ticket/13477] rename function and fix doc blocksRMcGirr832015-03-041-7/+7
| | | | | | | | | | | | PHPBB3-13477
| | * [ticket/13477] Update file cache driver for filenamesRMcGirr832015-03-031-0/+14
| | | | | | | | | | | | | | | | | | Replace slashes on file name PHPBB3-13477
* | | Merge pull request #3434 from nickvergessen/ticket/13647Marc Alexander2015-03-051-0/+160
|\ \ \ | | | | | | | | | | | | [ticket/13647] Move FAQ page to a controller
| * | | [ticket/13647] Use the Symfony way for redirectingJoas Schilling2015-02-271-1/+1
| | | | | | | | | | | | | | | | PHPBB3-13647
| * | | [ticket/13647] Move FAQ page to a controllerJoas Schilling2015-02-221-0/+160
| | | | | | | | | | | | | | | | PHPBB3-13647
* | | | Merge branch '3.1.x'Joas Schilling2015-02-271-1/+5
|\ \ \ \ | | |/ / | |/| | | | | | | | | | Conflicts: phpBB/phpbb/session.php
| * | | Merge pull request #3444 from naderman/ticket/13617-ascraeusJoas Schilling2015-02-271-1/+5
| |\ \ \ | | | | | | | | | | | | | | | [ticket/13617] Enforce column size limit for session_forum_id
| | * | | [ticket/13617] Document magic number for forum_idNils Adermann2015-02-251-0/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-13617
| | * | | [ticket/13617] Use request->variable instead of request_varNils Adermann2015-02-251-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-13617
| | * | | Merge branch 'ticket/13617' into ticket/13617-ascraeusNils Adermann2015-02-251-1/+4
| | | |/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | * ticket/13617: [ticket/13617] Enforce column size limit for session_forum_id Conflicts: phpBB/phpbb/session.php
* | | | Merge branch '3.1.x'Marc Alexander2015-02-271-2/+33
|\ \ \ \ | |/ / /
| * | | Merge pull request #3384 from brunoais/ticket/13592Marc Alexander2015-02-271-2/+33
| |\ \ \ | | |/ / | |/| | | | | | [ticket/13592] Allow changing get_visibility_sql's result
| | * | [ticket/13592] The name didn't make proper sensebrunoais2015-02-111-2/+2
| | | | | | | | | | | | | | | | PHPBB3-13592
| | * | [ticket/13592] Empty line before event comment block.brunoais2015-02-091-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | I had forgotten this one PHPBB3-13592
| | * | [ticket/13592] Removed unwanted space in self line.brunoais2015-02-091-1/+1
| | | | | | | | | | | | | | | | PHPBB3-13592
| | * | [ticket/13592] Allow full override of get_visibility_sql()brunoais2015-02-091-0/+10
| | | | | | | | | | | | | | | | PHPBB3-13592
| | * | [ticket/13592] Allow changing get_visibility_sql's resultbrunoais2015-02-091-3/+3
| | | | | | | | | | | | | | | | PHPBB3-13592
| | * | [ticket/13592] Allow changing get_visibility_sql's resultbrunoais2015-02-081-2/+22
| | | | | | | | | | | | | | | | PHPBB3-13592
* | | | Merge pull request #3303 from Nicofuma/ticket/13513Marc Alexander2015-02-262-13/+18
|\ \ \ \ | | | | | | | | | | | | | | | [ticket/13513] Use paths relative to the phpBB root in the router
| * | | | [ticket/13513] Use paths relative to the phpBB root in the routerTristan Darricau2015-01-172-13/+18
| | | | | | | | | | | | | | | | | | | | PHPBB3-13513
* | | | | Merge branch '3.1.x'Andreas Fischer2015-02-221-1/+1
|\ \ \ \ \ | | |/ / / | |/| | / | |_|_|/ |/| | | * 3.1.x: [ticket/13643] Change the priority of kernel_terminate_subscriber to PHP_INT_MIN
| * | | Merge pull request #3433 from Nicofuma/ticket/13643Andreas Fischer2015-02-221-1/+1
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13643] Change the priority of kernel_terminate_subscriber to -10000 * Nicofuma/ticket/13643: [ticket/13643] Change the priority of kernel_terminate_subscriber to PHP_INT_MIN
| | * | | [ticket/13643] Change the priority of kernel_terminate_subscriber to PHP_INT_MINNicofuma2015-02-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHP_INT_MIN isn't a defined constant but it can be calculed by ~PHP_INT_MAX (two's complement of PHP_INT_MAX) PHPBB3-13643
* | | | | Merge branch '3.1.x'Andreas Fischer2015-02-221-1/+1
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | * 3.1.x: [ticket/13551] Fix incorrectly named template variable: AUTH_LDAP_DN
| * | | | Merge pull request #3427 from prototech/ticket/13551Andreas Fischer2015-02-221-1/+1
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13551] Fix incorrectly named template variable: AUTH_LDAP_DN * prototech/ticket/13551: [ticket/13551] Fix incorrectly named template variable: AUTH_LDAP_DN
| | * | | | [ticket/13551] Fix incorrectly named template variable: AUTH_LDAP_DNCesar G2015-02-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13551
* | | | | | Merge branch '3.1.x'Andreas Fischer2015-02-222-6/+6
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | | | | | | | * 3.1.x: [ticket/13644] Always type hint dispatch_interface
| * | | | | [ticket/13644] Always type hint dispatch_interfaceNicofuma2015-02-222-6/+6
| | |/ / / | |/| | | | | | | | | | | | | PHPBB3-13644
* | | | | Merge branch '3.1.x'Joas Schilling2015-02-201-2/+2
|\ \ \ \ \ | |/ / / /
| * | | | Merge pull request #3418 from brunoais/ticket/13631Joas Schilling2015-02-201-2/+2
| |\ \ \ \ | | |/ / / | |/| | | | | | | | [ticket/13631] Fix wrong variable in get_global_visibility_sql()'s event
| | * | | [ticket/13631] Better, more explicit comment explanationbrunoais2015-02-181-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-13631
| | * | | [ticket/13631] Fix wrong variable in get_global_visibility_sql()'s eventbrunoais2015-02-181-2/+2
| | | |/ | | |/| | | | | | | | | | | | | | | | | | | | | I don't get this... I was positive I, at some point, had it right... I don't get what happened... PHPBB3-13631
* | | | Merge branch '3.1.x'Andreas Fischer2015-02-171-2/+1
|\ \ \ \ | |/ / / | | | | | | | | | | | | * 3.1.x: [ticket/13570] Remove unnecessary ternary condition from mysqli driver
| * | | [ticket/13570] Remove unnecessary ternary condition from mysqli driverJakub Senko2015-02-161-2/+1
| |/ / | | | | | | | | | PHPBB3-13570
* | | [ticket/10748] Split postgres DB tools into it's own classJoas Schilling2015-02-134-277/+637
| | | | | | | | | | | | PHPBB3-10748
* | | [ticket/10748] Overwrite the type map correctlyJoas Schilling2015-02-072-1/+4
| | | | | | | | | | | | PHPBB3-10748