aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/search.php
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* - load tracking updates. Need to be tested on a clean installation too - at t...Meik Sievertsen2006-08-091-2/+2
* - fixed some problems with themesNils Adermann2006-08-081-5/+5
* - fixed some bugsMeik Sievertsen2006-08-051-7/+7
* - fixed the age calculation (note: turn on your brain before commiting someth...Nils Adermann2006-07-271-21/+35
* - it's \r\n not \n\r [Bug #3121]Nils Adermann2006-07-121-3/+3
* - fixed a parse error (oops)Nils Adermann2006-07-071-1/+3
* - display age in user profile and make it available on viewtopicNils Adermann2006-07-071-1/+1
* - improve newposts search performanceNils Adermann2006-06-231-24/+17
* ok, sorry for this. :/Meik Sievertsen2006-06-071-1/+1
* ok, this one is rather large... the most important change:Meik Sievertsen2006-06-061-37/+40
* - adjusted coding guidelinesMeik Sievertsen2006-05-281-6/+12
* - added search by author_id to solve problems with looking up posts of users ...Nils Adermann2006-05-281-13/+31
* - force a default charsetDavid M2006-05-271-1/+9
* - some adjustements for phpdocumentorMeik Sievertsen2006-05-051-0/+1
* - allow searches for multibyte characters in fulltext_nativeNils Adermann2006-04-271-3/+3
* - correctly use DISTINCT and GROUP BY in search related SQL [Bug #1256]Nils Adermann2006-03-261-12/+17
* - some adjustments for search related config optionsNils Adermann2006-03-231-1/+1
* - Bug 1104: fixed a typo ($necoding => $encoding)Nils Adermann2006-03-191-3/+11