View | Annotate | Download (67 KB)
This commit was manufactured by cvs2svn to create tag 'release_2_0_1'.
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
Mainly language updates but some bug fixes too
Apparently the clutch on my brain is broken, hence inability to engage it
Added admin enabling of email form
Email form - free with purchase of any two other items
Added global PM disable + modded emailer to allow lang select + re-added back box limits my dumbness removed recently
Altered templates so preview/errors are sent as 'boxes' rather than pparsed and output directly, greater control for designer
fixed code:1 bbcode bug.
Fix for typo's in create_date statements...
Altered various language constructs + new quote changes for PM + altered pagination
Slight mods to the usersearch function, moved to search.php
Altered uri's in emails to utilise HTTP_HOST if available + altered some METAs to append_sid
Various changes to location redirection ... please note the format and name changes
Fixed bug #467825
Changes related to private messaging + some bug fixes
Fixed bug #465147
Fixed bug 459576 (bad link in PM sentbox). We weren't pulling the user's email from the database, so we couldn't add it to the 'email' link's url.
Removed some trailing newlines
Altered layout of phpbb_config table
Re-added GPL disclaimers
Modified header comments
Implmented the emailer class everywhere it needs it (just registration and private message notification so far)
Updates for HTML, etc. status
Yet another faked if loop
Flood control, error reporting fixed
Fixed errors, non-sid-appended urls, lang switchovers, etc.
Template config system, store relevant config stuff here
Changes to include location + some other misc stuff
Fixed for reply bug
Minor update to image name
Various updates
More updates, added a previous x day select box
Lots of updates
Modified username selection
Added a simple search and select capability to posting messages
Private Messaging - Stage 2
Bug test for sent text update
BBCode decode should be fixed ... should ...
Reply, quote and edit now work
Bigger holes filled with yet more code
Possible security hole closed and a couple of fixes
Basic posting of messages, no reply, quote or edit yet
Moved prepare message to post.php to enable privmsg to use it
Final updates for tonight
Latest version of messaging
Some framework for PM ... no posting and little else