framework/views
Toby Zerner 0e73785498
Frontend refactor (#1471)
Refactor Frontend + Asset code

- Use Laravel's Filesystem component for asset IO, meaning theoretically
  assets should be storable on S3 etc.

- More reliable checking for asset recompilation when debug mode is on,
  so you don't have to constantly delete the compiled assets to force
  a recompile. Should also fix issues with locale JS files being
  recompiled with the same name and cached.

- Remove JavaScript minification, because it will be done by Webpack
  (exception is for the TextFormatter JS).

- Add support for JS sourcemaps.

- Separate frontend view and assets completely. This is an important
  distinction because frontend assets are compiled independent of a
  request, whereas putting together a view depends on a request.

- Bind frontend view/asset factory instances to the container (in
  service providers) rather than subclassing. Asset and content
  populators can be added to these factories – these are simply objects
  that populate the asset compilers or the view with information.

- Add RouteHandlerFactory functions that make it easy to hook up a
  frontend controller with a frontend instance ± some content.

- Remove the need for "nojs"

- Fix cache:clear command

- Recompile assets when settings/enabled extensions change
2018-06-30 12:31:12 +09:30
..
error Move view logic into middleware 2017-11-29 22:25:57 +10:30
frontend Frontend refactor (#1471) 2018-06-30 12:31:12 +09:30
install Remove MySQL port field from visual installer 2017-07-22 11:32:07 +09:30
layouts Add a "return home" link to 404 errors 2017-11-29 13:23:25 +10:30
log-out.blade.php Generate URL in the controller instead of the view 2017-11-29 22:20:06 +10:30
reset-password.blade.php Fix class name 2018-01-01 10:34:19 +10:30