summaryrefslogtreecommitdiff
path: root/admin_media.php
AgeCommit message (Expand)AuthorFilesLines
2015-06-08PHPDocGreg Roach1-2/+1
2015-06-05Refactor includes/functions into classesGreg Roach1-2/+3
2015-06-04Code style - usused variableGreg Roach1-1/+0
2015-06-02Code style - getters/setters, PHPDoc, TODOGreg Roach1-1/+1
2015-05-31PSR-4Greg Roach1-0/+3
2015-05-30Code styleGreg Roach1-10/+12
2015-05-30PHP-CS-FIXER, PSR-2 (mostly!)Greg Roach1-1/+1
2015-04-26Replace Zend_Session with our own classGreg Roach1-3/+0
2015-03-24Consistent code layoutGreg Roach1-1/+1
2015-03-21Scrutinizer Auto-FixesScrutinizer Auto-Fixer1-4/+4
2015-03-14Use bootstrap markup in admin-mediaGreg Roach1-32/+15
2015-03-09Use Tree object instead of ID/nameGreg Roach1-3/+3
2015-03-02PSR-1Greg Roach1-1/+1
2015-03-02Module APIGreg Roach1-1/+1
2015-02-26Cannot delete some recordsGreg Roach1-2/+2
2015-02-09Error handlingGreg Roach1-19/+26
2015-02-07Rename inconsistent method nameGreg Roach1-1/+1
2015-02-07Remove global $TEXT_DIRECTIONGreg Roach1-3/+2
2015-02-06Unused codeGreg Roach1-3/+3
2015-02-05#1416748 - In Manage media admin_media white texts on light backgroundGreg Roach1-5/+12
2015-02-05Use tree objects instead of idsGreg Roach1-1/+1
2015-02-05Namespaces should consist of both vendor and packageGreg Roach1-1/+1
2015-02-04Use named placeholders for offset/limit parametersGreg Roach1-9/+10
2015-02-04Use named placeholders for offset/limit parametersGreg Roach1-59/+69
2015-02-03Autoload includes/functions/*Greg Roach1-1/+0
2015-02-02Refactor classes to use namespaces, as per PSR-4. Replace GPL2 with GPL3.Greg Roach1-103/+103
2015-01-31Combine WT_SERVER_NAME and WT_SCRIPT_PATH into WT_BASE_URLGreg Roach1-1/+1
2015-01-29EnglishGreg Roach1-2/+2
2015-01-26HTML validation and tidy upGreg Roach1-1/+2
2015-01-26Add a11y links for keyboard users. Rename 'admin pages' to 'Control panel'Greg Roach1-1/+1
2015-01-24Add visual feedback for privacy settingsGreg Roach1-1/+1
2015-01-21Code quality - avoid @, exit() and die()Greg Roach1-2/+4
2015-01-19HTML5Greg Roach1-55/+64
2015-01-18Default constructors do not need parenthesesGreg Roach1-1/+1
2015-01-18Scrutinizer Auto-FixesScrutinizer Auto-Fixer1-39/+39
2015-01-17New theme system and admin interfaceGreg Roach1-71/+78
2014-11-19Consistent capitalization of function names. Deprecated functions.Greg Roach1-3/+3
2014-11-18Merge some menu changes from the theme branchGreg Roach1-8/+7
2014-10-24Do not use functions in loop conditionsGreg Roach1-12/+12
2014-10-21PHPDocGreg Roach1-2/+2
2014-10-06Whitespace changes to reduce merge conflicts with the assets branchGreg Roach1-1/+1
2014-09-21PHPDocGreg Roach1-13/+67
2014-09-21Creating media object from unused media file ignores folderGreg Roach1-1/+1
2014-09-18Use WT_DBStatement->fetchOne() in preference to PDOStatement->fetchColumn()Greg Roach1-4/+4
2014-09-14Cleanup - remove dead/commented codeGreg Roach1-4/+1
2014-08-14Import classes, per PSR autoloading standardsGreg Roach1-1/+3
2014-05-09Refactor global user functions into new User/Auth classesGreg Roach1-1/+1
2014-05-03Upgrade datatables from 1.9.4 to 1.10.0Greg Roach1-73/+75
2014-04-14#1302465 - MySQL wildcards need to be escaped when searching for media filesGreg Roach1-7/+25
2014-04-01Remove unreachable codeGreg Roach1-6/+0