aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [feature/sql-bool-builder] Adding the IS operator to predicted operatorsbrunoais2015-03-172-1/+19
| | | | PHPBB3-13652
* [feature/sql-bool-builder] test_single_not_likebrunoais2015-03-161-0/+27
| | | | PHPBB3-13652
* [feature/sql-bool-builder] test_single_likebrunoais2015-03-161-0/+25
| | | | PHPBB3-13652
* [feature/sql-bool-builder] test_single_not_inbrunoais2015-03-161-0/+26
| | | | PHPBB3-13652
* [feature/sql-bool-builder] test_single_inbrunoais2015-03-161-0/+26
| | | | PHPBB3-13652
* [feature/sql-bool-builder] test_and_of_or_of_andbrunoais2015-03-161-0/+46
| | | | PHPBB3-13652
* [feature/sql-bool-builder] test_triple_and_with_inbrunoais2015-03-161-0/+31
| | | | PHPBB3-13652
* [feature/sql-bool-builder] test_double_and_with_not_of_andbrunoais2015-03-161-0/+31
| | | | PHPBB3-13652
* [feature/sql-bool-builder] test_triple_and_with_is_nullbrunoais2015-03-161-0/+37
| | | | PHPBB3-13652
* [feature/sql-bool-builder] Prepare testing classbrunoais2015-03-162-0/+108
| | | | 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
| * Merge pull request #3476 from brunoais/ticket/13674Dhruv Goel2015-03-141-11/+8
| |\ | | | | | | [ticket/13674] Change MySQL native total search results calculation
| | * [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
* | | Merge branch '3.1.x'Marc Alexander2015-03-111-0/+7
|\ \ \ | |/ /
| * | Merge pull request #3428 from prototech/ticket/13463Marc Alexander2015-03-111-0/+7
| |\ \ | | | | | | | | | | | | [ticket/13463] Correctly position notification mark read icon in RTL.
| | * | [ticket/13463] Correctly position notification mark read icon in RTL.Scout4all2015-02-191-0/+7
| | | | | | | | | | | | | | | | PHPBB3-13463
* | | | Merge branch '3.1.x'Marc Alexander2015-03-102-0/+8
|\ \ \ \ | |/ / /
| * | | Merge pull request #3477 from n-aleha/ticket/13679Marc Alexander2015-03-102-0/+8
| |\ \ \ | | | | | | | | | | | | | | | [ticket/13679] Add template event overall_header_searchbox_before
| | * | | [ticket/13679] Add template event overall_header_searchbox_beforen-aleha2015-03-082-0/+8
| | | | | | | | | | | | | | | | | | | | PHPBB3-13679
* | | | | Merge branch '3.1.x'Marc Alexander2015-03-101-3/+15
|\ \ \ \ \ | |/ / / /
| * | | | Merge pull request #3445 from RMcGirr83/ticket/13650Marc Alexander2015-03-101-3/+15
| |\ \ \ \ | | |/ / / | |/| | | | | | | | [ticket/13650] Move core event
| | * | | [ticket/13650] Move core eventRMcGirr832015-02-251-3/+15
| | | | | | | | | | | | | | | | | | | | PHPBB3-13650
* | | | | Merge branch '3.1.x'Marc Alexander2015-03-071-1/+27
|\ \ \ \ \ | |/ / / /
| * | | | Merge pull request #3452 from RobertHeim/ticket/13658Marc Alexander2015-03-071-1/+27
| |\ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/13658] add event before and after topics are deleted
| | * | | | [ticket/13658] renamed events and added table_ary parameterRobert Heim2015-02-271-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 deletedRobertHeim2015-02-271-1/+25
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13658
* | | | | | Merge pull request #3471 from Nicofuma/ticket/13132Marc Alexander2015-03-0619-3/+352
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/13132] Twig: Add the loops content to the root context
| * | | | | | [ticket/13132] Enable twig expressions testsNicofuma2015-03-054-10/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13132
| * | | | | | [ticket/13132] Twig: Add loops content to the root contextTristan Darricau2015-03-0518-3/+335
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13132
* | | | | | | Merge branch '3.1.x'Marc Alexander2015-03-063-2/+38
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Merge pull request #3473 from RMcGirr83/ticket/13675Marc Alexander2015-03-063-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 eventsRichard McGirr2015-03-063-2/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | for acp users profile PHPBB3-13675
* | | | | | | | Merge branch '3.1.x'Marc Alexander2015-03-061-23/+51
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Merge pull request #3450 from brunoais/ticket/13142Marc Alexander2015-03-061-23/+51
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13142] Before query to get the total number of reports
| | * | | | | | | [ticket/13142] Default $total to -1 before the event for more flexibilitybrunoais2015-02-271-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13142
| | * | | | | | | [ticket/13142] Removed surperfulous spacebrunoais2015-02-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13142
| | * | | | | | | [ticket/13142] Removed surperfulous new linebrunoais2015-02-271-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13142
| | * | | | | | | [ticket/13142] Place the event in the most meaningful placebrunoais2015-02-261-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.brunoais2015-02-261-22/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13142
* | | | | | | | | Merge branch '3.1.x'Marc Alexander2015-03-061-0/+26
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | Merge pull request #3426 from kinerity/ticket/13637Marc Alexander2015-03-061-0/+26
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13637] Add core.ucp_pm_compose_alter_vars PHP event
| | * | | | | | | | [ticket/13637] Update msg_id docblockKailey Truscott2015-03-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change topic_id to post_id PHPBB3-13637