aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acp/acp_search.php
Commit message (Expand)AuthorAgeFilesLines
* [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
* | merge with revision #r8350Meik Sievertsen2008-01-301-2/+2
|/
* dumdidum... sorry. ;)Meik Sievertsen2007-10-051-0/+8
* #i62 - #i65Meik Sievertsen2007-09-221-2/+2
* - allow multibyte search configurationNils Adermann2007-08-181-1/+1
* ok, mess around with the templates + fixing some bugs + adjusting headers for...Meik Sievertsen2007-06-091-3/+3
* use correct language stringsMeik Sievertsen2007-06-031-2/+2
* - missed an append_sid call in acp_search.php [Bug #10861]Nils Adermann2007-05-131-2/+2
* only tiny adjustements... and try to set the memory limit for the search inde...Meik Sievertsen2007-03-101-0/+3
* - added a UNIQUE index on the wordmatch tableNils Adermann2007-03-041-21/+33
* - fix htmlspecialchars handling in search (search backends get specialchared ...Nils Adermann2007-02-251-106/+128
* fixing some bugs, most being submitted grammatical/spelling errors.Meik Sievertsen2007-01-211-1/+1
* - fixing some bugsMeik Sievertsen2007-01-201-5/+11
* fix some general bugs and some convertor relatedMeik Sievertsen2007-01-101-1/+3
* - finally correctly calculate current time for birthday calculation [Bug #6030]Nils Adermann2006-12-101-2/+15
* some style related changes/fixesMeik Sievertsen2006-11-191-1/+1
* - some fixesMeik Sievertsen2006-11-101-2/+2
* consistent acp layout regarding backlinks and messages.Meik Sievertsen2006-10-021-3/+3
* - fixing a bug i am unsure about when it occurs (but it occurs). The symptoms...Meik Sievertsen2006-09-301-1/+1
* - no more encoding mixture, say hello to UTF-8 (I'll add a validation solutio...Nils Adermann2006-09-171-2/+2
* - some bugfixesMeik Sievertsen2006-08-281-6/+7
* - removed a useless line [Bug #3656]Nils Adermann2006-08-101-2/+2
* - it's \r\n not \n\r [Bug #3121]Nils Adermann2006-07-121-0/+6
* - fix a stupid bug in style.phpNils Adermann2006-07-071-2/+2
* - fixed a parse error (oops)Nils Adermann2006-07-071-4/+5