aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/search.php
Commit message (Expand)AuthorAgeFilesLines
* #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
* tried to begin adjusting all string functions where applicable - still a *lot...Meik Sievertsen2006-10-071-2/+2
* Add coluring to search-posts resultsGraham Eames2006-10-051-1/+2
* - no more encoding mixture, say hello to UTF-8 (I'll add a validation solutio...Nils Adermann2006-09-171-13/+24
* implement bare-bone validation for config variables...Meik Sievertsen2006-09-151-1/+1
* Next phase of last post changes + a few minor bugsGraham Eames2006-09-081-0/+1
* - fixing profile bugMeik Sievertsen2006-09-041-5/+5
* - Bug #4000David M2006-08-301-4/+18
* - only highlight when there is anything to highlightNils Adermann2006-08-291-2/+5
* -forgot list itemsNils Adermann2006-08-281-1/+5
* - birthdays/age in user's timezone and not server's local timeNils Adermann2006-08-281-15/+79
* Phase 2 of the changesGraham Eames2006-08-221-7/+9
* Initial batch of colourization changes. This includes:Graham Eames2006-08-211-1/+3
* - set default_style when the old default style is being deletedNils Adermann2006-08-121-2/+34
* sql_in_set changesMeik Sievertsen2006-08-121-10/+10