phpbb/phpBB/includes
Nils Adermann ce8b00801e - improvements to search indexing performance, espacially tidy() by adding a word_count column, the database update from b5 to next version will take quite a while on bigger databases, I also lowered the default common word threshold from 20 to 5 percent, big boards might want to use 3 or 2 percent, 20 was way too high
- added some keys to ACL tables, great improvement of auth query performance
- we will only add new language strings to install.php language file and won't modify any, if a language file is updated before phpBB is updated, the updater will not overwrite the user's language with english if install.php was modified


git-svn-id: file:///svn/phpbb/trunk@7182 89ea8834-ac86-4346-8a33-228a782c2dd0
2007-03-13 22:00:55 +00:00
..
acm we support PHP4. :o 2007-03-03 15:05:35 +00:00
acp only tiny adjustements... and try to set the memory limit for the search indexing page to 128M... 2007-03-10 11:23:53 +00:00
auth - fix htmlspecialchars handling in search (search backends get specialchared input, and should return specialchared output), current backends strip entities anyway [includes Bug #8156] 2007-02-25 22:09:53 +00:00
captcha
db - Firebird supports the standard format for escaping stuff 2007-03-11 18:19:32 +00:00
diff
mcp I don't like hardcoded URLs :) 2007-03-12 21:20:36 +00:00
search - improvements to search indexing performance, espacially tidy() by adding a word_count column, the database update from b5 to next version will take quite a while on bigger databases, I also lowered the default common word threshold from 20 to 5 percent, big boards might want to use 3 or 2 percent, 20 was way too high 2007-03-13 22:00:55 +00:00
ucp #8626 2007-03-10 13:57:13 +00:00
utf
auth.php - improvements to search indexing performance, espacially tidy() by adding a word_count column, the database update from b5 to next version will take quite a while on bigger databases, I also lowered the default common word threshold from 20 to 5 percent, big boards might want to use 3 or 2 percent, 20 was way too high 2007-03-13 22:00:55 +00:00
bbcode.php #8576 2007-03-09 19:01:40 +00:00
cache.php
constants.php - fix htmlspecialchars handling in search (search backends get specialchared input, and should return specialchared output), current backends strip entities anyway [includes Bug #8156] 2007-02-25 22:09:53 +00:00
functions.php #8632 2007-03-10 15:05:43 +00:00
functions_admin.php Fixing the following bugs: 2007-03-03 17:41:21 +00:00
functions_compress.php safer name for the updater downloads (even if removed after download) - reported by SHS` 2007-03-06 11:30:12 +00:00
functions_convert.php remove user with empty username_clean... 2007-03-12 21:43:07 +00:00
functions_display.php - small MSSQL thing 2007-03-04 22:08:44 +00:00
functions_install.php
functions_jabber.php small bugfix... 2007-02-22 19:32:00 +00:00
functions_messenger.php
functions_module.php
functions_posting.php *** empty log message *** 2007-03-08 17:11:41 +00:00
functions_privmsgs.php it could happen that new private messages are wrongly tagged. We try to "repair" this when releasing messages. 2007-03-12 19:43:33 +00:00
functions_profile_fields.php
functions_template.php
functions_transfer.php
functions_upload.php again... some more fixes. 2007-03-08 15:49:13 +00:00
functions_user.php ok, this was a nasty one. :D Do not overwrite user ranks if the group rank is set to "user default". :o 2007-03-12 16:12:41 +00:00
index.htm
message_parser.php #8572 2007-03-08 11:14:40 +00:00
session.php again... some more fixes. 2007-03-08 15:49:13 +00:00
template.php