Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [feature/sql-bool-builder] Adding the IS operator to predicted operators | brunoais | 2015-03-17 | 1 | -0/+18 |
| | | | | PHPBB3-13652 | ||||
* | [feature/sql-bool-builder] Added LIKE and NOT_LIKE to the comparations | brunoais | 2015-03-16 | 1 | -0/+12 |
| | | | | PHPBB3-13652 | ||||
* | [feature/sql-bool-builder] Explain better the code in the first | brunoais | 2015-03-16 | 1 | -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 operator | brunoais | 2015-03-16 | 1 | -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; | brunoais | 2015-03-16 | 1 | -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 clause | brunoais | 2015-03-16 | 1 | -1/+12 |
| | | | | PHPBB3-13652 | ||||
* | [feature/sql-bool-builder] Removed non-necessary spaces | brunoais | 2015-03-16 | 1 | -29/+29 |
| | | | | PHPBB3-13652 | ||||
* | [feature/sql-bool-builder] First working version | brunoais | 2015-03-16 | 1 | -0/+92 |
| | | | | PHPBB3-13652 | ||||
* | Merge branch '3.1.x' | Dhruv | 2015-03-14 | 1 | -11/+8 |
|\ | | | | | | | | | Conflicts: phpBB/phpbb/search/fulltext_native.php | ||||
| * | [ticket/13674] Missing space after "if" | brunoais | 2015-03-07 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-13674 | ||||
| * | [ticket/13674] Change MySQL native total search results calculation | brunoais | 2015-03-06 | 1 | -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 context | Tristan Darricau | 2015-03-05 | 1 | -0/+6 |
| | | | | | | | | PHPBB3-13132 | ||||
* | | Merge branch '3.1.x' | Marc Alexander | 2015-03-05 | 1 | -0/+14 |
|\ \ | |/ | |||||
| * | Merge pull request #3453 from RMcGirr83/ticket/13477 | Marc Alexander | 2015-03-05 | 1 | -0/+14 |
| |\ | | | | | | | | | | [ticket/13477] Update file cache driver for extension paths | ||||
| | * | [ticket/13477] rename function and fix doc blocks | RMcGirr83 | 2015-03-04 | 1 | -7/+7 |
| | | | | | | | | | | | | PHPBB3-13477 | ||||
| | * | [ticket/13477] Update file cache driver for filenames | RMcGirr83 | 2015-03-03 | 1 | -0/+14 |
| | | | | | | | | | | | | | | | | | | Replace slashes on file name PHPBB3-13477 | ||||
* | | | Merge pull request #3434 from nickvergessen/ticket/13647 | Marc Alexander | 2015-03-05 | 1 | -0/+160 |
|\ \ \ | | | | | | | | | | | | | [ticket/13647] Move FAQ page to a controller | ||||
| * | | | [ticket/13647] Use the Symfony way for redirecting | Joas Schilling | 2015-02-27 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | PHPBB3-13647 | ||||
| * | | | [ticket/13647] Move FAQ page to a controller | Joas Schilling | 2015-02-22 | 1 | -0/+160 |
| | | | | | | | | | | | | | | | | PHPBB3-13647 | ||||
* | | | | Merge branch '3.1.x' | Joas Schilling | 2015-02-27 | 1 | -1/+5 |
|\ \ \ \ | | |/ / | |/| | | | | | | | | | | Conflicts: phpBB/phpbb/session.php | ||||
| * | | | Merge pull request #3444 from naderman/ticket/13617-ascraeus | Joas Schilling | 2015-02-27 | 1 | -1/+5 |
| |\ \ \ | | | | | | | | | | | | | | | | [ticket/13617] Enforce column size limit for session_forum_id | ||||
| | * | | | [ticket/13617] Document magic number for forum_id | Nils Adermann | 2015-02-25 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | PHPBB3-13617 | ||||
| | * | | | [ticket/13617] Use request->variable instead of request_var | Nils Adermann | 2015-02-25 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | PHPBB3-13617 | ||||
| | * | | | Merge branch 'ticket/13617' into ticket/13617-ascraeus | Nils Adermann | 2015-02-25 | 1 | -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 Alexander | 2015-02-27 | 1 | -2/+33 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge pull request #3384 from brunoais/ticket/13592 | Marc Alexander | 2015-02-27 | 1 | -2/+33 |
| |\ \ \ | | |/ / | |/| | | | | | | [ticket/13592] Allow changing get_visibility_sql's result | ||||
| | * | | [ticket/13592] The name didn't make proper sense | brunoais | 2015-02-11 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | PHPBB3-13592 | ||||
| | * | | [ticket/13592] Empty line before event comment block. | brunoais | 2015-02-09 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | I had forgotten this one PHPBB3-13592 | ||||
| | * | | [ticket/13592] Removed unwanted space in self line. | brunoais | 2015-02-09 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | PHPBB3-13592 | ||||
| | * | | [ticket/13592] Allow full override of get_visibility_sql() | brunoais | 2015-02-09 | 1 | -0/+10 |
| | | | | | | | | | | | | | | | | PHPBB3-13592 | ||||
| | * | | [ticket/13592] Allow changing get_visibility_sql's result | brunoais | 2015-02-09 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | PHPBB3-13592 | ||||
| | * | | [ticket/13592] Allow changing get_visibility_sql's result | brunoais | 2015-02-08 | 1 | -2/+22 |
| | | | | | | | | | | | | | | | | PHPBB3-13592 | ||||
* | | | | Merge pull request #3303 from Nicofuma/ticket/13513 | Marc Alexander | 2015-02-26 | 2 | -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 router | Tristan Darricau | 2015-01-17 | 2 | -13/+18 |
| | | | | | | | | | | | | | | | | | | | | PHPBB3-13513 | ||||
* | | | | | Merge branch '3.1.x' | Andreas Fischer | 2015-02-22 | 1 | -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/13643 | Andreas Fischer | 2015-02-22 | 1 | -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_MIN | Nicofuma | 2015-02-22 | 1 | -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 Fischer | 2015-02-22 | 1 | -1/+1 |
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | * 3.1.x: [ticket/13551] Fix incorrectly named template variable: AUTH_LDAP_DN | ||||
| * | | | | Merge pull request #3427 from prototech/ticket/13551 | Andreas Fischer | 2015-02-22 | 1 | -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_DN | Cesar G | 2015-02-19 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13551 | ||||
* | | | | | | Merge branch '3.1.x' | Andreas Fischer | 2015-02-22 | 2 | -6/+6 |
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | | | | | | | | * 3.1.x: [ticket/13644] Always type hint dispatch_interface | ||||
| * | | | | | [ticket/13644] Always type hint dispatch_interface | Nicofuma | 2015-02-22 | 2 | -6/+6 |
| | |/ / / | |/| | | | | | | | | | | | | | PHPBB3-13644 | ||||
* | | | | | Merge branch '3.1.x' | Joas Schilling | 2015-02-20 | 1 | -2/+2 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Merge pull request #3418 from brunoais/ticket/13631 | Joas Schilling | 2015-02-20 | 1 | -2/+2 |
| |\ \ \ \ | | |/ / / | |/| | | | | | | | | [ticket/13631] Fix wrong variable in get_global_visibility_sql()'s event | ||||
| | * | | | [ticket/13631] Better, more explicit comment explanation | brunoais | 2015-02-18 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | PHPBB3-13631 | ||||
| | * | | | [ticket/13631] Fix wrong variable in get_global_visibility_sql()'s event | brunoais | 2015-02-18 | 1 | -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 Fischer | 2015-02-17 | 1 | -2/+1 |
|\ \ \ \ | |/ / / | | | | | | | | | | | | | * 3.1.x: [ticket/13570] Remove unnecessary ternary condition from mysqli driver | ||||
| * | | | [ticket/13570] Remove unnecessary ternary condition from mysqli driver | Jakub Senko | 2015-02-16 | 1 | -2/+1 |
| |/ / | | | | | | | | | | PHPBB3-13570 | ||||
* | | | [ticket/10748] Split postgres DB tools into it's own class | Joas Schilling | 2015-02-13 | 4 | -277/+637 |
| | | | | | | | | | | | | PHPBB3-10748 | ||||
* | | | [ticket/10748] Overwrite the type map correctly | Joas Schilling | 2015-02-07 | 2 | -1/+4 |
| | | | | | | | | | | | | PHPBB3-10748 |