Commit graph

412 commits

Author SHA1 Message Date
Kevin MacMartin
d388b02903 Update babel-preset-es2015 and add debug stripping support to the gulpfile 2016-08-29 15:49:35 -04:00
Kevin MacMartin
6074935742 Pull in the latest laravel updates 2016-08-28 20:33:46 -04:00
Kevin MacMartin
ce009c74dd Pull in latest laravel upstream changes 2016-08-24 12:09:21 -04:00
Kevin MacMartin
81842245d1 Use units for the nav height calc 2016-08-23 22:54:11 -04:00
Kevin MacMartin
780114ba60 Pull in the latest updates from upstream laravel master branch 2016-08-23 22:46:13 -04:00
Kevin MacMartin
6c6556233d Revert "Pull in the latest updates from upstream laravel"
This reverts commit 5ee5f1d94d.
2016-08-23 22:43:15 -04:00
Kevin MacMartin
5ee5f1d94d Pull in the latest updates from upstream laravel 2016-08-23 22:34:27 -04:00
Kevin MacMartin
d295cf83f1 Run livereload on changes to php files in the routes folder 2016-08-23 22:32:16 -04:00
Kevin MacMartin
5cf20c3424 Pull in changes from laravel upstream 2016-08-22 14:34:21 -04:00
Kevin MacMartin
3788e412d5 Pull in changes from laravel upstream 2016-08-20 18:49:30 -04:00
Kevin MacMartin
fa6ebd134f Fix dashboard CSV export 2016-08-19 19:44:30 -04:00
Kevin MacMartin
d5179305b5 Add a file containing the laravel commit hash for reference in future updates 2016-08-19 19:21:20 -04:00
Kevin MacMartin
8c922a9717 Remove laravelcollective/bus as this isn't required for 5.3 2016-08-19 19:04:54 -04:00
Kevin MacMartin
f82f9d130e Update composer dependencies, update laravel-excel, add get logout route, and replace Route::controller instance with pure routes 2016-08-19 18:50:08 -04:00
Kevin MacMartin
ec186a4edb Make a few additional changes that were missed before 2016-08-19 16:54:28 -04:00
Kevin MacMartin
21c62e37e4 Update to laravel 5.3 base 2016-08-19 16:38:49 -04:00
Kevin MacMartin
329027891c A bit more cleanup 2016-08-19 00:33:12 -04:00
Kevin MacMartin
38e3b02d9e Remove blank line 2016-08-19 00:29:31 -04:00
Kevin MacMartin
4d4a717afe Clean up formatting on the User model 2016-08-16 22:00:39 -04:00
Kevin MacMartin
bac290877e Update composer dependencies 2016-08-16 19:58:24 -04:00
Kevin MacMartin
9eff03d0ce Update node dependencies 2016-08-16 19:58:04 -04:00
Kevin MacMartin
68adeae84b Move the gulp modernizr task to just above the watch task and fix the dashboard includes 2016-08-16 19:47:29 -04:00
Kevin MacMartin
5091f95475 Convert less to scss and make the required changes to support that 2016-08-16 19:33:02 -04:00
Kevin MacMartin
eeeac52dbe Collapse the dashboard table much more quickly 2016-08-05 15:23:45 -04:00
Kevin MacMartin
19ca138bb8 Formatting tweak 2016-08-05 14:41:02 -04:00
Kevin MacMartin
be7331fe20 Use better description for the contact controller mail comment 2016-08-05 14:19:17 -04:00
Kevin MacMartin
c7e93038c2 More formatting 2016-08-02 22:59:39 -04:00
Kevin MacMartin
49fd2951bb Formatting 2016-08-02 22:58:40 -04:00
Kevin MacMartin
ab1e828421 Formatting in the nav 2016-08-02 22:55:30 -04:00
Kevin MacMartin
753a169c74 Clean up formatting in the models 2016-08-02 22:43:15 -04:00
Kevin MacMartin
e61a1f5558 Update composer dependencies and change fontawesome path to the new hyphen-free version 2016-08-01 23:02:16 -04:00
Kevin MacMartin
3d4fa3761d Fix bower name, update bower dependencies, and use unminified versions of libraries where they appear to be equivalent 2016-08-01 22:38:22 -04:00
Kevin MacMartin
95ace0f897 Update npm packages 2016-08-01 21:58:16 -04:00
Kevin MacMartin
5f836e518f Fix linter issues and update variable declarations to es6 in the js 2016-08-01 21:26:54 -04:00
Kevin MacMartin
f07402573e Remove the require for less-plugin-autoprefix from the gulpfile 2016-06-30 13:48:46 -04:00
Kevin MacMartin
e0dabef2a7 Update composer dependencies 2016-06-27 16:27:54 -04:00
Kevin MacMartin
59a12716e0 Update composer dependencies 2016-06-23 15:50:04 -04:00
Kevin MacMartin
8f9af25d39 Explicitly set jquery 2.x to avoid incompatibility with bootstrap 2016-06-21 13:55:34 -04:00
Kevin MacMartin
bd4fcd53b8 Add babel with es2015 support, use const in the gulpfile, update npm dependencies, and configure modernizr to include classes 2016-06-21 13:52:52 -04:00
Kevin MacMartin
4f13135f97 Use pure autoprefixer and support the last 6 browser versions 2016-06-21 13:40:21 -04:00
Kevin MacMartin
a9d46982be Add editor config to the repo 2016-06-16 23:08:23 -04:00
Kevin MacMartin
3ce19f871c Implement cache busting for javascript and css assets 2016-06-01 22:59:52 -04:00
Kevin MacMartin
a824c12669 Don't include public/build in the .gitignore anymore as it's created by laravel elixir 2016-05-30 19:14:52 -04:00
Kevin MacMartin
d60f40fa82 Remove the modernizr task from the gulp default task and add it into init.sh following gulp --production so it always runs after assets are generated 2016-05-25 15:44:42 -04:00
Kevin MacMartin
2cab3c0ac0 Only use modernizr for public css and js and only load it on the public site 2016-05-23 23:16:04 -04:00
Kevin MacMartin
fac4956851 Add missing equals to the modernizr include 2016-05-23 22:41:04 -04:00
Kevin MacMartin
18660feac1 Update the gulpfile to reflect eslint requirements, use separate dashboard and public libraries, and add a modernizr task that accounts for included features 2016-05-23 22:35:33 -04:00
Kevin MacMartin
c4538a06eb Add an option-select option to the set of available form items in the dashboard edit item page and document its use in the readme 2016-05-18 20:05:14 -04:00
Kevin MacMartin
ebbec6119b Add webkit-overflow-scrolling: touch to the body and html elements 2016-05-07 17:47:23 -04:00
Kevin MacMartin
58729bc048 Remove the word "Copyright" before the copyright symbol 2016-05-07 17:13:48 -04:00