summaryrefslogtreecommitdiff
path: root/app/Theme
AgeCommit message (Expand)AuthorFilesLines
2019-01-01Happy 2019Greg Roach8-8/+8
2018-12-29Use illuminate/database for themeGreg Roach1-20/+22
2018-12-14Remove unused codeGreg Roach1-80/+0
2018-12-13SHOW_LDS_AT_GLANCE function hasn't worked for years and nobody noticed so rem...Greg Roach1-27/+0
2018-11-29Fix: #2000 - xref parameter missing from report menusGreg Roach1-3/+5
2018-11-18Prefer class-constants to global-constantsGreg Roach1-8/+10
2018-11-18Rename GedcomRecord::getFacts() to facts()Greg Roach1-4/+4
2018-11-18Rename GedcomRecord::getTree() to tree()Greg Roach1-7/+7
2018-11-18Rename GedcomRecord::getXref() to xref()Greg Roach1-4/+4
2018-11-18Rename Tree::getTitle() to title()Greg Roach1-2/+2
2018-11-18Rename Tree::getTreeName() to name()Greg Roach1-29/+29
2018-11-18Rename Tree::getTreeId() to id()Greg Roach1-5/+5
2018-10-14Unused importsGreg Roach2-3/+0
2018-10-12Remove deprecated function. Use symfony/http-foundation to detect URLs.Greg Roach2-2/+8
2018-10-08style-ciGreg Roach1-3/+3
2018-10-08Feedback from scrutinizer-ciGreg Roach1-4/+4
2018-10-08Feedback from scrutinizer-ciGreg Roach1-0/+51
2018-10-08CodeStyleGreg Roach1-0/+7
2018-10-08Unused importsGreg Roach1-17/+5
2018-10-08Apply fixes from StyleCI (#1949)Greg Roach1-5/+5
2018-10-08Unused codeGreg Roach1-207/+1
2018-10-08Strict-typesGreg Roach1-2/+2
2018-10-05Add declare(strict_types=1) to all PHP scriptsGreg Roach8-0/+16
2018-10-04Code styleGreg Roach1-19/+12
2018-10-04Code styleGreg Roach1-12/+19
2018-10-03I18N function parametersGreg Roach3-3/+3
2018-09-24Scrutinizer Auto-Fixes (#1929)Scrutinizer Auto-Fixer1-2/+2
2018-09-22Reduced if/else complexity, removed not require else conditions (#1866)Rico Sonntag7-148/+139
2018-09-16Fix: missing ged parameter on menu link to my pageGreg Roach1-1/+1
2018-08-30TypeHintsGreg Roach1-1/+1
2018-08-30PHPdocGreg Roach1-7/+7
2018-08-29Remove old codeGreg Roach1-16/+0
2018-08-27Use === null instead of is_null (#1855)Rico Sonntag1-1/+1
2018-08-27Fix some of PR #1864Greg Roach1-2/+2
2018-08-27Added PHP7 return types to methods according doc block (#1864)Rico Sonntag8-85/+85
2018-08-26Replace Filter::get() and Filter::post() with $requestGreg Roach1-4/+4
2018-08-22Remove dead codeGreg Roach6-115/+0
2018-08-19DeadCodeGreg Roach1-8/+0
2018-08-19CodeStyleGreg Roach2-1/+3
2018-08-19Dependency injectionGreg Roach2-3/+10
2018-08-19PHPDocGreg Roach1-1/+1
2018-08-19CodeStyleGreg Roach1-7/+2
2018-08-18CodeStyle - comments should not be used in the middle of linesGreg Roach6-45/+47
2018-08-13Settings are always strings - not nullsGreg Roach1-1/+1
2018-08-05Use views for iconsGreg Roach1-1/+1
2018-07-20CodeStyle - remove duplicationGreg Roach1-20/+17
2018-07-20Strict typingGreg Roach1-1/+1
2018-07-16Use PSR2 code styleGreg Roach8-2358/+2571
2018-07-15We no longer use the theme system for the administration themeGreg Roach1-86/+0
2018-07-15Escape menu URLs in one place onlyGreg Roach2-27/+27