0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-25 02:31:59 -05:00
Commit graph

4282 commits

Author SHA1 Message Date
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
Matt Enlow
29328bd4c9 Create settings-menu-mixin for subview state tracking
Ref 
- Move duplicate code from PSM and SettingsTags to a mixin
2014-12-13 20:37:36 -07: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
Jason Williams
83f154385e Change user deletion warning to be more explicit.
Issue 
- If a user has posts, show the count in the deletion warning.
2014-12-10 01:44:36 +00:00
David Balderston
aff0622248 Added Highlight to Markdown Help 2014-12-09 17:07:08 -08:00
Jacob Gable
ef16c67a15 Sort newest to oldest in sitemap files
Closes 

Refactored generateXmlFromNodes to pull the urlElements itself from
sorted values in the lookup

Added some checks to existing unit tests to validate ordering.
2014-12-09 12:41:31 -08:00
Paul Davis
8906f794c7 Update technical details version numvers
They were a bit dated. Nothing else.
2014-12-09 18:36:25 +00:00
Sebastian Gierlinger
251d2e0ecf Merge pull request from ErisDS/issue-4612
Sitemaps correctly filter draft posts
2014-12-09 19:36:19 +01:00
Hannah Wolfe
2ef77d69de Sitemaps correctly filter draft posts
fixes 

- adds missing line of code to remove draft posts
- adds tests to check drafts aren't added
2014-12-09 17:27:12 +00:00
Jason Williams
5d67f4a7b1 Merge pull request from novaugust/tag-save-refactor
Dry up tag saving behavior
2014-12-09 09:34:09 -06:00
Matt Enlow
a04157daeb Dry up tag saving behavior
Ref 
2014-12-09 07:38:32 -07:00
Matt Enlow
93c5ff3e04 Merge pull request from Gargol/issue-4516
Adds ctrl/cmd+s shortcut to whole application with a noop default
2014-12-08 11:45:48 -07:00
Nazar Gargol
7e16ef328d Adds ctrl/cmd+s shortcut to whole application with a noop default
closes 
- shortcut for ctrl/cmd+s on application level
- shortens a syntax for any route that is using 'save' method, shortcuts object doesn't have to be defined at all, only the save action.
2014-12-08 19:08:40 +01:00
Hannah Wolfe
7e8c1d266f Merge pull request from sebgie/issue#3872-1
Fix reset token verification
2014-12-08 09:18:23 +00:00
Sebastian Gierlinger
d479b0c262 Fix reset token verification
closes 
closes 
- updated regex to work with url safe tokens
2014-12-08 09:34:40 +01:00
John O'Nolan
d6fb1baa1a Merge pull request from PaulAdamDavis/sitemap-index
Change sitemap root location
2014-12-08 01:34:36 +02:00
Paul Adam Davis
4e6c867183 Change sitemap root location
Closes 

- Removes `-index` from the root sitemap
- Removes redirects (which send sitemap.xml to sitemap-index.xml)
- Adjust tests
2014-12-07 11:59:43 +00:00
Matt Enlow
151715510c Merge pull request from jaswilli/ember19-prep
Update syntax in ember templates.
2014-12-06 15:46:28 -07:00
Jason Williams
6f595c959a Update syntax in ember templates.
No Issue.
- Outlet names must be quoted.
- {{#each}} helper will no longer implicitly switch context.
  Change usage to {{#each foo in bar}}.
2014-12-06 16:30:57 +00:00
Hannah Wolfe
aca7577b60 Merge pull request from PaulAdamDavis/about-tests
About Page Tests
2014-12-05 17:03:17 +00:00
Hannah Wolfe
fd79678f32 Merge pull request from jaswilli/testem
Move testem.json into client tests directory.
2014-12-05 16:18:03 +00:00
Sebastian Gierlinger
be928dd7a2 Merge pull request from jaswilli/update-simple-auth
Update authentication initializer.
2014-12-05 16:38:50 +01:00
Jason Williams
837446c570 Move testem.json into client tests directory. 2014-12-05 14:53:45 +00:00