summaryrefslogtreecommitdiff
path: root/includes/session.php
AgeCommit message (Expand)AuthorFilesLines
2014-12-24Upgrade datatables.js to 1.10.4Greg Roach1-1/+1
2014-12-24Upgrade jQuery to 1.11.2Greg Roach1-12/+3
2014-12-211.6.2 releaseGreg Roach1-1/+1
2014-12-211.6.2 release1.6.2Greg Roach1-1/+1
2014-12-18Remove IE specific CSS files. Just use modernizer.Greg Roach1-1/+0
2014-12-11#1398080 - HTTP_X_FORWARDED_PORT and HTTP_X_FORWARDED_PROTO headers are not usedGreg Roach1-3/+17
2014-12-11Invalid escape sequenceGreg Roach1-1/+1
2014-12-10Upgrade jQuery-UI from 1.10.3 to 1.11.2Greg Roach1-2/+2
2014-12-10Fix 1385534 using fix from MikeT. Convert to patch format, and update colorb...Greg Roach1-1/+1
2014-12-09merge some minor changes from the theme branchGreg Roach1-3/+3
2014-11-27PHPDocGreg Roach1-3/+3
2014-11-27#1397083 - Remove requirement for ini_setGreg Roach1-1/+1
2014-11-09Bump version to 1.6.2-devGreg Roach1-1/+1
2014-11-091.6.1 release1.6.1Greg Roach1-1/+1
2014-11-08PHPDocGreg Roach1-1/+1
2014-11-04Use Auth class instead of constants - will allow better masquerade function. ...Greg Roach1-3/+4
2014-10-31#1384017 - Adar on non-leap years should be month 6, not 7Greg Roach1-1/+1
2014-10-27Provide support for old versions of PHP with no secure crypt functionsGreg Roach1-0/+39
2014-10-26Move remaining functions from authentication.php to better locationGreg Roach1-2/+0
2014-10-20Polyfills for unpatched versions of PHP 5.3.2 - 5.3.6 not working. They are ...Greg Roach1-59/+0
2014-10-17PHPDocGreg Roach1-1/+1
2014-10-14Remove global - SHOW_COUNTERGreg Roach1-88/+92
2014-10-14Allow webtrees to be embedded in other applications (or test harnesses?)Greg Roach1-0/+8
2014-10-13Remove the with() function. It is not used, and we can pick it up from other...Greg Roach1-7/+0
2014-10-12Next release should be 1.6.1Greg Roach1-1/+1
2014-10-12Prepare 1.6.0 release1.6.0Greg Roach1-2/+2
2014-10-10Upgrade datatables from 1.10.0 to 1.10.3Greg Roach1-1/+1
2014-10-10The next release will be 1.6.0Greg Roach1-3/+2
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