summaryrefslogtreecommitdiff
path: root/includes/session.php
AgeCommit message (Expand)AuthorFilesLines
2014-10-06Whitespace changes to reduce merge conflicts with the assets branchGreg Roach1-1/+1
2014-10-05Allow the User object to work as a null object (e.g. for visitors)Greg Roach1-6/+4
2014-10-05Use consistent terminology (preference versus setting)Greg Roach1-1/+1
2014-10-05Split tree/user preference getter/setter into two functionsGreg Roach1-3/+3
2014-10-05Cleanup - use WT_File class instead of manipulating filesystemGreg Roach1-12/+0
2014-10-05Split tree preference getter/setter into two separate functionsGreg Roach1-5/+5
2014-09-19Unused codeGreg Roach1-3/+30
2014-09-17#237 - function accept_all_changes() not foundGreg Roach1-7/+8
2014-09-17Split site-preference getter/setter into two functionsGreg Roach1-10/+10
2014-09-13Remove dependency on PHP's ext/calendar extension, and use our ownGreg Roach1-3/+15
2014-09-12Use the (faster) native mb_string functions where available, and fallbacks wh...Greg Roach1-1/+8
2014-08-29Move global I18N functions to I18N classGreg Roach1-1/+0
2014-08-27Remove execute file permissions from PHP scriptsGreg Roach1-0/+0
2014-08-25Error in table stats for unknown visitors in site access rulesGreg Roach1-1/+1
2014-08-14Import classes, per PSR autoloading standardsGreg Roach1-12/+15
2014-08-13Remove I18N debug tool.Greg Roach1-1/+0
2014-07-31DataTables 1.10.1 has problems filtering - revert to 1.10.0Greg Roach1-1/+1
2014-07-31Update datatables to 1.10.1Greg Roach1-1/+1
2014-06-21#58 - do not update superglobalsGreg Roach1-16/+13
2014-05-10Consistently use WT_ROOT in the require/require_once statements (where missing)Jonathan Jaubart1-2/+2
2014-05-10Create separate route for logoutGreg Roach1-10/+1
2014-05-10Error handling logic in login.phpGreg Roach1-1/+1
2014-05-09Refactor global user functions into new User/Auth classesGreg Roach1-26/+50
2014-05-06Revert "Replace global user functions with WT_User class" - submitted to wron...Greg Roach1-13/+12
2014-05-06Replace global user functions with WT_User classGreg Roach1-12/+13
2014-05-04Upgrade jquery from 1.11.0 to 1.11.1Greg Roach1-2/+2
2014-05-04Upgrade jquery.wheelzoom from 1.1.2 to 2.0.0Greg Roach1-1/+1
2014-05-04Upgrade jquery.jeditable from 1.7.1 to 1.7.3Greg Roach1-1/+1
2014-05-03Upgrade jquery.cookie from 1.4.0 to 1.4.1Greg Roach1-1/+1
2014-05-03Upgrade datatables from 1.9.4 to 1.10.0Greg Roach1-1/+1
2014-05-03Upgrade colorbox from 1.4.15 to 1.5.9Greg Roach1-2/+2
2014-05-02Next release will be 1.5.4Greg Roach1-1/+1
2014-05-021.5.3 release1.5.3Greg Roach1-1/+1
2014-04-27Missing change in previous commitGreg Roach1-1/+45
2014-03-27Install libraries using composer; use faster autoloader; update to latest ver...Greg Roach1-7/+1
2014-02-24We have updated webtrees.js, so bump the version numberGreg Roach1-1/+1
2014-02-15Upgrade jQuery-UI from 1.10.3 to 1.10.4Greg Roach1-2/+2
2014-02-15Upgrade jQuery from 1.10.2 to 1.11.0Greg Roach1-2/+2
2014-01-29Next release is 1.5.3Greg Roach1-1/+1
2014-01-291.5.2 releaseGreg Roach1-1/+1
2014-01-26Merge pull request #63 from IJMacD/redirected_script_urlGreg Roach1-1/+4
2014-01-24Rename CSS/JS files with new version numberGreg 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-12-30More accurate(?) test for HTTPS:Greg Roach1-1/+1
2013-12-30More accurate(?) test for HTTPS:Greg Roach1-1/+1
2013-12-29Don't include the port for HTTPS in WT_SERVER_NAME when it's the default of 443Matthew Noorenberghe1-2/+3
2013-12-26Add initial support for markdownGreg Roach1-2/+5
2013-12-26Fixed redirection bugIain MacDonald1-1/+4
2013-12-18Use PHP5.3 closures instead of PHP5.2 create_function()Greg Roach1-7/+36