Ghost/core/test/utils/fixtures
Harry Wolff 9ab4b7d4d5 Adds tag pages
fixes #2111

- modified Post model to support a tag query
  param that will filter the desired post collection
  to only include posts that contain the requested tag

- in the updated Post model it includes the Tag model
  under a nested object called 'aspects'

- added tests for updated Post model, updating
  test utils to add more posts_tags relations

- adds two new routes to frontend,
  one for initial tag page,
  another to page that tag page

- for tag pages the array of posts
  is exposed to the view similarly
  to the homepeage

- on the tag view page the information
  for the tag is also accessible
  for further theme usage

- the tag view page supports a hierarchy of
  views, it'll first attempt to use a tag.hbs
  file if it exists, otherwise fall back
  to the default index.hbs file

- modified pageUrl and pagination helper
  to have it be compatible with tag paging

- added unit tests for frontend controller

- added unit tests for handlebar helper modifications

- add functional tests for new tag routes
2014-02-18 15:10:02 -05:00
..
app Load Apps Sandboxed 2014-02-04 15:46:31 -06:00
theme/partials Move API tests to /integration/ 2013-11-07 14:26:47 +01:00
data-generator.js Adds tag pages 2014-02-18 15:10:02 -05:00
example.js Load Apps Sandboxed 2014-02-04 15:46:31 -06:00
export-000.json Update import tool to be safe 2013-12-29 13:23:23 +00:00
export-001.json Rename 'plugins' to 'apps' 2014-01-21 15:45:27 +07:00
export-002.json Fix posts.html and posts.markdown field type 2014-01-15 14:29:23 +01:00
test.hbs Move API tests to /integration/ 2013-11-07 14:26:47 +01:00