summaryrefslogtreecommitdiff
path: root/message.php
AgeCommit message (Expand)AuthorFilesLines
2016-05-07Improve English textsGreg Roach1-3/+3
2016-05-07Improve EnglishGreg Roach1-2/+2
2016-02-21Fix #824 - obsolete HTML markupGreg Roach1-4/+4
2016-01-30Update copyright yearGreg Roach1-1/+1
2016-01-23Username versus emailGreg Roach1-1/+1
2016-01-17Two spaces have no effect in HTMLGreg Roach1-5/+5
2015-11-12Fix #710Greg Roach1-2/+0
2015-07-09Fix #124 - HTML line breaks in emailGreg Roach1-1/+1
2015-06-08PHPDocGreg Roach1-2/+1
2015-06-02Code style - getters/setters, PHPDoc, TODOGreg Roach1-1/+1
2015-05-31PSR-4Greg Roach1-0/+2
2015-05-30Code styleGreg Roach1-1/+1
2015-04-26Replace Zend_Controller_Request_HttpGreg Roach1-2/+2
2015-04-26Replace Zend_Session with our own classGreg Roach1-12/+3
2015-03-12Update .PO filesGreg Roach1-6/+6
2015-03-02Fix 1427100 - users with LTR real names containing parentheses on RTL pagesGreg Roach1-3/+3
2015-02-13PHPDocGreg Roach1-2/+2
2015-02-08Genealogical -> GenealogyGreg Roach1-1/+1
2015-02-06Unused codeGreg Roach1-1/+1
2015-02-05GlobalsGreg Roach1-0/+1
2015-02-05Namespaces should consist of both vendor and packageGreg Roach1-1/+1
2015-02-04PHPDoc for globalsGreg Roach1-0/+8
2015-02-02Refactor classes to use namespaces, as per PSR-4. Replace GPL2 with GPL3.Greg Roach1-79/+70
2015-01-31Combine WT_SERVER_NAME and WT_SCRIPT_PATH into WT_BASE_URLGreg Roach1-1/+1
2015-01-18Scrutinizer Auto-FixesScrutinizer Auto-Fixer1-1/+1
2015-01-18Default constructors do not need parenthesesGreg Roach1-1/+1
2014-11-04Use Auth class instead of constants - will allow better masquerade function. ...Greg Roach1-4/+4
2014-10-29#1384895 - Send Broadcast Message links not working (1.6.0)Greg Roach1-48/+44
2014-10-26Move remaining functions from authentication.php to better locationGreg Roach1-0/+130
2014-10-10Update .PO files. Fix some minor English grammar.Greg Roach1-3/+3
2014-10-06Whitespace changes to reduce merge conflicts with the assets branchGreg Roach1-1/+1
2014-10-05Use consistent terminology (preference versus setting)Greg Roach1-3/+3
2014-09-20Fix 1318573 - Send message to user faultGreg Roach1-2/+1
2014-08-27Remove execute file permissions from PHP scriptsGreg Roach1-0/+0
2014-08-14Import classes, per PSR autoloading standardsGreg Roach1-8/+12
2014-06-25Tidy up English punctuation, capitalisation, etc.Greg Roach1-1/+1
2014-06-21#58 - do not update superglobalsGreg Roach1-2/+2
2014-06-21Capitalisation and punctuationGreg Roach1-2/+2
2014-05-09Refactor global user functions into new User/Auth classesGreg Roach1-17/+19
2014-05-06Revert "Replace global user functions with WT_User class" - submitted to wron...Greg Roach1-2/+1
2014-05-06Replace global user functions with WT_User classGreg Roach1-1/+2
2014-04-09Remove message 'This user prefers to receive messages in [langauge]'Greg Roach1-2/+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-15The function Zend_Locale::getTranslation is very slow, and not available in ZF2Greg Roach1-1/+1
2013-11-09Add CSRF checks to message.phpGreg Roach1-8/+9
2013-10-16#1240663 - Subject not automatically added to the subject field on replyGreg Roach1-1/+1
2013-09-21Update language files. Tidy up some capitalisation in en_US.Greg Roach1-2/+2
2013-09-14 #1063054 - Errors in mail sending should be traced, not outputtedGreg Roach1-2/+0
2013-08-29New filter/validation functions for GET/POST variablesGreg Roach1-9/+9