summaryrefslogtreecommitdiff
path: root/login.php
AgeCommit message (Expand)AuthorFilesLines
2016-01-17Two spaces have no effect in HTMLGreg Roach1-15/+15
2016-01-01Cached list of trees prevent loginGreg Roach1-8/+0
2015-12-11PHP5.3 compatibilityGreg Roach1-1/+1
2015-11-12Fix #710Greg Roach1-13/+15
2015-11-12Fix #696Greg Roach1-0/+8
2015-11-12Site settings sizeGreg Roach1-1/+1
2015-09-28Fix #730 missing ged parameterGreg Roach1-2/+2
2015-08-19Update last login time more frequentlyGreg Roach1-0/+1
2015-08-09Fix #675 - specify tree in redirect to 'my page' after loginGreg Roach1-2/+10
2015-08-08Fix #670 - redirect home page to my page after loginGreg Roach1-0/+5
2015-07-28Less intrusive notification of new versionGreg Roach1-9/+6
2015-07-11Fix #636 - Time zonesGreg Roach1-5/+2
2015-06-08PHPDocGreg Roach1-2/+1
2015-06-05Refactor includes/functions into classesGreg Roach1-1/+2
2015-05-31PSR-4Greg Roach1-0/+1
2015-05-30Code styleGreg Roach1-4/+4
2015-04-30Fix #561 - clearer feedback for password remindersGreg Roach1-16/+10
2015-04-26Replace Zend_Controller_Request_HttpGreg Roach1-6/+4
2015-04-26Duplicated codeGreg Roach1-3/+0
2015-04-26Replace Zend_Session with our own classGreg Roach1-13/+7
2015-04-18Fix #563 - Fatal error during registrationmakitso1-1/+1
2015-04-18Fix regression in patch 3241b8cmakitso1-5/+5
2015-04-04Fix #242 - messages and blocks using UTC instead of local timeGreg Roach1-1/+1
2015-04-03Fix #526 - gender specific pronouns, plus associated cleanupGreg Roach1-34/+12
2015-03-15en-GB versus en-USGreg Roach1-1/+1
2015-03-13PunctuationGreg Roach1-2/+1
2015-03-12English textGreg Roach1-44/+33
2015-03-12Update .PO filesGreg Roach1-5/+5
2015-03-09Use Tree object instead of ID/nameGreg Roach1-1/+1
2015-03-08Remove constants, to improve multi-tree handlingGreg Roach1-1/+1
2015-03-02Fix 1427100 - users with LTR real names containing parentheses on RTL pagesGreg Roach1-7/+7
2015-02-13PHPDocGreg Roach1-1/+2
2015-02-07Fixed getting title in registration mailChristoph Graupner1-1/+1
2015-02-05GlobalsGreg Roach1-1/+2
2015-02-05Add API to access the parent tree of a recordGreg Roach1-3/+3
2015-02-05Namespaces should consist of both vendor and packageGreg Roach1-1/+1
2015-02-04PHPDoc for globalsGreg Roach1-4/+7
2015-02-04PHPDoc for globalsGreg Roach1-0/+6
2015-02-03Autoload includes/functions/*Greg Roach1-1/+1
2015-02-02Refactor classes to use namespaces, as per PSR-4. Replace GPL2 with GPL3.Greg Roach1-173/+166
2015-01-31#1416744 - Family tree titles on RTL/LTR pagesGreg Roach1-4/+4
2015-01-31Combine WT_SERVER_NAME and WT_SCRIPT_PATH into WT_BASE_URLGreg Roach1-14/+14
2015-01-31English textGreg Roach1-7/+7
2015-01-29EnglishGreg Roach1-3/+3
2015-01-29HTML validationGreg Roach1-5/+5
2015-01-26HTML validation and tidy upGreg Roach1-2/+2
2015-01-24Fix #389 - move help text into the pageGreg Roach1-1/+1
2015-01-23#386 Allow a user to delete their own account.Greg Roach1-56/+109
2015-01-21Code quality - avoid @, exit() and die()Greg Roach1-6/+12
2015-01-19Minor whitespace changesGreg Roach1-1/+1