summaryrefslogtreecommitdiff
path: root/preferences.php
AgeCommit message (Collapse)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 ↵Christian Fowler1-5/+3
same SUBMIT, allow editing for Username by p_users_admin
2009-04-02add users_login_homepage config, and use that value where default is ↵Christian Fowler1-5/+3
users/my.php; add verifyRegistered
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
Need to add notes about updating sites that are using 'Fixed' with time offsets.
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 ↵Lester Caine1-4/+8
country selected
2008-11-29since we dont have a preference service call storage service on user object ↵wjames51-2/+13
whoes prefs are changing - this is a model for future clean up of this file
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 ↵wjames51-2/+6
gContent so everythign works smoothly - hopefully this was not done before because of some oversight and because this creates any weird conflicts - which it shouldnt
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 ↵Christian Fowler1-3/+3
options hash
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 ↵Nick Palmer1-2/+8
might want to fix to allow selection by real timezone.
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 ↵Max Kremmel1-4/+2
wiki-specific caching options, wiki tags and wiki dumps. probably there's going to be more to go soon. none of this stuff has been working for years now.
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 ↵Max Kremmel1-3/+10
useful to store
2007-02-27Add a second browser side time display control.Lester Caine1-2/+3
site_display_utc matches the current selection site_display_timezone stores a fixed time zone offset This needs further expansion, but site_display_utc='Local' should work correctly
2007-02-23massive code cleanup on users prefs page and allow users to set the site ↵Max Kremmel1-116/+134
theme in the preferences page if the settings allow it
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 ↵Christian Fowler1-5/+5
issues, and clean up old TW code. It also reduced the lenght of the confirm URL so email apps are less likely to truncate it. If you need to change anything related to user password confirmation or changing, please check with spiderr first.
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
for custom title if required, add some whitespace to code to make it readable
2006-07-06move package extendable userprefs to templates directory and follow naming ↵Christian Fowler1-18/+26
convention
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 ↵Christian Fowler1-5/+5
conflict with new content preferences
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