History | View | Annotate | Download (72 kB)
This commit was manufactured by cvs2svn to create tag'release_2_0_20'.
Fingers crossed, this is the last change I need to make :)
Fix error handling [Bug #410]
Word censor on quoting a PM in reply [Bug #405]
Replace usage of strip_tags with htmlspecialchars for consistancy with posting
in pm's too of course.
2.0.18 changes
102 again...
ok, bugfixing phase #1 finished. There will be more bugfixes coming and those knowing CVS/php/mysql are encouraged to implement the fixes. ;)
- some 2.0.x updates
- modcp bugfix (empty topic/forum id)- fix user signature problems (html globally turned off/on)
2.0.11
prepare new release - see changelog for changes
fix sql injection vulnerability
missing variable
Updates for potential XSS vuln ... someone please verify and get back to me
entity fix
changed email class to the approach paul did with the class in 2.2 (the delimiter used as a 'fix' has not really solved the initial problem). fixed timezone display.
fixed more bugs, obviously.
you have not seen this one. ;)
fixed some small bugs... added the updater (this one needs some testing, i have moved some things around)
Fix possible SQL issue - noted by Ulf Harnhammar
ERROR => GENERAL_ERROR and set s_hidden_fields to nowt in search
Missed session_id hidden field
Reintroduce setting of email subjects from source ... will only be used where an email template doesn't contain an appropriate subject line. Note this may lead to users having email subjects in a language other than that they selected.
Mainly HTML fixes, change to try and prevent on* text within HTML tags (HTML parser seems to not be behaving with disallowed tags as it should), etc.
redirect on save
More fixes
redirect header changes
Fixed bug #697, MSNM URL in PMs
Fixed bug #664, Private_message instead of Private_Message
Fixed bug #734, privmsgs_text wasn't being deleted when a box is full
A whole bunch of fixes
Missing var defn, relied on globals ... tut tut
Missing word replacements ...
Send only a newline for email headers ... breaks RFC but appears to work with mail() ... will undoubtedly lead to some problems for some users ...
Added exit's after those header location redirects without them
Yep, more updates and fixes
Fix logout when cancelling a confirmation with URL based sid.
Loads of bug fixes and updates
intval a number of variables
Fix broken link to email form (also allow admins to view email button)
This commit was manufactured by cvs2svn to create branch 'phpBB-2_0_0'.
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 for Bug #534313 Max posts in Inbox/Savebox/Sentbox = 0
Fix non-sending of email notifications ... user_active hadn't been added to the SQL query yet was being checked before email was sent
Fix 'non-deletion' of messages deleted from Outbox under certain circumstances
More header fixing
Fix quoting problem
Loads'a changes including fix for security issue, thanks to Matthijs for checking this out and confirming
Don't send notification mails to users that are not active
Remove extra session var in session_pagestart
Changed way subject is sent to email ... handled by templates where necessary
Fix SQL problem bug #520293
Fix bug #520171, ICQ image missing
Fix SQL bug #519941
Somewhat overhauled posting, fixed various bugs, completed new way of handling URIs in emails, blah blah
Cleaned up stuff (for Email)
Fix MSSQL slashing issue with copying received messages ... hopefully, bug #516738
Hopefully fix bug where deletion of messages before user reads them leaves their new/unread counters unchanged, #506016
Fix bug with attempted deletion of non-existent messages + attempt 1E200 at fixing the incorrect URLs in email messages ...
Fixed bug #506007
Fix slashing problems ... occured when privmsg has an error and refreshes
Various updates related to email creation ... should fix various bugs and errors, in theory
Fix global disallow sig still allows old sigs to display bug #501162
Fixed problem with msg v.s. msgs when deleting (#503157)
Update related to smilie generation fix
Prevent privmsg.php doing a full join between privmsgs and users table if no folder specified
oops, box limits only came into affect after they've been exceeded, corrected.
Altered way ICQ overlay is done, uses JavaScript ... don't want this generated within the source code, fixed website issue in profile
Fix bug #496014 and fixed a problem with the Inbox size limit not being adhered to.
Yep, you guessed it another \' ...
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
Implement solution for bug #493663 Re: in reply subject
Added empty line under block of quoted msg when replying
bug #490286: undoing bbencode_first_pass() when bbcode was disabled is fruitless.
Implement suggestion in bug #484449
Fix bugs #487201 & #487182
Fix bug #486674 and removed superfluous/commented lines for html treatment
Fixed some parse errors
Various fixes and updates, fix (hopefully) for bug #485799
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.
What did I say about that catchphrase ...
PM popup and icon are finally in place
Another attempt at getting universal compatibility with URI/paths ... I'm really beginning to dispise IIS ...
Altered storage of private message info
Hopefully cope with boards running from SSL, ie. https://
More lang related cleanups
Hopefully addresses bug #481831 ... changed REQUEST_URI to SCRIPT_NAME which seems common
Fixed bug #482729