phpbb/phpBB/includes
Nils Adermann b66e0fcd34 - fix htmlspecialchars handling in search (search backends get specialchared input, and should return specialchared output), current backends strip entities anyway [includes Bug #8156]
- allow cancelling search index creation/removal
- custom CSS class name input too short [Bug #8328]
- give an error message if a password wasn't convertable (special characters in non-standard encoding)
- moved still_on_time to functions.php, used by acp_search and converter, might be useful for MODs (or complex cron scripts)
- do not allow empty passwords on login
- add sids to local URLs in posts (this was a really terrible bug to fix ;-)) [Bug #7892]
- ignore invalid HTTP_X_FORWARDED_FOR headers (just use REMOTE_ADDR if invalid) [Bug #8314]
- changed forum listing code on search page and acp_attachments [Bug #6658]
- search indexing uses still_on_time(), smaller batch size (1000) and meta_refresh() instead of redirect(), this should solve a few problems [Bugs #8034, #8270]
- made password requirement language strings clearer
- ALPHA is not meant to be alphanumric [Bug #7764]
- display bug in firefox on linux making the pagination wrap on search results page (caused by  )


git-svn-id: file:///svn/phpbb/trunk@7076 89ea8834-ac86-4346-8a33-228a782c2dd0
2007-02-25 22:09:53 +00:00
..
acm - fixing some bugs 2007-01-20 17:58:27 +00:00
acp - 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
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 - fix some oddities (doubled spaces for example) 2007-01-26 16:09:51 +00:00
db - clean up mssql and mssql_odbc, mssql now uses a different method of dealing with IDENTITY 2007-02-19 04:12:13 +00:00
diff forgot that one ... 2007-01-28 17:00:03 +00:00
mcp #8098 2007-02-24 19:35:20 +00:00
search #8074 2007-02-23 14:52:16 +00:00
ucp #7924 2007-02-25 14:19:10 +00:00
utf - PHP4's mbstring is stupid stupid stupid 2007-02-18 21:03:36 +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 - some bugfixes 2007-01-09 14:10:44 +00:00
cache.php - fix some oddities (doubled spaces for example) 2007-01-26 16:09:51 +00:00
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 - 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_admin.php #8332 2007-02-25 14:05:39 +00:00
functions_compress.php #5654 2006-11-28 14:29:47 +00:00
functions_convert.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_display.php fixing some bugs 2007-02-18 13:42:08 +00:00
functions_install.php #8234 2007-02-19 19:35:52 +00:00
functions_jabber.php small bugfix... 2007-02-22 19:32:00 +00:00
functions_messenger.php fixing some bugs 2007-02-18 13:42:08 +00:00
functions_module.php - added confirm box to ucp zebra (adding fried/foe) 2007-01-24 11:29:56 +00:00
functions_posting.php trying to fix some bugs... 2007-02-24 12:31:21 +00:00
functions_privmsgs.php fixing some bugs, most being submitted grammatical/spelling errors. 2007-01-21 18:33:45 +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 - generate fewer opcodes, make a smaller cache, a bit more readable 2007-01-27 13:36:50 +00:00
functions_transfer.php - fix some oddities (doubled spaces for example) 2007-01-26 16:09:51 +00:00
functions_upload.php some fixes to be committed. 2007-02-09 14:24:34 +00:00
functions_user.php fixing some bugs 2007-02-18 13:42:08 +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 - 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
session.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
template.php fixing some bugs, most being submitted grammatical/spelling errors. 2007-01-21 18:33:45 +00:00