Ghost/core/test/integration/model
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
..
model_permissions_spec.js Move API tests to /integration/ 2013-11-07 14:26:47 +01:00
model_posts_spec.js Adds tag pages 2014-02-18 15:10:02 -05:00
model_roles_spec.js Move API tests to /integration/ 2013-11-07 14:26:47 +01:00
model_settings_spec.js Replace underscore with lodash. 2014-02-06 14:08:34 +00:00
model_tags_spec.js Replace underscore with lodash. 2014-02-06 14:08:34 +00:00
model_users_spec.js Replace underscore with lodash. 2014-02-06 14:08:34 +00:00