0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00
ghost/core
David Arvelo 85f7e1d269 Get single post from API by id and query params; Auto-sort posts list
closes #2883, closes #2951
- introduce custom findQuery in ApplicationAdapter
- posts/post route and editor/edit route now use custom findQuery to find a single post by id with query params
- create a sorting function in PostsController for out-of-order loading
- refresh updated posts in posts.index to make PostsList highlight latest draft after returning from a save in editor
2014-06-17 18:10:11 -04:00
..
client Get single post from API by id and query params; Auto-sort posts list 2014-06-17 18:10:11 -04:00
clientold Label 'for' attribute value literal have no delimiter. 2014-06-13 23:32:13 -05:00
server Merge pull request #2980 from jgable/lazyLoadDefaultSettings 2014-06-17 21:52:34 +02:00
shared
test Show concise casper logs in Travis 2014-06-17 21:53:56 +01:00
bootstrap.js Fix up unit tests. Check config url with isURL. 2014-05-29 21:06:40 +00:00
index.js Fix typo in code comment: propogation errata changed to propagation. 2014-06-12 00:45:20 -05:00
server.js