phpbb/phpBB/includes/acp
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
..
acp_attachments.php - empty() expects a variable, not a function :D 2006-03-13 20:50:56 +00:00
acp_ban.php - adding ability to assign moderator specific ban options 2006-03-15 13:03:57 +00:00
acp_bbcodes.php - added "display_on_posting" setting to custom bbcodes (creates a button with the bbcode tag) 2006-03-06 14:03:56 +00:00
acp_board.php - removed search settings from load page 2006-03-15 23:20:04 +00:00
acp_bots.php - fix some tiny bugs 2006-02-18 13:54:12 +00:00
acp_disallow.php - fix some tiny bugs 2006-02-18 13:54:12 +00:00
acp_email.php - fix some tiny bugs 2006-02-18 13:54:12 +00:00
acp_forums.php - adding ability to assign moderator specific ban options 2006-03-15 13:03:57 +00:00
acp_groups.php implementing permission roles 2006-02-22 21:42:26 +00:00
acp_icons.php - adding ability to assign moderator specific ban options 2006-03-15 13:03:57 +00:00
acp_jabber.php - fix some tiny bugs 2006-02-18 13:54:12 +00:00
acp_language.php - You can now export an entire folder as either CSV or XML :D 2006-02-21 19:49:35 +00:00
acp_logs.php - fix some tiny bugs 2006-02-18 13:54:12 +00:00
acp_main.php - fix some tiny bugs 2006-02-18 13:54:12 +00:00
acp_modules.php - adding ability to assign moderator specific ban options 2006-03-15 13:03:57 +00:00
acp_permission_roles.php - streamlined reports to consist of the feature set we decided upon (Nils, your turn now) 2006-03-12 23:19:55 +00:00
acp_permissions.php - some bugfixes 2006-03-01 21:48:02 +00:00
acp_php_info.php This should work.. maybe... :P 2006-03-02 01:05:32 +00:00
acp_profile.php - fix some tiny bugs 2006-02-18 13:54:12 +00:00
acp_prune.php - fix some tiny bugs 2006-02-18 13:54:12 +00:00
acp_ranks.php - fix some tiny bugs 2006-02-18 13:54:12 +00:00
acp_reasons.php - streamlined reports to consist of the feature set we decided upon (Nils, your turn now) 2006-03-12 23:19:55 +00:00
acp_search.php - removed search settings from load page 2006-03-15 23:20:04 +00:00
acp_styles.php - fix some tiny bugs 2006-02-18 13:54:12 +00:00
acp_users.php - streamlined reports to consist of the feature set we decided upon (Nils, your turn now) 2006-03-12 23:19:55 +00:00
acp_words.php - fix some tiny bugs 2006-02-18 13:54:12 +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