Commit Graph

4591 Commits

Author SHA1 Message Date
Renovate Bot
b6c6d5bd18 Update dependency ember-power-datepicker to v0.6.1 2019-07-15 01:25:05 +00:00
Rish
13399d9564 Version bump to 2.25.6 2019-07-11 15:46:12 +05:30
Rish
0d3c5a9323 Version bump to 2.25.5 2019-07-09 18:39:18 +05:30
Renovate Bot
7353975453 Update dependency ember-power-select to v2.3.5 2019-07-08 02:08:26 +00:00
Renovate Bot
61d3a81d90 Update dependency autoprefixer to v9.6.1 2019-07-08 01:25:26 +00:00
Kevin Ansfield
46d5b779ae 🐛 Fixed unexpected image positions when re-ordering gallery images
no issue

- the position that images were inserted did not always match the position indicator because of errors in the insert index calculations
2019-07-05 14:54:22 +01:00
Kevin Ansfield
526c94d954 Added ability to drag images in and out of galleries
no issue

- adjust drag handlers in the editor and gallery card to handle drag/drop of image cards as well as straight images
- adjust drag handlers in the gallery card to handle image inserts as well as re-orders
- add `onDragEnd` event/action to the Koenig drag-n-drop handler so that containers can perform cleanup if one of their draggables was successfully dropped into a different container
- change ghost element when dragging an image card to be an image rather than a card icon
  - allow `createGhostElement` function passed in when registering a drag-n-drop container to fall back to the default behaviour by returning a falsy value
2019-07-05 14:54:22 +01:00
Kevin Ansfield
7b3f5deb11 Updated Twitter username in nav menu 2019-07-02 13:13:01 +01:00
Kevin Ansfield
6ac1480ffc Removed and disabled use of Ember.js function prototype extensions
no issue

- Function prototype extensions are being deprecated in Ember 3.11
2019-07-01 15:53:58 +01:00
Kevin Ansfield
7210266ffe Update dependency ember-in-viewport to v3.5.8 2019-07-01 09:58:18 +01:00
Renovate Bot
a1082ebfb6 Lock file maintenance 2019-07-01 09:43:24 +01:00
Renovate Bot
3e3bd97f3d Update dependency walk-sync to v2 2019-07-01 09:16:37 +01:00
Renovate Bot
c1bd70c75c Update ember addons 2019-07-01 09:16:01 +01:00
Renovate Bot
dc1767e344 Update dependency fs-extra to v8.1.0 2019-07-01 09:14:59 +01:00
Fabien O'Carroll
577db1bc2f Version bump to 2.25.4 2019-07-01 13:31:22 +07:00
Renovate Bot
859e1c77fa Update dependency walk-sync to v1.1.4 2019-07-01 01:28:29 +00:00
Kevin Ansfield
d436184106 Version bump to 2.25.3 2019-06-26 14:02:07 +01:00
Kevin Ansfield
83a5a54801 Removed "Unsupported browser" warning for Chromium-based Edge
no issue

- Edge is dropping it's own engine and switching to Chromium which has full support in the editor
2019-06-25 14:52:09 +01:00
Kevin Ansfield
dc57e6557b Version bump to 2.25.2 2019-06-25 13:22:54 +01:00
Renovate Bot
17c9dc7ee8 Lock file maintenance 2019-06-24 17:18:47 +01:00
Kevin Ansfield
a2bb7c95f2 Update dependency eslint-plugin-ghost to v0.3.0 (#1247)
no issue

- update dependency `eslint-plugin-ghost` to v0.3.0
  - includes new rules from `eslint-plugin-ember` 6.3.0-6.7.0
- fixed linting failures for new rules
2019-06-24 16:33:21 +01:00
Paul Perkins
209c37f6bb Updated links to editor FAQ page (#1245)
closes https://github.com/TryGhost/Ghost/issues/10803

- updated links to editor usage FAQ to point to new location to avoid a redirect
2019-06-24 11:30:49 +01:00
Kevin Ansfield
411efee080 Update Codemirror dependency in simplemde-markdown-editor to v5.48.0
no issue

- keeps Codemirror version the same between the markdown card editor and Ghost's other Codemirror based inputs
2019-06-24 09:53:06 +01:00
Renovate Bot
56e0562d9b Update dependency ember-cli-string-helpers to v3 2019-06-24 09:08:53 +01:00
Renovate Bot
ceba3fda97 Update dependency ember-cli-babel to v7.8.0 2019-06-24 09:08:11 +01:00
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