History | View | Annotate | Download (25.8 kB)
This commit was manufactured by cvs2svn to create tag'release_2_0_1'.
Fix (hopefully anyway :) for nested code tag issues with bbcode
More fixes and updates
Loads of bug fixes and updates
Fix for "vulnerability emailed to dev team..."
Ok I'm an idiot.. variables work better with "$"'s in front of them..
Ok one more try at this one...
A likely fix for the quote table breaking behavior
This commit was manufactured by cvs2svn to create branch 'phpBB-2_0_0'.
Move phpbb_preg_quote back into functions because it's plain annoying ... :D
Fixed little bug that made the smilies image tags not XHTML compatible
Fix for bug #529642... Tabs should end parsing for magic urls as well as spaces or newlines...
Updates to overcome security issue + updates of various functions, initial version of profile registration include ... not completed but should be functional for obvious reasons(!)
Fixed #506066, [img] didn't work with multiple instances directly following each other
doh
Minor change to email match
Various updates, mods, changes to several functions, moved smilies stuff to bbcode.php ... nathan may kill me ... good bye all in advance
Add a ; to URI validation rex
And another ...
Couple more updates to URL 'fixes'
arrgghhhhh I hate regexp
alphaNUMERICS Paul, ... doh
Check for allowed chars in [url] submissions ... could use some double checking
!!$## gotta stop testing on one machine and commiting changes on another... I mistyped one word, and broke quotes completely. :( Somebody please get me a beer
!!$
trimmed down the quote bug fix in second pass to one preg_replace rather than two, by changing the pattern up a bit...
Fix for bug #496944 "quotes with usernames containing "]"
bug #489842 -- some pages were doing bbencode_second and make_click in a bad order.
fixed [code] bbcode linebreaking nbsp; stuff.
Removed uniqid() from make_bbcode_uid(). uniqid() was doing absolutely nothing for 20ms on each call ;(
tabs-to-spaces and other indentation mojo for [code] bbcode.
Fixed bug 478218 -- [ and ] in usernames qith quote= bbcode. Usernames can no longer contain the double-quote character. Also removed a dupe from lang_main file.
[quote=username] bbcode.
Removing traces of global announcements and also fixing a potential security hole in bbcode. Img-based javascript is now stripped. All images have to begin with http://
Changes related to private messaging + some bug fixes
Templated bbcode.
color and size tags
Added underlined text [u][/u]
Numerous updates and additions for polling and assorted fixes ... or bugs, whichever they turn out to be
Re-added GPL disclaimers
Modified header comments
Various posting updates
Beginnings of the forum managament code (no functionality yet). Also a bit of a fix to view topic so it dosan't screw up when HTML is turned off. Still needs work, HTML works in [quote] tags... havn't tracked it down yet. Nate should look at it!
Lots of work on posting. New topic and reply functionality is mostly done. Edit post loads the form but needs database functionalityAll this is only been tested on Postgres, donno if it works as well on MySQL yet, will test when I can get access to sourceforge again
Ran John's fix_files script to fix all the windows carriage returns.Also added the script in the develop dir. To use it copy it to the phpBB2 root dir and run it
Moved all included files to includes