aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/search.php
Commit message (Expand)AuthorAgeFilesLines
* 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
* - Lesson learned: If you rename something rename it in all places and not jus...Nils Adermann2006-03-181-1/+1
* - replaced mcp reports system with a simplified versionNils Adermann2006-03-181-2/+2
* Me, me, me!Nils Adermann2006-03-061-3/+31
* - added "display_on_posting" setting to custom bbcodes (creates a button with...Meik Sievertsen2006-03-061-5/+1
* - new default result mode: postsNils Adermann2006-02-121-20/+35
* just some tiny changes to meet the coding guidelinesNils Adermann2006-01-271-5/+5
* - added fulltext_mysqlNils Adermann2006-01-221-19/+104
* - search deals with global topicsNils Adermann2006-01-211-12/+10
* somehow I knew this had to happen :(Nils Adermann2006-01-111-2/+2
* - overhauled search systemNils Adermann2006-01-111-293/+283
* Added topic folder image source and user profile link for posts results pageTom Beddard2005-12-301-0/+1
* Added the topic icon src variable to bring in line with viewtopic and viewforumTom Beddard2005-12-291-0/+1
* - Replaced the old 2.0.x highlight code with much nicer code :-)David M2005-12-271-3/+1
* - some SQL:2003 changes (basicly joins, mysql5 is sql:2003 compliant in stric...Meik Sievertsen2005-11-281-4/+4
* - updated topic tracking codeMeik Sievertsen2005-10-191-3/+3
* - checking in pauls (psoTFX) search changes (with tiny adjustments from me)Meik Sievertsen2005-10-021-393/+141
* - view active topicsMeik Sievertsen2005-06-131-150/+188
* - some fixes here and thereMeik Sievertsen2005-04-301-1/+1
* - made path information available to template (T_)Meik Sievertsen2005-04-111-1/+3
* - Documentation related changesMeik Sievertsen2005-04-091-18/+15
* - first try to break things...Meik Sievertsen2005-03-211-2/+3
* - fix stopword handling for searches in search resultsMeik Sievertsen2004-10-301-2/+6
* - search updatesMeik Sievertsen2004-10-191-135/+119
* This is a mass commit ... expect trouble! Changes made here are primarily to ...Paul S. Owen2004-09-011-32/+35
* - fixed permissions for mcp (global permission settings are false if user is ...Meik Sievertsen2004-07-111-1/+1
* - remove output buffering options from download.php (not needed anymore)Meik Sievertsen2004-07-081-3/+3
* splitted language filesMeik Sievertsen2004-02-281-1/+1
* - put consoring and smilie processing into functions (we use them all over th...Meik Sievertsen2004-02-211-7/+7