Commit graph

462 commits

Author SHA1 Message Date
Kevin MacMartin
30191e8053 Replace --no-artisan with --no-db as artisan commands were still getting run and skipping the database stuff was the reason for that anyway 2020-01-07 20:59:13 -05:00
Kevin MacMartin
b6a95813e9 Remove the root key from the vue-router initialization as this no longer appears to do anything 2020-01-02 14:41:00 -05:00
Kevin MacMartin
b02ddfc860 Fix some issues with npm prune in the init.sh 2019-12-26 16:10:26 -05:00
Kevin MacMartin
f3003ff586 Fix dashboard create new item 2019-12-03 00:55:40 -05:00
Kevin MacMartin
74cebe30f5 Use the Dashboard canRegister function to determine whether the register function should be allowed instead of implementing the same logic twice 2019-12-03 00:11:44 -05:00
Kevin MacMartin
a9acd16507 Sync the traditional bootstrap package.json 2019-11-21 16:17:15 -05:00
Kevin MacMartin
4f25a19fd8 Pull in (null) updates from upstream laravel and sync commit, and update dependencies 2019-11-21 16:11:54 -05:00
Kevin MacMartin
54843cbdf2 Use the model_name to both check for a class and retrieve it 2019-11-18 16:01:36 -05:00
Kevin MacMartin
b54ad4ba28 Use the correct gsap include 2019-11-15 14:46:44 -05:00
Kevin MacMartin
964c6b9186 Pull in gsap-core instead of tweenmax 2019-11-15 14:28:08 -05:00
Kevin MacMartin
03d220fb1b Update dependencies and don't check to see if the .env file exists before generating a key as we've already stopped the script if this is the case 2019-11-15 14:21:23 -05:00
Kevin MacMartin
e3dcafc623 Move resources/assets content to resources to match upstream laravel 2019-11-14 21:14:53 -05:00
Kevin MacMartin
8b6f1e5111 Remove the bootstrap javascript from the public js as it makes more sense to include as needed 2019-11-14 21:07:47 -05:00
Kevin MacMartin
831860bf8a Only show the registration page if registration is enabled or the IP is set correctly, and pull in this update to the traditional-bootstrap 2019-11-14 21:04:01 -05:00
Kevin MacMartin
711ad82261 Only include the /register route if registration is enabled 2019-11-01 17:10:53 -04:00
Kevin MacMartin
6fe8e48c1e Upgrade laravel via composer dependencies 2019-11-01 16:55:44 -04:00
Kevin MacMartin
f7dec13812 Point a few other redirectTo values to the correct places 2019-10-31 17:27:49 -04:00
Kevin MacMartin
3a94d3ea48 Redirect to / when the intended url fails in the confirmpasswordcontroller 2019-10-31 17:25:52 -04:00
Kevin MacMartin
0b5da4bca9 Upgrade to laravel 6.4 2019-10-31 17:24:53 -04:00
Kevin MacMartin
af9b3ea026 Sync the traditional-bootstrap with the date picker update, and upgrade sortablejs by switching to npm 2019-10-14 21:32:11 -04:00
Kevin MacMartin
35cc8ac7cf Fix typo in strip-unit comment 2019-10-08 18:04:03 -04:00
Kevin MacMartin
67cbde0942 Don't bother adding px in the pxrem statements for container-max-widths 2019-09-29 23:25:53 -04:00
Kevin MacMartin
ab3803fe59 Don't include both the production and dev versions of vue when targeting one or the other 2019-09-28 01:50:06 -04:00
Kevin MacMartin
d96f37737a Fix variable name spelling 2019-09-20 15:10:25 -04:00
Kevin MacMartin
0e8e063f48 Use pxrem for container max widths 2019-09-19 20:56:09 -04:00
Kevin MacMartin
53e9abaa4a Update npm dependencies 2019-09-06 01:44:47 -04:00
Kevin MacMartin
7eb198555e Upgrade to laravel 6.0 2019-09-06 01:32:11 -04:00
Kevin MacMartin
306b2592d7 Update composer dependencies 2019-09-06 00:43:31 -04:00
Kevin MacMartin
41abe474f2 Update dependencies and remove the browsers option from autoprefixerSettings as this is now handled by .browserlistrc 2019-08-28 14:21:03 -04:00
Kevin MacMartin
fa9a9fd263 Don't append ":00" to the date now that we're using flatpickr 2019-07-17 01:21:00 -04:00
Kevin MacMartin
6237b500ff Replace pickadate with flatpickr so we can also pick time 2019-07-17 01:11:09 -04:00
Kevin MacMartin
7e629af810 Send a new instance of the model_class with the getModel function so the __constructor is run if one exists (allowing variable $dashboard_columns data) 2019-07-17 00:51:25 -04:00
Kevin MacMartin
c03d2fc659 Add the ability to declare a select with options that have different values and text 2019-07-17 00:21:28 -04:00
Kevin MacMartin
6e2fb122d4 Update the traditional bootstrap npm packages 2019-05-14 17:56:30 -04:00
Kevin MacMartin
14171a22b6 Rename px2rem to pxrem so it's easier to type frequently, add comments to both sass functions explaining what they do and how to use them, and don't include units where it's used so it's understood that it's not expected elsewhere (hopefully this makes it a bit less of a pain to type out) 2019-05-12 21:27:55 -04:00
Kevin MacMartin
422ecda483 Update dependencies 2019-05-11 00:12:27 -04:00
Kevin MacMartin
8dfb92fd2a Unfocus focused elements before changing the page to reset the tab order 2019-05-10 23:39:15 -04:00
Kevin MacMartin
9f8e83624a Use px2rem for px values other than border width and 0px for vertical/horizontal positioning to allow the site to be scaled by overriding the font size in html 2019-05-04 00:22:56 -04:00
Kevin MacMartin
419f4d8f48 Remove the unused es6-promise package from package.json 2019-05-03 18:26:43 -04:00
Kevin MacMartin
9c2d884c27 Move the base-font-size to app.scss and move the functions below that so _var.scss can use functions if necessary 2019-05-03 01:05:01 -04:00
Kevin MacMartin
2a959b471a Move the base-font-size from body to html as that's where rem is derived from 2019-05-03 00:56:40 -04:00
Kevin MacMartin
2066509c88 Update dependencies 2019-05-03 00:39:04 -04:00
Kevin MacMartin
6b3bbcc1a9 Use rem and a base size for fonts so we can globally change them if necessary 2019-05-03 00:32:48 -04:00
Kevin MacMartin
b19db9b709 Reset the error count on contact form submission success 2019-04-28 23:43:51 -04:00
Kevin MacMartin
63021ea93c Set contact and subscription table fields nullable and use bigIncrements for the contact, subscription and blog table ids 2019-04-28 23:37:58 -04:00
Kevin MacMartin
2a88427c2f Update the blog foreign key so it uses a bigInteger to match the use of bigIncrements for users 2019-04-17 17:29:40 -04:00
Kevin MacMartin
ed380f804f Add shrink-to-fit=no to the viewport 2019-04-03 17:11:34 -04:00
Kevin MacMartin
d36ae59e0c Rename the index blade to home to match its class and the vue component 2019-03-19 17:56:10 -04:00
Kevin MacMartin
4de990d086 Update the traditional bootstrap dependencies 2019-03-19 17:54:47 -04:00
Kevin MacMartin
27a0f38464 Update dependencies 2019-03-19 17:51:08 -04:00