summaryrefslogtreecommitdiff
path: root/preferences.php
AgeCommit message (Expand)AuthorFilesLines
2010-02-08deprecate root bit_setup_inc use kernel/setup_inc.phpwjames51-3/+3
2009-10-01remove ref to non-existant copyright.txt filewjames51-3/+3
2009-10-01fix LGPL license ref from non-existant license.txt file to lgpl urlwjames51-3/+3
2009-06-18merge User Info and User Prefs into a single form since they send the exact s...Christian Fowler1-5/+3
2009-04-02add users_login_homepage config, and use that value where default is users/my...Christian Fowler1-5/+3
2009-03-14use email to check old password as it is required and uniqueChristian Fowler1-3/+3
2009-01-12Clear site_display_timezone if user switches from 'Fixed'Lester Caine1-2/+3
2009-01-12Default fixed timezone should be UTCLester Caine1-3/+3
2008-12-29DateTimeZone is a 5.2.0 class, not 5.1.0Christian Fowler1-3/+3
2008-12-04site_display_timezone should be a 0 offsetLester Caine1-4/+4
2008-12-04switch version check to version_compareLester Caine1-3/+3
2008-12-04inelegant but functional. Ideally list needs trimming with respect to country...Lester Caine1-4/+8
2008-11-29since we dont have a preference service call storage service on user object w...wjames51-2/+13
2008-10-16move scrambleEmail to users/users_lib.php and rename it to scramble_emailMax Kremmel1-6/+6
2008-08-29del vd()laetzer1-3/+3
2008-07-09call edit service since we are editing content - and assign editUser to gCont...wjames51-2/+6
2008-06-29fix users language selectionMax Kremmel1-5/+5
2008-06-25change display call to use a hash for display options, add display_mode to op...Christian Fowler1-3/+3
2007-11-02do not save bitUser::defaults in liberty_content_prefsChristian Fowler1-18/+19
2007-06-25Stored offset should be in seconds not in hours.Nick Palmer1-3/+3
2007-06-24Doh! Wrong kind of comment.Nick Palmer1-3/+3
2007-06-24Fix timezones for fixed timezones. There is an issue in BitDate that we might...Nick Palmer1-2/+8
2007-06-22make use of the getIncludeFiles methodMax Kremmel1-17/+6
2007-06-14bug 1707875: check for existing email address before applying itMax Kremmel1-7/+10
2007-06-01remove a lot of antiquated code including breadcrumbs and outdated wiki-speci...Max Kremmel1-4/+2
2007-03-09delete entries in liberty_content_prefs if empty or equal to site settingsMax Kremmel1-4/+8
2007-03-08remove user style pref if equal to site defaultMax Kremmel1-3/+7
2007-03-01fix users_homepage setting and only store setting if there is something usefu...Max Kremmel1-3/+10
2007-02-27Add a second browser side time display control.Lester Caine1-2/+3
2007-02-23massive code cleanup on users prefs page and allow users to set the site them...Max Kremmel1-116/+134
2006-11-10fix password changing for accounts with null .login columnChristian Fowler1-4/+2
2006-09-12major overhaul to change and remind password. This should fix outstanding iss...Christian Fowler1-5/+5
2006-09-03add tab to display watchesJams H Thompson1-2/+5
2006-08-11ensure that the user content is loadedHash91-2/+3
2006-07-26use user_class config when creating new user objectsChristian Fowler1-3/+4
2006-07-07keep php in php dir, rename files with appended _inc, keep jstab in template ...Max Kremmel1-8/+6
2006-07-06move package extendable userprefs to templates directory and follow naming co...Christian Fowler1-18/+26
2006-07-03allow modules to define their own user preference tabsHash91-19/+22
2006-05-08massive clean up to password resetting and changingChristian Fowler1-5/+3
2006-04-30clean up users email liberty_content_prefs fiascoMax Kremmel1-6/+6
2006-04-30rename some user settings in liberty_content_prefsMax Kremmel1-22/+18
2006-04-28fix wrong value displaying after updateJams H Thompson1-2/+4
2006-04-23fix var not defined error on short pw entryJams H Thompson1-3/+4
2006-04-19mass kernel_config renaming for users_Christian Fowler1-6/+6
2006-04-19more kernel_config renamesMax Kremmel1-9/+9
2006-04-11rename permissions to new standard using: p_<package>_<verb>_[<noun>]Max Kremmel1-5/+5
2006-03-01move BitSystem:: preferences methods to get/set/load/storeConfig to avoid con...Christian Fowler1-5/+5
2006-02-22Allow Admin to update a user's email addressJams H Thompson1-3/+3
2006-02-13another batch of kernel_prefs name cleanup. this should be itMax Kremmel1-4/+4
2006-02-09use isFeatureActive() to check if a preference has been setMax Kremmel1-3/+3