0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-18 02:21:47 -05:00
Commit graph

4251 commits

Author SHA1 Message Date
Hannah Wolfe
4b6c2bff51 Merge pull request from felixrieseberg/iss4633
Tag Management: Delete Flow
2014-12-17 18:11:08 +00:00
Felix Rieseberg
fb348fb30a Tag Management: Delete Flow
Closes 
- The ‘delete’ button is now a smaller plain text link, opening a
confirmation modal analog to the delete user/post flow
- Adding a post count is dependent on , but the modal is already a
neat step up from the immediate, warning-less deletion.
2014-12-17 08:38:14 -08:00
Hannah Wolfe
e0f65b899e Merge pull request from jaswilli/ember19
Update to Ember 1.9.0.
2014-12-16 23:18:24 +00:00
Jason Williams
b674cc6e2c Merge pull request from cobbspur/favicon
stop middleware converting favicon to string
2014-12-16 15:13:43 -06:00
cobbspur
7d79016af5 stop middleware converting favicon to string
closes 

- adds conditional to prevent favicon being processed as a string
2014-12-16 20:22:31 +00:00
Paul Davis
c030236933 Merge pull request from knownasilya/patch-1
Prevent publish-bar from floating up on mobile
2014-12-16 14:00:03 +00:00
Ilya Radchenko
4b5242dd09 Prevent publish-bar from floating up 2014-12-16 08:44:49 -05:00
Hannah Wolfe
1c452a6052 Version bump to 0.5.7 2014-12-15 17:09:24 +00:00
Hannah Wolfe
7d0deebc08 Merge pull request from jaswilli/client-data
Do not include url and author_id in post payload.
2014-12-15 15:58:08 +00:00
Hannah Wolfe
4c12f5aa49 Merge pull request from jaswilli/modal-cleanup
Remove files for a modal that is no longer used.
2014-12-15 15:57:45 +00:00
Jason Williams
2ee731a06d Remove files for a modal that is no longer used.
Refs 
- The modal dialog that used to be shown when re-auth was
  needed in the editor has been replaced.
2014-12-15 15:29:35 +00:00
Jason Williams
ff321e086b Do not include url and author_id in post payload.
No Issue.
- Neither of these properties should be included in the
  payload sent from the client to the API.  URL is a
  read-only virtual property, and author_id is inserted
  locally as a convenience.
2014-12-15 15:07:04 +00:00
Sebastian Gierlinger
7a0fe7c431 Merge pull request from jaswilli/better-auth-retry
Allow re-authentication in editor after 401 response
2014-12-15 16:57:11 +02:00
Jason Williams
1541b92ccf Fixup behavior and styling of editor re-auth.
Closes 
- Adds styling for re-auth modal.
- Prevent transition to posts route on success.
- Clear credentials from controller.
- Handle confirmAccept action if form is submitted via 'enter'.
- Only allow re-auth as the user that was previously logged in.
2014-12-15 14:42:00 +00:00
Marco Otte-Witte
1961b075bb allow re-login when authorization fails on editor.edit route 2014-12-15 14:39:41 +00:00
Hannah Wolfe
a0db21d3ec Merge pull request from cobbspur/postpreview
Add view post link on published and updated posts
2014-12-15 13:28:47 +00:00
Hannah Wolfe
3eb457a6aa Merge pull request from katiefenn/issue-4356 2014-12-15 12:29:19 +00:00
Katie Fenn
a233a14f4a Fixed editor tag field handling of comma key on international keyboards
fixes 
- Added new keyPress event handler to identify keys by character instead of key
- Removed code for handling comma key from keyDown event handler
2014-12-15 12:27:35 +00:00
cobbspur
53d12a9659 Add view post link on published and updated posts
closes 

- adds a post url link to 'post updated' and 'post published' in editor
- adds join function in ghost paths
- adds a '/' detection to makeRoute method
- adds test for join function
2014-12-15 12:18:47 +00:00
Hannah Wolfe
c7e03bbb01 Test update to handle downsize improvements
no-issue

- downsize is now better at white space and punctuation
2014-12-14 23:37:00 +00:00
Hannah Wolfe
9bb3be49d5 Merge pull request from cobbspur/sitemap
Fixes sitemap image errors
2014-12-14 23:27:04 +00:00
Hannah Wolfe
787e0a9a71 Merge pull request from novaugust/scroll-posts
Scroll post-item-view into view
2014-12-14 23:17:12 +00:00
Hannah Wolfe
67118911e5 Merge pull request from zethraeus/master
Update downsize node module. Small test updates.
2014-12-14 23:11:08 +00:00
cobbspur
4ca87f6336 Fixes sitemap image errors
closes 

- switches to using author cover image
- adds a protocol of http if using a protocol relative url
2014-12-14 23:03:40 +00:00
Hannah Wolfe
6372688d90 Merge pull request from cobbspur/robots
Adds complete url for Sitemap in robots.txt
2014-12-13 20:58:53 +00:00
cobbspur
9a0dc0be58 Adds complete url for Sitemap in robots.txt
closes 

- Adds {{blog-url}} to robots.txt
- Replaces {{blog-url}} with blog.url from config
2014-12-13 18:01:28 +00:00
Jason Williams
994dee16d4 Merge pull request from ikhattab/fix-autosave-whitespace-title
Autosave for whitespace-only titles
2014-12-12 10:19:07 -06:00
Jason Williams
a69b2a2e9a Merge pull request from PaulAdamDavis/modal-colour-spacing
Modal spacing & warning colour
2014-12-12 09:49:05 -06:00
Ihab Khattab
0f37f3d4e5 Autosave for whitespace-only titles
closes 
- trim white space form `titleScratch` to enable autosave for
whitespace-only titles
2014-12-12 16:44:24 +02:00
Paul Adam Davis
458f399a3a Modal spacing & warning colour
Closes 

- Adds a `.red` class (used to make the post count red)
- Adds a little spacing under the modal header to things arent bunched up
2014-12-12 10:48:50 +00:00
Hannah Wolfe
b9310a2716 Merge pull request from felixrieseberg/iss4506-2
Tag Cover Images
2014-12-12 10:46:58 +00:00
Hannah Wolfe
6c09c0b0d1 Merge pull request from jaswilli/issue-4583
Change user deletion warning to be more explicit.
2014-12-12 10:16:59 +00:00
Hannah Wolfe
35ee121761 Merge pull request from
Password change MU
2014-12-12 10:07:34 +00:00
Sebastian Gierlinger
d5d3db8eb4 Merge pull request from ErisDS/labs-bugfixes
Labs page bug fixes
2014-12-11 21:31:06 +01:00
Sebastian Gierlinger
40c78493a3 Password change MU
closes 
- added user_id to password reset request
- hide old password field
- updated changePassword method to check permissions
- updated changePassword method to work without oldPassword
- fixed bug for errors shown as [Object object]
2014-12-11 21:23:07 +01:00
Hannah Wolfe
28eb91763f Labs page bug fixes
- clear import errors on new attempt
- clear posts and tags from store after delete all
2014-12-11 19:53:56 +00:00
Sebastian Gierlinger
f531ef19f8 Merge pull request from ErisDS/issue-4607
Add support for zip import
2014-12-11 20:52:04 +01:00
John O'Nolan
4c3d548bb3 Merge pull request from graphiclunarkid/issue4583
Swap button order on deleter-user modal
2014-12-11 17:20:43 +02:00
John O'Nolan
d81cc1f071 Merge pull request from vikhyat/unfocus-nav
Fix active menu state on settings navigation
2014-12-11 17:09:40 +02:00
Sebastian Gierlinger
1626a8f292 Merge pull request from cobbspur/permalink
Return computed url with post object
2014-12-11 10:30:41 +01:00
Felix Rieseberg
028a64eaee Tag Cover Images
Closes 

Works just like the Post Cover Images (and uses the same component)
Tiny changes to the component ensures that we can reuse it across Ghost
2014-12-10 17:48:18 -08:00
Hannah Wolfe
6ff51ad44e Add support for zip import
fixes 

- moves file checks from db and upload API endpoints to api utils
- adds code to accept and then extract a zip and pull out a JSON file
- zip handling requires a lot of dependencies - this needs a good refactor
2014-12-10 20:21:06 +00:00
Jason Williams
b81bde53a7 Merge pull request from jgable/siteMapOrder
Sort newest to oldest in sitemap files
2014-12-10 14:20:16 -06:00
Jason Williams
910c3e36f7 Merge pull request from PaulAdamDavis/tag-meta
Tag Meta Screen
2014-12-10 12:24:15 -06:00
Paul Adam Davis
ce395998ff Add Tag Meta View
Closes , Closes 

- Adds meta title & meta description input fields
- Autosaves meta data
- Shows SEO preview (falling back to tag name & description if meta not supplied)
- Adds `type="button"` to delete button (which closes 4651)
2014-12-10 18:12:30 +00:00
cobbspur
cd5d87ddf2 Return computed url with post object
closes 

- post model gets permalink format
- post model queries urlPathForPost to return computed url
- url helper modified to use post url
- urlForPost method abolished and replaced where necessary
- updated tests
2014-12-10 17:23:02 +00:00
Vikhyat Korrapati
297c33b3f7 Fix active menu state on settings navigation
closes 
- unfocus ActivatingListItem link when clicked
2014-12-10 22:01:40 +05:30
Jason Williams
56e4798dcf Update to Ember 1.9.0.
No Issue
- Ember@1.9.0
- Handlebars@2.0.0
- grunt-ember-templates@0.5.0-alpha
2014-12-10 16:24:20 +00:00
Richard King
cb037241be Swap button-order on modal dialogs
Issue 

- Delete button should be on the right, cancel on the left, for all modal dialogs.
2014-12-10 16:13:45 +01:00
Jason Williams
823b5b4ea9 Merge pull request from dbalders/markdown
Added Highlight to Markdown Help
2014-12-09 19:55:27 -06:00