aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/search
Commit message (Expand)AuthorAgeFilesLines
...
* - added a UNIQUE index on the wordmatch tableNils Adermann2007-03-041-2/+4
* #8074David M2007-02-231-1/+1
* #8244David M2007-02-221-22/+2
* - should fix some Firebird issues ( can't believe that nobody found this unti...David M2007-02-011-3/+35
* - ignore too short/too long search words [Bug #7438]Nils Adermann2007-01-281-9/+34
* Display a note, that UTF-8 support in fulltext_mysql is not available with ce...Nils Adermann2007-01-271-0/+22
* fixing some bugs, most being submitted grammatical/spelling errors.Meik Sievertsen2007-01-211-1/+1
* - solved a problem with magic urls inside brackets, and with bbcodes being tr...Nils Adermann2007-01-131-8/+11
* - use constants no weird numbers ;-)Nils Adermann2007-01-051-4/+10
* - display search type as page title for premade searches [Bug #6508]Nils Adermann2006-12-271-5/+10
* #6414David M2006-12-231-3/+2
* #6520David M2006-12-231-2/+2
* - Optimize acl_getf_global a bitNils Adermann2006-12-161-4/+26
* - finally correctly calculate current time for birthday calculation [Bug #6030]Nils Adermann2006-12-101-10/+1
* - author search should use clean names for searching [Bug #5752]Nils Adermann2006-12-031-1/+7
* #5610Meik Sievertsen2006-11-272-3/+3
* adjust some comments to work with phpdocumentor. :)Meik Sievertsen2006-11-173-30/+30
* - fixes for the following bugs:Meik Sievertsen2006-11-151-4/+4
* keywords is a string...Meik Sievertsen2006-11-101-1/+1
* - Bug #5090Nils Adermann2006-11-051-1/+0
* ok, i am an idiot...Meik Sievertsen2006-11-031-1/+1
* Revised attachment categories a bitMeik Sievertsen2006-10-191-1/+1
* - store sql_layer directly within the layer itselfMeik Sievertsen2006-10-142-36/+23
* - introducing clean usernames, needs to be tested more, I'm not sure I didn't...Nils Adermann2006-10-131-1/+1
* tried to begin adjusting all string functions where applicable - still a *lot...Meik Sievertsen2006-10-072-3/+3
* - forgot to make the same change to the ODBC driverDavid M2006-10-011-3/+3
* - no more encoding mixture, say hello to UTF-8 (I'll add a validation solutio...Nils Adermann2006-09-172-64/+97
* some changes/fixesMeik Sievertsen2006-09-021-2/+2
* - birthdays/age in user's timezone and not server's local timeNils Adermann2006-08-281-6/+15
* we don't want all topics when searching for just a few\!Nils Adermann2006-08-131-6/+10
* m_approve_fid should be negatedNils Adermann2006-08-122-5/+5
* sql_in_set changesMeik Sievertsen2006-08-122-49/+42
* - fixed some problems with themesNils Adermann2006-08-081-0/+3
* - acm_file uses an index pointer to the current row instead of shifting the r...Nils Adermann2006-08-011-1/+1
* - removed an accidentaly pasted line [Bug #3227]Nils Adermann2006-07-301-0/+1
* - fixed the age calculation (note: turn on your brain before commiting someth...Nils Adermann2006-07-274-2010/+909
* Fixed: bug #3243Ludovic Arnaud2006-07-241-1/+1
* Changed: add a space both before AND after Hangul and CJK characters so that ...Ludovic Arnaud2006-07-201-1/+1
* Changed: moved functions that encode/decode NCRs from and to UTF-8 to utf_too...Ludovic Arnaud2006-07-151-68/+9
* Fixed: no need to pad CJK and Hangul anymoreLudovic Arnaud2006-07-151-3/+3
* Added: support for CJK and Hangul into the search engineLudovic Arnaud2006-07-151-36/+42
* Fixed: better SQL escapingLudovic Arnaud2006-07-151-17/+5
* Fixed: unescaped SQL strings make Bertie cryLudovic Arnaud2006-07-121-5/+8
* - it's \r\n not \n\r [Bug #3121]Nils Adermann2006-07-121-0/+1576
* Fixed: forgot to remove some debug code :(Ludovic Arnaud2006-07-111-2/+0
* Fixed: bug #3191 take two. That one should work as expected.Ludovic Arnaud2006-07-111-3/+19
* Fixed: bug #3191 as per NeoThermic's patchLudovic Arnaud2006-07-101-1/+1
* - fix a stupid bug in style.phpNils Adermann2006-07-072-2/+2
* - fixed a parse error (oops)Nils Adermann2006-07-072-10/+10
* - display age in user profile and make it available on viewtopicNils Adermann2006-07-071-1/+1