summaryrefslogtreecommitdiff
path: root/save.php
AgeCommit message (Expand)AuthorFilesLines
2013-06-12#1064348 - Private trees are completely private - so how can we show welcome ...fisharebest1-1/+8
2013-05-12#1100239- SMTP_HELO site config setting is incorrectly labelledfisharebest1-1/+0
2012-09-15Create objects to encapsulate trees. Allows us to cache tree settings, which...fisharebest1-1/+1
2012-09-14Performance: fetch all the wt_site_setting values in one query.fisharebest1-2/+2
2012-07-18Allow the ability to delete the memory_limit and max_execution_time settings,...fisharebest1-2/+12
2012-04-17Explicitly close sessions in AJAX responses - otherwise it causes errors in P...fisharebest1-0/+2
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 confirmati...fisharebest1-1/+13
2012-02-10Do not save empty values for LOGIN_URLfisharebest1-2/+8
2011-12-08#899773 - Admin mail config help messages wrongfisharebest1-1/+0
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 e...fisharebest1-8/+11
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 provid...fisharebest1-1/+0
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
2011-02-13Site setting "THEME_DIR" not being savedfisharebest1-1/+1
2010-11-14Add initial support for inline editing using jeditablefisharebest1-0/+198