public_html/usersettings.php
Sun, 20 Sep 2009 11:00:03 +0200 Modernized the "timezone hack", made the config option a dropdown, and moved all timezone-related code into a new TimeZoneConfig class
Sat, 31 Oct 2009 23:30:59 +0100 Fixed storing the user's "boxes" selection which caused an SQL error in some configurations
Sun, 04 Oct 2009 17:36:41 +0200 Minor code cleanup
Sat, 19 Sep 2009 22:42:31 +0200 Cosmetics
Fri, 11 Sep 2009 13:03:06 +0200 The session and password cookies are now created with the HttpOnly flag set to make it somewhat harder to read them from JavaScript (requires browser support)
Sun, 06 Sep 2009 15:46:20 +0200 Let's use count() instead of sizeof() everywhere from now on
Thu, 03 Sep 2009 20:32:24 +0200 The "Remember Me For" option under My Account did not recognize the "(don't)" option any more (bug #0000961)
Mon, 27 Jul 2009 21:39:26 +0200 Bah, wrong function name: COM_outputMessageAndAbort -> COM_displayMessageAndAbort
Sun, 17 May 2009 10:28:44 +0200 The user's current password is no longer available in $_USER, so changing the password or deleting an account no longer worked (reported by Tom Homer)
Sun, 19 Apr 2009 16:57:27 +0200 Experimental feature: Optionally compress output before sending it to the browser (disabled by default)
Sun, 19 Apr 2009 00:05:27 +0200 No need to even look at $ETIDS when the Daily Digest is disabled
Sat, 18 Apr 2009 23:37:42 +0200 Bad design decision: COM_checkList would use the table name in the HTML. Added a new parameter for the name to use instead.
Fri, 17 Apr 2009 14:42:28 -0600 Fixed SQL injection exploit in usersettings.php
Fri, 17 Apr 2009 14:50:21 -0600 Fixed syntax error in usersettings.php
Fri, 17 Apr 2009 14:42:28 -0600 Fixed SQL injection exploit in usersettings.php
Sat, 28 Mar 2009 14:15:00 +0100 Documentation updates
Sat, 07 Mar 2009 22:12:04 +0100 phpDocumentor doesn't support @note
Sat, 17 Jan 2009 23:08:07 +0100 Fixed line endings (DOS vs. Unix) - no change in content
Sat, 17 Jan 2009 13:50:12 -0500 - Usersettings.php - can not change password when custom membership is enabled.
Sun, 14 Dec 2008 21:36:53 +0100 Reverted changes that shouldn't be in this branch
Sun, 16 Nov 2008 19:59:29 +0100 Added a note about the max. dimensions of a userphoto in the About You pane of a user's My Account page (feature request #0000629)
Sat, 15 Nov 2008 23:08:35 +0100 Set JPEG quality for image upload
Sat, 04 Oct 2008 17:28:09 +0200 Introduced COM_showMessageText (for feature request #0000676) and COM_showMessageFromParameter (for bug #0000618)
Mon, 15 Sep 2008 18:29:39 +0000 Fix for bug #0000724 - attempting to change your password when your email address is 'invalid' causes password change but failed to make changes message.
Sun, 14 Sep 2008 17:13:35 +0000 Typo
Fri, 15 Aug 2008 18:38:57 +0000 Fix to better handle possible negative value and test that variable exists for E_ALL reporting
Fri, 15 Aug 2008 14:26:05 +0000 If not set or possibly removed from template - set to user default
Tue, 12 Aug 2008 09:34:29 +0000 "mode=edit" is the default for usersettings.php anyway
Sun, 03 Aug 2008 08:05:50 +0000 Some minor Daily Digest improvements and code for future use
Sat, 31 May 2008 19:49:36 +0000 Added a call to CUSTOM_usercheck when editing a user under My Account if custom registratrion is enabled
Sat, 17 May 2008 11:00:49 +0000 Fixes for E_ALL (when theme or language selection is disabled)
Sun, 24 Feb 2008 19:43:53 +0000 Ease restriction that email addresses have to be unique to make handling of remote / OpenID accounts easier
Wed, 20 Feb 2008 20:07:59 +0000 Ensure every template class has site_url, site_admin_url, layout_url and xhtml variables set. My eyes, they bleed...
Sat, 16 Feb 2008 11:40:04 +0000 Removed remaining "changed by dengen" comments that accidentally came in with the XHTML patch
Fri, 15 Feb 2008 19:10:28 +0000 Support for Podcasts in portal blocks improved.
Sun, 09 Dec 2007 18:05:39 +0000 New function SEC_encryptPassword() to get all the direct calls to md5() out of the core code and give us a chance to switch to some other encryption method in the future.
Sun, 25 Nov 2007 09:15:00 +0000 'edit' should be the default action now
Sun, 25 Nov 2007 06:59:56 +0000 XHTML optional updates
Sun, 29 Jul 2007 21:40:00 +0000 Modifications to My Account and Edit Preferences to make it easier to customize. Now you can easily remove navbar tabs, relabel or add additional tabs by modifying the language file for $LANG_MYACCOUNT.
Sat, 21 Apr 2007 13:36:20 +0000 Removed "user agreement" code
Fri, 09 Mar 2007 07:04:16 +0000 implementing an optional user agreement function
Mon, 12 Feb 2007 06:52:58 +0000 no fieldset w/o legend in strict html
Thu, 08 Feb 2007 04:20:09 +0000 using COM_createLink() in usersettings.php
Mon, 05 Feb 2007 09:00:49 +0000 border is set in CSS
Wed, 17 Jan 2007 09:00:22 +0000 fixing strict HTML
Tue, 09 Jan 2007 07:49:19 +0000 fix the retrieval of system timezone
Tue, 09 Jan 2007 05:53:08 +0000 correcting cookie & $_USER-name for timezone
Tue, 09 Jan 2007 05:29:30 +0000 moving timezone codes from table to PEAR; "Date"-package will have to be included
Sat, 09 Dec 2006 08:33:06 +0000 Fixed "delete account" option
Sun, 26 Nov 2006 08:16:12 +0000 "&&" should be "AND" in SQL request (bug #623)
Sun, 22 Oct 2006 08:38:48 +0000 Allow the user to switch languages again, even when the system's default character set is not UTF-8.
Sun, 15 Oct 2006 08:24:33 +0000 Moved hard-coded English text string "Delete Option" to the language files and added a workaround in case the new string is missing from the language file.
Sun, 03 Sep 2006 16:57:56 +0000 Changes to 'My Account' to the 'Delete Account' feature - template layout, added test that current password has also been entered.
Sun, 03 Sep 2006 03:52:19 +0000 Language fixes for the new Account Profile Editor
Sun, 30 Jul 2006 16:05:05 +0000 Profile Editor changes to support degradation if Javascript disabled and to display warning.
Fri, 28 Jul 2006 05:45:52 +0000 language files corrections for new preferences page
Fri, 28 Jul 2006 05:01:29 +0000 language files corrections for new preferences page
Fri, 28 Jul 2006 04:09:12 +0000 New Account Admin Project: Oliver and Blaine
Thu, 27 Jul 2006 13:49:33 +0000 undo changes
Thu, 27 Jul 2006 09:57:20 +0000 store the user images under the email address in the future instead of the username so other applications can use the files easier