Ghost/ghost/admin/tests/unit
Kevin Ansfield 0abe447551 theme management UI
refs https://github.com/TryGhost/Ghost/issues/7204, requires https://github.com/TryGhost/Ghost/pull/7209

- replaces theme dropdown with a table
- adds theme upload modal
    - validates theme mime type
    - prevents upload of `casper.zip` (default Casper theme can't be overwritten)
    - warns if an upload will overwrite an existing theme
    - gives option of immediately activating the uploaded theme or closing after successful upload
- adds theme activation link/action
- adds theme download link/action
- adds theme deletion modal
    - warns about no undo possibility
    - offers possibility to download theme
- modifies mirage config to handle theme changes
2016-08-23 12:42:38 +01:00
..
components fix cross-browser support (#164) 2016-08-06 09:04:06 +02:00
controllers theme management UI 2016-08-23 12:42:38 +01:00
helpers convert ember imports to ember-cli-shim imports where possible (#95) 2016-06-30 11:21:47 +01:00
mixins Introducing Concurrency (#147) 2016-08-11 07:58:38 +01:00
models convert ember imports to ember-cli-shim imports where possible (#95) 2016-06-30 11:21:47 +01:00
routes Improve uploader tests + test subscribers CSV import 2016-05-27 13:34:31 +01:00
serializers Renaming date properties to contain UTC 2016-06-17 11:09:21 +02:00
services theme management UI 2016-08-23 12:42:38 +01:00
transforms convert ember imports to ember-cli-shim imports where possible (#95) 2016-06-30 11:21:47 +01:00
utils Update package.json details, rename module to ghost-admin 2016-06-03 16:12:54 +01:00
validators fix cross-browser support (#164) 2016-08-06 09:04:06 +02:00
.gitkeep Ember init, bower deps, es6 modules 2015-03-11 12:37:41 -06:00