summaryrefslogtreecommitdiff
path: root/modules_v3/user_messages
AgeCommit message (Collapse)AuthorFilesLines
2015-01-21Default settings on new blocks inconsistent, both yes/no radio buttons emptyGreg Roach1-3/+2
2015-01-18Scrutinizer Auto-FixesScrutinizer Auto-Fixer1-2/+2
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
2015-01-17New theme system and admin interfaceGreg Roach1-5/+5
2014-12-30Invalid URL. Coding styleGreg Roach1-9/+9
2014-12-30Validation errorsDavid Drury1-19/+20
2014-12-29Fix #344 - HTML not permitted in <option></option>Greg Roach1-48/+48
2014-12-05PHPDocGreg Roach1-2/+3
2014-12-04Remove unused globalsGreg Roach1-2/+0
2014-11-27PHPDocGreg Roach1-7/+7
2014-11-04Use Auth class instead of constants - will allow better masquerade function. ↵Greg Roach1-2/+3
Escape username, to remove restriction on allowed characters.
2014-10-26Move remaining functions from authentication.php to better locationGreg Roach1-4/+6
2014-10-10Update .PO files. Fix some minor English grammar.Greg Roach1-1/+1
2014-10-05Use consistent terminology (preference versus setting)Greg Roach1-1/+1
2014-09-27#1301261 - Delete messages with error messageGreg Roach1-3/+3
2014-08-14Code without side-effects (see PSR-1) does not require guard headersGreg Roach1-5/+0
2014-08-14Import classes, per PSR autoloading standardsGreg Roach1-3/+5
2014-06-21Capitalisation and punctuationGreg Roach1-2/+2
2014-05-09Refactor global user functions into new User/Auth classesGreg Roach1-10/+10
2014-05-06Revert "Replace global user functions with WT_User class" - submitted to ↵Greg Roach1-7/+6
wrong branch This reverts commit 04e895d26b4a0f606b8f83488ecb32127df081cf.
2014-05-06Replace global user functions with WT_User classGreg Roach1-6/+7
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-11-09Add CSRF checks to module configuration formsGreg Roach1-1/+1
2013-10-29#1244902 Preserve line-breaks in user messagesfisharebest1-1/+1
2013-10-29#1244902 (half of two part bug)fisharebest1-2/+2
2013-10-22Two busg: #1237452 - New user/New registration mails - Family Tree Title ↵fisharebest1-2/+2
with ' - dev; #1237458 - Webtrees messages with odd texts - dev
2013-10-22Fix: cannot delete all user-messages with a single clickfisharebest1-1/+1
2013-09-21Update language files. Tidy up some capitalisation in en_US.Greg Roach1-2/+2
2013-09-01Fix: delete user messages broken with new WT_FilterGreg Roach1-8/+4
2013-08-29New filter/validation functions for GET/POST variablesGreg Roach1-5/+5
2013-08-21Add escaping functions, based on semantics of what is being escapedGreg Roach1-5/+5
2013-08-09Remove empty subversion Id tagsGreg Roach1-2/+0
2013-08-09Delete empty help filesGreg Roach1-32/+0
2013-06-29(no commit message)fisharebest1-2/+1
2013-02-05Remove unused globalsfisharebest1-2/+2
2013-01-20PHP5.2 / PHP5.3 issuesfisharebest1-1/+2
2013-01-19HTML5 validation - need to use the non-xhtml version of nl2br()fisharebest1-1/+1
2012-11-16Cosmetic: updates to I18N hintsfisharebest1-2/+2
2012-06-16Defer loading of external javascript (and most inline javascript) to the ↵fisharebest1-1/+0
bottom of the page. This improves responsiveness, as the page can be rendered before the scripts are parsed.
2012-04-19Improve escaping of message data in the user_messages blockfisharebest1-53/+39
2012-04-06Move a JS function from the page header to webtrees.js. Tidy up logic for ↵fisharebest1-1/+1
email icons
2012-03-25"Persons" should be "Individuals"fisharebest1-1/+1
2012-03-25Replace $WT_IMAGES array of images with CSS.fisharebest1-1/+1
2012-03-24Replace $WT_IMAGES array of images with CSS.fisharebest1-1/+1
2012-03-06Message block calling htmlspecialchars() twice on user messagesfisharebest1-1/+1
2012-02-29Use HTML5 markup instead of PrintReady(), hasRTLText(), utf8_direction(), ↵fisharebest1-15/+8
etc. The browser will do a much faster and better job than we can. Unfortunately, only Webkit supports this at the moment. Presto and Gecko should support it soon. Trident support is unknown.
2012-01-05#912048 - %s in "%s messages" needs translationfisharebest1-1/+1
2011-12-21#902683 - HTML validationfisharebest1-1/+1
2011-12-12HTML validation - use html5-style for self-closing tags, instead of xhtml-stylefisharebest1-9/+9
2011-11-16Improve I18N textfisharebest1-2/+2