1
0
Fork 0
mirror of https://github.com/TryGhost/Ghost-Admin.git synced 2023-12-14 02:33:04 +01:00
Commit graph

4828 commits

Author SHA1 Message Date
Zimo
a9d6597cb6 Night shift visual refinements
no refs.

- fixed visual bugs with buttons
- fixed background color of the SEO preview in night shift
2019-06-21 14:20:37 +02:00
Peter Zimon
48c3774456
Admin style refinements (#1234)
refs. 183e22e0bf

* Refine form inputs and button styles
* Refined Forget link and buttons
* Remove green icon success indicator from login screen
2019-06-21 13:52:39 +02:00
Fabien O'Carroll
42345a3c24 Version bump to 2.25.1 2019-06-19 13:58:12 +07:00
Kevin Ansfield
ba8ce56f93 🐛 Fixed error when opening editor after abandoning a new tag
no issue

- the new tag that is added to the store when opening the new tag route was not being cleaned up when leaving the new tag route
- blank tags have a name value of `undefined` which causes errors when calling `localeCompare()` on them as is done when ordering tag names for display in the tags input
2019-06-18 15:16:22 +01:00
Fabien O'Carroll
94032f0676 Version bump to 2.25.0 2019-06-18 19:38:28 +07:00
Fabien O'Carroll
f5ce28d3da Version bump to 2.24.0 2019-06-18 19:25:06 +07:00
Rishabh Garg
a6598f2e96 Fixed missing ghost-dark.css causing crash (#1233)
no issue

Gracefully falls back to light theme in case ghost-dark is unavailable
2019-06-18 18:54:36 +07:00
Renovate Bot
d035045401 Lock file maintenance 2019-06-18 11:47:48 +01:00
Peter Zimon
183e22e0bf 🎨 Updated admin area design and usability (#1232)
refs. https://github.com/TryGhost/Team/issues/205

Major update to Ghost Admin UI including:
- improved general consistency (typography, colors and contrast, UI components, icons)
- new design for post and pages lists, improved discoverability of filters 
- search moved to modal
- account menu is decoupled from ghost logo
- further usability fixes
2019-06-18 11:47:20 +01:00
Renovate Bot
79fa0980af Update dependency ember-mocha to v0.16.0
no issue

- removes now-unneeded `adapter-error` override helper
- comments out the `gh-post-settings-menu` unit tests because the top-level `describe.skip` was causing all further unit tests to be skipped
2019-06-17 15:32:09 +01:00
Kevin Ansfield
d0b34dccab Inline password-generator to fix auto-import issues
no issue

- copies `password-generator` npm module functionality into a utility function because the way it was trying to use the `crypto` core library was tripping up webpack which no longer has `node: true` config set by `ember-auto-import`
2019-06-17 11:47:14 +01:00
Renovate Bot
9d2deac87c Update ember addons 2019-06-17 11:47:14 +01:00
Renovate Bot
472c105bb6 Update dependency autoprefixer to v9.6.0 2019-06-17 11:05:04 +01:00
Renovate Bot
f2e040e1b2 Update dependency ember-power-select to v2.3.4 2019-06-17 05:26:26 +00:00
Renovate Bot
7c497b5363 Update dependency @tryghost/timezone-data to v0.2.5 2019-06-17 03:25:54 +00:00
Renovate Bot
bdcc7c6082 Update dependency @tryghost/kg-parser-plugins to v0.5.1 2019-06-17 02:28:00 +00:00
Renovate Bot
ef9b64e5e8 Update dependency @tryghost/helpers to v1.1.6 2019-06-17 01:28:53 +00:00
Rish
8688e659ed Version bump to 2.23.4 2019-06-11 16:51:41 +05:30
Renovate Bot
24ef01ee45 Update ember addons 2019-06-10 05:27:09 +00:00
Renovate Bot
c2fc4aea70 Update dependency ember-source to v3.10.1 2019-06-10 04:28:09 +00:00
Renovate Bot
9c3ad4bc51 Update dependency ember-exam to v3.0.2 2019-06-10 03:25:25 +00:00
Renovate Bot
6ea2e4154e Update dependency @tryghost/timezone-data to v0.2.4 2019-06-10 02:33:18 +00:00
Renovate Bot
b0c2733618 Update dependency @tryghost/helpers to v1.1.5 2019-06-10 01:31:45 +00:00
Kevin Ansfield
5113e0cf51 Version bump to 2.23.3 2019-06-06 11:15:46 +01:00
Nazar Gargol
11eb46f142 Version bump to 2.23.2 2019-06-04 13:01:40 +02:00
Rishabh Garg
1f6b925af7
🔥 Dropped Node v6 support (#1218)
no issue

- Node v6 has come to EOL as of 2019-04-30 (ref. https://github.com/nodejs/Release#end-of-life-releases)
2019-06-04 09:40:50 +05:30
Kevin Ansfield
d6324ec164 🐛 Fixed markdown text expansion behaviour when similar unexpanded text is present
closes https://github.com/TryGhost/Ghost/issues/10770

- ensure text expansions only occur on the last match before the cursor
- fix subscript text expansion
2019-06-03 21:43:04 +01:00
Kevin Ansfield
d21c5f37de Updated dependency @tryghost/mobiledoc-kit to v0.11.2-ghost.4
no issue

- correctly bumps to our custom version rather than base 0.11.2 version
- adds fix for text content being obliterated in certain circumstances when pasting content
2019-06-03 12:10:57 +01:00
Renovate Bot
5fe663a30a Lock file maintenance 2019-06-03 09:28:07 +01:00
Renovate Bot
fa6c8cbb6e Update dependency ember-concurrency to v1 2019-06-03 09:15:36 +01:00
Renovate Bot
2e89a0fb37 Update dependency ember-cli-string-helpers to v2.1.0 2019-06-03 09:14:54 +01:00
Renovate Bot
c0c93e06d8 Update dependency ember-concurrency to v0.10.1 2019-06-03 01:27:33 +00:00
Kevin Ansfield
bc79811d3d Version bump to 2.23.1 2019-05-28 18:36:10 +01:00
Kevin Ansfield
3697d15ec5 Hid "feature this post" toggle when logged in as an Author or Contributor
no issue
- hides the "Featured this post" toggle in the post settings menu when the currently logged in user is an Author or Contributor
- https://forum.ghost.org/t/remove-the-permission-to-set-posts-to-featured/7441/5?u=kevin
2019-05-28 09:39:22 +01:00
Kevin Ansfield
48df541989 Version bump to 2.23.0 2019-05-27 10:57:22 +01:00
Kevin Ansfield
c97d84e82f Upgraded our Zapier integration to use API Keys and allow post creation
no issue
- move the Zapier API Key details out of developer experiments because our Zapier 2.0.0 version is now public and requires an API Key when connecting
2019-05-27 10:53:18 +01:00
Renovate Bot
1cfd63ecf6 Lock file maintenance 2019-05-27 10:32:38 +01:00
Kevin Ansfield
fdb4b46fd2 Updated for breaking changes in ember-cli-mirage@1.0.0 2019-05-27 09:58:33 +01:00
Renovate Bot
dcf0341672 Update ember addons 2019-05-27 09:58:33 +01:00
Renovate Bot
21af41afb1 Update dependency ember-cli-dependency-checker to v3.2.0 2019-05-27 09:14:23 +01:00
Renovate Bot
9d612883ab Update dependency codemirror to v5.47.0 2019-05-27 09:11:07 +01:00
Renovate Bot
5adc1ea49b Update dependency ember-infinity to v1.4.7 2019-05-27 03:22:23 +00:00
Renovate Bot
04fc751c0d Update dependency @tryghost/timezone-data to v0.2.3 2019-05-27 02:23:26 +00:00
Renovate Bot
7a7e1ddc0d Update dependency @tryghost/helpers to v1.1.4 2019-05-27 01:23:19 +00:00
John O'Nolan
2345e6f8fd
Fix egregious typo. 2019-05-24 18:47:53 +02:00
Kevin Ansfield
64d92c432f Version bump to 2.22.3 2019-05-23 13:49:23 +01:00
Kevin Ansfield
3b6758479c 🐛 Fixed editor crashing when leaving a markdown card's edit mode
no issue
- a change in Ember 3.10's rendering has resulting in the component's element being removed before the `{{gh-markdown-editor}}`'s cleanup action is run which meant that we were trying to run `.querySelector` on `undefined`
- removes the code which moved toolbar elements around because it hasn't been used since we moved to Koenig, this meant that the cleanup action could also be removed
2019-05-23 13:43:01 +01:00
Aileen Nowak
178e5b2753
Updated link to Marketplace (#1203)
no issue

- Marketplace moved to https://ghost.org/marketplace
2019-05-22 16:55:03 +08:00
Fabien O'Carroll
71f1555212 Version bump to 2.22.2 2019-05-21 12:09:14 +02:00
Kevin Ansfield
06d50b065e Refactored document-title handler
no issue
- moved `document-title` Route extension's functionality into the `ui` service
  - updates the title each time the router service emits a route changed event
  - `ui.updateDocumentTitle()` can now be called directly from components rather than the confusing `this.send('updateDocumentTitle')` bubbling behaviour
- refactored the `titleToken` implementation to use the now-formalised `RouteInfo`'s `metadata` field (https://github.com/emberjs/rfcs/blob/master/text/0398-RouteInfo-Metadata.md#appendix-a)
2019-05-20 16:16:19 +01:00