aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/search
Commit message (Expand)AuthorAgeFilesLines
* [ticket/11698] Moving all autoloadable files to phpbb/Nils Adermann2013-07-1410-5568/+0
* Merge remote-tracking branch 'phpbb/develop' into ticket/9657Joas Schilling2013-07-132-2/+2
|\
| * [ticket/11662] Typos: occured -> occurredAndreas Fischer2013-07-122-2/+2
* | Merge remote-tracking branch 'phpbb/develop' into feature/softdelete-1-permis...Joas Schilling2013-07-115-14/+21
|\ \ | |/
| * [ticket/11437] avoid $start becoming negative when no search results are foundDhruv2013-06-191-1/+1
| * Merge branch 'develop-olympus' into developDhruv2013-06-051-2/+9
| |\
| | * [ticket/11583] Use a new lang key instead of giving the old one a new meaning.Andreas Fischer2013-06-031-1/+1
| | * [ticket/11583] Allow FULLTEXT indexes on InnoDB when on MySQL 5.6.4 or higher.Andreas Fischer2013-06-011-1/+8
| * | [ticket/11010] Fixes for number input in acpVjacheslav Trushkin2013-05-203-6/+6
| * | [ticket/11288] fix regex in postgresDhruv2013-05-041-1/+1
| * | [ticket/11438] Add spaces after # comment start and before \ line breaksJoas Schilling2013-03-162-4/+4
| * | [ticket/11438] Add helpful comments from sample config to ACP outputJoas Schilling2013-03-151-3/+3
* | | [ticket/9657] Check for post visibility when searching with SphinxJoas Schilling2013-03-141-2/+8
* | | [ticket/9657] FIx merge conflict from merging developJoas Schilling2013-03-052-10/+2
* | | Merge branch 'develop' of https://github.com/phpbb/phpbb3 into feature/softde...Joas Schilling2013-03-035-41/+213
|\ \ \ | |/ /
| * | [ticket/11179] remove extra & in function callDhruv2013-02-191-1/+1
| * | [ticket/11179] correct start parameter in sphinx searchDhruv2013-02-191-3/+20
| * | [ticket/11179] correct start parameter in native author searchDhruv2013-02-191-5/+18
| * | [ticket/11179] correct start parameter in native keyword searchDhruv2013-02-191-9/+19
| * | [ticket/11179] fix success query path for postgresDhruv2013-02-191-16/+16
| * | [ticket/11179] fix success query path for mysqlDhruv2013-02-191-16/+16
| * | [ticket/11179] minor fixesDhruv2013-02-192-1/+3
| * | [ticket/11179] pass start param by reference in postgresDhruv2013-02-191-2/+2
| * | [ticket/11179] correct start param in author search of postgresDhruv2013-02-191-0/+19
| * | [ticket/11179] correct start parameter in psql keyword searchDhruv2013-02-191-5/+20
| * | [ticket/11179] pass start param by reference in author searchDhruv2013-02-191-2/+2
| * | [ticket/11179] correct start parameter for author searchDhruv2013-02-191-2/+21
| * | [ticket/11179] use FOUND_ROWS query to re-search with changed start paramDhruv2013-02-191-38/+22
| * | [ticket/11179] pass start parameter by referenceDhruv2013-02-192-2/+2
| * | [ticket/11179] correct the start parameter while retrieving from cacheDhruv2013-02-191-1/+13
| * | [ticket/11179] add search query in case initial one failsDhruv2013-02-191-2/+32
| * | [ticket/11359] html escape sphinx config dataDhruv2013-02-181-1/+1
| * | [ticket/11359] add id attribute to textareaDhruv2013-02-181-1/+1
| * | [ticket/11359] close spanDhruv2013-02-181-1/+1
| * | [ticket/11188] Reduce waste.Oleg Pudeyev2012-12-301-6/+8
| * | [ticket/11188] add result count query for author searchDhruv2012-12-301-1/+33
| * | [ticket/11188] add count query to postgres searchDhruv2012-12-301-1/+10
* | | Merge branch 'develop' of https://github.com/phpbb/phpbb3 into feature/softde...Joas Schilling2012-12-204-10/+26
|\ \ \ | |/ /
| * | [ticket/11273] Add space before MiB to Sphinx "Indexer memory limit" input box.Andreas Fischer2012-12-151-1/+1
| * | Merge remote-tracking branch 'upstream/develop' into ticket/11015Oleg Pudeyev2012-12-062-1/+17
| |\ \
| | * | [ticket/11174] include utf_tools in postgres search backendDhruv2012-11-271-0/+8
| | * | [ticket/11174] removes unnecessary space from wordDhruv2012-11-271-1/+1
| | * | [ticket/11174] include utf_tools in mysql backendDhruv2012-11-271-0/+8
| * | | [ticket/11015] Change more docblocks.Oleg Pudeyev2012-12-044-8/+8
| |/ /
* | | Merge remote-tracking branch 'remotes/phpbb/develop' into feature/softdelete-...Joas Schilling2012-11-104-44/+411
|\ \ \ | |/ /
| * | [ticket/10780] Use L_COLON on search backend ACP pages.Andreas Fischer2012-11-104-13/+13
| * | Merge PR #1043 branch 'dhruvgoel92/ticket/11177' into developOleg Pudeyev2012-11-091-0/+6
| |\ \
| | * | [ticket/11177] return no results when query has only negationDhruv2012-11-091-0/+6
| * | | [ticket/11050] make all properties protected in all search backendsDhruv2012-11-094-10/+10
| * | | [ticket/11050] get_common_words() returns empty array for sphinxDhruv2012-11-091-2/+2