| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [feature/sql-bool-builder] Adding the IS operator to predicted operators | brunoais | 2015-03-17 | 2 | -1/+19 |
| | | | | | PHPBB3-13652 | ||||
| * | [feature/sql-bool-builder] test_single_not_like | brunoais | 2015-03-16 | 1 | -0/+27 |
| | | | | | PHPBB3-13652 | ||||
| * | [feature/sql-bool-builder] test_single_like | brunoais | 2015-03-16 | 1 | -0/+25 |
| | | | | | PHPBB3-13652 | ||||
| * | [feature/sql-bool-builder] test_single_not_in | brunoais | 2015-03-16 | 1 | -0/+26 |
| | | | | | PHPBB3-13652 | ||||
| * | [feature/sql-bool-builder] test_single_in | brunoais | 2015-03-16 | 1 | -0/+26 |
| | | | | | PHPBB3-13652 | ||||
| * | [feature/sql-bool-builder] test_and_of_or_of_and | brunoais | 2015-03-16 | 1 | -0/+46 |
| | | | | | PHPBB3-13652 | ||||
| * | [feature/sql-bool-builder] test_triple_and_with_in | brunoais | 2015-03-16 | 1 | -0/+31 |
| | | | | | PHPBB3-13652 | ||||
| * | [feature/sql-bool-builder] test_double_and_with_not_of_and | brunoais | 2015-03-16 | 1 | -0/+31 |
| | | | | | PHPBB3-13652 | ||||
| * | [feature/sql-bool-builder] test_triple_and_with_is_null | brunoais | 2015-03-16 | 1 | -0/+37 |
| | | | | | PHPBB3-13652 | ||||
| * | [feature/sql-bool-builder] Prepare testing class | brunoais | 2015-03-16 | 2 | -0/+108 |
| | | | | | 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 | ||||
| | * | Merge pull request #3476 from brunoais/ticket/13674 | Dhruv Goel | 2015-03-14 | 1 | -11/+8 |
| | |\ | | | | | | | [ticket/13674] Change MySQL native total search results calculation | ||||
| | | * | [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 | ||||
| * | | | Merge branch '3.1.x' | Marc Alexander | 2015-03-11 | 1 | -0/+7 |
| |\ \ \ | |/ / | |||||
| | * | | Merge pull request #3428 from prototech/ticket/13463 | Marc Alexander | 2015-03-11 | 1 | -0/+7 |
| | |\ \ | | | | | | | | | | | | | [ticket/13463] Correctly position notification mark read icon in RTL. | ||||
| | | * | | [ticket/13463] Correctly position notification mark read icon in RTL. | Scout4all | 2015-02-19 | 1 | -0/+7 |
| | | | | | | | | | | | | | | | | | PHPBB3-13463 | ||||
| * | | | | Merge branch '3.1.x' | Marc Alexander | 2015-03-10 | 2 | -0/+8 |
| |\ \ \ \ | |/ / / | |||||
| | * | | | Merge pull request #3477 from n-aleha/ticket/13679 | Marc Alexander | 2015-03-10 | 2 | -0/+8 |
| | |\ \ \ | | | | | | | | | | | | | | | | [ticket/13679] Add template event overall_header_searchbox_before | ||||
| | | * | | | [ticket/13679] Add template event overall_header_searchbox_before | n-aleha | 2015-03-08 | 2 | -0/+8 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-13679 | ||||
| * | | | | | Merge branch '3.1.x' | Marc Alexander | 2015-03-10 | 1 | -3/+15 |
| |\ \ \ \ \ | |/ / / / | |||||
| | * | | | | Merge pull request #3445 from RMcGirr83/ticket/13650 | Marc Alexander | 2015-03-10 | 1 | -3/+15 |
| | |\ \ \ \ | | |/ / / | |/| | | | | | | | | [ticket/13650] Move core event | ||||
| | | * | | | [ticket/13650] Move core event | RMcGirr83 | 2015-02-25 | 1 | -3/+15 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-13650 | ||||
| * | | | | | Merge branch '3.1.x' | Marc Alexander | 2015-03-07 | 1 | -1/+27 |
| |\ \ \ \ \ | |/ / / / | |||||
| | * | | | | Merge pull request #3452 from RobertHeim/ticket/13658 | Marc Alexander | 2015-03-07 | 1 | -1/+27 |
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | [ticket/13658] add event before and after topics are deleted | ||||
| | | * | | | | [ticket/13658] renamed events and added table_ary parameter | Robert Heim | 2015-02-27 | 1 | -4/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - added suffix '_query' to event names - added table_ary to before event PHPBB3-13658 | ||||
| | | * | | | | [ticket/13658] add event before and after topics are deleted | RobertHeim | 2015-02-27 | 1 | -1/+25 |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13658 | ||||
| * | | | | | | Merge pull request #3471 from Nicofuma/ticket/13132 | Marc Alexander | 2015-03-06 | 19 | -3/+352 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | [ticket/13132] Twig: Add the loops content to the root context | ||||
| | * | | | | | | [ticket/13132] Enable twig expressions tests | Nicofuma | 2015-03-05 | 4 | -10/+27 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13132 | ||||
| | * | | | | | | [ticket/13132] Twig: Add loops content to the root context | Tristan Darricau | 2015-03-05 | 18 | -3/+335 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13132 | ||||
| * | | | | | | | Merge branch '3.1.x' | Marc Alexander | 2015-03-06 | 3 | -2/+38 |
| |\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | | |||||
| | * | | | | | | Merge pull request #3473 from RMcGirr83/ticket/13675 | Marc Alexander | 2015-03-06 | 3 | -2/+38 |
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13675] Add validate to acp_profile event and add template events | ||||
| | | * | | | | | | [ticket/13675] Add validate to acp_profile event and add template events | Richard McGirr | 2015-03-06 | 3 | -2/+38 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | for acp users profile PHPBB3-13675 | ||||
| * | | | | | | | | Merge branch '3.1.x' | Marc Alexander | 2015-03-06 | 1 | -23/+51 |
| |\ \ \ \ \ \ \ \ | |/ / / / / / / | |||||
| | * | | | | | | | Merge pull request #3450 from brunoais/ticket/13142 | Marc Alexander | 2015-03-06 | 1 | -23/+51 |
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13142] Before query to get the total number of reports | ||||
| | | * | | | | | | | [ticket/13142] Default $total to -1 before the event for more flexibility | brunoais | 2015-02-27 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13142 | ||||
| | | * | | | | | | | [ticket/13142] Removed surperfulous space | brunoais | 2015-02-27 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13142 | ||||
| | | * | | | | | | | [ticket/13142] Removed surperfulous new line | brunoais | 2015-02-27 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13142 | ||||
| | | * | | | | | | | [ticket/13142] Place the event in the most meaningful place | brunoais | 2015-02-26 | 1 | -1/+49 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The event now has nearly all variables and it is in the place where it can most influence this method's outcome without requiring the extension to re-process phpBB's code. PHPBB3-13142 | ||||
| | | * | | | | | | | [ticket/13142] Delete event in order to move it. | brunoais | 2015-02-26 | 1 | -22/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13142 | ||||
| * | | | | | | | | | Merge branch '3.1.x' | Marc Alexander | 2015-03-06 | 1 | -0/+26 |
| |\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | |||||
| | * | | | | | | | | Merge pull request #3426 from kinerity/ticket/13637 | Marc Alexander | 2015-03-06 | 1 | -0/+26 |
| | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13637] Add core.ucp_pm_compose_alter_vars PHP event | ||||
| | | * | | | | | | | | [ticket/13637] Update msg_id docblock | Kailey Truscott | 2015-03-05 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change topic_id to post_id PHPBB3-13637 | ||||
