Ghost/core/client
Robert Jackson 3cf9034c90 Cleanup CodeMirror shortcuts.
* Add titleize utility function.
  * Capitalizes first word.
  * Capitalizes all words not contained in simple article/conjunction
    list.
* Enable shortcuts for `uppercase`, `lowercase`, and `titlecase`.
* Fix header shortcuts
  * Ensure that header shortcuts do not duplicate text.
  * Make headers idempotent (pressing `ctrl+alt+1` then
    `ctrl+alt+2` does not make `# # # blah`.
2014-07-31 10:53:13 -04:00
..
adapters Get Ember Admin ready for production 2014-07-22 22:33:49 +00:00
assets Move image upload to API 2014-07-15 12:40:14 +02:00
components Add User Role Dropdown 2014-07-30 17:59:14 -06:00
controllers custom slugging capabilities for individual user pages 2014-07-31 08:14:22 -04:00
helpers Add XSS prevention 2014-07-27 23:03:01 +02:00
html New HTML email template 2014-07-07 22:47:34 +02:00
initializers Add User Role Dropdown 2014-07-30 17:59:14 -06:00
mixins Keyboard shortcuts for Mac vs All 2014-07-31 08:00:52 -06:00
models Merge pull request #3472 from morficus/issue-3401 2014-07-31 15:36:11 +01:00
routes Redirect to the first available post for current user. 2014-07-31 12:44:22 +01:00
serializers Limit Posts for Authors. 2014-07-31 09:02:49 +01:00
templates custom slugging capabilities for individual user pages 2014-07-31 08:14:22 -04:00
transforms Changed ember models to use moment for dates 2014-06-05 10:30:28 -06:00
utils Cleanup CodeMirror shortcuts. 2014-07-31 10:53:13 -04:00
validators Update validation to match server error. 2014-07-30 19:07:42 -04:00
views User Settings: Display cog based on rights 2014-07-31 01:03:03 -07:00
.jshintrc updated Ember Simple Auth to latest version 2014-07-25 16:04:19 +02:00
app.js Get Ember Admin ready for production 2014-07-22 22:33:49 +00:00
config-dev.js Get Ember Admin ready for production 2014-07-22 22:33:49 +00:00
config-prod.js Get Ember Admin ready for production 2014-07-22 22:33:49 +00:00
loader.js Remove inline script from default.hbs 2014-07-21 20:00:54 +02:00
router.js Removing old "user settings" screen and putting in new MU "users settings" screen and updating functional test cases. 2014-07-05 11:33:03 -04:00