aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/search
Commit message (Expand)AuthorAgeFilesLines
...
* forgot to make the actual change :PDavid M2007-04-181-2/+2
* #9904David M2007-04-181-0/+8
* - correctly initialise $words in fulltext_native [Bug #347]Nils Adermann2007-04-091-2/+9
* - urlencoded usernames don't need htmlspecialchars [Bug #8794]Nils Adermann2007-04-011-28/+0
* #5401David M2007-03-311-0/+1
* debug code :-(David M2007-03-311-1/+1
* the mysql search backend now tries to use mbstring's regex engine if PCRE doe...David M2007-03-311-10/+82
* quick fixNils Adermann2007-03-141-1/+1
* *** empty log message ***David M2007-03-141-8/+15
* - improvements to search indexing performance, espacially tidy() by adding a ...Nils Adermann2007-03-131-22/+68
* - 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