Hannah Wolfe
651e88718c
Upgrading Casper to 1.2.1
2015-04-22 14:09:52 +01:00
Matt Enlow
fc142b3dff
Merge pull request #5161 from ErisDS/test-coverage
...
Switch test coverage to use Istanbul
2015-04-21 19:14:35 +02:00
Sebastian Gierlinger
2ed6daee10
Merge pull request #5159 from ErisDS/author-email
...
Refactor to remove author.email from API
2015-04-21 12:12:31 +02:00
Matt Enlow
0ed5d51f11
Merge pull request #5143 from ErisDS/issue-5136
...
Avoid infinite transition loop
2015-04-21 07:48:00 +02:00
Hannah Wolfe
6d04ead9f2
Switch test coverage to use Istanbul
...
closes #4644
- Switch from using blanket to istanbul
- Rename some test files for consistency (and so that they will run)
2015-04-19 15:54:05 +01:00
Hannah Wolfe
e26e83d40a
Refactor to remove author.email from API
...
refs #2330
- Pass through `options` to all toJSON calls on posts, tags, and users
- Use options.context.user to determine whether it's OK to return user.email
- Remove author.email handling code from frontend.js
2015-04-17 22:27:04 +01:00
Hannah Wolfe
ede50f38a3
Merge pull request #5149 from cobbspur/headfix
...
Fix ghost_head helper on error pages
2015-04-16 20:22:50 +01:00
Hannah Wolfe
b4b5e2a3f5
Avoid infinite transition loop
...
fixes #5136
- wrap notification fetch with a user role check to remove console error
- move author transition down to local route for users/user so that there's no infinite loop
- replace all store calls to fetch the current user with the session user instead
2015-04-16 20:05:30 +01:00
cobbspur
a48458b73d
Fix ghost_head helper on error pages
...
closes #5146
- Checks for context key before assigning it to variable
2015-04-16 18:40:17 +01:00
Sebastian Gierlinger
a11822c80d
Merge pull request #5144 from ErisDS/cache-update
...
Cache invalidation can no longer be so clever
2015-04-16 17:38:29 +02:00
Hannah Wolfe
b1712fb435
Merge pull request #5140 from PaulAdamDavis/post-page-publish-button
...
Show correct type in publish button
2015-04-15 22:40:55 +01:00
John O'Nolan
3e67014c23
Added new Slack team details
...
BECAUSE INTERNET
2015-04-15 14:59:25 +03:00
Paul Adam Davis
9ea2f5535e
Show correct type in publish button
...
Closes #5138
Shows the correct type (post or page) in the publish button
2015-04-15 11:13:38 +01:00
Hannah Wolfe
1b585f213c
Cache invalidation can no longer be so clever
...
no issue
With the introduction of the prev/next helpers (and soon, get helper) we can no longer make any assumptions
about exactly which pages need to be cleared from the cache when a post is published/unpublished.
2015-04-14 16:34:34 +01:00
Hannah Wolfe
c2650a05c7
Version bump to 0.6.0
2015-04-13 15:57:33 +01:00
Sebastian Gierlinger
030481671a
Merge pull request #5128 from ErisDS/rss-refactor
...
RSS Refactor with cache
2015-04-13 03:54:50 -05:00
Hannah Wolfe
ec761501df
Upgrading Casper to 1.2.0
2015-04-12 13:26:57 +01:00
Matt Enlow
ac403efd29
Merge pull request #5131 from ErisDS/issue-5130
...
Don't do autosave on new post
2015-04-11 10:44:05 -06:00
Hannah Wolfe
5f0d98a110
Don't do autosave on new post
...
closes #5130
- rather than checking for a model change, noop autosave on new controller
2015-04-11 17:42:44 +01:00
Hannah Wolfe
8d1e729f30
RSS Refactor with cache
...
refs #5091 , refs #2263
- Move rss handling out of the frontend controller and into its own module
- Separate the code into logical blocks
- Wrap the generation code in a in-memory cache to prevent it being regenerated on every request
2015-04-10 21:32:14 +01:00
Sebastian Gierlinger
8f5960e1c5
Merge pull request #5108 from ErisDS/rss-2
...
Add media:content support to RSS
2015-04-10 12:49:51 -05:00
Sebastian Gierlinger
fae709b79b
Merge pull request #5125 from ErisDS/ci-remove-flag
...
No more feature flag for Code Injection
2015-04-10 12:48:31 -05:00
Jason Williams
f6aeb9bea7
Merge pull request #5127 from ErisDS/semver-update
...
Update semver due to sec advisory
2015-04-10 07:43:01 -05:00
Hannah Wolfe
570299c173
Update semver due to sec advisory
...
no issue
- explanation here: https://nodesecurity.io/advisories/semver_redos
2015-04-10 09:39:10 +01:00
Hannah Wolfe
0b1497a75b
No more feature flag for Code Injection
...
closes #1993
- remove the feature/config flag that means code injection has to be enabled
2015-04-09 17:52:41 +01:00
Hannah Wolfe
e19573f5d5
Merge pull request #5122 from JohnONolan/settings-cleanup
...
Cleaned up some derpy settings padding and widths
2015-04-09 16:17:43 +01:00
John O'Nolan
8205e59810
Merge pull request #5075 from PaulAdamDavis/top-notifications
...
Re-implement top notification position styles
2015-04-09 17:52:12 +03:00
Hannah Wolfe
d1de0800ad
Merge pull request #5121 from novaugust/pagination_controller_mixin_fix_#5120
...
Fix typofail in pagination-controller mixin
2015-04-09 15:36:42 +01:00
Matt Enlow
920856c479
Merge pull request #5109 from ErisDS/issue-5064
...
Remove duplicate subdirectory in RSS urls
2015-04-09 08:35:25 -06:00
Matt Enlow
2c1fb4e403
Merge pull request #5123 from JohnONolan/labs-description
...
Add labs description
2015-04-09 08:33:34 -06:00
John O'Nolan
c6fb8a873a
Add labs description
2015-04-09 16:14:50 +02:00
John O'Nolan
6eed16a115
Cleaned up some derpy settings padding and widths
2015-04-09 15:59:17 +02:00
Matt Enlow
91d57c2f30
Fix typofail in pagination-controller mixin
...
Closes #5120
2015-04-09 07:56:08 -06:00
Hannah Wolfe
b10ec55f65
Merge pull request #5119 from novaugust/preview_link_subdir
...
Use absolute url for post preview link
2015-04-09 10:21:30 +01:00
Matt Enlow
b429baa02b
Use absolute url for post preview link
...
Closes #5116
- adds new CP `absoluteUrl` to PostModel
- use `absoluteUrl` in the two places we link previews
- swap out some code for es6 loveliness
2015-04-08 18:58:52 -06:00
Hannah Wolfe
af4e29359d
Merge pull request #5118 from novaugust/normalize_settings
...
Normalize settings payloads in client serializer
2015-04-08 22:31:50 +01:00
Matt Enlow
3523aa90a1
Normalize settings payloads in client serializer
...
Closes #5117
2015-04-08 13:03:56 -06:00
Hannah Wolfe
4839b58ff0
Merge pull request #4891 from cobbspur/structured2
...
Adds structured data to first index/tag/author page
2015-04-07 21:24:19 +01:00
cobbspur
3229508c54
Adds structured data to first index/tag/author page
...
Closes #4677
- Tests if page is first page or paginated
- Adds relevant structured data to index/tag/author page
- Does not add structured data on paginated pages
- For author structured data, cover image overrides image
- blog cover image is made absolute by image helper
- Tests updated to use regular expressions and new tests
2015-04-07 20:36:53 +01:00
Jason Williams
606570310d
Merge pull request #5069 from ErisDS/event-refactor
...
Refactor sitemaps to use centralised events
2015-04-07 12:41:49 -05:00
Paul Adam Davis
1cbb58d80d
Re-implement top notification position styles
...
References #5071
- Re-implements the previously broken top notification styles
- Moves the top notification outlet outside the `<main>` to ease styling (we have several nested position fixed/absolute boxes that make this tough - moving the outlet makes it easier)
2015-04-07 18:36:03 +01:00
Matt Enlow
a64302d0ca
Merge pull request #5114 from ErisDS/engines
...
Remove enginesStrict
2015-04-07 11:09:26 -06:00
Hannah Wolfe
afbe1ce5bc
Remove enginesStrict
...
no issue
- engines strict is being deprecated: https://docs.npmjs.com/files/package.json#enginestrict
- remove it as it currently causes problems
2015-04-07 17:37:58 +01:00
Hannah Wolfe
2165153d97
Merge pull request #5094 from novaugust/ember-1.11
...
Update to Ember 1.11(.1!)
2015-04-07 11:12:34 +01:00
Hannah Wolfe
777c3f6c7a
Merge pull request #5106 from acburdine/ghost-cm-editor
...
Added code editor to injection interface: the sequel (this time, with CodeMirror!)
2015-04-06 19:33:18 +01:00
Hannah Wolfe
14134fb4b0
Add media:content support to RSS
...
refs #2263 , #4888
- Adds media:content element to Ghost Rt pSS feeds containing the post cover image if one is available
- Removes the prepending of the image to the `<description>` field
- Keeps the prepending of the image in `<content:encoded>`
2015-04-06 18:47:10 +01:00
Matt Enlow
ee0c32dfc9
Ember 1.11.1
...
- remove `bind-attr` all over the place
2015-04-05 21:13:30 -06:00
Hannah Wolfe
527e4eed06
Remove duplicate subdirectory in RSS urls
...
fixes #5064
- this is a quick and dirty fix for now
2015-04-05 23:30:22 +01:00
Hannah Wolfe
880c911d22
Merge pull request #5046 from novaugust/autosave-cleanup
...
Autosave by observing model.scratch in editor
2015-04-05 23:12:38 +01:00
Hannah Wolfe
196bbfce18
Refactor sitemaps to use centralised events
...
fixes #5104 , refs #4348 , #2263
- Create a centralised event module
- Hook it up for posts, pages, tags and users
- Use it in sitemaps instead of direct method calls
- Use it for xmlrpc calls
- Check events are fired in model tests
- Update sitemap tests to work with new code
- Fix a bug where invited users were appearing in sitemaps
- Move sitemaps and xmlrpc into a directory together
2015-04-05 19:32:18 +01:00