0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-13 22:41:32 -05:00
ghost/core/client
Jacob Gable 4066d8c680 Ember settings/general
- Settings fixture that doesn't seem to work
- SettingsGeneralRoute with model function calling api
- SettingsGeneralModel with save method stubbed
- SettingsGeneralController with actions for save, uploadLogo and uploadCover
- Let ApplicationRoute handleValidationErrors
- Fix actions hash in controller and use bind-attr
- Refactor to use single SettingsModel
- Implement description word count
- Fix broken ajax reference by actually importing ajax method
- Refactor to use count-words helper
- Refactor isDatedPermalinks into controller
- Refactor the isDatedPermalinks to use a custom setter
- Remove isDatedPermalinks code from the model
2014-05-07 11:32:49 -05:00
..
assets Added fancy fade-in effect and autofocus to the login pages (signin, signup, forgotten, reset). 2014-04-08 00:02:54 +02:00
components Implement Notifications for Ember 2014-04-09 00:36:15 +00:00
controllers Ember settings/general 2014-05-07 11:32:49 -05:00
fixtures Ember settings/general 2014-05-07 11:32:49 -05:00
helpers Flesh out more of the Ember admin 2014-03-16 16:01:56 -04:00
initializers Implement Notifications for Ember 2014-04-09 00:36:15 +00:00
mixins Amend fixtures & put body classes in styleBody mixin 2014-03-09 15:30:54 +00:00
models Ember settings/general 2014-05-07 11:32:49 -05:00
routes Ember settings/general 2014-05-07 11:32:49 -05:00
templates Ember settings/general 2014-05-07 11:32:49 -05:00
utils Merge pull request #2472 from halfdan/ember-notifications-2417 2014-04-16 20:03:00 +01:00
views Specify itemView on the each helper rather than nesting a view helper. 2014-03-09 14:20:15 -07:00
app.js Merge pull request #2472 from halfdan/ember-notifications-2417 2014-04-16 20:03:00 +01:00
router.js Created ResetController. 2014-03-31 13:06:28 +02:00