- * wildcard in a search query should cause \w+ in highlighting, not \w* [Bug #10031]
commit344d0dc183ce864450944a74c002a11d6bf274f3
authornaderman <naderman@89ea8834-ac86-4346-8a33-228a782c2dd0>
Sun, 29 Apr 2007 20:56:46 +0000 (29 20:56 +0000)
committernaderman <naderman@89ea8834-ac86-4346-8a33-228a782c2dd0>
Sun, 29 Apr 2007 20:56:46 +0000 (29 20:56 +0000)
tree82796847148a27d822ea17199ee055244fc3028e
parent8a68d733274f0bd8bd329ffb28484db2c83b7fa1
- * wildcard in a search query should cause \w+ in highlighting, not \w* [Bug #10031]
- display a warning that the search index is not converted from phpBB2 to phpBB3 [Bug #9761]
- forgot to add : to reg_name when deleting userinfo from the url regex constructor [Bug #9868]
- magic urls should work after ">"
- fixed sorting in mcp_reports/mcp_queue [Bug #9882]
- display a "Report has already been closed" message, if a post is accessed in mcp_reports which has a closed report (might occur if two moderators want to process it at the same time)
- convertor: old forum path should have the trailing slash removed
- subsilver2 will come bundled with phpBB3, but it will not be installed by default (if admins want to use it they can, but it's not a default option for users)
- prosilver was missing the topic-only mode in mcp_reports/mcp_queue

git-svn-id: http://code.phpbb.com/svn/phpbb/trunk@7428 89ea8834-ac86-4346-8a33-228a782c2dd0
21 files changed:
phpBB/adm/style/install_convert.html
phpBB/develop/create_schema_files.php
phpBB/develop/regex.php
phpBB/includes/functions.php
phpBB/includes/mcp/mcp_queue.php
phpBB/includes/mcp/mcp_reports.php
phpBB/install/install_convert.php
phpBB/install/schemas/firebird_schema.sql
phpBB/install/schemas/mssql_schema.sql
phpBB/install/schemas/mysql_40_schema.sql
phpBB/install/schemas/mysql_41_schema.sql
phpBB/install/schemas/oracle_schema.sql
phpBB/install/schemas/postgres_schema.sql
phpBB/install/schemas/schema_data.sql
phpBB/install/schemas/sqlite_schema.sql
phpBB/language/en/install.php
phpBB/language/en/mcp.php
phpBB/search.php
phpBB/styles/prosilver/template/mcp_queue.html
phpBB/styles/prosilver/template/mcp_reports.html
phpBB/viewtopic.php