summaryrefslogtreecommitdiff
path: root/app/Theme
AgeCommit message (Expand)AuthorFilesLines
2019-01-30Refactor themes into modulesGreg Roach8-1500/+0
2019-01-29Start converting themes into modulesGreg Roach3-60/+17
2019-01-29DeadCodeGreg Roach4-81/+4
2019-01-29DeadCodeGreg Roach1-128/+0
2019-01-28Convert page footers to modulesGreg Roach2-186/+0
2019-01-25Convert tracking and analytics functions into modulesGreg Roach2-145/+0
2019-01-24Refactoring module APIGreg Roach1-5/+5
2019-01-22Rename chart interface apiGreg Roach1-1/+1
2019-01-21Prepare to merge chart controllers into chart modulesGreg Roach1-1/+1
2019-01-21CodeStyleGreg Roach1-3/+3
2019-01-21DeadCodeGreg Roach2-33/+2
2019-01-21Use module system for core modulesGreg Roach1-551/+8
2019-01-20Working on #2120 - refactor modules: combine installed/enabled/allowed module...Greg Roach1-7/+14
2019-01-18Add support for illuminate/cache and refactor class UserGreg Roach1-3/+3
2019-01-04CodeStyleGreg Roach1-1/+1
2019-01-04Add visibility to constantsGreg Roach7-22/+22
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