summaryrefslogtreecommitdiff
path: root/save.php
AgeCommit message (Collapse)AuthorFilesLines
2012-07-18Allow the ability to delete the memory_limit and max_execution_time ↵fisharebest1-2/+12
settings, so we can revert to PHP defaults.
2012-04-17Explicitly close sessions in AJAX responses - otherwise it causes errors in ↵fisharebest1-0/+2
PHP/APC
2012-04-03Add experimental option to control site access using user-defined rulesfisharebest1-0/+28
2012-02-20After approving a user account for the first time, send the user a ↵fisharebest1-1/+13
confirmation email.
2012-02-10Do not save empty values for LOGIN_URLfisharebest1-2/+8
2011-12-08#899773 - Admin mail config help messages wrongfisharebest1-1/+0
Remove "simple mail headers" option.
2011-11-03Refactoring - move towards a MVC (model/view/controller) architecturefisharebest1-2/+1
2011-10-21#821931 - Individual.php: Default tab isn't selected fisharebest1-2/+1
2011-05-26Tidy up code for creating/checking password hashes.fisharebest1-1/+1
2011-05-23Add support for inline editing of module status (not used yet)fisharebest1-0/+23
2011-03-03Password change log message recorded twice. Just log it in set_user_password().fisharebest1-1/+0
2011-03-03Change $user_id to WT_USER_ID (fatal error when changing password) Bug #728144 Nigel Osborne1-1/+1
2011-02-19Editing passwords: Use "click to edit" instead of "*****". Otherwise it is ↵fisharebest1-8/+11
easy to set your password to literally "*****"
2011-02-17Fix: user admin - cannot edit user settings (role and relationship path length)fisharebest1-37/+28
2011-02-17Remove the comment_exp option. It had poor I18N, was rarely used, and ↵fisharebest1-1/+0
provides little benefit.
2011-02-17Fix: user admin - cannot edit user settingsfisharebest1-35/+52
2011-02-17Site settings: Add validation for fields that could make webtrees unusable. ↵fisharebest1-17/+41
Do not display passwords on screen.
2011-02-13Site setting "THEME_DIR" not being savedfisharebest1-1/+1
2010-11-14Add initial support for inline editing using jeditablefisharebest1-0/+198