aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/search/search.php
Commit message (Expand)AuthorAgeFilesLines
* [ticket/10630] Use sql_like_expression() method instead of hardcoded LIKE '%x%'Joas Schilling2012-02-201-1/+1
* The same way we allow defining a custom template/style path we now allow this...Meik Sievertsen2008-08-231-4/+4
* removed executable props [Bug #6464]Nils Adermann2008-06-041-0/+0
* dumdidum... sorry. ;)Meik Sievertsen2007-10-051-4/+5
* tweak the sql_like_expression feature a little bit to allow correct escapingMeik Sievertsen2007-06-241-1/+1
* new wrapper for LIKE expressions to streamline the fixes. We actually need to...Meik Sievertsen2007-06-231-1/+1
* adjust some comments to work with phpdocumentor. :)Meik Sievertsen2006-11-171-3/+3
* some changes/fixesMeik Sievertsen2006-09-021-2/+2
* - fixed the age calculation (note: turn on your brain before commiting someth...Nils Adermann2006-07-271-2/+0
* make sure set_config is called with the correct is_dynamic valueMeik Sievertsen2006-06-231-1/+1
* make sure custom profile fields are created correctly on registration (#2225)Meik Sievertsen2006-06-131-1/+1
* ok, sorry for this. :/Meik Sievertsen2006-06-071-6/+6
* - removed useless code from style.phpNils Adermann2006-06-031-2/+2
* - making user_last_search a NULL column so MSSQL won't hate usNils Adermann2006-05-281-4/+10
* - added search by author_id to solve problems with looking up posts of users ...Nils Adermann2006-05-281-37/+20
* - add our beloved in_phpbb checkMeik Sievertsen2006-03-191-0/+7
* Me, me, me!Nils Adermann2006-03-061-1/+24
* - search deals with global topicsNils Adermann2006-01-211-5/+43
* - overhauled search systemNils Adermann2006-01-111-0/+264