Ghost/core/client/tpl
Gabor Javorszky 212711d896 Added package.js support for themes (and plugins)
Closes #2081
* Amended require-tree to populate availableThemes and availablePlugins to use full file names (`basename.ext`) as keys instead of just basename. This way `image.jpg`, `image.png`, `image.gif` won't overwrite the `image` key.
* Amended require-tree to allow package.json file parsing to return the contents of the file as json on the `package.json` key.
* settings api populates theme data `package` if it exists. Otherwise it assigns `false` to it
* `general.hbs` (salute) was reworked to if there is the package key on the theme is not false, it will use the `name` and `version` keys of that. You can break it by not having a `name` or `version` in the package.json file.
* Added error and warning messages for package.json file parse errors and misses
2014-02-13 23:57:58 +00:00
..
modals Adding messaging that deleting is permanent 2013-12-27 13:50:47 +00:00
settings Added package.js support for themes (and plugins) 2014-02-13 23:57:58 +00:00
forgotten.hbs Move styling from some elements from IDs to classes 2014-01-27 21:50:19 +00:00
list-item.hbs Markup & style fixes for post list statuses 2013-12-20 12:29:47 +00:00
login.hbs Move styling from some elements from IDs to classes 2014-01-27 21:50:19 +00:00
modal.hbs Add tooltip text to icons in admin section 2013-10-22 22:31:02 +01:00
notification.hbs Handling HTML in notifications 2013-09-15 18:19:56 +01:00
preview.hbs Get rid of old todos 2014-01-07 19:20:16 +01:00
reset.hbs Move styling from some elements from IDs to classes 2014-01-27 21:50:19 +00:00
signup.hbs Move styling from some elements from IDs to classes 2014-01-27 21:50:19 +00:00