Commit graph

587 commits

Author SHA1 Message Date
Kevin MacMartin
0c6e3c60c7 Use the correct flexbox fix in the public template 2022-01-27 22:38:20 -05:00
Kevin MacMartin
dbc79e6617 Use Version::get() for the traditional bootstrap public template 2022-01-27 22:37:11 -05:00
Kevin MacMartin
d89a9a4df5 Update the package.json for the traditional bootstrap 2022-01-27 22:32:43 -05:00
Kevin MacMartin
b67a62e942 Update dependencies 2022-01-27 22:26:08 -05:00
Kevin MacMartin
5fbea3aa87 Remove the tinx directory 2021-12-20 15:47:29 -05:00
Kevin MacMartin
bd537c8ee6 Fix the DashboardModel saveFile function for seeders 2021-09-18 00:57:11 -04:00
Kevin MacMartin
afce4734c1 Allow the date picker to be configured without time 2021-09-17 17:46:50 -04:00
Kevin MacMartin
51d681af63 Make the dashboard textarea a bit taller 2021-09-05 17:45:58 -04:00
Kevin MacMartin
d6a281d397 Remove the underline from dashboard footer links 2021-08-04 16:49:57 -04:00
Kevin MacMartin
5393d352e7 Fix highlighting the settings page while inside it 2021-08-04 16:29:20 -04:00
Kevin MacMartin
2f2ba60186 Update to laravel 8.5.23 2021-08-03 17:15:07 -04:00
Kevin MacMartin
3335ca34c4 Sync up the traditional bootstrap web routes with the base ones 2021-08-02 16:35:14 -04:00
Kevin MacMartin
398b8ad1c0 Sync the traditional bootstrap package.json with the base one 2021-08-02 16:33:30 -04:00
Kevin MacMartin
8516092b1d Fix some of the library credit urls 2021-07-29 18:13:01 -04:00
Kevin MacMartin
f9a860a6d9 Replace the wavy-bg with a line bg to avoid having to include stuff that doesn't have the MIT license directly in the repo 2021-07-29 18:01:04 -04:00
Kevin MacMartin
8600797752 Improve the dashboard theme 2021-07-29 17:45:47 -04:00
Kevin MacMartin
e0ffe81e51 Don't allow navigating to dashboard pages for models that aren't listed in the menu 2021-07-29 17:37:33 -04:00
Kevin MacMartin
4abcbe879e Update composer and npm dependencies 2021-07-29 17:23:20 -04:00
Kevin MacMartin
2a615b75a7 Use a non-static function for getDashboardHeader so we can use getTable and not have to worry about sending the model, pull file and image saving and deletion into the dashboard model so it can be used by seeders and other things, allow filetype to be specified for images so more than just jpg is possible, if the image filetype isn't svg also save a webp version of a given image, add a dashboard model method to get the uploads path so we aren't hard-coding that to one degree or another in a whole bunch of places, allow a max width and/or height to be specified for image uploads to avoid giant images, don't send unnecessary parameters from the back-end to the front-end and through the api back to the back-end, add the ability to show error text to the dashboard alert model, show an error if a file of an incorrect type is uploaded, add webp suport detection logic to the vue-based front end as well as a method that selects the appropriate format of image (falling back on the provided format) 2021-07-29 16:40:55 -04:00
Kevin MacMartin
2a5d046e2c Remove app.css that had been incorrectly generated in the wrong place 2021-07-29 15:41:14 -04:00
Kevin MacMartin
35b8cdd169 Remove the xxxl and xxxxl container max widths rather than setting them to almost the same 2021-07-20 22:00:03 -04:00
Kevin MacMartin
20c2d9fb47 Set the same container max width for xxl xxxl and xxxxl since the last two will be bumped up by the font-size 2021-07-20 13:01:07 -04:00
Kevin MacMartin
9924246966 Also highlight the active dashboard nav section when editing an item 2021-07-18 14:35:44 -04:00
Kevin MacMartin
79a3079e41 Fix the dashboard current_page variable 2021-07-15 14:01:01 -04:00
Kevin MacMartin
e7643992b1 Reset the state correctly if a dashboard modal is cancelled with the escape button 2021-07-13 18:06:46 -04:00
Kevin MacMartin
f2ba9d2a1b Update the traditional bootstrap deps and use bootstrap 5 2021-05-21 22:36:30 -04:00
Kevin MacMartin
03963f56b9 Update to bootstrap 5 2021-05-21 22:33:55 -04:00
Kevin MacMartin
9c7cbc2148 Update dependencies 2021-05-06 13:05:38 -04:00
Kevin MacMartin
afdf63710f Use Mr Hope's gulp-sass 2021-05-06 13:01:52 -04:00
Kevin MacMartin
490bebbf30 Fix the location of the sortable script 2021-04-20 21:24:42 -04:00
Kevin MacMartin
ee8c0f52f7 Update npm dependencies 2021-04-20 17:18:26 -04:00
Kevin MacMartin
03697178ee Update to laravel 8.5.16 2021-04-20 17:11:13 -04:00
Kevin MacMartin
06235fb952 Use rem for the container-max-widths 2021-04-16 22:15:38 -04:00
Kevin MacMartin
b222ba04bf Remove project-specific list exceptions 2021-04-08 23:33:27 -04:00
Kevin MacMartin
1c5c214e44 Re-add the $namespace property to the RouteServiceProvider 2020-12-09 16:20:27 -05:00
Kevin MacMartin
ecda451890 Pull in the upstream changes to sync up with 8.4.4 2020-12-09 16:00:01 -05:00
Kevin MacMartin
64dfd30725 Update composer dependencies 2020-12-09 15:27:21 -05:00
Kevin MacMartin
d78c06867d Update dependencies and make some changes to keep things working with the newer versions of things 2020-12-07 00:06:20 -05:00
Kevin MacMartin
f7a188c1e2 Update dependencies 2020-09-10 22:09:29 -04:00
Kevin MacMartin
f7b90b4826 Tweak the composer versions 2020-08-19 16:35:06 -04:00
Kevin MacMartin
694a4340e2 Update npm dependencies 2020-08-19 15:20:24 -04:00
Kevin MacMartin
17e7635f76 Upgrade to laravel 7.25.0 2020-08-19 14:50:33 -04:00
Kevin MacMartin
4e125a57bd Upgrade to 7.12.0 2020-07-23 16:12:26 -04:00
Kevin MacMartin
999f4d3a68 Add cache busting to the traditional bootstrap gulpfile 2020-07-22 00:52:29 -04:00
Kevin MacMartin
0fa1663c1d Fix missing icons in the dashboard 2020-04-29 00:36:25 -04:00
Kevin MacMartin
8849b13296 Use bigIncrements for ids again because the new id function doesn't appear to work 2020-04-29 00:04:39 -04:00
Kevin MacMartin
82ebdbbc2e Use an if rather than an && for the artisan up of the init.sh script so it doesn't return a fail 2020-04-24 23:47:30 -04:00
Kevin MacMartin
65bc4d8f4b Replace the CACHE_BUST in the init with a gulp-managed one so we can update the value with gulp watch 2020-04-24 22:09:23 -04:00
Kevin MacMartin
a063aaa1a1 Get blog tags working again 2020-04-24 14:56:57 -04:00
Kevin MacMartin
12a5e6b19b Remove the blog help text as it was for the comma-separated tagging system 2020-04-24 01:48:37 -04:00