summaryrefslogtreecommitdiff
path: root/save.php
AgeCommit message (Expand)AuthorFilesLines
2014-10-05Use consistent terminology (preference versus setting)Greg Roach1-4/+4
2014-10-05Split tree/user preference getter/setter into two functionsGreg Roach1-1/+2
2014-09-17Split site-preference getter/setter into two functionsGreg Roach1-2/+2
2014-09-13Code style - PSR-1 names for methodsGreg Roach1-1/+1
2014-08-14Import classes, per PSR autoloading standardsGreg Roach1-9/+12
2014-05-09Refactor global user functions into new User/Auth classesGreg Roach1-38/+31
2014-05-06Revert "Replace global user functions with WT_User class" - submitted to wron...Greg Roach1-21/+29
2014-05-06Replace global user functions with WT_User classGreg Roach1-29/+21
2014-03-31Typo - invalid constant in save.phpGreg Roach1-1/+1
2014-03-31Type - invalid function nameGreg Roach1-1/+1
2014-01-04Update copyright date to 2014Greg Roach1-1/+1
2014-01-04Fix address of FSF, replace licence of GPLv2 by latest versionweberho1-1/+1
2013-11-28#1255943 - Probable mistakes in US English text file - 1.5.1 devGreg Roach1-5/+5
2013-11-07#1248831 - unable to revert settings in admin areaGreg Roach1-3/+1
2013-11-03Add CSRF checks to inline editingGreg Roach1-0/+5
2013-09-22#1024319 - Custom welcome text is only displayed under certain conditionsGreg Roach1-1/+0
2013-09-14 #1063054 - Errors in mail sending should be traced, not outputtedGreg Roach1-6/+4
2013-08-29New filter/validation functions for GET/POST variablesGreg Roach1-3/+3
2013-08-25Switch from phpmailer class to Zend_Mail. Fix #1213289 - Issue with non-bre...Greg Roach1-2/+3
2013-08-09Remove empty subversion Id tagsGreg Roach1-2/+0
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