summaryrefslogtreecommitdiff
path: root/resources/views/layouts
AgeCommit message (Expand)AuthorFilesLines
2020-09-17Fix: #3513 - setup wizard needs a cache (before it is normally initialised)Greg Roach1-1/+1
2020-08-08Use bootstrap container breakpointsGreg Roach5-7/+7
2020-06-25Fix: #1384, fix #3375 - replace wheelzoom with pinch-zoom-elementGreg Roach1-2/+2
2020-06-20Fix: #3368 - use PHP class basenames for CSS class namesGreg Roach2-25/+31
2020-04-17Remove legacy faviconsGreg Roach1-9/+3
2020-04-09Fix: #3169, Fix: #2847 - redirect to home page after logoutGreg Roach1-1/+1
2020-02-15Add custom meta-description tag for individual pagesGreg Roach1-3/+1
2020-01-24Add missing aria role 'menuitem' and convert to view.Greg Roach1-2/+2
2020-01-20Add the entire route to the request, not just the nameGreg Roach2-2/+2
2020-01-18Replace batch-update with data-fix modules. Add data-fix for _PRIM tags. Fixe...Greg Roach1-1/+1
2019-12-03Apply PSR12 code style to templatesGreg Roach4-7/+21
2019-12-02Fix: #2813 - Safari doesn't like bootstrap cards. See also #2291Greg Roach1-1/+1
2019-12-01Fix: #2804 - colorbox icons and stylingGreg Roach1-10/+30
2019-11-11Simplify access to current localeGreg Roach7-15/+29
2019-10-28Add a default site.webmanifest fileGreg Roach1-0/+2
2019-10-25Remove global constant WT_LOCALE and store LocaleInterface in the requestGreg Roach2-3/+5
2019-10-23Fix; #2664 - Refactor reports to use POST/GET and request handlersGreg Roach1-1/+1
2019-10-22Fix: #2677 - quick-search is now a POST actionGreg Roach1-0/+1
2019-10-21Fix: #2665 - Use POST+GET on search formsGreg Roach1-3/+2
2019-10-19Fix: #2650 - cannot change language from control panelGreg Roach1-1/+2
2019-10-14Working on routingGreg Roach1-1/+2
2019-10-10Working on routingGreg Roach1-3/+3
2019-10-10Logout should only be a POST actionGreg Roach1-1/+1
2019-10-09Fix: #2607 - site logs don't work with new routingGreg Roach1-1/+1
2019-10-07Named routesGreg Roach1-1/+2
2019-10-06Use aura/routerGreg Roach2-2/+2
2019-10-06Working on routingGreg Roach1-1/+1
2019-10-05Change signature for Footer modules - give them access to the requestGreg Roach1-1/+1
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