Ghost/ghost/admin/utils
David Arvelo 11a8391fec Implement Mobile Editor
closes #2957
- add FastClick library to Gruntfile.js
- add touch-editor to client/assets/lib/
- add mobile-specific utils to util/mobile-utils.js
- add codemirror util to set up TouchEditor only if we're really on mobile
- change gh-codemirror from having a default action to a named action. prevents Ember.TextArea firing action on change
- change gh-codemirror `cm.getDoc().getValue()` to `cm.getValue()` for portability
- change codemirror-shortcuts ES6 export/import style
- changed ghostimagepreview.js to check for Ember.touchEditor in addition to Ghost.touchEditor
2014-06-24 18:33:43 -04:00
..
ajax.js Ember cleanup: single quotes for JS 2014-06-01 21:53:16 +01:00
bound-one-way.js Create boundOneWay util function 2014-06-14 15:27:52 -06:00
codemirror-mobile.js Implement Mobile Editor 2014-06-24 18:33:43 -04:00
codemirror-shortcuts.js Implement Mobile Editor 2014-06-24 18:33:43 -04:00
date-formatting.js Refactored PostSettingsMenuController 2014-06-13 12:14:58 -06:00
ghost-paths.js Setting Ghost logo to correct URL 2014-06-24 00:24:13 +01:00
link-view.js Refactor navbar to eliminate nested {{link-to}}. 2014-04-01 22:36:16 -04:00
mobile-utils.js Implement Mobile Editor 2014-06-24 18:33:43 -04:00
notifications.js Close notifications on transition or user action. 2014-06-24 13:51:47 +02:00
set-scroll-classname.js Add shadows to PostsListView and the adjacent HTML Preview; Fix preview render 2014-06-08 12:53:54 -04:00
text-field.js Added fancy fade-in effect and autofocus to the login pages (signin, signup, forgotten, reset). 2014-04-08 00:02:54 +02:00
validator-extensions.js Add Validations Layer and Post Validations 2014-06-21 00:12:55 -04:00
word-count.js Fix word count in ember. 2014-06-22 19:33:44 +00:00