History | View | Annotate | Download (34 kB)
This commit was manufactured by cvs2svn to create tag'release_2_0_18'.
2.0.18 changes
Ooops
Die slightly more gracefully under an error condition
- more bugfixes
prepare new release - see changelog for changes
this is what you get if you upgrade tortoiseCVS. :/ Wrong line endings.
2.0.7
Vulnerability + potential Zend fixes
see changelog entry
session_ids to forms and other items
Couldn't edit first post to add poll even if allowed
redirect header changes
Fixed bug #1049, Can't quote properly on MS-SQL
echo
The original functions_post notifications "fix" was absolute tosh ... this is my second attempt which remembers that emails may be in different languages ... also significant altered the email class subject/charset match ... hopefully fixes the various issues seen with this.
More bug fixes ... but you guess that right? If anyone feels like testing these changes please try the topic notification feature since it's undergone a few updates
Yet more fixes ... note there is a bug in user admin at present
A whole bunch of fixes
More fixes
Various updates
Yep, more updates and fixes
Signature issues
A few more missed intval's
Fix 'forget' topic type when previewing.
This commit was manufactured by cvs2svn to create branch 'phpBB-2_0_0'.
Ok so we shouldn't allow subject lines to be all whitespace either :)
pre-freeze on main templates, various bug fixes (highlighting search results, various search related issues, blah blah). These updates need thorough checking, quickly
Ok all of these damned httpd server that are different are about annoying
Fix bug with editing polls containing options with quotes
Various bug fixes, polls, Guest vs. Anonymous, quoting guests
Change redirection header for not logged in redirect ...
Fix failure if duplicate username, no subject, no post, etc. errors have occured when submitting, bug #532336
Extra check for logged in user when deciding whether to determine if user should be notified on reply
Morons have congregated in my head for a moron-party
Loads'a changes including fix for security issue, thanks to Matthijs for checking this out and confirming
Fix incorrect setting of checkboxes on edit, bug #525244
Fixed updating of user post count on deletion
Fix my hilariously dumb mistake in posting allowing unauthed users to post ...
There always has to be at least one bug doesn't there ... why is that?
Somewhat overhauled posting, fixed various bugs, completed new way of handling URIs in emails, blah blah
Cleaned up stuff (for Email)
Introduce an additional DB field for first_topic_id ... RUN update_to_RC3 ONCE YOU'VE UPDATED
Initial warning fixes
Fix error in script name, posting vs. viewtopic
Fix bug #505064
Various updates related to email creation ... should fix various bugs and errors, in theory
htmlspecialchars for subject, poll title and options
Changes to topic/forum tracking ... tested for several days on test board and all seems fine, give feedback in forums
Updates to hopefully fix bug #500212
Moved all search functions to includes/search.php Paul; please review
Fix bug #497725
Fixed bug #496954
Fix for #497218
Hopefully this addresses the \' and '' problems with MSSQL, etc. ... I'd like opinions on the security of doing this.
Fix bug #494787, censor words in topic title for email notifications of replies
Fix for bug #494982, uses IP for anonymous posters and user_id for logged in users
Moved generate_smilies() into includes/post.php, use smileypath in config table
Stupid horrible group by clauses
Moved remaining hard coded text in posting template to lang_main, smilies now from DB + external smilies window if > 20
This time I really fixed posting to prevent deletion of topic titles when editing
Fixed empty topic title issue when editing posts + moderation of locked topics
bug #490286: undoing bbencode_first_pass() when bbcode was disabled is fruitless.
bug #488067: no, preg_quote() didn't always have 2 args.
Fix stripslashing on errors, preview, poll option addition ... okay I lied, but this one does work, honest guv ... wanna buy a bridge?
Fix stripslashing on errors, preview, poll option addition ... this one actually works properly ...
Fix stripslashing on errors, preview, poll option addition
Fix backslashing when adding poll options
Removed 'Redirect' header
Fix bug #486674 and removed superfluous/commented lines for html treatment
Fixed some parse errors
Some mindboggeling ternary operators removed :D
Various fixes and updates, fix (hopefully) for bug #485799
Fixes various issues inc. bugs #485538, #485323 and an incorrect conversion of some accented chars (thanks Ashe for noting it)
Convert accents on chars into 'equivalent' plain letters
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.
Finally moved the bbcode_uid from posts to posts_text, DON'T FORGET TO RUN THE CONVERT SCRIPT IN /develop/ !!
Reminder to self, checking files at 2am bad, checking files at 2pm good
Small error in SQL for Postgres searchmatch clean
More search updates + user posts
Latest variants ... not finished yet ...
Now showing: A ton of bug fixes and a complete overhaul of my admin code...
Fixes small problem with MS Access
Various core updates for searching
Another attempt at getting universal compatibility with URI/paths ... I'm really beginning to dispise IIS ...
Hopefully cope with boards running from SSL, ie. https://
Hopefully addresses bug #481831 ... changed REQUEST_URI to SCRIPT_NAME which seems common
Fixed problem where deleting a post with a poll could error deletion of remaining posts
Got a bad piece of tape that time, fell on the carpet, euuggh, this one should work
Sticky tape fell off, that's what happens when you don't buy the real thing...
This removes the looping queries causing the horendous query count ... clutch now fixed, but only with sticky tape
Email form - free with purchase of any two other items
Tsk, tsk, tsk, someone forgot to use the constant for the posts table
Altered for constant table names
Altered templates so preview/errors are sent as 'boxes' rather than pparsed and output directly, greater control for designer
fixed code:1 bbcode bug.