aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/search.php
Commit message (Expand)AuthorAgeFilesLines
* - 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
* new permissions, merged attachment tables (the intended purpose of two tables...Meik Sievertsen2003-11-041-1/+1
* Fix a few items, ability to read private forums, etc. ... must look at reduci...Paul S. Owen2003-10-271-12/+25
* Add search interval check, correct a couple of errorsPaul S. Owen2003-10-051-17/+65
* ah, what the heck ... let's throw this in CVSPaul S. Owen2003-09-151-1016/+665
* Various bits and pieces ... this isn't really what I wanted M-2 to look like ...Paul S. Owen2003-08-271-0/+1
* basic todo listPaul S. Owen2003-06-061-79/+29
* page header/footer become functions, forum passwords (I know, I know but it a...Paul S. Owen2003-05-031-7/+5
* some arrangements...Meik Sievertsen2003-04-181-11/+8
* Enable/disable searchingPaul S. Owen2003-04-151-0/+12
* only minor changes, some notes, played around with the code... nothing special.Meik Sievertsen2003-02-261-3/+2
* Moved profile.php to ucp.php. ucp is really really broken right now, don't ev...James Atkinson2002-11-211-3/+3
* viewforum queries update + a couple of bugfixes.Ludovic Arnaud2002-11-051-4/+2
* Dumped sql_query_array, replaced with build_array, posting updates, fixed quo...Paul S. Owen2002-10-301-4/+5
* Changed $board_config to $config, more posting "stuff", altered polling code ...Paul S. Owen2002-10-301-17/+17
* Mostly changes to turn userdata into user->data, lang into user->lang + bitst...Paul S. Owen2002-10-201-109/+108
* Permission related updates ... is still not final but is getting there ... fa...Paul S. Owen2002-10-081-32/+25
* Well, here are all my changes ... don't blame me if things break :DPaul S. Owen2002-10-041-260/+39
* More session changes to accomodate ACL_PERMIT/PREVENT ...Paul S. Owen2002-08-151-1/+1
* More changes ... switched away from prefetch for now ...Paul S. Owen2002-08-131-134/+134