Commit Graph

4678 Commits

Author SHA1 Message Date
Aileen Nowak b134b24679
Updated links to docs (#1276)
no issue
2019-07-22 16:53:24 +08:00
Renovate Bot c8ba6a21df Update dependency ember-exam to v4 2019-07-22 09:24:54 +01:00
Renovate Bot 776857c2ed Update dependency ember-cli-mirage to v1.1.0 2019-07-22 09:24:23 +01:00
Renovate Bot c54ad24412 Update dependency blueimp-md5 to v2.11.0 2019-07-22 09:24:09 +01:00
Renovate Bot 92d052d152 Update dependency ember-simple-auth to v1.9.2 2019-07-22 02:30:48 +00:00
Renovate Bot bca71e3e03 Update dependency codemirror to v5.48.2 2019-07-22 01:28:36 +00:00
Nazar Gargol fd546c0873 Version bump to 2.25.8 2019-07-17 17:45:21 +02:00
Peter Zimon 9f82ee8523 Updated word break for name and email in navbar
no refs.
- fixed the issue that long name and email in left sidebar were breaking into multiple lines
- added title attribute to name and email
2019-07-17 12:33:27 +02:00
Renovate Bot e37020d332 Lock file maintenance 2019-07-17 11:26:53 +01:00
Renovate Bot ac5f772c01 Update dependency postcss-custom-properties to v9 2019-07-17 10:09:05 +01:00
Fabien O'Carroll 5eb087b6c7 Version bump to 2.25.7 2019-07-16 16:01:28 +08:00
Peter Zimon b360c3736c Updated posts/pages filter style
no refs.
- grouped posts/pages filters for better future scalablility and to indicate corresponding UI components
2019-07-15 15:06:27 +02:00
Renovate Bot d1ed51aea7 Update dependency markdown-it to v9 2019-07-15 13:32:29 +01:00
Renovate Bot 891785adcb Update dependency testem to v2.17.0 2019-07-15 13:31:21 +01:00
Renovate Bot c84539e23c Update dependency eslint-plugin-ghost to v0.4.0 2019-07-15 13:30:46 +01:00
Renovate Bot 03286ff2c5 Update ember addons 2019-07-15 13:30:09 +01:00
Fabien O'Carroll 041752a0ef 💡 Bumped minimum node v8.x version to v8.10.0
no-issue

This is to keep it in sync with Ghost
2019-07-15 19:41:08 +08:00
Renovate Bot c9c0a4b2ce Update dependency walk-sync to v2.0.2 2019-07-15 03:25:18 +00:00
Renovate Bot f78fac2fbc Update dependency markdown-it-footnote to v3.0.2 2019-07-15 02:16:13 +00:00
Renovate Bot b45fb60a59 Update dependency ember-power-datepicker to v0.6.1 2019-07-15 01:25:05 +00:00
Rish 0a4e3a92a7 Version bump to 2.25.6 2019-07-11 15:46:12 +05:30
Rish 76d358473a Version bump to 2.25.5 2019-07-09 18:39:18 +05:30
Renovate Bot 885715ba20 Update dependency ember-power-select to v2.3.5 2019-07-08 02:08:26 +00:00
Renovate Bot e40ab94e50 Update dependency autoprefixer to v9.6.1 2019-07-08 01:25:26 +00:00
Kevin Ansfield 564ee97b01 🐛 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 aa8c0200e3 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 6140b3ebf0 Updated Twitter username in nav menu 2019-07-02 13:13:01 +01:00
Kevin Ansfield eb731db4d2 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 f50113ee94 Update dependency ember-in-viewport to v3.5.8 2019-07-01 09:58:18 +01:00
Renovate Bot 4b6a411193 Lock file maintenance 2019-07-01 09:43:24 +01:00
Renovate Bot d8ab128f19 Update dependency walk-sync to v2 2019-07-01 09:16:37 +01:00
Renovate Bot 1e31335bc0 Update ember addons 2019-07-01 09:16:01 +01:00
Renovate Bot 802e5d3f6b Update dependency fs-extra to v8.1.0 2019-07-01 09:14:59 +01:00
Fabien O'Carroll 836f36d873 Version bump to 2.25.4 2019-07-01 13:31:22 +07:00
Renovate Bot fcfe825dc0 Update dependency walk-sync to v1.1.4 2019-07-01 01:28:29 +00:00
Kevin Ansfield dafc5fe99b Version bump to 2.25.3 2019-06-26 14:02:07 +01:00
Kevin Ansfield c43297992d 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 2b178d2916 Version bump to 2.25.2 2019-06-25 13:22:54 +01:00
Renovate Bot da832a9d50 Lock file maintenance 2019-06-24 17:18:47 +01:00
Kevin Ansfield 0e70ac51b2
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 308ef5c352 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 081f8d4d4f 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 187024adf8 Update dependency ember-cli-string-helpers to v3 2019-06-24 09:08:53 +01:00
Renovate Bot 8411507987 Update dependency ember-cli-babel to v7.8.0 2019-06-24 09:08:11 +01:00
Renovate Bot bd2366a413 Update dependency codemirror to v5.48.0 2019-06-24 09:07:42 +01:00
Fabien O'Carroll bd5505204c 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 a96f4fd5d2 🎨 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 19f6b69eca Update dependency postcss-custom-properties to v8.0.11 2019-06-24 03:27:47 +00:00
Renovate Bot 88f692ea0e Update dependency ember-source to v3.10.2 2019-06-24 02:26:01 +00:00
Renovate Bot 83db88d4dd Update dependency ember-exam to v3.0.3 2019-06-24 01:27:39 +00:00