phpbb/phpBB/includes
Nils Adermann b41365fcd4 - display search type as page title for premade searches [Bug #6508]
- flash enabled on user side by default, so that admins can actually change anything by activating it (still disabled by default)
- properly implemented password complexity check [Bug #6584]
- do not ldap_escape paramaters for the bind function [Bug #6208]
- deleted words in edited post subjects weren't getting there search cache refreshed [Bug #6288]
- made common word threshold configurable [Bug #6168]
- recreated word match table entries after installation, side effect of bug #6060
- option to only allow ASCII usernames
- adjusted search page pagination [Bug #6424]
- correctly calculate unformatted search result extract length


git-svn-id: file:///svn/phpbb/trunk@6814 89ea8834-ac86-4346-8a33-228a782c2dd0
2006-12-27 00:06:39 +00:00
..
acm he braces style is deprecated as of PHP 6 2006-10-07 17:40:07 +00:00
acp - display search type as page title for premade searches [Bug #6508] 2006-12-27 00:06:39 +00:00
auth - display search type as page title for premade searches [Bug #6508] 2006-12-27 00:06:39 +00:00
captcha #5734 2006-12-03 17:36:59 +00:00
db minor bugfixing 2006-12-06 22:13:11 +00:00
diff fix 2006-12-02 13:43:21 +00:00
mcp some fixes today 2006-12-24 13:11:54 +00:00
search - display search type as page title for premade searches [Bug #6508] 2006-12-27 00:06:39 +00:00
ucp - display search type as page title for premade searches [Bug #6508] 2006-12-27 00:06:39 +00:00
utf - removed a regex that made no sense 2006-12-07 02:52:09 +00:00
auth.php show dropdown box for choosing the forum in user management screen -> permissions 2006-12-25 15:19:45 +00:00
bbcode.php - Changed handling of the bitfield in bbcode.php 2006-12-17 17:59:08 +00:00
cache.php consistant obtain_* functions 2006-11-12 15:35:43 +00:00
constants.php Revised attachment categories a bit 2006-10-19 13:55:48 +00:00
functions.php - display search type as page title for premade searches [Bug #6508] 2006-12-27 00:06:39 +00:00
functions_admin.php - a bunch of fixes 2006-12-02 13:19:40 +00:00
functions_compress.php #5654 2006-11-28 14:29:47 +00:00
functions_display.php some fixes today 2006-12-24 13:11:54 +00:00
functions_jabber.php fix for bug #6140 (jabber not working) 2006-12-16 12:57:01 +00:00
functions_messenger.php some fixes today 2006-12-24 13:11:54 +00:00
functions_module.php some fixes today 2006-12-24 13:11:54 +00:00
functions_posting.php - some fixes 2006-12-21 10:37:50 +00:00
functions_privmsgs.php some tiny bugfixes. 2006-12-03 16:12:03 +00:00
functions_profile_fields.php - author search should use clean names for searching [Bug #5752] 2006-12-03 18:03:33 +00:00
functions_template.php #6596 2006-12-26 13:56:50 +00:00
functions_transfer.php - re-add script_path for "strange configurations" to let them force the generated urls correctly 2006-12-08 15:20:57 +00:00
functions_upload.php - some fixes 2006-12-21 10:37:50 +00:00
functions_user.php - display search type as page title for premade searches [Bug #6508] 2006-12-27 00:06:39 +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 #6598 2006-12-26 20:49:20 +00:00
session.php some fixes today 2006-12-24 13:11:54 +00:00
template.php - quite a few optimizations to the template engine. bitwise arithmatic is used to check odd/even, usage of ref to the root template variables should reduce the number of hash lookups needed, usage of refs within loops should reduce the amount of hash lookups, incrementing vars were turned from class variables to regular variables, cache now uses preincrementing variables instead of postincrementing variables, some regex were optimized/trimmed 2006-12-23 18:27:15 +00:00