summaryrefslogtreecommitdiff
path: root/app/Media.php
AgeCommit message (Expand)AuthorFilesLines
2018-11-18Rename Fact::getTarget() to target()Greg Roach1-1/+1
2018-11-18Rename Fact::getValue() to value()Greg Roach1-1/+1
2018-10-14Strict-typesGreg Roach1-1/+1
2018-10-09Prefer assertions to assumptionsGreg Roach1-6/+8
2018-10-05Add declare(strict_types=1) to all PHP scriptsGreg Roach1-0/+2
2018-09-23Type mismatch errorsGreg Roach1-1/+1
2018-09-22Reduced if/else complexity, removed not require else conditions (#1866)Rico Sonntag1-4/+4
2018-09-22PHPdoc, types, etc.Greg Roach1-3/+3
2018-08-30PHPdocGreg Roach1-0/+2
2018-08-27Added PHP7 return types to methods according doc block (#1864)Rico Sonntag1-3/+3
2018-07-16Use PSR2 code styleGreg Roach1-159/+170
2018-07-09Remove globalsGreg Roach1-1/+1
2018-01-20Refactor to improve PHPdoc / type hinting / code analysisGreg Roach1-0/+23
2018-01-13Use views for genealogy objectsGreg Roach1-1/+1
2018-01-07Happy new year - 2018Greg Roach1-1/+1
2018-01-06Remove unused importsGreg Roach1-1/+0
2017-12-11Better logic for names of media objects with multiple media filesGreg Roach1-0/+2
2017-12-09Name for MEDIA FIXUP optionGreg Roach1-0/+27
2017-12-02Working on media handlingGreg Roach1-346/+1
2017-11-29Working on multiple media filesGreg Roach1-27/+33
2017-11-27Working on multiple media filesGreg Roach1-5/+11
2017-11-27Importing new media filesGreg Roach1-3/+5
2017-11-26Add more support for multiple files per media objectGreg Roach1-26/+30
2017-11-19Use maximebf/debugbar for developmentGreg Roach1-0/+4
2017-11-03CodeStyle - spacing/alignmentGreg Roach1-8/+8
2017-10-09Title attribute not needed on imagesGreg Roach1-1/+0
2017-10-09Update colorbox/wheelzoom to the latest versionsGreg Roach1-1/+7
2017-09-09Fix #1310 Remove _PRIM tagGreg Roach1-13/+0
2017-07-16Broken link on album tabGreg Roach1-9/+1
2017-07-13Unused codeGreg Roach1-13/+1
2017-07-13Full sized images in HTML reportsGreg Roach1-12/+14
2017-07-13Report parameters, remove old codeGreg Roach1-10/+1
2017-07-12Report imagesGreg Roach1-91/+17
2017-07-11Prepare to remove class FilterGreg Roach1-2/+2
2017-07-02Use external media images as their own thumbnailGreg Roach1-9/+13
2017-07-02Use glide/intervention to generate thumbnail imagesGreg Roach1-110/+66
2017-03-26video/mp4Greg Roach1-0/+2
2017-03-082017Greg Roach1-1/+1
2017-01-04Fix #1168 - error handling for getimagesize()Greg Roach1-20/+24
2016-12-23Code style - short array syntaxGreg Roach1-8/+8
2016-04-12Scrutinizer Auto-FixesScrutinizer Auto-Fixer1-1/+1
2016-04-02Add error message to logGreg Roach1-1/+1
2016-01-30Update copyright yearGreg Roach1-1/+1
2015-09-12URL/HTMLGreg Roach1-1/+1
2015-06-08PHPDocGreg Roach1-9/+41
2015-06-05Refactor includes/functions into classesGreg Roach1-2/+4
2015-06-02Code style - getters/setters, PHPDoc, TODOGreg Roach1-10/+11
2015-06-01Prefer self/static to class nameGreg Roach1-21/+0
2015-05-30Code styleGreg Roach1-21/+21
2015-05-11Performance - automatically re-use all prepared statementsGreg Roach1-8/+7