1001 Commits

Author SHA1 Message Date
Shawn Erquhart
14be00be90 Merge pull request #507 from netlify/fix-post-save-error
Fix runtime error on saving post in editorial workflow
2017-08-17 11:52:54 -04:00
Shawn Erquhart
212d9d67da Merge pull request #521 from netlify/github-case-sensitive-repo-name
Make GitHub repo name comparison case-insensitive (fixes #510)
2017-08-17 09:58:36 -04:00
Kalin Chernev
751f0fad11 Apply corrections 2017-08-16 12:57:24 +02:00
Robert Riemann
9af7bb7eb9 improve documentation of list widget, fixes #505 2017-08-16 11:02:48 +02:00
Benaiah Mischenko
30dcc2bdf0 Fix confusing "yaml/yml" distinction in formats.js
Makes "yml" and "yaml" synonyms for both file extensions and format
settings.
2017-08-15 14:42:55 -07:00
Kalin Chernev
22ca155b7c Suggestion for adding Gatsby JS 2017-08-15 09:54:45 -07:00
Benaiah Mischenko
b3b13d311c Make GitHub repo name comparison case-insensitive (fixes #510) 2017-08-11 12:19:01 -07:00
Benaiah Mischenko
7e8a588c15 Fix incorrect eslint import errors
Just adds the development package `eslint-import-resolver-webpack`,
which is [already configured][0], but not previously installed. This
removes a _lot_ of incorrect eslint errors.

[0]: 2d344ef4ca/.eslintrc (L6-L10)
2017-08-11 11:47:39 -07:00
Matt Jared
2d344ef4ca Fix typo in intro.md (#518) 2017-08-09 10:35:59 -07:00
tortilaman
6805a6936d Prevent unauthorized CMS access (#323) and enable use of GitHub Enterprise (#491)
* Prevent unauthorized CMS access and enable use of GitHub Enterprise
2017-08-01 20:28:03 -07:00
Benaiah Mischenko
fda2f2269d Fix runtime error on saving post in editorial workflow
The removed `dispatch(closeEntry)` is handled in the code that's been
erroring out (located in `containers/EntryPage.js`). User-visible
functionality is identical.
2017-08-01 19:48:15 -07:00
Caleb
0d7f653adf Allow npm build commands to be used cross-platform (on Windows).
Windows command prompts set and use enviroment variables differently
than POSIX terminals. `cross-env` is a wrapper that allow the commands
to run with the same effect on Windows as well. It will not affect any
POSIX terminal (including Bash on Windows).
2017-08-01 15:15:03 -06:00
Damien Van Der Windt
b294110db7 Stopped the pluralization of collection name (#503) 2017-07-27 11:13:34 -07:00
Rich Cook
6ad6bfd094 misc edits in /docs; mostly style, grammar, consistency (#489)
* misc edits in /docs; mostly style, grammar, consistency

* changes per reviewers requests

* removed .md ext from links in 2 files per request
2017-07-26 20:29:28 -07:00
Shawn Erquhart
b283f6931f Release 0.4.4 2017-07-26 22:21:19 -04:00
Shawn Erquhart
bd0a7b06e0 Merge pull request #500 from netlify/prepublish-only
add prepublishOnly build command
2017-07-26 22:20:31 -04:00
Shawn Erquhart
74c8eec521 add prepublishOnly build command 2017-07-26 22:16:27 -04:00
Shawn Erquhart
56e63b6573 Merge pull request #493 from Dammmien/fix_list_item_reordering
Fix list item reordering #437
2017-07-25 08:45:23 -04:00
Damien Duhamel
1b3aec4ebf Add some comments 2017-07-25 10:28:35 +02:00
Damien Duhamel
4d2ed6b1ea Check editor value after update 2017-07-23 19:38:05 +02:00
Benaiah Mischenko
dac57c60a0 Entry deletion for the simple workflow (#485) 2017-07-21 23:40:33 -07:00
Shawn Erquhart
1d08f1a33b Merge pull request #470 from netlify/relation-preview-improvements
Relation preview improvements
2017-07-10 15:46:20 -04:00
Shawn Erquhart
6af9a3155c add example of custom relation widget with custom preview 2017-07-10 15:05:08 -04:00
Shawn Erquhart
429ab2c393 document relation widget 2017-07-10 15:05:06 -04:00
Shawn Erquhart
5748e78013 remove duplicate widget description table 2017-07-10 15:01:02 -04:00
Shawn Erquhart
088cb158e3 document custom widget preview 2017-07-10 15:01:02 -04:00
Shawn Erquhart
aebf28b881 allow registered widget controls to be reused 2017-07-10 15:01:02 -04:00
Shawn Erquhart
72a661d132 pass more contextual data to preview components 2017-07-10 15:01:01 -04:00
Shawn Erquhart
324340135b lengthen relation search debounce to reduce lag 2017-07-10 15:01:01 -04:00
Shawn Erquhart
4170b83a33 Merge pull request #481 from KraigWalker/contributing-typo
Fix typo and improve markdown link syntax in CONTRIBUTING.md
2017-07-10 14:40:33 -04:00
Kraig Walker
4f58fbdd95 Fix typo and improve markdown link syntax in CONTRIBUTING.md 2017-07-10 19:31:24 +01:00
tortilaman
40b7419128 Added documentation for more advanced configuration (#477) 2017-07-10 10:36:31 -07:00
Jerry Holmes
cc93ad87dc Encode URI of image path for card view vs. normalizePath replace (#474) 2017-07-10 10:36:07 -07:00
Shawn Erquhart
e7c859eb12 fix widget documentation accuracy (#480) 2017-07-10 10:33:24 -07:00
Shawn Erquhart
cdf7c3a2be Merge pull request #472 from DrianHillman/add-context-to-new-buttons
adds context to new list item button
2017-07-03 23:58:33 -04:00
Drian Hillman
4c35e39a59 Refactors a portion to access this Data Structure more effectively 2017-07-03 20:37:19 -04:00
Drian Hillman
a8ebba2cf2 adds context to new list item button 2017-07-01 13:52:46 -04:00
Shawn Erquhart
206602436c Merge pull request #466 from netlify/hidden-nested
hide hidden widget in object and list controls
2017-06-30 21:46:57 -04:00
Henrik Lau Eriksson
ae41bcb78e Update examples.md to add jamstack-cms.netlify.com (#469)
Update examples.md to add jamstack-cms.netlify.com
2017-06-30 11:45:40 -07:00
Shawn Erquhart
66a683bef1 hide hidden widget in object and list controls 2017-06-28 16:12:35 -04:00
Shawn Erquhart
220e8a6c58 Release 0.4.3 2017-06-25 12:33:17 -04:00
Jessica Parsons
37cce53971 Docs: change unpkg links to pull 0.4 release (#455)
* Docs: change unpkg links to pull 0.4 release
2017-06-23 19:12:52 -07:00
Brian Douglas
ff2cc154e1 removes test
I am testing the cms webhook. I will do future test on a different repo in the future.
2017-06-23 17:17:13 -07:00
Brian Douglas
c427fe1d10 Update architecture.md 2017-06-23 17:12:26 -07:00
Shawn Erquhart
782b005085 Merge pull request #460 from eamonnbell/fix-458-silent-failure
Fix #458 by ending case sensitivity of names of fields used in slug construction
2017-06-23 14:07:25 -04:00
Eamonn Bell
e51071abf4 Change .find() predicate to not reject field names based on spurious whitespace. 2017-06-22 21:49:31 +01:00
Eamonn Bell
3e105b3089 Fix indentation. 2017-06-22 21:39:32 +01:00
Eamonn Bell
a4e324201d Refactor indentifer field find and validation. 2017-06-22 21:25:30 +01:00
Eamonn Bell
eaa43488e5 Remove case sensitivity of names of fields used in slug construction 2017-06-22 14:05:22 +01:00
Brian Douglas
a285033fff reverted updating intro.md 2017-06-19 18:47:50 -07:00