Ghost/core/test/integration
Oliver Schneider 13adaec6e7 fix for page deletion not updating sitemap-page.xml
closes #5913

Sitemap deletion is based on the page.unpublished event. The previous
logic was always sending post.unpublished instead. If page or post
event is triggered is based on the ‘page’ attribute of the model. When
the destroyed handler all attributes are already cleared from the model
which makes this logic always fall back to post.

The fix is to move to the destroying event which still has all the
model values in place.
2015-10-12 09:26:26 +02:00
..
api Merge pull request #5858 from ErisDS/issue-5808 2015-09-26 12:14:12 +02:00
model fix for page deletion not updating sitemap-page.xml 2015-10-12 09:26:26 +02:00
export_spec.js Add the needed table columns for client Oauth. 2015-09-02 13:39:21 +01:00
import_spec.js Add the needed table columns for client Oauth. 2015-09-02 13:39:21 +01:00
migration_spec.js Remove auto-inclusion of jQuery via ghost_foot 2015-09-02 13:39:22 +01:00
update_check_spec.js Apply JSHint to test files. 2014-09-03 20:33:58 +02:00