summaryrefslogtreecommitdiff
path: root/app/Media.php
AgeCommit message (Expand)AuthorFilesLines
2019-05-17PHPdocGreg Roach1-1/+0
2019-04-25Closures that do not use $this should be declared staticGreg Roach1-1/+1
2019-04-10Convert requests, middleware and reponses to use PSR-7, PSR-15 and PSR-17Greg Roach1-1/+2
2019-03-07Code style and testingGreg Roach1-7/+7
2019-03-05Dual type-hints upset vimeo/psalm, but are useful in PhpStormGreg Roach1-1/+2
2019-02-16Use Collection classGreg Roach1-1/+2
2019-02-16Rename functions getFoo() to foo() and return collections instead of arraysGreg Roach1-2/+2
2019-01-15Apply fixes from StyleCI (#2117)Greg Roach1-1/+1
2019-01-15Use Collection classGreg Roach1-9/+7
2019-01-12Move search functions to new SearchServiceGreg Roach1-1/+1
2019-01-11Simplify row-mappersGreg Roach1-5/+3
2019-01-08Use closures to DRY up codeGreg Roach1-0/+16
2019-01-07Use illuminate/databaseGreg Roach1-6/+5
2019-01-04Scrutinizer Auto-Fixes (#2097)Scrutinizer Auto-Fixer1-1/+1
2019-01-04Add visibility to constantsGreg Roach1-2/+3
2019-01-01Happy 2019Greg Roach1-1/+1
2018-12-29Use illuminate/database for GEDCOM recordsGreg Roach1-6/+5
2018-11-18Prefer class-constants to global-constantsGreg Roach1-1/+1
2018-11-18Rename GedcomRecord::getFacts() to facts()Greg Roach1-1/+1
2018-11-18Rename GedcomRecord::getTree() to tree()Greg Roach1-1/+1
2018-11-18Rename GedcomRecord::getXref() to xref()Greg Roach1-1/+1
2018-11-18Rename Tree::getTreeId() to id()Greg Roach1-1/+1
2018-11-18Rename Fact::getGedcom() to gedcom()Greg Roach1-1/+1
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