index
:
webtrees
firebird
webtrees suite with firebird driver
lester@lsces.co.uk
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
save.php
Age
Commit message (
Expand
)
Author
Files
Lines
2014-10-05
Use consistent terminology (preference versus setting)
Greg Roach
1
-4
/
+4
2014-10-05
Split tree/user preference getter/setter into two functions
Greg Roach
1
-1
/
+2
2014-09-17
Split site-preference getter/setter into two functions
Greg Roach
1
-2
/
+2
2014-09-13
Code style - PSR-1 names for methods
Greg Roach
1
-1
/
+1
2014-08-14
Import classes, per PSR autoloading standards
Greg Roach
1
-9
/
+12
2014-05-09
Refactor global user functions into new User/Auth classes
Greg Roach
1
-38
/
+31
2014-05-06
Revert "Replace global user functions with WT_User class" - submitted to wron...
Greg Roach
1
-21
/
+29
2014-05-06
Replace global user functions with WT_User class
Greg Roach
1
-29
/
+21
2014-03-31
Typo - invalid constant in save.php
Greg Roach
1
-1
/
+1
2014-03-31
Type - invalid function name
Greg Roach
1
-1
/
+1
2014-01-04
Update copyright date to 2014
Greg Roach
1
-1
/
+1
2014-01-04
Fix address of FSF, replace licence of GPLv2 by latest version
weberho
1
-1
/
+1
2013-11-28
#1255943 - Probable mistakes in US English text file - 1.5.1 dev
Greg Roach
1
-5
/
+5
2013-11-07
#1248831 - unable to revert settings in admin area
Greg Roach
1
-3
/
+1
2013-11-03
Add CSRF checks to inline editing
Greg Roach
1
-0
/
+5
2013-09-22
#1024319 - Custom welcome text is only displayed under certain conditions
Greg Roach
1
-1
/
+0
2013-09-14
#1063054 - Errors in mail sending should be traced, not outputted
Greg Roach
1
-6
/
+4
2013-08-29
New filter/validation functions for GET/POST variables
Greg Roach
1
-3
/
+3
2013-08-25
Switch from phpmailer class to Zend_Mail. Fix #1213289 - Issue with non-bre...
Greg Roach
1
-2
/
+3
2013-08-09
Remove empty subversion Id tags
Greg Roach
1
-2
/
+0
2013-06-12
#1064348 - Private trees are completely private - so how can we show welcome ...
fisharebest
1
-1
/
+8
2013-05-12
#1100239- SMTP_HELO site config setting is incorrectly labelled
fisharebest
1
-1
/
+0
2012-09-15
Create objects to encapsulate trees. Allows us to cache tree settings, which...
fisharebest
1
-1
/
+1
2012-09-14
Performance: fetch all the wt_site_setting values in one query.
fisharebest
1
-2
/
+2
2012-07-18
Allow the ability to delete the memory_limit and max_execution_time settings,...
fisharebest
1
-2
/
+12
2012-04-17
Explicitly close sessions in AJAX responses - otherwise it causes errors in P...
fisharebest
1
-0
/
+2
2012-04-03
Add experimental option to control site access using user-defined rules
fisharebest
1
-0
/
+28
2012-02-20
After approving a user account for the first time, send the user a confirmati...
fisharebest
1
-1
/
+13
2012-02-10
Do not save empty values for LOGIN_URL
fisharebest
1
-2
/
+8
2011-12-08
#899773 - Admin mail config help messages wrong
fisharebest
1
-1
/
+0
2011-11-03
Refactoring - move towards a MVC (model/view/controller) architecture
fisharebest
1
-2
/
+1
2011-10-21
#821931 - Individual.php: Default tab isn't selected
fisharebest
1
-2
/
+1
2011-05-26
Tidy up code for creating/checking password hashes.
fisharebest
1
-1
/
+1
2011-05-23
Add support for inline editing of module status (not used yet)
fisharebest
1
-0
/
+23
2011-03-03
Password change log message recorded twice. Just log it in set_user_password().
fisharebest
1
-1
/
+0
2011-03-03
Change $user_id to WT_USER_ID (fatal error when changing password) Bug #728144
Nigel Osborne
1
-1
/
+1
2011-02-19
Editing passwords: Use "click to edit" instead of "*****". Otherwise it is e...
fisharebest
1
-8
/
+11
2011-02-17
Fix: user admin - cannot edit user settings (role and relationship path length)
fisharebest
1
-37
/
+28
2011-02-17
Remove the comment_exp option. It had poor I18N, was rarely used, and provid...
fisharebest
1
-1
/
+0
2011-02-17
Fix: user admin - cannot edit user settings
fisharebest
1
-35
/
+52
2011-02-17
Site settings: Add validation for fields that could make webtrees unusable. ...
fisharebest
1
-17
/
+41
2011-02-13
Site setting "THEME_DIR" not being saved
fisharebest
1
-1
/
+1
2010-11-14
Add initial support for inline editing using jeditable
fisharebest
1
-0
/
+198