aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/search.php
Commit message (Expand)AuthorAgeFilesLines
* dumdidum... sorry. ;)Meik Sievertsen2007-10-051-5/+5
* some tiny fixes...Meik Sievertsen2007-09-121-0/+2
* - added an option to specify a port for the LDAP serverNils Adermann2007-08-231-34/+38
* - BBCode parsing order should ALWAYS be censor_text(), bbcode_secon_pass(), b...Nils Adermann2007-08-191-6/+4
* - allow multibyte search configurationNils Adermann2007-08-181-4/+4
* - strip_bbcode should not treat smilies which look like BBCode and are placed...Nils Adermann2007-08-171-0/+3
* some bugs fixedMeik Sievertsen2007-08-151-2/+2
* do not get too excitedMeik Sievertsen2007-07-261-1/+1
* #13579Henry Sudhof2007-07-231-1/+2
* try to normalize everything...Meik Sievertsen2007-07-221-2/+2
* Cleaning up (#13689)Henry Sudhof2007-07-221-6/+6
* - search result extract shouldn't end in the middle of a multibyte character ...Nils Adermann2007-07-151-3/+3
* even more fixes. :oMeik Sievertsen2007-07-151-0/+3
* some fixes here and thereMeik Sievertsen2007-07-101-1/+17
* #12941Henry Sudhof2007-07-021-0/+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-2/+3
* - author search should take UTF-8 [Bug #11793]Nils Adermann2007-06-191-2/+2
* #12545Henry Sudhof2007-06-191-6/+6
* - correctly transfer the search query across search result pagesNils Adermann2007-05-131-4/+5
* fixes for search button in header - #10389, #10225, #9548Meik Sievertsen2007-05-021-2/+3
* - * wildcard in a search query should cause \w+ in highlighting, not \w* [Bug...Nils Adermann2007-04-291-1/+1
* - removed unneeded code from fulltext_mysql [Bug #9947]Nils Adermann2007-04-221-2/+2
* #10005, #10003, #10001, #9999, #9945, #9965, #9909, #9906, #9877, #9861, #983...Meik Sievertsen2007-04-221-3/+3
* - urlencoded usernames don't need htmlspecialchars [Bug #8794]Nils Adermann2007-04-011-3/+3
* - small MSSQL thingDavid M2007-03-041-1/+1
* - fix htmlspecialchars handling in search (search backends get specialchared ...Nils Adermann2007-02-251-6/+8
* - ignore too short/too long search words [Bug #7438]Nils Adermann2007-01-281-1/+1
* - fix some oddities (doubled spaces for example)Meik Sievertsen2007-01-261-3/+3
* #6772David M2007-01-111-1/+1
* fix message length calculation for parsing bbcodes as well as saving some byt...Meik Sievertsen2007-01-051-25/+34
* - display search type as page title for premade searches [Bug #6508]Nils Adermann2006-12-271-14/+20
* some fixes todayMeik Sievertsen2006-12-241-2/+2
* #6264David M2006-12-141-1/+8
* - finally correctly calculate current time for birthday calculation [Bug #6030]Nils Adermann2006-12-101-0/+6
* - author search should use clean names for searching [Bug #5752]Nils Adermann2006-12-031-1/+1
* - a bunch of fixesMeik Sievertsen2006-12-021-1/+1
* - Throw error on incorrect search queries [Bug #5648]Nils Adermann2006-11-271-2/+2
* #5610Meik Sievertsen2006-11-271-2/+2
* messageNils Adermann2006-11-251-56/+63
* rather large update, most important things done:Meik Sievertsen2006-11-241-2/+2
* fixes for bugs #5564, #5554 and #5462Meik Sievertsen2006-11-231-12/+15
* - fixing a bunch of bugsMeik Sievertsen2006-11-211-1/+1
* some tiny fixes.Meik Sievertsen2006-11-191-1/+1
* adjust some comments to work with phpdocumentor. :)Meik Sievertsen2006-11-171-1/+2
* ok, change from doing the same logic all over again we call a function to do ...Meik Sievertsen2006-11-161-9/+13
* consistant obtain_* functionsMeik Sievertsen2006-11-121-2/+1
* trimmed the highlight regexDavid M2006-11-041-1/+1
* - now username changes should work as desiredMeik Sievertsen2006-10-221-14/+21
* - store sql_layer directly within the layer itselfMeik Sievertsen2006-10-141-1/+1