root / tags / milestone_3 / phpBB / search.php

View | Annotate | Download (22.6 KB)

  • svn:eol-style: native
  • svn:keywords: Author Date Id Revision
# Date Author Comment
5258 10/04/2005 11:47 PM

This commit was manufactured by cvs2svn to create tag 'milestone_3'.

5236 10/02/2005 06:48 PM Meik Sievertsen

- checking in pauls (psoTFX) search changes (with tiny adjustments from me)

5161 06/13/2005 07:51 PM Meik Sievertsen

- view active topics
- seperated search id (int) from search id (string) for security reasons

5138 04/30/2005 04:36 PM Meik Sievertsen

- some fixes here and there

5118 04/11/2005 11:32 PM Meik Sievertsen

- made path information available to template (T_)
- eased topic/post icon in templates (removing hardcoded img)
- added S_FIRST_ROW and S_LAST_ROW to template engine

5114 04/09/2005 02:26 PM Meik Sievertsen

- Documentation related changes
- added resend activation email dialog
- fixed issue in session code
- log failed/successful admin re-authentication/login
- fixed simple forum dropdown box (used in mcp and posting)

5108 03/21/2005 11:43 PM Meik Sievertsen

- first try to break things...

5009 10/30/2004 07:01 PM Meik Sievertsen

- fix stopword handling for searches in search results

5003 10/19/2004 09:26 PM Meik Sievertsen

- search updates

4970 09/01/2004 05:47 PM psotfx

This is a mass commit ... expect trouble! Changes made here are primarily to how login is handled, schema changes necessary!

4925 07/11/2004 05:20 PM Meik Sievertsen

- fixed permissions for mcp (global permission settings are false if user is only able to moderate one to x forums)
- determine permission settings for submodules
- further approve/disapprove work (approve_details added)

4920 07/09/2004 12:41 AM Meik Sievertsen

- remove output buffering options from download.php (not needed anymore)
- optimized viewtopic.php a little bit
- removed the create_function (was consuming too much memory) from viewtopic
- check for manually added convert[.exe] program name to imagemagick path in admin_attachments...

4844 02/28/2004 10:16 PM Meik Sievertsen

splitted language files

4836 02/21/2004 01:47 PM Meik Sievertsen

- put consoring and smilie processing into functions (we use them all over the place) for better changing and consistency.
- changed docs/AUTHORS to reflect the recent code re-use in functions_messenger.php
- pleasing the users a little bit more by using table constants. :D...

4637 11/04/2003 11:05 PM Meik Sievertsen

new permissions, merged attachment tables (the intended purpose of two tables is no longer valid), attachment updates along the merging...

Note: please merge your attachment tables (develop dir).

4626 10/27/2003 02:18 PM psotfx

Fix a few items, ability to read private forums, etc. ... must look at reducing need to join on posts table when not absolutely necessary

4530 10/05/2003 02:56 PM psotfx

Add search interval check, correct a couple of errors

4500 09/15/2003 06:33 PM psotfx

ah, what the heck ... let's throw this in CVS

4441 08/27/2003 06:32 PM psotfx

Various bits and pieces ... this isn't really what I wanted M-2 to look like but hum ho

4091 06/06/2003 05:24 PM psotfx

basic todo list

3969 05/04/2003 01:58 AM psotfx

page header/footer become functions, forum passwords (I know, I know but it appears a popular feature for some reason ... inclusion not yet set in concrete nor complete), various bug fixes (and no doubt new bugs).

3883 04/18/2003 03:07 PM Meik Sievertsen

some arrangements...

3846 04/16/2003 01:26 AM psotfx

Another windows carriage returns foobar

3845 04/16/2003 01:21 AM psotfx

Enable/disable searching

3075 11/21/2002 04:40 PM thefinn

Moved profile.php to ucp.php. ucp is really really broken right now, don't even think about trying to use it.

3007 11/05/2002 05:50 AM ludovic_arnaud

viewforum queries update + a couple of bugfixes.

2986 10/30/2002 07:59 PM psotfx

Dumped sql_query_array, replaced with build_array, posting updates, fixed quoting in mysql layers, fulltext enabled ... speed/problem feedback welcome

2983 10/30/2002 01:57 AM psotfx

Changed $board_config to $config, more posting "stuff", altered polling code in viewtopic and loads of new problems, poor coding, etc. created :)

2958 10/20/2002 09:19 PM psotfx

Mostly changes to turn userdata into user->data, lang into user->lang + bitstring 2nd format + inheritance for permission admin and various other updates/fixes/changes ... note that user->lang & user->theme isn't final

2943 10/08/2002 10:11 PM psotfx

Permission related updates ... is still not final but is getting there ... faster than British Rail too

2923 10/04/2002 03:09 PM psotfx

Well, here are all my changes ... don't blame me if things break :D

2853 08/15/2002 05:45 PM psotfx

More session changes to accomodate ACL_PERMIT/PREVENT ...

2849 08/13/2002 06:34 PM psotfx

More changes ... switched away from prefetch for now ...

2816 08/04/2002 01:52 AM psotfx

Various updates

2770 07/28/2002 02:29 AM psotfx

Add checkboxes

2768 07/27/2002 10:39 PM psotfx

More user search fixes ...

2765 07/27/2002 06:56 PM psotfx

damn damn damn

2764 07/27/2002 06:49 PM psotfx

Look out your window ... just to the left of the Big Dipper you'll see a small dot moving at high speed ... this is my computer ...

2763 07/27/2002 06:47 PM psotfx

bah

2762 07/27/2002 06:46 PM psotfx

Wrong var ... naughty Paul ... smacked wrists

2760 07/27/2002 06:37 PM psotfx

Updated user search system ... this really needs to be integrated with memberslist or something ... but it'll do here for now

2673 07/14/2002 04:45 PM psotfx

Updates for permissions, sessions, lots of things ... note that many 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

2532 04/20/2002 02:22 AM psotfx

merged from 2.0.0 branch (marked merge_point_20020420) + assorted updates and trial stuff for example session alterations

2455 03/31/2002 09:13 PM dougk_ff7

Fixing bug 536812: search.php - total_match_count
Thanks acydburn!
Not a big deal, just did what acydburn recommended.

2454 03/31/2002 06:08 PM psotfx

I'm sooo bored with re-fixing things

2452 03/31/2002 03:47 PM psotfx

search_id change broke various other search options, fixed

2448 03/31/2002 02:06 AM psotfx

pre-freeze on main templates, various bug fixes (highlighting search results, various search related issues, blah blah). These updates need thorough checking, quickly

2385 03/21/2002 02:38 AM psotfx

Update goto page code

2378 03/20/2002 04:57 PM psotfx

Fix enter does not submit problems for username searching, all bow down before Matthijs ... no, not in that way you perverts

2355 03/19/2002 07:59 PM psotfx

Broke bbcode removal when displaying incomplete posts ... fixed

2326 03/18/2002 11:59 PM psotfx

Fix default AND for word concaten..blah blah

2305 03/18/2002 02:35 PM psotfx

Loads'a changes including fix for security issue, thanks to Matthijs for checking this out and confirming

2205 02/25/2002 02:00 AM psotfx

Fix issues with view posts since last visit, errors on next page, re-introduce external stopword list, examine feasibility of stemmer, tidy ups ...

2048 02/03/2002 07:54 PM thefinn

Fixed bug #509335

2010 01/29/2002 12:12 AM bartvb

Fixed pagination bug on search results ( #509852 )

1964 01/27/2002 03:24 AM psotfx

Fixed stripslashing problem which would lead to incorrect search results in some cases

1947 01/25/2002 03:34 AM psotfx

Fix bug #502174, show Guest post usernames correctly ... well as correct as they currently are

1941 01/25/2002 02:46 AM psotfx

Change ego search back to topic output rather than posts (as was till last update) .. even though it does say view own posts ..

1938 01/25/2002 01:48 AM psotfx

Various updates to fix problems with large result sets ... code is quite messy, will clean up

1867 01/14/2002 03:16 PM psotfx

Finished implementation of title searching ... this will please at least one person :)

1851 01/12/2002 06:00 PM psotfx

Changes to topic/forum tracking ... tested for several days on test board and all seems fine, give feedback in forums

1781 01/03/2002 12:06 PM bartvb

Moved all search functions to includes/search.php Paul; please review

1742 12/30/2001 02:31 PM psotfx

Fix bug #497740

1741 12/29/2001 05:48 PM psotfx

Fix bug #496943

1661 12/21/2001 04:51 PM psotfx

Hopefully this addresses the \' and '' problems with MSSQL, etc. ... I'd like opinions on the security of doing this.

1644 12/20/2001 02:25 AM psotfx

Fix bug #495250 and various other issues

1641 12/20/2001 01:39 AM psotfx

Fix bug #495130 and remove unnecessary free_result

1636 12/19/2001 06:15 PM psotfx

Fix for bug #494740

1594 12/15/2001 06:50 PM psotfx

Various changes to accompany session updates ... MSSQL users should be prepared to alter or remove the session_last_visit field or face potential problems

1586 12/15/2001 05:15 PM bartvb

Sped up searching for posts from a specific user a lot

1566 12/14/2001 03:41 AM psotfx

Remove guest user topic tracking via cookies, update viewtopic to re-fix highlighting of search terms, add lang capability to images, various other issues, removed remote avatar size reduction

1555 12/11/2001 10:13 AM natec

bug #489842 -- some pages were doing bbencode_second and make_click in a bad order.

1553 12/11/2001 09:43 AM natec

bug #488067: no, preg_quote() didn't always have 2 args.

1528 12/10/2001 01:17 AM psotfx

Added another image name for 'goto post'

1511 12/05/2001 01:20 AM psotfx

New session code, probably still dodgy, fix for login failed message, search updates, highlighting URI messup fixes, max limit for ranks

1479 11/29/2001 02:05 PM psotfx

Fix for 'bug' #484650

1436 11/24/2001 06:17 PM bartvb

Finally moved the bbcode_uid from posts to posts_text, DON'T FORGET TO RUN THE CONVERT SCRIPT IN /develop/ !!

1423 11/23/2001 02:04 AM psotfx

Latest variants ... not finished yet ...

1415 11/22/2001 03:02 AM psotfx

Fix for display of newest image icon when one doesn't exist

1412 11/22/2001 02:00 AM psotfx

Search re-write was erm, how can I say this, erm, brown, soft and smelly ... putting old one with required updates back, will do more work soon

1398 11/21/2001 12:45 AM psotfx

Various core updates for searching

1370 11/19/2001 06:54 PM psotfx

Fixed bug #483105

1369 11/19/2001 03:48 PM psotfx

Yet More language updates

1368 11/19/2001 03:12 PM psotfx

More language updates

1350 11/17/2001 06:44 PM psotfx

And again my brain gets ahead of my fingers ... mental note, reduce caffeine intake

1349 11/17/2001 06:42 PM psotfx

Fixed bug #482127 ... part 2, fixes post_subject too

1348 11/17/2001 06:40 PM psotfx

Fixed bug #482127 ... problem occurs when no bad word list exists

1332 11/16/2001 06:31 PM psotfx

Mainly language updates but some bug fixes too

1330 11/16/2001 01:20 AM psotfx

Pagination update

1315 11/15/2001 12:08 AM bartvb

Added arguments to search ACTION to avoid caching probems (back button that doesn't work)

1311 11/14/2001 07:39 AM thefinn

Oops, forgot to commit search.php

1297 11/09/2001 02:26 PM psotfx

Altered for constant table names

1293 11/09/2001 02:00 PM psotfx

New search system, this isn't final, needs alterations, etc. can redeem this against the full priced version with included coupon

1224 10/16/2001 04:47 PM psotfx

Slight mods to the usersearch function, moved to search.php

1213 10/16/2001 01:04 AM psotfx

And all because the lady loves Milk Tray, erm, sorry ... all because I missed a . from a string concaten...thingy

1190 10/14/2001 08:22 PM psotfx

Various changes to location redirection ... please note the format and name changes

1094 09/27/2001 12:35 AM psotfx

Added view newest output for topic search

1089 09/26/2001 03:36 AM psotfx

Just to bring CVS in-line with local copy

1053 09/17/2001 03:07 AM psotfx

New search 'stuff' ... not complete ... update

1052 09/17/2001 02:42 AM psotfx

New search 'stuff' ... not complete

1051 09/17/2001 02:42 AM psotfx

New search 'stuff' ... not complete

1042 09/16/2001 12:53 AM natec

Bug 461842 fixed. Unnecessary uses of addslashes(), stripslashes(), and preg_quote() in search.php..

1016 09/09/2001 02:40 PM bartvb

Removed some trailing newlines

1010 09/08/2001 08:24 PM bartvb

Altered layout of phpbb_config table

951 08/31/2001 05:09 AM gpolins

Changed all error_die to message_die

943 08/31/2001 12:20 AM thefinn

Re-added GPL disclaimers

932 08/26/2001 03:53 PM psotfx

Modified header comments

646 07/13/2001 06:14 PM psotfx

Changes to include location + some other misc stuff

508 06/18/2001 02:33 AM psotfx

Fixed error

506 06/18/2001 01:53 AM psotfx

Switched forum_auth to the forums table

410 06/02/2001 06:49 PM psotfx

User can only search and see results for forums they have auth_view rights

382 05/31/2001 01:47 PM psotfx

Various changes and fixes to enable search from username and template updates

373 05/30/2001 02:33 PM psotfx

Some updates which may have fixed some probs ...

371 05/29/2001 08:17 PM psotfx

Added ability to jump to a specific post ... click on the little page post icon

368 05/29/2001 04:25 PM psotfx

In goes initial search engine