History | View | Annotate | Download (2.5 kB)
commit 273d926b08a93f2f8856169443961b6d683d6955Merge: e6b9178 1d2b4ffAuthor: Nils Adermann <naderman@naderman.de>Date: Sun May 16 18:38:28 2010 +0200
Merge branch 'ticket/aptx/9525' into develop-olympus
Hiding everywhere little buggers, eh?
This commit was manufactured by cvs2svn to create branch 'phpBB-3_0_0'.
- * 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]...
add proper die() statements although /develop is never ever shipped with phpBB...
- solved a problem with magic urls inside brackets, and with bbcodes being treated as IPv6 addresses- turn NOT IN () and IN () into 1=1 and 1=0 so the database will understand it, instead of throwing an error in sql_in_set [Bug #7118]- some tiny fixes to fulltext_native
- allow login with redirect parameter- altered URL regular expression so it won't cause problem with long URLs - PCRE >:( [Bug #6720]- moderator list on index should have coloured groups in bold as everywhere else too- correctly handle password requirements in UCP [Bug #6692]...
regex man strikes again!
- Optimize acl_getf_global a bit- a little performance improvement of the IP regular expressions- convert post_text/subject collation to utf8_unicode_ci if a user wants to use mysql_fulltext to allow case insensitivity [Bug #6272]- mysql_fulltext should alter all necessary columns at once to speed up the process...