phpbb/phpBB/includes
Nils Adermann 7fd17b8251 - 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)
- index statistic functions for search plugins, displayed on acp search index page
- only remove words above 60% (fulltext_phpbb)
- added acp method to search plugins so they can display config options specific to a certain search backend
- renamed fulltext_phpbb specific options to make clear that they are a part of the plugin
- reordered lang entries for the load settings section

added acp_search.php:
- settings: general options / search backend / backend specific options
- index: statistics / delete index / create index (progress popup while processing)


git-svn-id: file:///svn/phpbb/trunk@5636 89ea8834-ac86-4346-8a33-228a782c2dd0
2006-03-15 23:20:04 +00:00
..
acm - adding ability to assign moderator specific ban options 2006-03-15 13:03:57 +00:00
acp - removed search settings from load page 2006-03-15 23:20:04 +00:00
auth - streamlined reports to consist of the feature set we decided upon (Nils, your turn now) 2006-03-12 23:19:55 +00:00
db Efficiency change 2006-03-09 19:57:47 +00:00
mcp - adding ability to assign moderator specific ban options 2006-03-15 13:03:57 +00:00
search - removed search settings from load page 2006-03-15 23:20:04 +00:00
ucp hmm, forgot this one. 2006-03-15 13:11:10 +00:00
auth.php - streamlined reports to consist of the feature set we decided upon (Nils, your turn now) 2006-03-12 23:19:55 +00:00
bbcode.php - file_get_contents instead of imploding file()s or fread()ing till the maximum filesize 2006-01-04 06:37:17 +00:00
constants.php blah... not needed 2006-03-12 23:30:44 +00:00
functions.php - adding ability to assign moderator specific ban options 2006-03-15 13:03:57 +00:00
functions_admin.php - streamlined reports to consist of the feature set we decided upon (Nils, your turn now) 2006-03-12 23:19:55 +00:00
functions_compress.php - We only write to the archive ONCE for every file and folder when working with tar files 2006-02-24 18:27:56 +00:00
functions_display.php - streamlined reports to consist of the feature set we decided upon (Nils, your turn now) 2006-03-12 23:19:55 +00:00
functions_jabber.php - The sha1 hash is a standard part of PHP, mhash is not needed for Jabber :D 2006-03-02 01:09:55 +00:00
functions_messenger.php A q should be followed by a u ;-) 2006-03-14 20:13:42 +00:00
functions_module.php - adding ability to assign moderator specific ban options 2006-03-15 13:03:57 +00:00
functions_posting.php - added "display_on_posting" setting to custom bbcodes (creates a button with the bbcode tag) 2006-03-06 14:03:56 +00:00
functions_privmsgs.php *** empty log message *** 2006-03-14 20:32:18 +00:00
functions_profile_fields.php - added "display_on_posting" setting to custom bbcodes (creates a button with the bbcode tag) 2006-03-06 14:03:56 +00:00
functions_template.php We all make mistakes :D 2006-03-10 00:24:46 +00:00
functions_transfer.php - some bugfixes 2006-03-01 21:48:02 +00:00
functions_upload.php - streamlined reports to consist of the feature set we decided upon (Nils, your turn now) 2006-03-12 23:19:55 +00:00
functions_user.php - adding ability to assign moderator specific ban options 2006-03-15 13:03:57 +00:00
index.htm Add blank indexes to stop nosey people being, erm, nosey 2001-11-21 13:06:56 +00:00
message_parser.php - added "display_on_posting" setting to custom bbcodes (creates a button with the bbcode tag) 2006-03-06 14:03:56 +00:00
session.php - adding ability to assign moderator specific ban options 2006-03-15 13:03:57 +00:00
template.php - streamlined reports to consist of the feature set we decided upon (Nils, your turn now) 2006-03-12 23:19:55 +00:00