Austin Burdine
75745c2b3b
refactor permalink verification in single post controller
...
closes #4322
- removes verifying "sections" of permalinks in favor of checking the url returned with the post
- fixes unit tests to define post.url in mock post requests
2015-05-20 07:00:13 -06:00
Hannah Wolfe
8adc8cb4d8
Merge pull request #5296 from emersonkeenan/master
...
Fix meta description for static pages
2015-05-20 09:16:37 +01:00
Sebastian Gierlinger
c6176e4d38
Merge pull request #5292 from ErisDS/preview-cache-invalidate
...
Cache invalidate for previews
2015-05-20 09:31:28 +02:00
Emerson Keenan
46ebbd8de2
Fix meta description for static pages
...
closes #5295
- modified meta_description helper to match meta_title helper for ‘page’
context
2015-05-20 13:05:33 +10:00
Jason Williams
efe3b5eb3c
Merge pull request #5293 from ErisDS/comment-remove
...
Removing really old admin comments
2015-05-19 16:31:10 -05:00
Hannah Wolfe
e5cc169bf7
Removing really old admin comments
...
refs #1773
2015-05-19 19:03:41 +01:00
Hannah Wolfe
023755c566
Cache invalidate for previews
...
no issue
- draft updates now need to affect the preview route
2015-05-19 18:32:00 +01:00
Joe Wegner
f26179ae6a
replace colors with chalk everywhere
...
issue #5259
- removes the colors dependency
- adds in chalk dependency, and migrates everything to use that
- reduces some specs now that the log calls are cleaner
2015-05-19 11:07:40 -05:00
Sebastian Gierlinger
26548a734a
Merge pull request #5287 from ErisDS/cache-control
...
Cache control middleware refactor
2015-05-19 12:42:46 +02:00
Hannah Wolfe
050b03d2bd
Cache control middleware refactor
...
refs #5286
- split cache control middleware into its own file
- split out cache control tests
- add new mochacli command for running just middleware tests
2015-05-18 22:20:26 +01:00
Sebastian Gierlinger
3b30e34b77
Merge pull request #5284 from ErisDS/grunt-amends
...
Improve grunt clean & add grunt test-ember
2015-05-18 15:47:43 +02:00
Hannah Wolfe
8e8f4125f4
Improve grunt clean & add grunt test-ember
...
no issue
- old grunt testem task didn't work - has been renamed and fixed
- grunt clean task updated to clear out dependencies, making it more useful for helping fix cludged envs
2015-05-17 22:41:49 +01:00
Sebastian Gierlinger
f2228ab0a4
Merge pull request #5278 from ErisDS/password-imrpv
...
Password protect redirect optimisation
2015-05-17 13:48:10 +02:00
Hannah Wolfe
4de1c29538
Password protect redirect optimisation
...
no issue
- Don't include r=%2F in the URL - we'll assume this is the default
- This is just a bit prettier
2015-05-16 20:48:54 +01:00
Jason Williams
30c2adbf08
Merge pull request #5275 from ErisDS/release-update
...
Removing test assets from release zip
2015-05-15 15:38:57 -05:00
John O'Nolan
eecfe7241e
Merge pull request #5277 from ErisDS/contrib-update
...
Contrib guide refs slack instead of forum/irc
2015-05-15 19:26:42 +01:00
Hannah Wolfe
0011edd84e
Contrib guide refs slack instead of forum/irc
...
- Slack is now considerably more active than both irc & the forums,
so lets guide people to the best place to get help :)
- Also updates a few more places to point to the wishlist as that is
also working well
2015-05-15 19:21:21 +01:00
John O'Nolan
549b9abc8c
Merge pull request #5274 from cobbspur/link
...
Update help link to point to slack
2015-05-15 17:25:53 +01:00
cobbspur
8298d2fa04
Update help link to point to slack
...
No Issue
- changes link from forum to slack on about page
2015-05-15 17:11:24 +01:00
Hannah Wolfe
4a7a1c69ce
Removing test assets from release zip
...
no issue
- no need for test assets in the release zip, this reduces the size of the final zip
2015-05-15 16:35:22 +01:00
cobbspur
261a862da1
Prevent multiple owner creation via importer
...
closes #4778
- If import contains an owner that does not match original owner they are downgraded to admin
- Change error message for locked users to more generic message to account for imported users
- Adds duplicated user test
- Process Roles and maps import roles to db roles
- reduces export files in test fixtures
temp commit
2015-05-15 10:12:30 +01:00
Hannah Wolfe
42013eedb5
Version bump to 0.6.3
2015-05-14 16:04:11 +01:00
Hannah Wolfe
94579d172d
Upgrading Casper to 1.2.3
2015-05-14 15:53:35 +01:00
Matt Enlow
b0b56e7a8e
Merge pull request #5270 from ErisDS/helper-updates
...
Misc helper updates & fixes
2015-05-14 16:00:22 +02:00
John O'Nolan
d22b25521e
Turn this list into a list
2015-05-14 13:54:56 +01:00
Hannah Wolfe
03e5fcac66
Merge pull request #5223 from edsadr/api-featured-posts
...
API: Adding `featured` filter option to posts.browse
2015-05-14 11:57:44 +01:00
Hannah Wolfe
d11a91e75c
Misc helper updates & fixes
...
refs #5205
- Ensure that pages are treated the same as posts in meta_title, add test
- Added a private-template body class for the private context, add test
- Added a missing test to is_spec.js
2015-05-14 11:42:29 +01:00
Adrian Estrada
107c9602c1
API: Adding featured
filter option to posts.browse
...
Closes #5152
- Adds `featured` filter option to posts.browse method modifying the model to take it too
2015-05-13 16:18:50 -05:00
Jason Williams
b71294e45d
Merge pull request #5265 from ErisDS/private-blog-theming
...
Theming updates for password protection
2015-05-13 15:39:22 -05:00
Hannah Wolfe
209bd52935
Merge pull request #5262 from hex337/fix-5248-set-post-date
...
Allow setting a post date using a single digit day.
2015-05-13 20:06:16 +01:00
Hannah Wolfe
c3dda5e5c4
Theming updates for password protection
...
refs #4993 , #5073
- Removed nonexistent helpers siteDescription and bodyClass from admin templates
- Changed password.hbs to private.hbs to match the route name
- added a new input_password helper for rendering the password input with the correct properties
- removed the forward input as this can be handled via urls only
- moved 'private' to routeKeywords
- added 'private' context
- minor update to text next to the password in settings
2015-05-13 19:48:24 +01:00
Hannah Wolfe
1f0fb3c5f3
Fixing lint error causing build to fail
2015-05-13 18:07:38 +01:00
Hannah Wolfe
3801b7a8ca
Merge pull request #5256 from acburdine/passprotect2
...
Take password protection out of labs
2015-05-13 17:52:50 +01:00
Hannah Wolfe
96a3568c3d
Merge pull request #5197 from PaulAdamDavis/new-upgrade-notifications
...
Move upgrade notification to /settings/about/
2015-05-13 16:47:46 +01:00
Jason Williams
4e3c469ff8
Merge pull request #5268 from ErisDS/issue-5258
...
Fixing 'undefined' issue with ghostPaths.url.join
2015-05-13 10:16:39 -05:00
John O'Nolan
41db67e96f
Merge pull request #5267 from jaswilli/update-deps
...
Update html-to-text package
2015-05-13 15:21:54 +01:00
John O'Nolan
0ec3bde59c
Merge pull request #5263 from harryhope/master
...
Prevent notifications from overlapping menus
2015-05-13 15:11:57 +01:00
Hannah Wolfe
8db1001d47
Fixing 'undefined' issue with ghostPaths.url.join
...
closes #5258
2015-05-13 15:08:04 +01:00
Jason Williams
ddd4a9ff6c
Update html-to-text package
...
Closes #5264
- html-to-text@1.3.0
2015-05-13 09:01:06 -05:00
Harry Hope
1fc9ace8e1
move notifications inside main div
2015-05-12 16:35:21 -07:00
Alex Kleissner
25460b5387
Allow setting a post date using a single digit day.
...
closes #5248
- added new valid formats for the date formatter
- only the date formats where a single digit day makes sense were
changed
2015-05-12 15:42:02 -07:00
Jason Williams
479b977305
Merge pull request #5261 from ErisDS/week-session
...
Change session length to 7 days
2015-05-12 17:11:22 -05:00
John O'Nolan
e99afc65b6
Merge pull request #5257 from dbalders/labs-input-style
...
Fix up Labs Styling
2015-05-12 19:07:43 +01:00
John O'Nolan
d7a9e09049
Merge pull request #5230 from iloabn/master
...
Update text showing the "Quote" feature in the tutorial post
2015-05-12 19:04:28 +01:00
Austin Burdine
bd2b206e4b
finish up password protection
...
closes #5073
- takes password protection out of labs and moves it to general settings
- adds random-words generator to randomly generate passwords
2015-05-12 12:02:18 -06:00
David Balderston
c4e2eadc33
Fix up Labs Styling
...
No Issue
- Fixes import button not same height as upload button
- Fixes no space between import and upload on mobile
2015-05-11 23:12:31 -07:00
Hannah Wolfe
f6b56ad865
Merge pull request #5255 from JohnONolan/private-styles
...
First styles for private blog login
2015-05-11 15:57:44 +01:00
John O'Nolan
443eafeeca
First styles for private blog login
2015-05-11 13:11:59 +01:00
Hannah Wolfe
37f92674b8
Merge pull request #5253 from jaswilli/roles-browse-filter
...
Fix up filtering implementation
2015-05-11 09:55:33 +01:00
Hannah Wolfe
79ff297490
Merge pull request #5243 from jaswilli/mail-errors
...
Check error object before dereference
2015-05-11 09:55:25 +01:00