View | Annotate | Download (3.7 KB)
This commit was manufactured by cvs2svn to create tag 'release_2_0_1'.
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 account Fixed 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.
topic watch/forum/topic read now cause a message to be displayed, changed profile ICQ for subSilver, various other changes
Damn division by zero, who invented zero anyway, idiots
Admin definable max sig size
Updated and fixed various issues, see post in developers forum for info
This time without the echo checks ...
Removed space and dot from ICQ sql during insert causing erroneous display of ICQ icon
Found an issue with remote avatars I thought I'd solved ages ago ... hhmmm
Fixed bug #461949
New search 'stuff' ... not complete ... update
New search 'stuff' ... not complete
Added some simple sanity-check validation to the optional profile fields.
Fixed little bug in the registration SQL
Missed a couple of config name changes
Combined theme/templates in profile as suggested, added META refresh and made a couple of other changes
Removed some trailing newlines
Altered layout of phpbb_config table
Fixed bug #459427
Re-added GPL disclaimers
Modified header comments
Thought it best to add the email validate now
New, updated schemas, profile
Group id now taken from group table rather than next_id
Remote avatar support
Error in name of notifyreply var
Topic notification ... initial stuff
If a user changes their email address, and account activation is turned on, the user will have to re-activate their account via URL sent in email
Implmented the emailer class everywhere it needs it (just registration and private message notification so far)
Added emailer class, did alterations and templates for registration Welcome message vars can be removed from lang file
More varied changes, again hopefully not breaking anything
Wildcard username ban in email banning
More compliance ... it never ends
More compliance updates + select previous posts in viewtopic
System config admin section started. Can view settings but can't modify them at the moment
Noted HTML,BBCode,Smilies status for signatures
Using block_vars to fake IF...ELSE...ENDIF capability
Some more work on group CP, modified profile to match themes with templates
Damn it, damn it, damn it
Fixed over-written lang var and updated add profile templates
A few new vars sent to view profile, remain l_ vars changed to lang array
Template config system, store relevant config stuff here
Changes to include location + some other misc stuff
Fixed content type check when using Opera
Avatar upload and remote xfer should be fixed
More error fixing
Fixes and updates
Lots of updates
Avatars can now be uploaded from remote server
Added a hidden user option
Fixed update query for profile
Added a profile preference for recieving notification on new PMs
Found that php has an imagesize function ... doh
Added a banned email check during registration
Posting preview done, ability for anonymous users to post with a username
Fixed profile resetting user_level problem ...
Fixed postgres query in index Fixed profile so people arn't created with automatic admin status (eek)
Fixed reply w/ quote link (functionality still dosan't exist for it though) Fixed bug with being able to modifiy someone elses profile Fixed bug with BBCode not working Fixed bug with validate_username causing editing of profile to fail (only checks if you actually change you name now)
Mental note - Remove echos before commiting ...
Fixed validate_username failure and matched groups field names
Various changes and fixes to enable search from username and template updates
Some changes for usergroup addition
Basic user group addition for single user upon registration
More slash slashing ... this does require magic_quotes_gpc be on though ...
Fixed a couple of show stopping errors with avatars
Fixed some slashing problems
Fixed my stupid error ... well ChiSox are playing the Tigers ... I have an excuse
Added filename extension check for avatar image
Uploadable avatars now added ... hey I was bored
As I said in a post at phpBB.com today nothing has gone right first time
Fixed a problem with newlines replacing breaks in sigs
Fixed some little bugs in viewtopic. Also made sure viewtopic's next/prev functionality only views topics in the current forum. Added some extra error messages to modify profile for when the query fails.
Changed the allow/disallow fields to match the profile template
Added jumpbox output for all profile pages
Removed separate header/footers and moved into each pages body
Added functionality for the next/prev buttions in viewtopic
Altered SQL slightly for Postgres
Initial SQL updates complete
Minor changes to where template vars are assigned
Fixed problem with incorrect conversion of line breaks in alter profile
Fixed problem where password was cleared even if unchanged
Now remembers profile changes on error
Users can now edit profile. However, it dosan't retain the data on an error, yet
Little fix to login so de-activated accounts won't be able to login
Moved config, images vars to arrays and various other fixes
Some code cleanup and various updates + moved certain functions here
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
Added some passthru support to login Got edit profile half working..
Added user selectable templates, and put the system template into the config database. Updated mysql_schema as well
Fixed call to get_userdata
Removed need to send db as a parameter to functions
Some more fine turning on the profile section
Most of profile and registration done
Fixed some hard coded referances to table names
error_die changes and various bug fixes to files
Session code updates
Registration is almost done, coppa support is in..
User registration works.
Initial revision