phpbb/phpBB
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
..
adm - removed search settings from load page 2006-03-15 23:20:04 +00:00
cache Stop web nosey parkers 2003-01-21 16:13:05 +00:00
develop Me, me, me! 2006-03-06 18:21:54 +00:00
docs - some bugfixes 2006-03-01 21:48:02 +00:00
files Won't work ... since inline images are pulled from here ... need to look at match against non-image content types 2003-04-10 23:53:54 +00:00
images say hello to our little friends, we love smilies. 2005-04-07 16:51:46 +00:00
includes - removed search settings from load page 2006-03-15 23:20:04 +00:00
install - removed search settings from load page 2006-03-15 23:20:04 +00:00
language - removed search settings from load page 2006-03-15 23:20:04 +00:00
store This is where we can dump non-cache related files, e.g. database backups, styling output, etc. ... potentially we could also use it for upload/tmp work 2003-07-20 13:58:11 +00:00
styles/subSilver - adding ability to assign moderator specific ban options 2006-03-15 13:03:57 +00:00
.htaccess Just a precaution 2005-01-13 23:36:56 +00:00
common.php Weee! My turn to bug things up :D 2006-03-06 23:45:21 +00:00
config.php NOOOOO, this was not me, you have not seen this... damn trapfalls... the bears are rumbling, try to access brain ... access denied. 2003-04-22 19:46:52 +00:00
cron.php - fix cookie shortening 2006-03-09 18:32:50 +00:00
download.php - some bugfixes 2006-03-01 21:48:02 +00:00
faq.php Language related updates. Removed escaped double-quotes from single quote FAQ language strings - was causing mal-formed html. Also changed the quicklink numbers to be prefixed by 'f' since standards dicate name and id attributes have to start with a non-numeric character. 2005-12-26 21:02:39 +00:00
index.php - streamlined reports to consist of the feature set we decided upon (Nils, your turn now) 2006-03-12 23:19:55 +00:00
mcp.php - streamlined reports to consist of the feature set we decided upon (Nils, your turn now) 2006-03-12 23:19:55 +00:00
memberlist.php - added users activity load setting 2006-03-13 18:05:12 +00:00
posting.php - adding ability to assign moderator specific ban options 2006-03-15 13:03:57 +00:00
report.php - streamlined reports to consist of the feature set we decided upon (Nils, your turn now) 2006-03-12 23:19:55 +00:00
search.php Me, me, me! 2006-03-06 18:21:54 +00:00
style.php - file_get_contents instead of imploding file()s or fread()ing till the maximum filesize 2006-01-04 06:37:17 +00:00
ucp.php - some bugfixes 2006-03-01 21:48:02 +00:00
viewforum.php - some bugfixes 2006-03-01 21:48:02 +00:00
viewonline.php - some bugfixes 2006-03-01 21:48:02 +00:00
viewtopic.php - adding ability to assign moderator specific ban options 2006-03-15 13:03:57 +00:00