0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-17 23:44:39 -05:00
Commit graph

4473 commits

Author SHA1 Message Date
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
Paul Adam Davis
3b87aa2895 About Page Tests
Closes 

Tests for:

- Version number is a number
- Database type is an allowed 1 of 3
- There are 20 contributors
- First contributor has an image tag and image src exists, alt tag, title tag, href to github
2014-12-05 14:40:59 +00:00
Hannah Wolfe
a761de2079 Version bump to 0.5.6 2014-12-04 17:37:25 +00:00
John O'Nolan
b705d5cd7d Fix settings header to allow dropdown menus to work 2014-12-04 19:25:14 +02:00
Sebastian Gierlinger
658dea9e6b Merge pull request from ErisDS/footnote-excerpt
Strip footnotes from excerpts
2014-12-04 17:24:56 +01:00
Hannah Wolfe
299b06e705 Merge pull request from jaswilli/ci-adjust
Match labels with element ids.
2014-12-04 16:05:07 +00:00
Hannah Wolfe
883ce4eb64 Merge pull request from TryGhost/revert-4544-notification-over-nav
Revert "Allow notifications to sit over the nav bar"
2014-12-04 16:02:08 +00:00
Hannah Wolfe
d518df7386 Upgrading Casper to 1.1.3 2014-12-04 15:39:13 +00:00
Hannah Wolfe
591d653b36 Strip footnotes from excerpts
fixes 

- Remove both inline and bottom footnotes from excerpt output before stripping the remaining HTML
- No more red errors, black text or bold links in codemirror, as codemirror gets confused by footnote syntax. This is a step towards the new editor which has no syntax highlighting in the editor
2014-12-04 15:28:30 +00:00
Jason Williams
de20f3af2a Match labels with element ids.
Refs 
- Match label "for" attributes with ids from the inputs they're
  labeling.
- Remove extra promise generation from ghost header and footer helpers.
2014-12-04 15:21:27 +00:00