Commit Graph

4634 Commits

Author SHA1 Message Date
Renovate Bot
2c9fb4d586 Update dependency codemirror to v5.48.0 2019-06-24 09:07:42 +01:00
Fabien O'Carroll
9e53fff840 Renamed "Preview site" to "View site" (#1235)
no-issue

Preview implies something which is not-yet-live, but this feature only shows the live site.
2019-06-24 09:07:02 +01:00
Paul Perkins
a4e18e9bfe 🎨 Changed post/page date picker format to 'YYYY-MM-DD' (#1213)
refs https://github.com/TryGhost/Ghost/issues/10767

The use of the date format 'MM/DD/YYYY' is confusing to those not in American English locations. In the absence of being able to dynamically determine full locale data, using 'YYYY-MM-DD' seems to the least ambiguous date format which would be intuitive to most users.
2019-06-24 09:06:39 +01:00
Renovate Bot
3f6bd3d92e Update dependency postcss-custom-properties to v8.0.11 2019-06-24 03:27:47 +00:00
Renovate Bot
bcb5daf7af Update dependency ember-source to v3.10.2 2019-06-24 02:26:01 +00:00
Renovate Bot
5e01fce4c5 Update dependency ember-exam to v3.0.3 2019-06-24 01:27:39 +00:00
Zimo
ca1644afc0 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
208eae6c07 Admin style refinements (#1234)
refs. c51bce7358

* 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
8cb0732864 Version bump to 2.25.1 2019-06-19 13:58:12 +07:00
Kevin Ansfield
a066a505bd 🐛 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
d2d4b0f644 Version bump to 2.25.0 2019-06-18 19:38:28 +07:00
Fabien O'Carroll
29c3af3da8 Version bump to 2.24.0 2019-06-18 19:25:06 +07:00
Rishabh Garg
6450def041 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
c72face0fc Lock file maintenance 2019-06-18 11:47:48 +01:00
Peter Zimon
c51bce7358 🎨 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
9925a02793 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
fbda677944 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
9354d3e20d Update ember addons 2019-06-17 11:47:14 +01:00
Renovate Bot
489474283b Update dependency autoprefixer to v9.6.0 2019-06-17 11:05:04 +01:00
Renovate Bot
e5191b749f Update dependency ember-power-select to v2.3.4 2019-06-17 05:26:26 +00:00
Renovate Bot
0551938d11 Update dependency @tryghost/timezone-data to v0.2.5 2019-06-17 03:25:54 +00:00
Renovate Bot
56ecf8ae83 Update dependency @tryghost/kg-parser-plugins to v0.5.1 2019-06-17 02:28:00 +00:00
Renovate Bot
3bb1ee9beb Update dependency @tryghost/helpers to v1.1.6 2019-06-17 01:28:53 +00:00
Rish
0cc8c81c0b Version bump to 2.23.4 2019-06-11 16:51:41 +05:30
Renovate Bot
930ae28d04 Update ember addons 2019-06-10 05:27:09 +00:00
Renovate Bot
f72f4e4eef Update dependency ember-source to v3.10.1 2019-06-10 04:28:09 +00:00
Renovate Bot
5b5a850894 Update dependency ember-exam to v3.0.2 2019-06-10 03:25:25 +00:00
Renovate Bot
c57b31fb08 Update dependency @tryghost/timezone-data to v0.2.4 2019-06-10 02:33:18 +00:00
Renovate Bot
87f37494fb Update dependency @tryghost/helpers to v1.1.5 2019-06-10 01:31:45 +00:00
Kevin Ansfield
27e13ca6fc Version bump to 2.23.3 2019-06-06 11:15:46 +01:00
Nazar Gargol
4f85d8b5aa Version bump to 2.23.2 2019-06-04 13:01:40 +02:00
Rishabh Garg
7ac21eed0e 🔥 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
83400f6f47 🐛 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
f36bd730e8 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
31a82455d4 Lock file maintenance 2019-06-03 09:28:07 +01:00
Renovate Bot
50353050ad Update dependency ember-concurrency to v1 2019-06-03 09:15:36 +01:00
Renovate Bot
0ed5d76c65 Update dependency ember-cli-string-helpers to v2.1.0 2019-06-03 09:14:54 +01:00
Renovate Bot
6ca4f8a1a3 Update dependency ember-concurrency to v0.10.1 2019-06-03 01:27:33 +00:00
Kevin Ansfield
8ad5e469af Version bump to 2.23.1 2019-05-28 18:36:10 +01:00
Kevin Ansfield
9116e5cc24 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
c552be58c7 Version bump to 2.23.0 2019-05-27 10:57:22 +01:00
Kevin Ansfield
c578ca48ec 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
83a482f4be Lock file maintenance 2019-05-27 10:32:38 +01:00
Kevin Ansfield
27c4459334 Updated for breaking changes in ember-cli-mirage@1.0.0 2019-05-27 09:58:33 +01:00
Renovate Bot
e8d3980678 Update ember addons 2019-05-27 09:58:33 +01:00
Renovate Bot
e7822af59d Update dependency ember-cli-dependency-checker to v3.2.0 2019-05-27 09:14:23 +01:00
Renovate Bot
cd39815182 Update dependency codemirror to v5.47.0 2019-05-27 09:11:07 +01:00
Renovate Bot
1965e29304 Update dependency ember-infinity to v1.4.7 2019-05-27 03:22:23 +00:00
Renovate Bot
368732576e Update dependency @tryghost/timezone-data to v0.2.3 2019-05-27 02:23:26 +00:00
Renovate Bot
e820ec2099 Update dependency @tryghost/helpers to v1.1.4 2019-05-27 01:23:19 +00:00