Register
phpBB.com Wiki · Home Projects Help

root / trunk / phpBB / develop / regex.php

regex.php

View | Annotate | Download (2.5 KB)

# Date Author Comment
8477 View | Annotate 03/29/2008 01:08 AM naderman

Go away evil carriage returns\!

8330 View | Annotate 01/22/2008 08:38 PM naderman

poor file being commited without reason

8328 View | Annotate 01/22/2008 08:16 PM naderman

test commit on svn

7428 View | Annotate 04/29/2007 10:56 PM naderman

- * 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

7288 View | Annotate 04/06/2007 07:49 PM acydburn

add proper die() statements although /develop is never ever shipped with phpBB…

6886 View | Annotate 01/13/2007 11:32 PM naderman

- 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

6832 View | Annotate 01/03/2007 07:58 PM naderman

- 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]
- added soft-hyphen to utf8_clean_string(), if you know any more evil characters (or whitespace characters that are not in ASCII range) then tell me about them (bug report) ;-)

6794 View | Annotate 12/23/2006 06:56 PM davidmj

regex man strikes again!

6774 View | Annotate 12/16/2006 09:24 PM naderman

- 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
- validate URLs against RFC3986
- fixed some weirdness in make_clickable
I hope I didn’t break any URLs with this commit, if I did then report it to the bugtracker please!