815 Commits

Author SHA1 Message Date
Mathias Biilmann
99449bd1d9 Merge pull request #295 from lmcorreia/feature/#294_imperative_commit_msgs
#294 Make commit messages imperative
2017-03-16 19:52:02 -07:00
Luis Correia
e9c6e8cda1 #294 Make commit messages imperative 2017-03-17 01:09:52 +00:00
Shawn Erquhart
b3936c555f Release 0.3.15 2017-03-16 16:15:06 -04:00
Shawn Erquhart
2faeb1af4f Merge pull request #290 from Benaiah/confirm-navigation-while-changes-unsaved
Set correct `hasChanged` and set it on all entry persistence actions
2017-03-16 16:10:04 -04:00
Benaiah Mischenko
3adb1ee4fc Set correct hasChanged and set it on all entry persistence actions 2017-03-16 11:34:36 -07:00
Shawn Erquhart
c8b9f2930e Merge pull request #289 from Benaiah/confirm-navigation-while-changes-unsaved
Don't ask for navigation confirmation on save
2017-03-16 14:13:00 -04:00
Benaiah Mischenko
47c46e7a6a Set state.entryDraft.entry.hasChanged to false when an entry saves succesfully 2017-03-16 11:05:17 -07:00
Shawn Erquhart
cbcd2f3bca Release 0.3.14 2017-03-16 13:40:56 -04:00
Shawn Erquhart
f23229bcb6 Merge pull request #284 from netlify/entry-editor-ui
improve entry editor UI
2017-03-16 12:07:12 -04:00
Shawn Erquhart
3096b4617e improve entry editor UI 2017-03-15 21:18:16 -04:00
Shawn Erquhart
736954da8b Merge pull request #285 from Benaiah/confirm-navigation-while-changes-unsaved
Confirm navigation when it would discard unsaved changes
2017-03-15 18:12:02 -04:00
Benaiah Mischenko
a88b2d6c9f Confirm navigation when it would discard unsaved changes
- New state field: `state.entryDraft.hasChanged`, initialized to
  `false`.

- `state.entryDraft.hasChanged` set to `true` in `entryDraft` reducer
  for `DRAFT_CHANGE_FIELD`.

- `EntryPage` adds a `listenBefore` listener to `history` on
  `componentDidMount` that checks `this.props.entryDraft.hasChanged`
  and, if that is true, asks the user to confirm the navigation.

- `EntryPage` removes its listener on `componentWillUnmount`.
2017-03-15 14:49:38 -07:00
Shawn Erquhart
705e348138 update sidebar styling, add new entry links (#276)
* udpate sidebar styling, add new entry links

* make sidebar new entry links always visible

* simplify app bar implementation, findbar
2017-03-15 11:32:41 -07:00
Mathias Biilmann
e7dc2c4e84 Merge pull request #282 from netlify/fix-cache-fetch-issue-on-firefox
Bump version
2017-03-15 00:09:39 -07:00
Mathias Biilmann Christensen
fd1cd3679a Bump version 2017-03-15 00:09:01 -07:00
Mathias Biilmann
fa407a0335 Merge pull request #281 from netlify/fix-cache-fetch-issue-on-firefox
Fix firefox fetch issue in GitHub API
2017-03-15 00:08:11 -07:00
Mathias Biilmann Christensen
5e504bbc5a Fix firefox fetch issue in GitHub API 2017-03-15 00:06:31 -07:00
Shawn Erquhart
adb4a1d3d2 Merge pull request #280 from Benaiah/editorial-workflow-ignore-merged-branches
Filter merged PRs from unpublished posts
2017-03-14 21:03:33 -04:00
Benaiah Mischenko
47096c1cf0 Filter merged PRs from unpublished posts 2017-03-14 17:01:21 -07:00
Shawn Erquhart
224ef6ec3e Merge pull request #279 from Benaiah/full-stops-in-entry-titles
Disallow full stops in entry slugs
2017-03-14 16:51:49 -04:00
Benaiah Mischenko
9fc98a738b Disallow full stops in entry slugs
Full stops in slugs were preventing branch creation for unpublished
entries when using the editorial workflow, as `.` is not an allowed
character in branch names. This commit changes slug generation so
periods are replaced with `-` the same way other "non-sluggable"
characters are.
2017-03-14 13:39:56 -07:00
americool
3c7b8d2322 delete button working (#274)
Fixes #274.
2017-03-11 10:47:36 -08:00
David Calavera
8ffe6730fa Merge pull request #261 from erquhart/master
Add widgetsFor helper - fixes #236
2017-03-11 10:35:45 -08:00
Jessica Parsons
b9d24a1c3e Merge pull request #265 from mwickett/patch-1
Add Spike to list in App File Structure
2017-03-09 14:17:08 -08:00
Mike Wickett
e5f13b5979 Add Spike to list in App File Structure
Added the file path location for the `/admin` folder when using Netlify CMS with Spike.
2017-03-09 11:13:27 -05:00
Shawn Erquhart
ff8b420777 remove leading underscore from getWidget method 2017-03-06 19:38:21 -05:00
Brian Douglas
94344e7c50 Update ISSUE_TEMPLATE.md 2017-03-06 15:04:30 -08:00
Shawn Erquhart
03714f8d1b add documentation for widgetsFor helper 2017-03-06 17:57:43 -05:00
Shawn Erquhart
e48221a04f add shared widget getter for widgetFor and widgetsFor 2017-03-06 15:22:40 -05:00
Shawn Erquhart
9bc80ed5e4 add object support to widgetsFor 2017-03-06 13:30:40 -05:00
Shawn Erquhart
9dca9f912a add widgetsFor helper
This allows individual widgets to be accessed
from preview templates that handle lists
2017-03-06 12:28:40 -05:00
David Calavera
73d5cf9031 Merge pull request #242 from bkniffler/patch-1
Add missing quotes to babelrc
2017-02-24 16:25:53 +01:00
Benjamin Kniffler
2fa251f366 Add missing quotes 2017-02-22 13:22:38 +01:00
Mathias Biilmann Christensen
b777343d70 yet another field ordering related change 2017-02-21 23:59:34 -08:00
Mathias Biilmann
57ec140363 Merge pull request #241 from netlify/fix-order-for-fields-in-files-collections
Fix ordering when persising a files based entry
2017-02-21 23:45:15 -08:00
Mathias Biilmann Christensen
eefdf2ce95 Bump version 2017-02-21 23:41:54 -08:00
Mathias Biilmann Christensen
09e6f2c80e Fix ordering when persisting a files based entry 2017-02-21 23:41:40 -08:00
Mathias Biilmann Christensen
c94d6e71c9 Bump version 2017-02-21 23:24:28 -08:00
Mathias Biilmann
db078d2f26 Merge pull request #240 from netlify/fix-persistence-for-files-collections
Fix persistence for collections stored in different files
2017-02-21 23:23:39 -08:00
Mathias Biilmann Christensen
e9088957b3 Fix persistence for collections stored in different files
Getting the order of the fields failed when the collections was not folder based
2017-02-21 23:04:12 -08:00
Mathias Biilmann Christensen
aa9a97ecba Bump version 2017-02-20 23:53:26 -08:00
Mathias Biilmann
e294b87554 Merge pull request #231 from verythorough/fix-img-width
Prevent giant images in editor
2017-02-17 16:27:16 -08:00
Cássio Zen
916c890896 Updated README to reflect new Docs 2017-02-08 16:29:15 -02:00
Cássio Zen
905cacf1cc Additional Docs 2017-02-08 16:28:57 -02:00
Cássio Zen
e8dfadc40d Added 'text' and 'hidden' widgets 2017-02-08 16:28:36 -02:00
Jessica Parsons
ccd9e0a10c Intro docs (#233)
* Draft of Intro/Core Concepts + partial draft of Quick Start

* Revise Intro doc

* Quick Start draft complete

* Revise Quick Start

* Fix editorial workflow description in intro.md
2017-02-08 15:43:52 -02:00
Cássio Souza
27275ed677 Merge pull request #232 from marzeelabs/feature/#222_encodeuri_branch_name
#222 - Encode branch name on requests to avoid errors with special chars
2017-02-07 17:38:00 -02:00
Luis Correia
471b26a9d5 #222 - Encode branch name on requests to avoid errors with special chars 2017-02-03 15:10:27 +00:00
Jessica Parsons
ffead874bf Fix oversized images 2017-02-02 13:15:20 -08:00
Cássio Zen
679634afec Version bump 2017-01-31 17:10:36 -02:00