root / branches / phpBB-3_0_0 / phpBB / includes / acp / acp_search.php

View | Annotate | Download (16.5 KB)

  • svn:eol-style: LF
  • svn:keywords: Author Date Id Revision
# Date Author Comment
9502 05/01/2009 09:59 AM Meik Sievertsen

make search_indexing_state dynamic. This is related to bug #44535 - although i think we only fix the symptoms and not the cause.

9438 04/11/2009 11:09 AM Meik Sievertsen

New search option: Maximum number of words allowed to search for.
(the more words the more database load)

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

Hiding everywhere little buggers, eh?

8405 02/26/2008 06:13 PM Nils Adermann

guess we need to initialise it first

8402 02/25/2008 07:39 PM Nils Adermann

allow search backends to handle regular updates too, and not just backend switches

8350 01/30/2008 05:01 PM Meik Sievertsen

One commit for those fixes having a very tiny impact (mostly only whitespaces or forgotten spans, etc.)
Although i somehow mistakingly got #20445 and #15249 into it. :/

Removing s_watching_img from watch_topic_forum() function (Bug #20445)
Changing order for post review if more than one post affected (Bug #15249)...

8285 12/26/2007 03:53 PM

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

8147 10/05/2007 04:36 PM Meik Sievertsen

dumdidum... sorry. ;)

8099 09/22/2007 08:31 PM Meik Sievertsen

#i62 - #i65
gone through every javascript invocation and making sure we adhere to our coding guidelines.

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]

7736 06/09/2007 01:11 PM Meik Sievertsen

ok, mess around with the templates + fixing some bugs + adjusting headers for those files already modified to circumvent conflicts for those having their editor set to remove trailing spaces (not recommended!)

7711 06/03/2007 07:09 PM Meik Sievertsen

use correct language strings

7560 05/13/2007 06:20 PM Nils Adermann

- missed an append_sid call in acp_search.php [Bug #10861]

7161 03/10/2007 12:23 PM Meik Sievertsen

only tiny adjustements... and try to set the memory limit for the search indexing page to 128M...

7119 03/04/2007 05:05 PM Nils Adermann

- added a UNIQUE index on the wordmatch table
- some modifications of search indexing which might improve the speed and hopefully fixes [Bug #8352]
- added logging to search indexing [Bug #8384]

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]...

6915 01/21/2007 07:33 PM Meik Sievertsen

fixing some bugs, most being submitted grammatical/spelling errors.

6912 01/20/2007 06:58 PM Meik Sievertsen

- fixing some bugs
- removing utf8 characters from email files (has been discussed internally, you guys know why)
- making sure some opendir calls are checked before calling readdir.

6872 01/10/2007 05:47 PM Meik Sievertsen

fix some general bugs and some convertor related

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]...

6604 11/19/2006 03:14 PM Meik Sievertsen

some style related changes/fixes

6561 11/10/2006 02:49 PM Meik Sievertsen

- some fixes
- added script for easy adjustement of username_clean column within the users table (please see the note i added to the utf8_clean_string() function)

6428 10/02/2006 05:11 PM Meik Sievertsen

consistent acp layout regarding backlinks and messages.

6419 09/30/2006 04:58 PM Meik Sievertsen

- fixing a bug i am unsure about when it occurs (but it occurs). The symptoms are broken template cache files if after removing unnecessary php opening/closing tags result in statements being syntactially incorrect.
- added real syncing to forums acp (not only forum statistics rebuild)

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]...

6320 08/28/2006 05:50 PM Meik Sievertsen

- some bugfixes
- using E_USER_WARNING if an error occurred within the ACP (sadly not able to use it as a default for trigger_error - it seems to be hardcoded in PHP)

6257 08/10/2006 03:33 PM Nils Adermann

- removed a useless line [Bug #3656]
- do not reuse session ids [Bug #3626]
- Bug #3684
- added refresh imageset option

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 :)

6153 07/07/2006 10:38 PM Nils Adermann

- fix a stupid bug in style.php
- and we'd also like the post encoding :D

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

6135 07/01/2006 09:11 PM Meik Sievertsen

- add additional auth check to the permission roles modules
- added new function to return globally used expressions (get_preg_expression($mode)). This should be very helpful in getting wide spread similar checks (regular expressions) to one place reducing the risk of forgetting to change every location if you fix one. ;) We will add additional ones later, at the moment only the email check is retrieved......

6118 06/23/2006 04:25 PM Meik Sievertsen

forgot some changes for post_time

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.

5993 05/30/2006 11:46 PM Nils Adermann

- add support for min/max of numerical search backend settings
- change word_text maximum length
- don't update search settings if nothing was changed

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...

5888 05/06/2006 05:15 PM Nils Adermann

- introduce LA_, UA_ and A_ template variables (they allow styles to use template variables used for javascript in subSilver outside javascript in their own template while they won't break our javascript if they contain quotes) also fixes [Bug #1116]
- corrected page title for search indexing progress bar [Bug #1695]...

5824 04/22/2006 06:18 PM Meik Sievertsen

- removed group settings from roles
- added forum icon in front of forums in permissions acp
- added trace permissions in permission masks (thanks naderman for writing the first code and for the idea... :))
- some bugfixes
- PHP6 fix

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]...

5725 03/25/2006 08:14 PM Meik Sievertsen

ok, thought about this now for too long. I think the best solution circumventing memory consumption and not introducing "hacks" is to seperate module information (and probably more in 3.2 for installation/uninstallation) from the main code.

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]

5699 03/22/2006 06:30 PM Meik Sievertsen

adjusting sql_freeresult a bit as well as our error handler (it now prints out if it is because of DEBUG_EXTRA being defined - which is not enabled within the betas/rc's and stable releases).

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 ;-)

5643 03/17/2006 01:51 PM Meik Sievertsen

- fix some bugs...

5639 03/16/2006 05:22 PM Nils Adermann

- use a_search permission
- check for MyISAM in fulltext_mysql

5636 03/16/2006 12:20 AM Nils Adermann

- removed search settings from load page
- no need to retrieve mysql information on every page => removed (fulltext_mysql)
- added init() method to search plugins which is called when the search backend is changed
- optional create/delete index functions for methods which don't need to loop through all posts (like fulltext_mysql)...