- fix htmlspecialchars handling in search (search backends get specialchared input...
commit8190766e612e1b7e7305c047029278145a05d75c
authornaderman <naderman@89ea8834-ac86-4346-8a33-228a782c2dd0>
Sun, 25 Feb 2007 22:09:53 +0000 (25 22:09 +0000)
committernaderman <naderman@89ea8834-ac86-4346-8a33-228a782c2dd0>
Sun, 25 Feb 2007 22:09:53 +0000 (25 22:09 +0000)
tree96f2a08d958122e7f0c4780c718694646ac4e846
parent1d7b1f2d858a90373207ae194e2f2e8dd31ef94a
- 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 &nbsp;)

git-svn-id: http://code.phpbb.com/svn/phpbb/trunk@7076 89ea8834-ac86-4346-8a33-228a782c2dd0
16 files changed:
phpBB/adm/style/acp_search.html
phpBB/adm/style/acp_styles.html
phpBB/includes/acp/acp_attachments.php
phpBB/includes/acp/acp_search.php
phpBB/includes/auth/auth_db.php
phpBB/includes/constants.php
phpBB/includes/functions.php
phpBB/includes/functions_convert.php
phpBB/includes/message_parser.php
phpBB/includes/session.php
phpBB/language/en/acp/board.php
phpBB/language/en/acp/search.php
phpBB/language/en/common.php
phpBB/language/en/ucp.php
phpBB/search.php
phpBB/styles/subSilver/template/pagination.html