aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/search
Commit message (Expand)AuthorAgeFilesLines
* Merge PR #832 branch 'dhruvgoel92/feature/postgresql-fulltext-search' into de...Oleg Pudeyev2012-07-071-0/+856
|\
| * [feature/postgresql-fulltext-search] supports_phrase_search functionDhruv Goel2012-07-081-1/+13
| * [feature/postgresql-fulltext-search] fix formattingDhruv Goel2012-07-051-2/+2
| * [feature/postgresql-fulltext-search] add docblocks to functionsDhruv Goel2012-07-051-5/+54
| * [feature/postgresql-fulltext-search] remove phrase search codeDhruv Goel2012-07-051-33/+1
| * [feature/postgresql-fulltext-search] define access control specifiersDhruv Goel2012-07-051-8/+8
| * [feature/postgresql-fulltext-search] use version_compareDhruv Goel2012-07-051-5/+5
| * [feature/postgresql-fulltext-search] fix language keyDhruv Goel2012-07-051-1/+1
| * [feature/postgresql-fulltext-search] removes pcre checkDhruv Goel2012-07-051-8/+4
| * [feature/postgresql-fulltext-search] remove mbstring supportDhruv Goel2012-07-051-81/+8
| * [feature/postgresql-fulltext-search] change language for pgsql < 8.3Dhruv Goel2012-07-051-1/+1
| * [feature/postgresql-fulltext-search] use phpbb_pcre_utf8_support()Dhruv Goel2012-07-051-6/+3
| * [feature/postgresql-fulltext-search] fix variable nameDhruv Goel2012-07-051-4/+4
| * [feature/postgresql-fulltext-search] Fix version comparison for 9.0+.Oleg Pudeyev2012-07-051-1/+1
| * [feature/postgresql-fulltext-search] fixing licenseDhruv Goel2012-07-051-2/+1
| * [feature/postgresql-fulltext-search] assign empty statsDhruv Goel2012-07-051-0/+6
| * [feature/postgresql-fulltext-search] remove backward compatibilityDhruv Goel2012-07-051-39/+5
| * [feature/postgresql-fulltext-search] minor changesDhruv Goel2012-07-051-3/+3
| * [feature/postgresql-fulltext-search] minor changesDhruv Goel2012-07-051-6/+12
| * [feature/postgresql-fulltext-search] Fixed bracesOleg Pudeyev2012-07-051-6/+8
| * [feature/postgresql-fulltext-search] Remove closing php tagOleg Pudeyev2012-07-051-2/+0
| * [feature/postgresql-fulltext-search] PostgreSQL fulltext search, version 3.we3b2012-06-081-49/+114
| * [feature/postgresql-fulltext-search] PostgreSQL fulltext search, version 2.wagnerch2012-06-081-52/+24
| * [feature/postgresql-fulltext-search] PostgreSQL fulltext search, version 1.wagnerch2012-06-081-0/+893
* | Merge PR #844 branch 'dhruvgoel92/ticket/10936' into developOleg Pudeyev2012-06-191-92/+9
|\ \
| * | [ticket/10936] remove PCRE and mbstring support checkDhruv Goel2012-06-131-91/+8
| * | [ticket/10936] fix language keyDhruv Goel2012-06-121-1/+1
| |/
* | Merge branch 'develop-olympus' into developNils Adermann2012-06-191-1/+1
|\ \ | |/ |/|
| * [ticket/9551] uncomment line and change length to 255Dhruv Goel2012-06-191-1/+1
* | Merge branch 'develop-olympus' into developOleg Pudeyev2012-03-082-16/+3
|\ \ | |/
| * [ticket/9813] Only get posts table row count if we detected a fulltext index.Andreas Fischer2012-03-081-1/+1
| * [ticket/9813] Also use estimated row count of posts table for fulltext mysql.Andreas Fischer2012-03-051-5/+1
| * [ticket/10653] Add ability to count table rows to database abstraction layer.Andreas Fischer2012-03-031-44/+2
| * [ticket/9813] Use table status row count only if greater than 100000 or exact.Andreas Fischer2012-03-031-26/+41
| * [ticket/9813] Use SHOW TABLE STATUS to get search stats for native on MySQL.Andreas Fischer2012-03-031-10/+28
* | Merge branch 'develop-olympus' into developAndreas Fischer2012-02-253-3/+3
|\ \ | |/
| * [ticket/10630] Use sql_like_expression() method instead of hardcoded LIKE '%x%'Joas Schilling2012-02-201-1/+1
| * [ticket/10630] Perform array_unique on authors array before creating the queryJoas Schilling2012-02-202-2/+2
* | [ticket/10579] Delete extra v2 from license block.Oleg Pudeyev2012-01-121-1/+1
* | [ticket/9916] Updating header license and removing Version $Id$Unknown2011-12-313-6/+3
* | [feature/extension-manager] Add docblocks to new search backend methodsNils Adermann2011-11-182-2/+12
* | [feature/extension-manager] Make search backends loadable from extensionsNils Adermann2011-09-293-19/+16
* | [ticket/10329] Add phpbb_ prefix to new pcre_utf8_support() function.Andreas Fischer2011-08-211-1/+1
* | [ticket/9574] Add pcre_utf8_support() functionIgor Wiedler2010-12-281-1/+1
* | [ticket/9574] Remove conditional PHP<5.2 codeIgor Wiedler2010-12-281-6/+3
* | [ticket/9556] Drop php closing tags, add trailing newlineIgor Wiedler2010-11-113-6/+0
|/
* [ticket/9595] List min/max characters indexed by search for mysql_fulltext.Andreas Fischer2010-10-211-0/+8
* Merge branch 'ticket/cs278/9760' into develop-olympusAndreas Fischer2010-08-101-1/+12
|\
| * [ticket/9760] Remove unrestricted wildcards from search terms.Chris Smith2010-08-081-1/+12
* | [ticket/9749] Fulltext mysql unexpected behavior on entering a dash in queryJosh Woody2010-07-291-1/+1
|/