0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00
ghost/core/client
Robert Jackson 3bd938a7eb
Small performance tweak for Posts ordering.
* Move publishedAtCompare to standalone function in closure scope
  (allows better browser optimizations).
* Avoid getting the same field (published_at) more than once.
2014-08-02 11:15:55 -04:00
..
adapters Get Ember Admin ready for production 2014-07-22 22:33:49 +00:00
assets
components Add User Role Dropdown 2014-07-30 17:59:14 -06:00
controllers Small performance tweak for Posts ordering. 2014-08-02 11:15:55 -04:00
helpers Changing second half of script placeholders 2014-07-31 19:05:56 +01:00
html
initializers Add User Role Dropdown 2014-07-30 17:59:14 -06:00
mixins Refactor notifications to prevent stacking. 2014-08-01 16:57:29 +00:00
models Merge pull request #3472 from morficus/issue-3401 2014-07-31 15:36:11 +01:00
routes Refactor notifications to prevent stacking. 2014-08-01 16:57:29 +00:00
serializers Limit Posts for Authors. 2014-07-31 09:02:49 +01:00
templates Admin isn't shown "make owner" option 2014-08-01 13:03:26 -07:00
transforms
utils Refactor notifications to prevent stacking. 2014-08-01 16:57:29 +00:00
validators Update validation to match server error. 2014-07-30 19:07:42 -04:00
views Admin isn't shown "make owner" option 2014-08-01 13:03:26 -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
router.js