aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/search.php
Commit message (Expand)AuthorAgeFilesLines
* 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
* Various updatesPaul S. Owen2002-08-031-1/+3
* Add checkboxesPaul S. Owen2002-07-281-37/+26
* More user search fixes ...Paul S. Owen2002-07-271-31/+28
* damn damn damnPaul S. Owen2002-07-271-36/+2
* Look out your window ... just to the left of the Big Dipper you'll see a smal...Paul S. Owen2002-07-271-1/+1
* bahPaul S. Owen2002-07-271-2/+2
* Wrong var ... naughty Paul ... smacked wristsPaul S. Owen2002-07-271-2/+2
* Updated user search system ... this _really_ needs to be integrated with memb...Paul S. Owen2002-07-271-30/+261
* Updates for permissions, sessions, lots of things ... note that _many_ things...Paul S. Owen2002-07-141-32/+28
* merged from 2.0.0 branch (marked merge_point_20020420) + assorted updates and...Paul S. Owen2002-04-201-12/+27
* Fixing bug 536812: search.php - total_match_countdougk_ff72002-03-311-1/+5
* I'm sooo bored with re-fixing thingsPaul S. Owen2002-03-311-1/+1
* search_id change broke various other search options, fixedPaul S. Owen2002-03-311-13/+16
* pre-freeze on main templates, various bug fixes (highlighting search results,...Paul S. Owen2002-03-311-137/+203