Ghost/core/server
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
..
api Merge pull request #4628 from sebgie/issue#4624 2014-12-12 10:07:34 +00:00
apps
config Return computed url with post object 2014-12-10 17:23:02 +00:00
controllers
data Fixes sitemap image errors 2014-12-14 23:03:40 +00:00
email-templates
errors
helpers Return computed url with post object 2014-12-10 17:23:02 +00:00
middleware Adds complete url for Sitemap in robots.txt 2014-12-13 18:01:28 +00:00
models [API] Return post count for each tag 2014-12-18 23:54:18 +00:00
permissions
routes
storage
utils
views
filters.js
ghost-server.js
index.js
mail.js
require-tree.js
update-check.js
xmlrpc.js Return computed url with post object 2014-12-10 17:23:02 +00:00