0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00
ghost/core
Eugene Kulabuhov 539accf69f [API] Return post count for each tag
closes #4521
- if '?include=post_count' present, query db for tag/post_count information
  and append it to returned JSON
- fixed linter errors
- added integration test
- parsing to int as knex (or PostGres driver) is returning bigint as strings
- iterating through a smaller collection to avoid exception
2014-12-18 23:54:18 +00:00
..
client Merge pull request #4346 from novaugust/scroll-posts 2014-12-14 23:17:12 +00:00
server [API] Return post count for each tag 2014-12-18 23:54:18 +00:00
shared Adds complete url for Sitemap in robots.txt 2014-12-13 18:01:28 +00:00
test [API] Return post count for each tag 2014-12-18 23:54:18 +00:00
index.js Move config module to be instance based and merge bootstrap into config. 2014-08-23 15:54:43 -04:00