summaryrefslogtreecommitdiff
path: root/resources/views/layouts
AgeCommit message (Expand)AuthorFilesLines
2019-04-25CodeStyle - redundant semicolonsGreg Roach1-1/+1
2019-04-13Move route-not-found logic from controller to middlewareGreg Roach1-1/+1
2019-04-10Convert requests, middleware and reponses to use PSR-7, PSR-15 and PSR-17Greg Roach2-32/+47
2019-04-03Declare static closuresGreg Roach2-5/+5
2019-03-26Replace Bootstrap4 class with viewsGreg Roach1-3/+2
2019-03-12Fix: #2219 create a module to allow user css and jsGreg Roach1-10/+16
2019-03-12Add new module interface to allow CSS/JS/etc. to be added to the end of the <...Greg Roach2-2/+12
2019-03-03Fix: #2276, #2291 - chrome 72/73 has problems with bootstrap cardsGreg Roach2-3/+3
2019-03-02Use app() shortcutGreg Roach1-6/+6
2019-03-02Refactoring modules to remove dependency on Tree (allows earlier initialisati...Greg Roach1-5/+5
2019-02-09Working on CSS and iconsGreg Roach2-7/+6
2019-02-08Working on CSS and themesGreg Roach2-15/+6
2019-02-07Working on assetsGreg Roach2-10/+9
2019-02-06Favicon path in admin themeGreg Roach1-1/+1
2019-02-06WhitespaceGreg Roach1-5/+5
2019-02-06Fix: wrong quote in favicon linksGreg Roach1-1/+1
2019-02-06Fix: #1780 and #1123 - favicons and browseconfig.xmlGreg Roach1-3/+18
2019-01-31Refactor class User - use NULL-object pattern for guests and temporary users,...Greg Roach1-1/+0
2019-01-31Update default.phtml (#2168)Rico Sonntag1-3/+3
2019-01-30Create ModuleServiceGreg Roach1-2/+3
2019-01-30Converting themes to modulesGreg Roach1-7/+7
2019-01-28Convert page footers to modulesGreg Roach1-15/+2
2019-01-25Convert tracking and analytics functions into modulesGreg Roach1-1/+3
2019-01-22Rename chart interface apiGreg Roach1-1/+1
2018-11-18Prefer class-constants to global-constantsGreg Roach3-11/+16
2018-11-18Rename Tree::getTitle() to title()Greg Roach1-1/+1
2018-11-18Rename Tree::getTreeName() to name()Greg Roach1-1/+1
2018-10-12Use .phtml extension for template filesGreg Roach7-0/+0
2018-10-04Code styleGreg Roach7-264/+268
2018-08-05Use views for iconsGreg Roach1-1/+1
2018-07-19Add timestamp to JS files (for development, at least)Greg Roach2-4/+4
2018-07-15Move vendor stylesheets to layoutsGreg Roach2-0/+9
2018-07-15Administration themeGreg Roach1-2/+1
2018-07-14Fix: #1719 - update favorites modulesGreg Roach1-1/+1
2018-07-13The setup wizard has lost its stylingGreg Roach1-1/+1
2018-07-12Convert hit-counter to middleware, remove old code from themeGreg Roach1-1/+8
2018-05-31Fix: #1750 - double escaping in <title>Greg Roach1-1/+1
2018-05-20Fix: #1608 - default individual in menusGreg Roach1-1/+4
2018-05-10Missing comma breaks JSGreg Roach1-1/+1
2018-05-09Converting themes to viewsGreg Roach1-4/+64
2018-05-05Working on themes/layoutsGreg Roach1-7/+60
2018-05-05Move site-offline to new frameworkGreg Roach1-0/+66
2018-04-13Remove global Javascript variablesGreg Roach1-8/+0
2018-04-06Convert messaging to use http/controllers/viewsGreg Roach1-3/+2
2018-02-18Convert login/registration to http/controllerGreg Roach1-1/+1
2018-01-27Use views for reportsGreg Roach1-0/+20
2018-01-13Use views for genealogy objectsGreg Roach1-0/+5
2018-01-10View stacksGreg Roach1-2/+4
2018-01-10Add laravel blade-style 'stacks' to viewsGreg Roach1-0/+3
2018-01-02Use npm/webpack/babel/laravel-mix to manage and bundle assetsGreg Roach2-30/+10