Hannah Wolfe
498a0aaad1
Upgrading Casper to 1.2.2
2015-04-22 22:12:25 +01:00
Hannah Wolfe
3d5fe130c2
Merge pull request #5181 from sebgie/issue#5178
...
Rename error.type to error.errorType
2015-04-22 22:00:08 +01:00
Sebastian Gierlinger
a0330b2418
Remove task from test-all
...
no issue
- listing takes like forever and stalls running the tests during
development
- grunt test-all only runs tests, make sure to run grunt validate
before submitting a PR
2015-04-22 22:39:35 +02:00
Sebastian Gierlinger
599af34ba8
Merge pull request #5180 from ErisDS/issue-5177
...
Fix previous and next helpers
2015-04-22 22:33:47 +02:00
Sebastian Gierlinger
fdcb67d3cc
Rename error.type to error.errorType
...
closes #5178
- renamed error.type to error.errorType
2015-04-22 22:29:45 +02:00
Hannah Wolfe
eb5eca6eda
Don't pass helper options to API for next/prev
...
fixes #5177
- this combined with a change passing options through to toJSON results in a really flukey bug with next/prev
where the name option from the helper clashes with a name option inside of toJSON
2015-04-22 20:24:22 +01:00
Hannah Wolfe
32125c2f46
Filter options passed to toJSON
...
fixes #5177
- we now pass API/model options directly to toJSON, which is unsafe as these options haven't always been filtered before they are passed.
- this fix adds a filter so that toJSON only uses the options it needs
- additionally, rename the 'name' option to something more specific to prevent clashes
2015-04-22 20:20:27 +01:00
Sebastian Gierlinger
f94a6be9dd
Merge pull request #5176 from ErisDS/travis-test
...
Switch to using grunt raw on travis
2015-04-22 21:12:45 +02:00
Sebastian Gierlinger
2cc139bb43
Merge pull request #5175 from ErisDS/release-fix
...
Fix issue with npm-shrinkwrap in release
2015-04-22 20:50:24 +02:00
Hannah Wolfe
509163998b
Switch to using grunt raw on travis
...
- hoping this will fix an issue with builds failing
2015-04-22 19:40:12 +01:00
Hannah Wolfe
7c1159616b
Fix issue with npm-shrinkwrap in release
...
- wrong order of commands prevented shrinkwrap file from being correctly included in zip file
2015-04-22 17:46:26 +01:00
Hannah Wolfe
d480ee4912
Version bump to 0.6.1
2015-04-22 14:31:08 +01:00
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