aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/search/fulltext_native.php
Commit message (Expand)AuthorAgeFilesLines
* - author search should use clean names for searching [Bug #5752]Nils Adermann2006-12-031-1/+7
* #5610Meik Sievertsen2006-11-271-2/+2
* adjust some comments to work with phpdocumentor. :)Meik Sievertsen2006-11-171-23/+23
* - 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-141-34/+21
* - 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-071-1/+1
* - 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-171-63/+96
* - 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-121-4/+4
* sql_in_set changesMeik Sievertsen2006-08-121-43/+36
* - 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
* - fixed the age calculation (note: turn on your brain before commiting someth...Nils Adermann2006-07-271-488/+898
* Fixed: bug #3243Ludovic Arnaud2006-07-241-1/+1
* 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-071-1/+1
* - fixed a parse error (oops)Nils Adermann2006-07-071-8/+8
* - display age in user profile and make it available on viewtopicNils Adermann2006-07-071-1/+1
* Changed: moved the thing that compares the amount of matches to the amount of...Ludovic Arnaud2006-07-041-7/+5
* - proper redirect after deleting a report [Bug #2260]Nils Adermann2006-06-161-1/+1
* - removed db cache (might re-appear, but for now we do not see the need for it)Meik Sievertsen2006-06-161-3/+11
* make sure custom profile fields are created correctly on registration (#2225)Meik Sievertsen2006-06-131-1/+1
* ok, sorry for this. :/Meik Sievertsen2006-06-071-26/+26
* - add support for min/max of numerical search backend settingsNils Adermann2006-05-301-1/+1
* - added search by author_id to solve problems with looking up posts of users ...Nils Adermann2006-05-281-12/+24
* - fix a nasty bug in search indexingNils Adermann2006-05-201-0/+19
* - actually let the user import smilies/icons paks. ;)Meik Sievertsen2006-05-201-3/+3
* - added a few missing log variablesMeik Sievertsen2006-05-181-0/+3
* - allow searches for multibyte characters in fulltext_nativeNils Adermann2006-04-271-14/+28
* Renaming fulltext_phpbb to fulltext_native for clarity and changing a few var...Graham Eames2006-04-261-0/+1058