summaryrefslogtreecommitdiff
path: root/modules_v3/clippings
AgeCommit message (Expand)AuthorFilesLines
2016-01-30Update copyright yearGreg Roach1-1/+1
2015-06-08PHPDocGreg Roach1-2/+1
2015-05-31PSR-4Greg Roach1-0/+2
2015-03-02Module APIGreg Roach2-1064/+1
2015-02-16class Auth should be responsible for checking search enginesGreg Roach1-5/+3
2015-02-11Combine import/uploadGreg Roach1-6/+6
2015-02-05Replace globals with tree propertiesGreg Roach1-2/+4
2015-02-05Replace globals with tree propertiesGreg Roach1-6/+7
2015-02-05Replace globals with tree propertiesGreg Roach1-1/+2
2015-02-05Namespaces should consist of both vendor and packageGreg Roach2-3/+3
2015-02-03Bad arguments to uasort in top 10 surnames blockGreg Roach1-2/+2
2015-02-03Add visibility to class members in clipping cartGreg Roach2-42/+47
2015-02-03Autoload includes/functions/*Greg Roach2-5/+0
2015-02-03Fix #1417286 - need new namespaces in sort callbacksGreg Roach1-1/+1
2015-02-02Refactor classes to use namespaces, as per PSR-4. Replace GPL2 with GPL3.Greg Roach2-216/+219
2015-01-31Combine WT_SERVER_NAME and WT_SCRIPT_PATH into WT_BASE_URLGreg Roach1-4/+4
2015-01-29Quotation marksGreg Roach1-1/+1
2015-01-28Use PHP function to set HTTP statusGreg Roach1-1/+1
2015-01-24Do not need exit() at the last line of codeGreg Roach1-5/+0
2015-01-24Add visual feedback for privacy settingsGreg Roach1-1/+1
2015-01-23Fix: pending changes block not shown when email disabled. Move more help tex...Greg Roach2-43/+4
2015-01-21CodestyleGreg Roach1-1/+1
2015-01-19HTML5Greg Roach1-6/+6
2015-01-18Merge pull request #377 from fisharebest/scrutinizer-patch-1Greg Roach1-1/+2
2015-01-18Scrutinizer Auto-FixesScrutinizer Auto-Fixer1-1/+2
2015-01-18WhitespaceGreg Roach1-17/+18
2015-01-18Scrutinizer Auto-FixesScrutinizer Auto-Fixer2-168/+168
2015-01-18Scrutinizer Auto-FixesScrutinizer Auto-Fixer1-5/+5
2015-01-18Default constructors do not need parenthesesGreg Roach1-4/+4
2015-01-18Comments after braces confuse scrutinizer's code-style analysis.Greg Roach2-2/+3
2014-12-05void function result used; tidy upGreg Roach2-46/+46
2014-12-05PHPDocGreg Roach2-16/+70
2014-12-04Remove unused globalsGreg Roach1-1/+1
2014-11-27PHPDocGreg Roach1-10/+10
2014-11-08PHPDocGreg Roach1-1/+1
2014-10-10Update .PO files. Fix some minor English grammar.Greg Roach1-1/+1
2014-10-06Whitespace changes to reduce merge conflicts with the assets branchGreg Roach1-5/+3
2014-10-05Split tree preference getter/setter into two separate functionsGreg Roach1-2/+2
2014-09-18Unused codeGreg Roach1-2/+2
2014-09-13Code style - method names and type-hintsGreg Roach2-50/+50
2014-08-28Use print_r() for debug onlyGreg 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-1/+3
2014-06-25Tidy up English punctuation, capitalisation, etc.Greg Roach1-1/+1
2014-06-21Capitalisation and punctuationGreg Roach2-17/+17
2014-06-17Autocomplete doesn't work on pages with data from multiple treesGreg Roach1-7/+8
2014-05-09Refactor global user functions into new User/Auth classesGreg Roach1-2/+3
2014-05-08DocBlock headers - fix mismatches with code and apply consistent formattingGreg Roach1-2/+2
2014-05-06Revert "Replace global user functions with WT_User class" - submitted to wron...Greg Roach1-3/+2
2014-05-06Replace global user functions with WT_User classGreg Roach1-2/+3