aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acp/acp_search.php
Commit message (Expand)AuthorAgeFilesLines
* [ticket/15731] Fix language string parametersRubén Calvo2018-07-301-1/+1
* [ticket/14972] replace all occurrences of sizeof() with the count()rxu2018-01-011-5/+5
* Merge branch '3.1.x' into 3.2.xMarc Alexander2016-10-281-13/+8
|\
| * [ticket/14830] Fix FORM_INVALID error during AСP search index deletionrxu2016-10-211-1/+1
| * [ticket/14830] Fix FORM_INVALID error on search backend changingrxu2016-10-211-5/+3
| * [ticket/14830] Fix link hash checking caserxu2016-10-211-1/+1
| * [ticket/14830] Fix FORM_INVALID error during AXP search index creation/deletionrxu2016-10-211-8/+5
* | Merge branch '3.1.x' into 3.2.xTristan Darricau2016-09-181-0/+16
|\ \ | |/
| * [ticket/14789] Add form tokens to tests and uncomment add_form_keyMarc Alexander2016-09-181-1/+1
| * [ticket/14789] Add link hashes and form tokens to all acp links/buttonsMarc Alexander2016-09-181-1/+17
* | [ticket/13454] Remove unused variablesMarc Alexander2016-01-061-1/+1
* | [ticket/13454] Remove unused variablesMarc Alexander2016-01-061-2/+2
* | [ticket/13454] Remove unused variablesMarc Alexander2016-01-061-2/+2
* | Merge branch '3.1.x'Marc Alexander2015-06-091-2/+2
|\ \ | |/
| * [ticket/13685] Add phpbb_dispatcher to fulltext search constructorsbrunoais2015-06-071-2/+2
* | Merge branch '3.1.x'Cesar G2015-03-231-1/+0
|\ \ | |/
| * [ticket/13719] Remove superfluous $search_options in acp_search.brunoais2015-03-231-1/+0
* | [ticket/13455] Update calls to `request_var()`Gaëtan Muller2015-02-031-7/+7
* | [ticket/13494] Update calls to `set_config()`Gaëtan Muller2015-02-021-3/+5
* | [ticket/13468] Update calls to `add_log()`Gaëtan Muller2015-01-271-6/+6
* | [ticket/12487] Update PHP codeGaëtan Muller2015-01-111-8/+4
|/
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-6/+7
* [ticket/9388] Display only the settings for the selected search backend.Cesar G2014-05-081-4/+6
* [ticket/11698] Moving all autoloadable files to phpbb/Nils Adermann2013-07-141-1/+1
* [ticket/11011] pass $auth to search backend constructorDhruv2012-08-081-2/+2
* [ticket/11011] passing global variablesDhruv2012-07-281-2/+2
* [feature/sphinx-fulltext-search] use keywords_search instead of get_nameDhruv Goel2012-07-121-1/+1
* [ticket/9916] Updating header license and removing Version $Id$Unknown2011-12-311-2/+1
* [ticket/10345] Use the plural function in some more places.Joas Schilling2011-11-251-2/+2
* [feature/extension-manager] Removing now unused acp_search codeNils Adermann2011-11-181-22/+0
* [feature/extension-manager] Rename default methods to core methods on finder.Nils Adermann2011-11-181-5/+3
* [feature/extension-manager] Skip phpbb_search_base by checking for get_name()Nils Adermann2011-09-291-1/+1
* [feature/extension-manager] Make search backends loadable from extensionsNils Adermann2011-09-291-12/+17
* [ticket/9684] Remove code in some more files especially includes/Joas Schilling2011-04-071-3/+2
* Merge branch 'develop-olympus' into developAndreas Fischer2011-03-151-2/+16
|\
| * [ticket/9685] Buffer posts for search indexing when using mssqlnative.Nils Adermann2011-03-151-2/+16
| * make search_indexing_state dynamic. This is related to bug #44535 - although ...Meik Sievertsen2009-05-011-1/+1
| * New search option: Maximum number of words allowed to search for.Meik Sievertsen2009-04-111-0/+2
| * guess we need to initialise it firstNils Adermann2008-02-261-4/+13
| * allow search backends to handle regular updates too, and not just backend swi...Nils Adermann2008-02-251-0/+11
| * One commit for those fixes having a very tiny impact (mostly only whitespaces...Meik Sievertsen2008-01-301-2/+2
* | Merge branch 'feature/igorw/request-class' into developAndreas Fischer2010-12-161-9/+1
|\ \
| * | [feature/request-class] Remove direct access to _REQUEST in acp_searchIgor Wiedler2010-10-171-9/+1
* | | [ticket/9556] Drop php closing tags, add trailing newlineIgor Wiedler2010-11-111-2/+0
|/ /
* | Copy 3.0.x branch to trunkMeik Sievertsen2009-10-041-0/+629
* | put acp, mcp and ucp into modules/ directoryMeik Sievertsen2008-12-241-623/+0
* | - updated all code to use the request class instead of any direct access toNils Adermann2008-11-241-5/+5
* | ok... i hope i haven't messed too much with the code and everything is still ...Meik Sievertsen2008-05-291-17/+13
* | guess we need to initialise it firstNils Adermann2008-02-261-4/+13
* | allow search backends to handle regular updates too, and not just backend swi...Nils Adermann2008-02-251-0/+11