mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-11 22:08:54 +00:00
- 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 |
||
---|---|---|
.. | ||
acp_attachments.php | ||
acp_ban.php | ||
acp_bbcodes.php | ||
acp_board.php | ||
acp_bots.php | ||
acp_disallow.php | ||
acp_email.php | ||
acp_forums.php | ||
acp_groups.php | ||
acp_icons.php | ||
acp_jabber.php | ||
acp_language.php | ||
acp_logs.php | ||
acp_main.php | ||
acp_modules.php | ||
acp_permission_roles.php | ||
acp_permissions.php | ||
acp_php_info.php | ||
acp_profile.php | ||
acp_prune.php | ||
acp_ranks.php | ||
acp_reasons.php | ||
acp_search.php | ||
acp_styles.php | ||
acp_users.php | ||
acp_words.php | ||
auth.php |