root / branches / phpBB-3_0_0 / phpBB / search.php

View | Annotate | Download (42.4 KB)

  • svn:eol-style: LF
  • svn:keywords: Author Date Id Revision
# Date Author Comment
10120 09/08/2009 09:53 AM Andreas Fischer

Rename get_unread_topics_list() to get_unread_topics().
Cleanup: Remove some stuff we no longer need.
Related to report #46765

10117 09/07/2009 01:39 PM Meik Sievertsen

since we now have several search_ids, all with different default results modes we now always add the sr variable to the URL - Bug #50775

10057 08/25/2009 02:52 PM Ruslan Uzdenov

One more unread posts search adjustment.
Authorised by: AcydBurn

10005 08/17/2009 02:28 PM Ruslan Uzdenov

Add unread posts search support for cookie-based tracking
Authorised by: AcydBurn

10004 08/17/2009 02:25 PM Ruslan Uzdenov

Fix bug #49525 - Search for unreads should require login
Authorised by: AcydBurn

9855 07/26/2009 11:16 AM Ruslan Uzdenov

Fix r9755 for #46765
Authorised by: ToonArmy

9850 07/25/2009 01:35 PM Nils Adermann

Correctly propagate umlauts over search result pages [Bug #33755]

9755 07/14/2009 02:46 PM Ruslan Uzdenov

Fix bug #46765 - View unread posts
Authorised by: AcydBurn

9732 07/08/2009 12:48 PM Joas Schilling

Fix bug #47765 - Search by authorname does not display posts of deactivated users

Authorised by: AcydBurn

9713 07/02/2009 10:28 AM Joas Schilling

Fix bug #36565 - Search by authorname does not display posts of guests and deleted users

Authorised by: naderman

9674 06/25/2009 05:57 PM Meik Sievertsen

revert r9653 because it does not work as advertised (a load of bugs and not really what we wanted... back to the drawing board ;))

9653 06/22/2009 02:36 PM Ruslan Uzdenov

Fix bug #46765 - View unread posts
Authorised by: acydburn

9601 06/17/2009 09:08 AM Joas Schilling

Fix bug #19135 - Exclude forum from active topics option is ignored

Authorised by: acydburn

9488 04/26/2009 03:12 PM Meik Sievertsen

remove item from change log

9487 04/26/2009 03:11 PM Meik Sievertsen

group by is required to be correct, but this creates a temporary table. I do not think we will let "new posts" display non-approved posts...

9486 04/26/2009 02:53 PM Meik Sievertsen

revert query change which caused boards to halt.

9482 04/24/2009 05:27 PM Jim Wigginton

Fixed bug #'ers 42585, 35505, 36675, and 42705
Authorised by: acydburn

9459 04/17/2009 03:08 PM Meik Sievertsen

Apply append_sid() to newest/latest post links in viewforum/search and UCP main module. (Bug #26815)

9395 03/19/2009 01:25 PM Henry Sudhof

small SQL optimization

9040 11/01/2008 08:00 PM Nils Adermann

very minor annoyance

8885 09/18/2008 05:24 PM Meik Sievertsen

Pass S_SEARCH_ACTION through append_sid() in search.php. (Bug #21585)

8857 09/16/2008 05:06 PM Meik Sievertsen

make topic icon image width/height available to viewforum and search templates (Bug #15934)

8843 09/15/2008 01:11 PM Chris Smith

- Added missing terms parameter to search pagination. #34085
- Do not use the topics posted table when performing an egosearch.

8834 09/06/2008 02:23 PM Chris Smith

Do not show non indexed forums on the search page if they contain no subforums. #33125

8669 06/22/2008 01:02 PM Meik Sievertsen

#29435 (do not highlight if only wildcard(s) provided)

8479 03/29/2008 01:22 AM Nils Adermann

Hiding everywhere little buggers, eh?

8285 12/26/2007 03:53 PM

This commit was manufactured by cvs2svn to create branch 'phpBB-3_0_0'.

8146 10/05/2007 04:30 PM Meik Sievertsen

dumdidum... sorry. ;)

8087 09/12/2007 05:32 PM Meik Sievertsen

some tiny fixes...

8064 08/23/2007 03:41 PM Nils Adermann

- added an option to specify a port for the LDAP server
- restricted access to "Recent searches" to admins who are allowed to configure search [Bug #14085]

8050 08/19/2007 03:40 PM Nils Adermann

- BBCode parsing order should ALWAYS be censor_text(), bbcode_secon_pass(), bbcode_nl2br(), smiley_text(), parse_attachments()
- using \r on custom bbcodes to allow line breaks [Bug #10758]

8047 08/18/2007 03:52 PM Nils Adermann

- allow multibyte search configuration
- added ldap_user_filter to add additional restrictions on the user objects used for authentication [Bug #12627]
- improved ldap explanations a bit
- display searchable subforums of invisible parents in advanced search forum selection [Bug #11395]

8045 08/18/2007 01:53 AM Nils Adermann

- strip_bbcode should not treat smilies which look like BBCode and are placed in front of a closing tag as BBCode
- highlight in post subjects and topic titles
- language entry SMILIE_ONE_ADDED should have been SMILIES_ONE_ADDED

8033 08/15/2007 07:32 PM Meik Sievertsen

some bugs fixed

7954 07/26/2007 05:51 PM Meik Sievertsen

do not get too excited

7930 07/23/2007 07:03 PM Henry Sudhof

#13579
This changes the signature of author_search. Search backends will need adjustment.

7920 07/22/2007 10:11 PM Meik Sievertsen

try to normalize everything...

7919 07/22/2007 04:04 PM Henry Sudhof

Cleaning up (#13689)
Also removed the useless login box from the ACP.

7890 07/15/2007 10:53 PM Nils Adermann

- search result extract shouldn't end in the middle of a multibyte character [Bug #11863]
- missing localisation for an imageset shouldn't create lots of "imageset refreshed" log messages [Bug #12027]
- explain that themes which need parsing cannot be stored on the filesystem [Bug #11134]...

7889 07/15/2007 03:47 PM Meik Sievertsen

even more fixes. :o

7860 07/10/2007 05:14 PM Meik Sievertsen

some fixes here and there

7820 07/02/2007 12:09 PM Henry Sudhof

#12941

7789 06/24/2007 02:49 PM Meik Sievertsen

tweak the sql_like_expression feature a little bit to allow correct escaping

7788 06/23/2007 02:16 PM Meik Sievertsen

new wrapper for LIKE expressions to streamline the fixes. We actually need to adjust them for different DBMS as well as SQLite2 not supporting escaping characters in LIKE statements (which is a reason why we think about dropping sqlite support completely).

7780 06/19/2007 02:36 PM Nils Adermann

- author search should take UTF-8 [Bug #11793]

7779 06/19/2007 01:45 PM Henry Sudhof

#12545

7559 05/13/2007 06:15 PM Nils Adermann

- correctly transfer the search query across search result pages
- changed highlighting so foo* will match foo again [Bug #10031]
- restructured magic urls (functionality still mostly the same), added a check for entities in urls and punctuation at the end of magic urls [Bugs #10639, #10293]...

7451 05/02/2007 06:19 PM Meik Sievertsen

fixes for search button in header - #10389, #10225, #9548
added missing colour swatch to prosilver - #8657
language changes - #10387, #10375, #10373, #10353, #10279
line-height for font size (still not ideal) - #10317
Search load setting checked in sessions.php along with limit_load and also reset if not possible to determine load - #10383...

7428 04/29/2007 10:56 PM Nils Adermann

- * wildcard in a search query should cause \w+ in highlighting, not \w* [Bug #10031]
- display a warning that the search index is not converted from phpBB2 to phpBB3 [Bug #9761]
- forgot to add : to reg_name when deleting userinfo from the url regex constructor [Bug #9868]...

7385 04/22/2007 07:12 PM Nils Adermann

- removed unneeded code from fulltext_mysql [Bug #9947]
- an additional combined index on post_subject and post_text is necessary for fulltext_mysql [Bug #9818]
- added phrase searching support to fulltext_mysql while fixing some minor bugs in the keyword processing code, originally intended to do this about a year ago when I switched from split_words array to search_query string in the search backend interface, so finally it's there

7384 04/22/2007 05:27 PM Meik Sievertsen

#10005, #10003, #10001, #9999, #9945, #9965, #9909, #9906, #9877, #9861, #9831, #9830, #9815, #9665, #9624

prosilver adjustments for important announcements in ucp - #9995
MCP fixes for user notes/warnings - #9981
Preserving imageset values on save/edit
find a member link for Mass PM's - #9925...

7261 04/02/2007 12:15 AM Nils Adermann

- urlencoded usernames don't need htmlspecialchars [Bug #8794]
- fulltext_mysql still used synonyms/ignore words [Bug #5405]
- merge tool extend to allow merging complete topics via quickmod and mcp_forum [Bug #5293]
- renamed "fork" to "copy" (was already called "copy" in some places)...

7120 03/04/2007 11:08 PM David M

- small MSSQL thing
- changed how we store tracking data

7076 02/25/2007 11:09 PM Nils Adermann

- fix htmlspecialchars handling in search (search backends get specialchared input, and should return specialchared output), current backends strip entities anyway [includes Bug #8156]
- allow cancelling search index creation/removal
- custom CSS class name input too short [Bug #8328]...

6944 01/28/2007 02:43 PM Nils Adermann

- ignore too short/too long search words [Bug #7438]

6930 01/26/2007 05:09 PM Meik Sievertsen

- fix some oddities (doubled spaces for example)
- changed the way make_forum_select() is returning the forum list - now including skipped forums but being disabled. This should make identifying the correct forum much more easier.
- Changed some permission namings based on suggestions by the community...

6880 01/11/2007 06:44 AM David M

#6772
- some other random things

6841 01/05/2007 12:21 PM Meik Sievertsen

fix message length calculation for parsing bbcodes as well as saving some bytes of memory. ;)

6814 12/27/2006 01:06 AM Nils Adermann

- display search type as page title for premade searches [Bug #6508]
- flash enabled on user side by default, so that admins can actually change anything by activating it (still disabled by default)
- properly implemented password complexity check [Bug #6584]...

6803 12/24/2006 02:11 PM Meik Sievertsen

some fixes today
- most important change is the consolidation of the display attachment functions; merging them together to have one function we need to call.

6764 12/14/2006 09:36 PM David M

#6264

6740 12/10/2006 06:44 PM Nils Adermann

- finally correctly calculate current time for birthday calculation [Bug #6030]
- allow searching forums with unsearchable subforums [Bug #6056]
- addition of an optional HTTP_X_FORWARDED_FOR check in sessions, including bans
- do not index forums which have indexing disabled on index recreation [Bug #6060]...

6708 12/03/2006 07:03 PM Nils Adermann

- author search should use clean names for searching [Bug #5752]
- local moderators are moderators too!
- don't show a "word is not contained in any post" message for ignored common words
- bold search words in search error messages [Bug #5762]

6698 12/02/2006 02:19 PM Meik Sievertsen

- a bunch of fixes
- added todos to the updater to make sure i do not forget. :)

6675 11/27/2006 09:31 PM Nils Adermann

- Throw error on incorrect search queries [Bug #5648]

6674 11/27/2006 08:32 PM Meik Sievertsen

#5610

6655 11/25/2006 09:00 PM Nils Adermann

message

6650 11/24/2006 03:59 PM Meik Sievertsen

rather large update, most important things done:
- implemented provided patch/diff file for bug #5350 (Highway of Life) with some tiny changes and alterations
- more username/colour changes/fixes
- added a note about PM rule-dependant message removals so the user is not wondering too much if he can't remember his rules. :)...

6643 11/23/2006 05:15 PM Meik Sievertsen

fixes for bugs #5564, #5554 and #5462

6628 11/21/2006 07:15 PM Meik Sievertsen

- fixing a bunch of bugs
- moved the install trigger error to sessions and also disabled it for those having DEBUG_EXTRA enabled.
i hope not having introduced too many new bugs.

6612 11/19/2006 09:08 PM Meik Sievertsen

some tiny fixes.

6595 11/17/2006 08:37 PM Meik Sievertsen

adjust some comments to work with phpdocumentor. :)

6589 11/16/2006 05:51 PM Meik Sievertsen

ok, change from doing the same logic all over again we call a function to do it for us. Also allow template designers to choose which method to use by just adding a fully compiled username string (profile link + user colour). This commit may introduce problems.

6572 11/12/2006 04:35 PM Meik Sievertsen

consistant obtain_* functions

6550 11/04/2006 02:37 PM David M

trimmed the highlight regex

6517 10/22/2006 03:32 PM Meik Sievertsen

- now username changes should work as desired
- removed some extract() calls

6497 10/14/2006 04:56 PM Meik Sievertsen

- store sql_layer directly within the layer itself
- new method sql_multi_insert to circumvent db-specific hacks
(hopefully not introduced any parsing errors)

6452 10/07/2006 02:36 PM Meik Sievertsen

tried to begin adjusting all string functions where applicable - still a lot to do.
i hope i catched all relevant sections and did not mess something up.

6443 10/05/2006 09:58 PM grahamje

Add coluring to search-posts results

6380 09/18/2006 12:02 AM Nils Adermann

- no more encoding mixture, say hello to UTF-8 (I'll add a validation solution for PHP 4.3.3/4 ASAP) [side effect: fixes Bug #3762]
- take local server time into consideration for birthday/age calculation
- faster active topic search
- allow changing active topic time frame [Bug #4150]...

6367 09/15/2006 04:08 PM Meik Sievertsen

implement bare-bone validation for config variables...

6360 09/08/2006 08:00 PM grahamje

Next phase of last post changes + a few minor bugs

Note: This template variable is available but will not be used by default

6351 09/04/2006 03:47 PM Meik Sievertsen

- fixing profile bug
- adjusting acl_gets calls (they are or'd - make sure they get checked correctly based on the situation)
- automatically assign the u_download and u_search permission to the guest group

6332 08/30/2006 02:58 AM David M

- Bug #4000

6330 08/29/2006 10:25 PM Nils Adermann

- only highlight when there is anything to highlight

6325 08/28/2006 11:15 PM Nils Adermann

-forgot list items

6321 08/28/2006 07:20 PM Nils Adermann

- birthdays/age in user's timezone and not server's local time
- parse bbcode in posts with fewer characters than selected maximum on search results page
- retrieve search word context in posts which are longer than maximum characters (no raw BBCode anymore)...

6311 08/22/2006 01:01 PM grahamje

Phase 2 of the changes
This should now be complete

6309 08/21/2006 05:58 PM grahamje

Initial batch of colourization changes. This includes:
- schema changes for first post and last post
- display in viewforum, search and ucp of first post
- update of database on posting
Still outstanding
- display of last post

6284 08/12/2006 08:46 PM Nils Adermann

- set default_style when the old default style is being deleted
- Do not search for moved topics in the premade searches (new/active/unanswered) and if one occurs for whatever reason, at least display it properly [Bug #3756]

6271 08/12/2006 03:14 PM Meik Sievertsen

sql_in_set changes

6256 08/09/2006 11:03 PM Meik Sievertsen

- load tracking updates. Need to be tested on a clean installation too - at the moment only tiny quirks are noticed at area51.
- reported bugs fixed

6254 08/08/2006 09:02 PM Nils Adermann

- fixed some problems with themes
- added support for {IMG_NAME_SRC}, {IMG_NAME_WIDTH} and {IMG_NAME_HEIGHT}
- fulltext_native has to use group by in a few more quries

6237 08/05/2006 05:49 PM Meik Sievertsen

- fixed some bugs
- made imageset naming more consistent
- updated every schema to be consistent and also fixed it (every db should install fine now)
-

6211 07/27/2006 09:02 PM Nils Adermann

- fixed the age calculation (note: turn on your brain before commiting something like this the next time) [Bug #3337]
- removed the split_words array, introduced an enforced search_query
- the forum used for global topics in the search is now a forum, and no longer a category [Bug #2561]...

6175 07/13/2006 01:21 AM Nils Adermann

- it's \r\n not \n\r [Bug #3121]
- a few little search bugfixes
- drop in the improved version of the native search based on UTF-8 (still needs some work before it can replace the current native search)
Thanks Ashe :)

6152 07/07/2006 08:43 PM Nils Adermann

- fixed a parse error (oops)
- pass forum_ids to search indexing functions
- fixed a bug in fulltext_native's cache destroying

6151 07/07/2006 02:36 PM Nils Adermann

- display age in user profile and make it available on viewtopic
- various tiny bugfixes including [Bug #2351] [Bug #2549] [Bug #2681] [Bug #3015]
- strip first, then change newlines [Bug #2403]
- added support for creating user profiles to the login function (makes use of user_add), triggered by LOGIN_SUCCESS_CREATE_PROFILE constant...

6116 06/23/2006 02:19 PM Nils Adermann

- improve newposts search performance

6021 06/07/2006 09:32 PM Meik Sievertsen

ok, sorry for this. :/
- cleaned up table names/constants

6015 06/06/2006 10:53 PM Meik Sievertsen

ok, this one is rather large... the most important change:
re-introduce append_sid: old style continues to work, not a performance hog as it was in 2.0.x -> structure is different

apart from this, code cleanage, bug fixing, etc.

5982 05/28/2006 09:15 PM Meik Sievertsen

- adjusted coding guidelines
- fixed custom bbcode {TEXT} token
- added unapproved item/info for unapproved posts in a topic

5981 05/28/2006 09:06 PM Nils Adermann

- added search by author_id to solve problems with looking up posts of users with a name containing wildcards
- user based flood control (seperate limits for users and guests) [Bug #1357]
- inform the user about ignored words if he receives a "no words specified" message...

5972 05/27/2006 03:25 PM David M

- force a default charset
- better highlight code in search

5883 05/05/2006 07:56 PM Meik Sievertsen

- some adjustements for phpdocumentor

5853 04/27/2006 04:20 PM Nils Adermann

- allow searches for multibyte characters in fulltext_native
- use preg_quote safely

5727 03/26/2006 03:36 AM Nils Adermann

- correctly use DISTINCT and GROUP BY in search related SQL [Bug #1256]
- always display views and replies in search results [Bug #1223]
- display error messages occuring during search index creation/deletion [Bug #1274]
- correctly align the ACP link on the search results page [Bug #1160]...

5705 03/23/2006 08:23 PM Nils Adermann

- some adjustments for search related config options
- one year is 365 days long (52 * 7 = 364, but we have one more day each year ;-)) [Bug #1181]
- fixed search own posts link in UCP [Bug #1163]
- corrections to timezone selection [Bug #1148]
- fix quickmod tools on post details page [Bug #1188]

5674 03/19/2006 11:25 PM Nils Adermann

- Bug 1104: fixed a typo ($necoding => $encoding)
- Bug 1139: active_topics now has a button to submit the "Display posts from previous <time>" form
- active_topics doesn't return NULL rows anymore
- fix a padding bug in the search forum listing

5652 03/18/2006 03:30 PM Nils Adermann

- Lesson learned: If you rename something rename it in all places and not just in a few :)
(min_search_chars/max_search_chars/load_search_upd now prefixed with fulltext_phpbb)
- search_indexing_state should not be dynamic
- a topic link should link to a topic ;-)

5649 03/18/2006 11:54 AM Nils Adermann

- replaced mcp reports system with a simplified version
- fixed links to mcp_reports

5607 03/06/2006 07:21 PM Nils Adermann

Me, me, me!

- only search unapproved posts/topics in forums where the user got the m_approve permission
- resize the search cache when it grows too huge (drop distant pages)
- added unread link to search results page
- streamlined search results and viewforum html code for displaying topics...

5603 03/06/2006 03:03 PM Meik Sievertsen

- added "display_on_posting" setting to custom bbcodes (creates a button with the bbcode tag)
- fixed forum editing and parent id selection
- completely removed HTML support (it only creates security problems)
- changed cache_moderators() to reflect permission changes

5552 02/12/2006 07:35 PM Nils Adermann

- new default result mode: posts
- make use of f_search permission

5499 01/27/2006 07:49 PM Nils Adermann

just some tiny changes to meet the coding guidelines

5488 01/22/2006 08:13 PM Nils Adermann

- added fulltext_mysql
- sort search results by topic author, not topic author id
- topic tracking on search results page
- dotted topics on search results page
- links to global announcements fixed

5482 01/21/2006 11:57 PM Nils Adermann

- search deals with global topics
- fixed some other search related bugs

5443 01/11/2006 10:52 PM Nils Adermann

somehow I knew this had to happen :(
(just two very tiny changes to the previous commit)

5441 01/11/2006 07:56 PM Nils Adermann

- overhauled search system
- updated structure for search backend plugins
- better result caching using ACM
- search results no longer session restricted => link to them by copying the URL :)
- in-topic search
- indexing posts now uses search backend plugins...

5399 12/30/2005 01:16 AM subblue

Added topic folder image source and user profile link for posts results page

5389 12/29/2005 02:46 AM subblue

Added the topic icon src variable to bring in line with viewtopic and viewforum

5381 12/27/2005 02:59 PM David M

- Replaced the old 2.0.x highlight code with much nicer code :-)

5313 11/28/2005 07:38 PM Meik Sievertsen

- some SQL:2003 changes (basicly joins, mysql5 is sql:2003 compliant in strict mode now) - postgresql not supporting this standard. :/
- acp changes

5272 10/19/2005 08:00 PM Meik Sievertsen

- updated topic tracking code
- additional changes (mostly bugfixes)
- bart, if you update your user table with the user_lastmark field, set it to the user_lastvisit value ;)
- and last but not least, introducing some bugs in ucp main front (regarding topic tracking)

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