aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/search.php
Commit message (Collapse)AuthorAgeFilesLines
* Enable/disable searchingPaul S. Owen2003-04-151-0/+12
| | | | git-svn-id: file:///svn/phpbb/trunk@3845 89ea8834-ac86-4346-8a33-228a782c2dd0
* only minor changes, some notes, played around with the code... nothing special.Meik Sievertsen2003-02-261-3/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@3543 89ea8834-ac86-4346-8a33-228a782c2dd0
* Moved profile.php to ucp.php. ucp is really really broken right now, don't ↵James Atkinson2002-11-211-3/+3
| | | | | | even think about trying to use it. git-svn-id: file:///svn/phpbb/trunk@3075 89ea8834-ac86-4346-8a33-228a782c2dd0
* viewforum queries update + a couple of bugfixes.Ludovic Arnaud2002-11-051-4/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@3007 89ea8834-ac86-4346-8a33-228a782c2dd0
* Dumped sql_query_array, replaced with build_array, posting updates, fixed ↵Paul S. Owen2002-10-301-4/+5
| | | | | | quoting in mysql layers, fulltext enabled ... speed/problem feedback welcome git-svn-id: file:///svn/phpbb/trunk@2986 89ea8834-ac86-4346-8a33-228a782c2dd0
* Changed $board_config to $config, more posting "stuff", altered polling code ↵Paul S. Owen2002-10-301-17/+17
| | | | | | in viewtopic and loads of new problems, poor coding, etc. created :) git-svn-id: file:///svn/phpbb/trunk@2983 89ea8834-ac86-4346-8a33-228a782c2dd0
* Mostly changes to turn userdata into user->data, lang into user->lang + ↵Paul S. Owen2002-10-201-109/+108
| | | | | | bitstring 2nd format + inheritance for permission admin and various other updates/fixes/changes ... note that user->lang & user->theme isn't final git-svn-id: file:///svn/phpbb/trunk@2958 89ea8834-ac86-4346-8a33-228a782c2dd0
* Permission related updates ... is still not final but is getting there ... ↵Paul S. Owen2002-10-081-32/+25
| | | | | | faster than British Rail too git-svn-id: file:///svn/phpbb/trunk@2943 89ea8834-ac86-4346-8a33-228a782c2dd0
* Well, here are all my changes ... don't blame me if things break :DPaul S. Owen2002-10-041-260/+39
| | | | git-svn-id: file:///svn/phpbb/trunk@2923 89ea8834-ac86-4346-8a33-228a782c2dd0
* More session changes to accomodate ACL_PERMIT/PREVENT ...Paul S. Owen2002-08-151-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@2853 89ea8834-ac86-4346-8a33-228a782c2dd0
* More changes ... switched away from prefetch for now ...Paul S. Owen2002-08-131-134/+134
| | | | git-svn-id: file:///svn/phpbb/trunk@2849 89ea8834-ac86-4346-8a33-228a782c2dd0
* Various updatesPaul S. Owen2002-08-031-1/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@2816 89ea8834-ac86-4346-8a33-228a782c2dd0
* Add checkboxesPaul S. Owen2002-07-281-37/+26
| | | | git-svn-id: file:///svn/phpbb/trunk@2770 89ea8834-ac86-4346-8a33-228a782c2dd0
* More user search fixes ...Paul S. Owen2002-07-271-31/+28
| | | | git-svn-id: file:///svn/phpbb/trunk@2768 89ea8834-ac86-4346-8a33-228a782c2dd0
* damn damn damnPaul S. Owen2002-07-271-36/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@2765 89ea8834-ac86-4346-8a33-228a782c2dd0
* Look out your window ... just to the left of the Big Dipper you'll see a ↵Paul S. Owen2002-07-271-1/+1
| | | | | | small dot moving at high speed ... this is my computer ... git-svn-id: file:///svn/phpbb/trunk@2764 89ea8834-ac86-4346-8a33-228a782c2dd0
* bahPaul S. Owen2002-07-271-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@2763 89ea8834-ac86-4346-8a33-228a782c2dd0
* Wrong var ... naughty Paul ... smacked wristsPaul S. Owen2002-07-271-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@2762 89ea8834-ac86-4346-8a33-228a782c2dd0
* Updated user search system ... this _really_ needs to be integrated with ↵Paul S. Owen2002-07-271-30/+261
| | | | | | memberslist or something ... but it'll do here for now git-svn-id: file:///svn/phpbb/trunk@2760 89ea8834-ac86-4346-8a33-228a782c2dd0
* Updates for permissions, sessions, lots of things ... note that _many_ ↵Paul S. Owen2002-07-141-32/+28
| | | | | | things _do_not_work_ now ... I'm commiting them to stop people complaining about my holding on to everything :) There is _no_ update script at present for all these changes, you'll have to work out what's needed yourselves till I finish various things git-svn-id: file:///svn/phpbb/trunk@2673 89ea8834-ac86-4346-8a33-228a782c2dd0
* merged from 2.0.0 branch (marked merge_point_20020420) + assorted updates ↵Paul S. Owen2002-04-201-12/+27
| | | | | | and trial stuff for example session alterations git-svn-id: file:///svn/phpbb/trunk@2532 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixing bug 536812: search.php - total_match_countdougk_ff72002-03-311-1/+5
| | | | | | | | Thanks acydburn! Not a big deal, just did what acydburn recommended. git-svn-id: file:///svn/phpbb/trunk@2455 89ea8834-ac86-4346-8a33-228a782c2dd0
* I'm sooo bored with re-fixing thingsPaul S. Owen2002-03-311-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@2454 89ea8834-ac86-4346-8a33-228a782c2dd0
* search_id change broke various other search options, fixedPaul S. Owen2002-03-311-13/+16
| | | | git-svn-id: file:///svn/phpbb/trunk@2452 89ea8834-ac86-4346-8a33-228a782c2dd0
* pre-freeze on main templates, various bug fixes (highlighting search ↵Paul S. Owen2002-03-311-137/+203
| | | | | | results, various search related issues, blah blah). These updates need _thorough_ checking, quickly git-svn-id: file:///svn/phpbb/trunk@2448 89ea8834-ac86-4346-8a33-228a782c2dd0
* Update goto page codePaul S. Owen2002-03-211-26/+19
| | | | git-svn-id: file:///svn/phpbb/trunk@2385 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix enter does not submit problems for username searching, all bow down ↵Paul S. Owen2002-03-201-1/+1
| | | | | | before Matthijs ... no, not in that way you perverts git-svn-id: file:///svn/phpbb/trunk@2378 89ea8834-ac86-4346-8a33-228a782c2dd0
* Broke bbcode removal when displaying incomplete posts ... fixedPaul S. Owen2002-03-191-5/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@2355 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix default AND for word concaten..blah blahPaul S. Owen2002-03-181-187/+187
| | | | git-svn-id: file:///svn/phpbb/trunk@2326 89ea8834-ac86-4346-8a33-228a782c2dd0
* Loads'a changes including fix for security issue, thanks to Matthijs for ↵Paul S. Owen2002-03-181-1/+2
| | | | | | checking this out and confirming git-svn-id: file:///svn/phpbb/trunk@2305 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix issues with view posts since last visit, errors on next page, ↵Paul S. Owen2002-02-251-410/+379
| | | | | | re-introduce external stopword list, examine feasibility of stemmer, tidy ups ... git-svn-id: file:///svn/phpbb/trunk@2205 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed bug #509335James Atkinson2002-02-031-4/+18
| | | | git-svn-id: file:///svn/phpbb/trunk@2048 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed pagination bug on search results ( #509852 )Bart van Bragt2002-01-281-5/+5
| | | | git-svn-id: file:///svn/phpbb/trunk@2010 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed stripslashing problem which would lead to incorrect search results in ↵Paul S. Owen2002-01-271-7/+6
| | | | | | some cases git-svn-id: file:///svn/phpbb/trunk@1964 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix bug #502174, show Guest post usernames correctly ... well as correct as ↵Paul S. Owen2002-01-251-8/+12
| | | | | | they currently are git-svn-id: file:///svn/phpbb/trunk@1947 89ea8834-ac86-4346-8a33-228a782c2dd0
* Change ego search back to topic output rather than posts (as was till last ↵Paul S. Owen2002-01-251-1/+1
| | | | | | update) .. even though it does say view own posts .. git-svn-id: file:///svn/phpbb/trunk@1941 89ea8834-ac86-4346-8a33-228a782c2dd0
* Various updates to fix problems with large result sets ... code is quite ↵Paul S. Owen2002-01-251-353/+240
| | | | | | messy, will clean up git-svn-id: file:///svn/phpbb/trunk@1938 89ea8834-ac86-4346-8a33-228a782c2dd0
* Finished implementation of title searching ... this will please at least one ↵Paul S. Owen2002-01-141-6/+12
| | | | | | person :) git-svn-id: file:///svn/phpbb/trunk@1867 89ea8834-ac86-4346-8a33-228a782c2dd0
* Changes to topic/forum tracking ... tested for several days on test board ↵Paul S. Owen2002-01-121-55/+115
| | | | | | and all seems fine, give feedback in forums git-svn-id: file:///svn/phpbb/trunk@1851 89ea8834-ac86-4346-8a33-228a782c2dd0
* Moved all search functions to includes/search.php Paul; please reviewBart van Bragt2002-01-031-76/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@1781 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix bug #497740Paul S. Owen2001-12-301-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@1742 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix bug #496943Paul S. Owen2001-12-291-11/+18
| | | | git-svn-id: file:///svn/phpbb/trunk@1741 89ea8834-ac86-4346-8a33-228a782c2dd0
* Hopefully this addresses the \' and '' problems with MSSQL, etc. ... I'd ↵Paul S. Owen2001-12-211-3/+3
| | | | | | like opinions on the security of doing this. git-svn-id: file:///svn/phpbb/trunk@1661 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix bug #495250 and various other issuesPaul S. Owen2001-12-201-61/+57
| | | | git-svn-id: file:///svn/phpbb/trunk@1644 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix bug #495130 and remove unnecessary free_resultPaul S. Owen2001-12-201-4/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@1641 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix for bug #494740Paul S. Owen2001-12-191-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@1636 89ea8834-ac86-4346-8a33-228a782c2dd0
* Various changes to accompany session updates ... MSSQL users should be ↵Paul S. Owen2001-12-151-1/+1
| | | | | | prepared to alter or remove the session_last_visit field or face potential problems git-svn-id: file:///svn/phpbb/trunk@1594 89ea8834-ac86-4346-8a33-228a782c2dd0
* Sped up searching for posts from a specific user a lotBart van Bragt2001-12-151-5/+26
| | | | git-svn-id: file:///svn/phpbb/trunk@1586 89ea8834-ac86-4346-8a33-228a782c2dd0
* Remove guest user topic tracking via cookies, update viewtopic to re-fix ↵Paul S. Owen2001-12-141-13/+19
| | | | | | highlighting of search terms, add lang capability to images, various other issues, removed remote avatar size reduction git-svn-id: file:///svn/phpbb/trunk@1566 89ea8834-ac86-4346-8a33-228a782c2dd0
* bug #489842 -- some pages were doing bbencode_second and make_click in a bad ↵natec2001-12-111-2/+4
| | | | | | order. git-svn-id: file:///svn/phpbb/trunk@1555 89ea8834-ac86-4346-8a33-228a782c2dd0