summaryrefslogtreecommitdiff
path: root/index_edit.php
AgeCommit message (Expand)AuthorFilesLines
2017-07-14Review escapingGreg Roach1-1/+1
2017-06-18Modern browsers support RFC7231 - relative URLs in 30x responsesGreg Roach1-4/+4
2017-06-17jQuery-3, Bootstrap-4, FontAwesome-4.7, Select2-4, remove popup windowsGreg Roach1-242/+252
2017-03-222017Greg Roach1-1/+1
2016-12-23Code style - short array syntaxGreg Roach1-10/+10
2016-06-18Fix #909 - not all user-interfaces use 'click'Greg Roach1-2/+2
2016-01-30Update copyright yearGreg Roach1-1/+1
2016-01-05Tree names containing special charactersGreg Roach1-2/+2
2015-07-18Page title tag should be <h2>JustCarmen1-1/+1
2015-06-08PHPDocGreg Roach1-2/+1
2015-06-05Refactor includes/functions into classesGreg Roach1-4/+5
2015-05-31PSR-4Greg Roach1-0/+2
2015-05-30Code styleGreg Roach1-5/+4
2015-05-09Fix #559 - redirect after edit home page blocksGreg Roach1-22/+6
2015-04-26Replace Zend_Session with our own classGreg Roach1-8/+3
2015-04-03Fix #541 - redundant help textGreg Roach1-4/+0
2015-03-02Module APIGreg Roach1-1/+1
2015-02-16class Auth should be responsible for checking search enginesGreg Roach1-3/+2
2015-02-13PHPDocGreg Roach1-3/+4
2015-02-07Rename inconsistent method nameGreg Roach1-1/+1
2015-02-07Remove global $TEXT_DIRECTIONGreg Roach1-3/+2
2015-02-06Rename function for consistencyGreg 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-1/+4
2015-02-04PHPDoc for globalsGreg Roach1-0/+6
2015-02-02Refactor classes to use namespaces, as per PSR-4. Replace GPL2 with GPL3.Greg Roach1-62/+56
2015-01-31Combine WT_SERVER_NAME and WT_SCRIPT_PATH into WT_BASE_URLGreg Roach1-2/+2
2015-01-27Edit blocks - no longer a modalGreg Roach1-99/+134
2015-01-21Code quality - avoid @, exit() and die()Greg Roach1-2/+4
2015-01-18Scrutinizer Auto-FixesScrutinizer Auto-Fixer1-2/+2
2015-01-18Default constructors do not need parenthesesGreg Roach1-1/+1
2014-11-23Type (spacing) in English textGreg Roach1-2/+2
2014-11-23Simpler wording for reset-block instructionGreg Roach1-5/+5
2014-11-23Set default blocks for new user and allow users & admins to reset blocks to t...David Drury1-10/+28
2014-11-19Defensive programming - potentially uninitialised variablesGreg Roach1-21/+21
2014-11-08PHPDocGreg Roach1-1/+1
2014-10-06Whitespace changes to reduce merge conflicts with the assets branchGreg Roach1-1/+1
2014-08-14Import classes, per PSR autoloading standardsGreg Roach1-3/+5
2014-05-09Refactor global user functions into new User/Auth classesGreg Roach1-3/+3
2014-05-08DocBlock headers - fix mismatches with code and apply consistent formattingGreg Roach1-26/+30
2014-05-06Revert "Replace global user functions with WT_User class" - submitted to wron...Greg Roach1-3/+3
2014-05-06Replace global user functions with WT_User classGreg Roach1-3/+3
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-08Changing home/my page blocks fails for some usersGreg Roach1-0/+1
2013-11-30Typos in msgctxt strings for relationships. Consistent use of punctuationGreg Roach1-1/+1
2013-11-01Tidy up trailing whitespaceGreg Roach1-1/+1
2013-09-21Update language files. Tidy up some capitalisation in en_US.Greg Roach1-5/+5
2013-08-29New filter/validation functions for GET/POST variablesGreg Roach1-4/+4