History | View | Annotate | Download (3.3 kB)
This commit was manufactured by cvs2svn to create tag'release_2_0_20'.
Time to roll the dice and see what number comes up :)[Replace calls to rand/mt_rand in certain places with an alternative method]
2.0.11
prepare new release - see changelog for changes
More fixes
redirect header changes
This commit was manufactured by cvs2svn to create branch 'phpBB-2_0_0'.
Ok all of these damned httpd server that are different are about annoying
More header fixing
No need for IN_PROFILE, can just use IN_PHPBB
Loads'a changes including fix for security issue, thanks to Matthijs for checking this out and confirming
Ok, ok, ok so I didn't get one right... Sue me already
Ok one last attempt on my part to fix file upload bugs.. Might actually work (Hey it could happen, even I get one right occasionally)
Minor screw up in file upload checking.. If file_uploads is not set at all in the php.ini file then the check for get_cfg_var('file_uploads') == 0 would return true and say it was disabled, when in actuallity it was enabled.. Now check for it to empty as well... Empty as my head that is :D
Changed way subject is sent to email ... handled by templates where necessary
Oops I did a Paul... Still allow avatar uploads from Urls
Ok it's official, I'm an idiot... Doesn't do much good to commit the updates to the profile template without the update to profile :(
Fix COPPA problems
Fix for bug #518972 Remote Avatar URI's with Port numbers
Couple of var names switched around in email URI
Somewhat overhauled posting, fixed various bugs, completed new way of handling URIs in emails, blah blah
Cleaned up stuff (for Email)
Attempt 2E200 at fixing the incorrect URLs in email messages ...
Change way error is returned to validate email/username, fixes problem with lack of language support for error output and subsequent doubled username, etc. issues
Fixed remaining email URI issues, hopefully
Various updates related to email creation ... should fix various bugs and errors, in theory
Fixed content-type/length bugs
Fix various bugs; password length warning, proper warnings for username/email errors
Fix display of HTML, BBCode, Smilies status next to signature to reflect global + user settings
This version has an added advantage ... it works ... I think.
Fix admin disable avatar yet still shows bug #506070
Fix smiley default bug #507777 (thanks hsim) plus fixes for other default (on register) settings.
Fixed rounding errors in postcounts (view profile)
Moan moan moan ... here you are then, avatar gallery selection on leaving gallery :)
Fix bug #500525
Updates to hopefully fix bug #500212
Fix bug #495335 by removing specialchars and strip_tags from password checks
Added alt and title tags to rank image as per viewtopic
Fix for bug # 496941
Altered way ICQ overlay is done, uses JavaScript ... don't want this generated within the source code, fixed website issue in profile
Minor change, checks for existence of required avatar directories when deciding whether to enable various avatar options.
Recycle signature_bbcode_uid
Fix bug #490164
More \' updates + fix bug #490842 by changing " into " when jumping to gallery
Admin send/view emails + fix avatar strangeness ... hopefully
Fixed global_var bug #492117
Moved agreement text to lang_main
Various issues, removed META upon successfull registration, rank changes, etc.
Added extra term to allow multiple subdomain terms in uris, fixes bug #488030 hopefully
Fix bugs #487201 & #487182
Fixed bug #486800 which is probably caused by pruning of posts ... can't see any other reason at present
Check, check, double check :( Missed this one ;(
Fixed some parse errors
Various fixes and updates, fix (hopefully) for bug #485799
Another Pauls up
Fixed various issues, blank space usernames, incorrect email abuse headers, incorrect email language for bulk email, slashes in emails
Fix for bug #484526
More lang updates missed on last commit ... sleeeeeeeep, must have sleeeeeeep
stripslash email messages + remove 's from usernames, email addresses
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.
More search updates + user posts
Missing comma in proflie, thus registration SQL was b0rked...I like that word :)
Added pop-up control for PM's to profile
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://
Slightly fairer sig length check, removes =.*? from BBCode and HTML tags - version 2
Slightly fairer sig length check, removes =.*? from BBCode and HTML tags
Another lang related update
More lang cleanups
Hopefully addresses bug #481831 ... changed REQUEST_URI to SCRIPT_NAME which seems common
Mainly language updates but some bug fixes too
Added admin enabling of email form
Email form - free with purchase of any two other items
Altered templates so preview/errors are sent as 'boxes' rather than pparsed and output directly, greater control for designer
Fixed bug where more than 2 dots in email not allowed in registration
Added check for avatar type before attempting deletion
Fixed error #475726 + lang updates
Fixed bug in profile where account reactivation email had wrong link
Fixes the bug in profile.php where MSNM does not show up correctly.
Fix for potential security/HTML abuse problem, thanks Silverion
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
Lang var incorrect for PM
Fixed bug #471044 and problem with coppa support upon registration when using avatar gallery
That stupid broken is_die and filetype ... ran fine under Win2K, failed under Linux, workaround in place
Preliminary avatar gallery support
Removed conflicts ... please indicate why changes are neccessary in some form either here or @ forums :)
Changed profile back to deactivating user upon new password request ...
Changed sendpassword so it dosan't deactivate the accountFixed a security hole in group cp (thanks Ashe)
Send new password + old password check stuff ... this time I'm fairly confident it works ... no really, I mean it
Send new password + old password check stuff ... this time I'm fairly confident it works
Added Send New Password functions + added check for current password when changing
Added rank output to view profile
Fixed profile bug where website contains a hyphen
Couple more, thanks again Ashe for pointing potential problem
Potential security hole fixed, thanks Ashe for pointing it out
Changes for subSilver template and minor other mods
Finished up COPPA support (I hope), now has a form the parents can print and sign and added config areas for mailing address and fax number.