- correctly transfer the search query across search result pages
commitb23ebabe33a5c98c5f90cd03a3506abc4afea99c
authornaderman <naderman@89ea8834-ac86-4346-8a33-228a782c2dd0>
Sun, 13 May 2007 16:15:20 +0000 (13 16:15 +0000)
committernaderman <naderman@89ea8834-ac86-4346-8a33-228a782c2dd0>
Sun, 13 May 2007 16:15:20 +0000 (13 16:15 +0000)
tree77a8557507f9fd919486683e2566db34a64fc2f2
parentb24411d38d369db4e6d7487ec88abd9f80b2d57b
- correctly transfer the search query across search result pages
- changed highlighting so foo* will match foo again [Bug #10031]
- restructured magic urls (functionality still mostly the same), added a check for entities in urls and punctuation at the end of magic urls [Bugs #10639, #10293]
- undid the workaround for urls in quotes, as it's fixed by the new magic url handling
- allow magic urls enclosed in BBCode [Bug #10319]
- added handling for IPv6 addresses to the IP checking without adding extra options [Bug #9538]
- correctly handle search in search results of search queries with brackets [Bug #10581]
- added information about requirements for auth_apache [Bug #10107]

git-svn-id: http://code.phpbb.com/svn/phpbb/trunk@7559 89ea8834-ac86-4346-8a33-228a782c2dd0
phpBB/includes/constants.php
phpBB/includes/functions.php
phpBB/includes/message_parser.php
phpBB/includes/search/fulltext_native.php
phpBB/includes/session.php
phpBB/language/en/acp/board.php
phpBB/search.php
phpBB/viewtopic.php