Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/12557] Fix php file description | n-aleha | 2014-08-07 | 1 | -1/+1 |
| | | | | PHPBB3-12557 | ||||
* | [ticket/12557] Search, cron and profilefields fixes | n-aleha | 2014-08-03 | 1 | -0/+6 |
| | | | | PHPBB3-12557 | ||||
* | [ticket/12515] Remove check for PostgreSQL 8.3+ | Joas Schilling | 2014-07-06 | 1 | -29/+2 |
| | | | | PHPBB3-12515 | ||||
* | [ticket/12446] Unnecessary db connect inphpbb_bootstrap_enabled_exts | Tristan Darricau | 2014-06-26 | 1 | -4/+4 |
| | | | | PHPBB3-12446 | ||||
* | [ticket/12721] Add Squiz.ControlStructures.ElseIfDeclaration in legacy | Tristan Darricau | 2014-06-16 | 1 | -2/+2 |
| | | | | PHPBB3-12721 | ||||
* | [ticket/12594] Remove @package tags and update file headers | Yuriy Rusko | 2014-05-27 | 1 | -5/+7 |
| | | | | PHPBB3-12594 | ||||
* | [ticket/12282] Use interface for type hinting | Joas Schilling | 2014-04-01 | 1 | -1/+1 |
| | | | | PHPBB3-12282 | ||||
* | [ticket/11040] Swap post_text and post_subject for post_content index | Dhruv | 2014-03-12 | 1 | -1/+1 |
| | | | | | | Provides better performance as per PostgreSQL Docs. PHPBB3-11040 | ||||
* | [ticket/11040] Remove postgres extra indexes | Dhruv | 2014-03-12 | 1 | -16/+2 |
| | | | | | | | Remove post_text index as post_content index is sufficient to search post text. PHPBB3-11040 | ||||
* | [ticket/11040] Add post_content index | Dhruv | 2014-03-12 | 1 | -1/+15 |
| | | | | | | | In addition to post_subject and post_title indexes add a post_content which is concatenation of both the columns. PHPBB3-11040 | ||||
* | [ticket/11040] Search subject and text together | Dhruv | 2014-03-12 | 1 | -5/+3 |
| | | | | | | | Instead of searching for post_subject and post_text seperately and then OR them in where clause we use concatenation of the two columns and search PHPBB3-11040 | ||||
* | [task/code-sniffer] Remove the IN_PHPBB check side-effect from class files. | Andreas Fischer | 2013-10-30 | 1 | -8/+0 |
| | | | | PHPBB3-11980 | ||||
* | [ticket/11700] Fix some more incorrectly changed comments | Nils Adermann | 2013-09-19 | 1 | -1/+1 |
| | | | | PHPBB3-11700 | ||||
* | [ticket/11700] Fix leftover backslashes in comments | Nils Adermann | 2013-09-16 | 1 | -1/+1 |
| | | | | PHPBB3-11700 | ||||
* | [ticket/11700] Move all recent code to namespaces | Nils Adermann | 2013-09-16 | 1 | -7/+9 |
| | | | | PHPBB3-11700 | ||||
* | [ticket/11698] Moving all autoloadable files to phpbb/ | Nils Adermann | 2013-07-14 | 1 | -0/+963 |
PHPBB3-11698 |