summaryrefslogtreecommitdiff
path: root/resources/views/layouts/default.phtml
AgeCommit message (Expand)AuthorFilesLines
2023-04-03Replace illuminate/container with our own simpler containerGreg Roach1-7/+8
2022-12-13Add icons for database and serverGreg Roach1-5/+5
2022-11-25Reduce speed of colorbox slideshowGreg Roach1-0/+1
2022-09-12Fix: #4553 - route names when not class names give errorGreg Roach1-1/+1
2022-09-06CodeStyleGreg Roach1-1/+3
2022-08-25CodeStyleGreg Roach1-1/+1
2022-06-20Fix: webmanifest.json not working with HTTP basic authGreg Roach1-1/+1
2022-05-19Fix: #4389 - move the CSRF token to the end of all forms, so we can detect tr...Greg Roach1-6/+6
2022-02-23Update and use Validation classGreg Roach1-1/+2
2022-02-04A11Y - aria-label for search buttonGreg Roach1-1/+1
2022-02-02Add PHP 8.1 to the test matrixGreg Roach1-1/+1
2022-01-27Remove PHPDebugBar - not compatible with PHP8 and not being updatedGreg Roach1-5/+0
2021-08-18Upgrade Bootstrap from 4 to 5. Fixes: #3673. Fixes: #3400.Greg Roach1-10/+6
2021-05-23Fix faviconsGreg Roach1-2/+4
2021-05-23Fix faviconsGreg Roach1-1/+2
2021-05-23Fix: #3902 - remove transparent background for apple-touch-icon.pngGreg Roach1-2/+2
2021-05-23Fix: #3902 - remove transparent background for apple-touch-icon.pngGreg Roach1-7/+2
2020-08-08Use bootstrap container breakpointsGreg Roach1-3/+3
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 Roach1-23/+30
2020-04-17Remove legacy faviconsGreg Roach1-9/+3
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 Roach1-1/+1
2019-12-03Apply PSR12 code style to templatesGreg Roach1-3/+9
2019-12-01Fix: #2804 - colorbox icons and stylingGreg Roach1-10/+30
2019-11-11Simplify access to current localeGreg Roach1-2/+1
2019-10-28Add a default site.webmanifest fileGreg Roach1-0/+2
2019-10-25Remove global constant WT_LOCALE and store LocaleInterface in the requestGreg Roach1-1/+2
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-10Working on routingGreg Roach1-3/+3
2019-10-09Fix: #2607 - site logs don't work with new routingGreg Roach1-1/+1
2019-10-06Use aura/routerGreg Roach1-1/+1
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-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 Roach1-30/+42
2019-04-03Declare static closuresGreg Roach1-3/+3
2019-03-26Replace Bootstrap4 class with viewsGreg Roach1-3/+2
2019-03-12Add new module interface to allow CSS/JS/etc. to be added to the end of the <...Greg Roach1-1/+4
2019-03-03Fix: #2276, #2291 - chrome 72/73 has problems with bootstrap cardsGreg Roach1-2/+1
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 Roach1-6/+5
2019-02-08Working on CSS and themesGreg Roach1-8/+3
2019-02-07Working on assetsGreg Roach1-4/+4
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