summaryrefslogtreecommitdiff
path: root/login.php
AgeCommit message (Expand)AuthorFilesLines
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
2015-01-18Scrutinizer Auto-FixesScrutinizer Auto-Fixer1-45/+45
2015-01-18Default constructors do not need parenthesesGreg Roach1-1/+1
2014-12-15I18N: comments before multiline functions are not includedGreg Roach1-2/+1
2014-12-09merge some minor changes from the theme branchGreg Roach1-1/+1
2014-11-27PHPDocGreg Roach1-1/+1
2014-11-24PHP error when 'require admin approval' set to noGreg Roach1-1/+1
2014-11-09Session time is updated every 5 minutes. Force update on login, otherwise se...Greg Roach1-3/+6
2014-11-08PHPDocGreg Roach1-1/+1
2014-11-04Use Auth class instead of constants - will allow better masquerade function. ...Greg Roach1-12/+12
2014-10-29#1385975 - Quick reply to new account emailGreg Roach1-2/+2
2014-10-23CommentsGreg Roach1-4/+4
2014-10-22Remove old/commented codeGreg Roach1-8/+8