Commit graph

162 commits

Author SHA1 Message Date
Kevin MacMartin
416f1760e9 Update composer dependencies 2016-05-02 22:47:42 -04:00
Kevin MacMartin
75d71c3fb5 Remove trailing blank line from the init script 2016-05-02 22:46:15 -04:00
Kevin MacMartin
ceb47b1c9c Don't enable the markdown editor spell checker as it requires 3rd party assets 2016-04-08 18:03:18 -04:00
Kevin MacMartin
16b08b7ee1 Unguard and reguard the database during the seeding process 2016-04-05 14:27:59 -04:00
Kevin MacMartin
b6c1544013 Replace laravel-elixir with pure gulp 2016-03-30 00:51:54 -04:00
Kevin MacMartin
6405748b88 Update the datatimepicker and tweak the gulpfile to reflect 2016-03-25 00:27:46 -04:00
Kevin MacMartin
4c98f84c33 Formatting tweak 2016-03-24 22:00:47 -04:00
Kevin MacMartin
734ba27c11 Close meta tag in the contact email 2016-03-19 17:43:20 -04:00
Kevin MacMartin
84b3000288 Set the default font through inheritance rather than * 2016-03-19 16:43:21 -04:00
Kevin MacMartin
9a7f8857c3 Move fonts to resources/assets/fonts, mark everything in public/fonts in the gitignore, and add a copy task for resources/assets/fonts/* to public/fonts 2016-03-19 16:03:32 -04:00
Kevin MacMartin
f42f5e5a16 Allow the livereload host to be set in the .env file 2016-03-19 15:31:28 -04:00
Kevin MacMartin
e0a1832d31 Update composer.json to comply with update to composer 2016-03-16 17:43:46 -04:00
Kevin MacMartin
bcb11e1b33 Fix edit-item in the dashboard 2016-03-15 00:09:58 -04:00
Kevin MacMartin
d352bfc78b Always run the version task again 2016-03-07 22:17:38 -05:00
Kevin MacMartin
1104798a3d Only run the version task on production and organize the gulpfile a bit better 2016-03-07 21:46:36 -05:00
Kevin MacMartin
e970fecf8e Revert accidental change from bootstrap to bootstrap-sass in the package.json, and update laravel-elixir to 5.x 2016-03-06 22:28:01 -05:00
Kevin MacMartin
aebdc5ddc9 Update gulp 2016-03-06 21:03:35 -05:00
Kevin MacMartin
f7f9d969de Only take artisan down and bring it back up at the beginning and end of the init.sh script if the vendor folder exists 2016-03-03 22:18:17 -05:00
Kevin MacMartin
79203673e8 Update the project description 2016-02-25 22:36:56 -05:00
Kevin MacMartin
89bbb153b2 Implement another solution to the PHP7 issue with variables referencing eloquent columns 2016-02-14 00:36:42 -05:00
Kevin MacMartin
bfd4ddf091 Remove shows, news and videos from the dashboard home, and add an entry to the readme explaining how to add models to the dashboard menu 2016-01-29 00:00:50 -05:00
Kevin MacMartin
77c9bf3c6a Add the sticky footer plugin, rip a lot of unnecessary styles out of the nav , add some better defaults to the nav, add some padding to the top of the body to space against the nav, give some default styles for the subscription box, and improve the contact page a bit 2016-01-28 22:28:05 -05:00
Kevin MacMartin
5a02de472d Resolve issue in the dashboard caused by PHP7 2016-01-28 16:40:42 -05:00
Kevin MacMartin
336de1cedb Redirect to /dashboard after the password has been reset 2016-01-27 22:19:27 -05:00
Kevin MacMartin
d113926f71 Use the MAIL_ADDRESS and SITE_NAME for the default mail address and name 2016-01-27 22:09:57 -05:00
Kevin MacMartin
cf2db67006 Fix some minor formatting issues 2016-01-27 15:24:21 -05:00
Kevin MacMartin
b27f76803f Don't import the non-existent 'classes' stylesheet in the dashboard stylesheet 2016-01-27 00:22:44 -05:00
Kevin MacMartin
79824835de Update + add in dashboard functionality, and document how to setup the dashboard in the readme 2016-01-26 23:20:08 -05:00
Kevin MacMartin
9bff17c34f Update to laravel 5.2 2016-01-03 23:55:13 -05:00
Kevin MacMartin
bc1bc55f13 Update composer dependencies to reflect laravel 5.2 2016-01-03 22:42:15 -05:00
Kevin MacMartin
4eb417b357 Add OpenSans Regular as the default font 2016-01-03 19:11:48 -05:00
Kevin MacMartin
392ffaf572 Implement contact form functionality 2016-01-03 19:08:53 -05:00
Kevin MacMartin
2fc22e6c9b Make the font more readable and remove the dependency on Google Fonts for the 'Be Right Back' page, and add a 404 (Page Not Found) error page 2015-12-13 05:07:41 -05:00
Kevin MacMartin
249fcb4f4b Improve the site-vars page regex 2015-12-12 22:34:00 -05:00
Kevin MacMartin
9191bf279a Label sections for stylesheet imports 2015-12-12 02:21:43 -05:00
Kevin MacMartin
6e01831430 Remove the rounded corners of the default nav style 2015-12-12 02:02:43 -05:00
Kevin MacMartin
6fe4d2d760 Remove the border from the default nav style 2015-12-12 01:38:44 -05:00
Kevin MacMartin
bdd3452749 Add a placeholder logo and favicon so it's apparent where they'll show up, add a light text colour to the less variables, and add more realistic default styling for the nav 2015-12-12 01:33:28 -05:00
Kevin MacMartin
558a966a99 Downgrade laravel elixir and revert to the upstream laravel-elixir-livereload (turns out elixir 4.x doesn't watch correctly) 2015-12-12 01:20:39 -05:00
Kevin MacMartin
18173df2af Update bootstrap and laravel-elixir, and use a fork of laravel-elixir-livereload that supports elixir 4.1.x 2015-12-11 23:50:20 -05:00
Kevin MacMartin
3063260f54 Update composer dependencies, add website name and description attributes to the environment file, add the laravel-head plugin and use it along with the site name and description attributes in the environment file to configure the website head element 2015-12-11 23:36:05 -05:00
Kevin MacMartin
d9af664393 Implement basic registration and logging in/out 2015-12-01 01:07:03 -05:00
Kevin MacMartin
ae031fd488 Enable session security measures and set the cookie name using a .env variable 2015-12-01 00:00:45 -05:00
Kevin MacMartin
7f04d74047 Include the less glob plugin so less files can be imported using wildcards 2015-11-30 23:40:49 -05:00
Kevin MacMartin
edd8c6f98d Only install production dependencies with init.sh 2015-11-30 23:19:48 -05:00
Kevin MacMartin
11ad1b6e05 Update laravel-elixir-livereload 2015-11-23 13:39:18 -05:00
Kevin MacMartin
d54d7aa565 Update elixir to 4.0.x 2015-11-23 13:28:53 -05:00
Kevin MacMartin
822c91c427 Don't error if php artisan down/up fails 2015-10-28 10:03:33 -04:00
Kevin MacMartin
917b28013a Update composer dependencies 2015-10-27 23:06:45 -04:00
Kevin MacMartin
d8adde18d9 Update laravel elixir 2015-10-27 22:27:38 -04:00