aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/search
Commit message (Expand)AuthorAgeFilesLines
* - 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
* Changed: moved the thing that compares the amount of matches to the amount of...Ludovic Arnaud2006-07-041-7/+5
* make sure set_config is called with the correct is_dynamic valueMeik Sievertsen2006-06-231-1/+1
* - 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-162-5/+18
* make sure custom profile fields are created correctly on registration (#2225)Meik Sievertsen2006-06-133-3/+3
* ok, sorry for this. :/Meik Sievertsen2006-06-073-34/+34
* - removed useless code from style.phpNils Adermann2006-06-031-2/+2
* - add support for min/max of numerical search backend settingsNils Adermann2006-05-301-1/+1
* - making user_last_search a NULL column so MSSQL won't hate usNils Adermann2006-05-281-4/+10
* - added search by author_id to solve problems with looking up posts of users ...Nils Adermann2006-05-283-49/+45
* some tiny changes...Meik Sievertsen2006-05-261-0/+4
* - fix a nasty bug in search indexingNils Adermann2006-05-201-0/+19
* - actually let the user import smilies/icons paks. ;)Meik Sievertsen2006-05-202-5/+5
* - added a few missing log variablesMeik Sievertsen2006-05-182-0/+5
* - fixing some bugs, containing fixes for anonymous username displays, eaccele...Meik Sievertsen2006-04-291-1/+1
* - 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-15/+15
* Rename some of the config variables to eliminate issues caused by them contai...Graham Eames2006-04-251-12/+12
* - properly check the Comment column on older MySQL versions [Bug #1637]Nils Adermann2006-04-231-1/+4
* - correctly use DISTINCT and GROUP BY in search related SQL [Bug #1256]Nils Adermann2006-03-262-15/+29
* - some adjustments for search related config optionsNils Adermann2006-03-231-2/+2
* adjusting sql_freeresult a bit as well as our error handler (it now prints ou...Meik Sievertsen2006-03-222-8/+10
* - add our beloved in_phpbb checkMeik Sievertsen2006-03-193-0/+21
* - Lesson learned: If you rename something rename it in all places and not jus...Nils Adermann2006-03-182-4/+14
* - use a_search permissionNils Adermann2006-03-161-0/+13
* - removed search settings from load pageNils Adermann2006-03-152-16/+247
* Me, me, me!Nils Adermann2006-03-063-13/+103
* CVS commit mail testNils Adermann2006-02-281-2/+1