845 Commits

Author SHA1 Message Date
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
Cássio Zen
507b4cb957 Don't try to validate hidden fields 2017-01-31 17:09:45 -02:00
Cássio Zen
90365b711c Version Bump 2017-01-26 19:26:11 -02:00
Cássio Souza
ecbcbf06b5 Role authorization for Netlify-auth (#224) 2017-01-26 19:23:42 -02:00
Cássio Zen
922ecbdf4d Merge branch 'master' of github.com:netlify/netlify-cms 2017-01-26 16:49:36 -02:00
Cássio Souza
72afa2b852 Reformatted auth steps 2017-01-24 17:25:36 -02:00
Cássio Souza
b6c5545b4e Merge pull request #221 from netlify/auth-instructions
Added instructions to add GitHub as an auth provider
2017-01-24 17:19:20 -02:00
Cássio Zen
2a7314a3ef Removed console log 2017-01-23 18:32:39 -02:00
Rafael Conde
f991ee46be instructions to auth github 2017-01-22 13:09:20 +00:00
Mathias Biilmann Christensen
8e26d5db81 Bump version 2017-01-21 16:57:13 -08:00
Mathias Biilmann Christensen
acc0f9b83e Update netlify-auth 2017-01-21 16:56:49 -08:00
Mathias Biilmann Christensen
4f883f022c Update netlify-auth dependency 2017-01-20 23:02:53 -08:00
Cássio Zen
d237318ef4 Bugfix: Only try to load file if there's a path 2017-01-19 17:28:06 -02:00
Cássio Zen
4dd0c0ccb5 Bugfix: Images not appearing on search 2017-01-19 16:34:13 -02:00
Cássio Zen
b8ce78a5f0 Version Bump 2017-01-19 16:05:58 -02:00
Cássio Souza
0e10c3f984 Local search (#220)
* Version Bump

* local search skeleton

* Added WaitService middleware

* Return matching queries

* wait action middleware rename/refactor

* bigger debounce time

* Fix: Initialize state using Immutable

* Local Search without integrations

* Local Search refactor: Keep state in closure, recurse

* “string” should be treated as the default widget by the inference. Closes #199
2017-01-19 15:50:26 -02:00
Cássio Zen
f5d1fa7314 Makes input fields easier to click. Closes #173 2017-01-19 14:26:49 -02:00
Cássio Zen
78a9ac0f4b Added more synonyms 2017-01-19 13:44:40 -02:00
Cássio Zen
ef9f499b42 Bugfix: Do not try to normalize absolute paths 2017-01-19 13:31:44 -02:00
Cássio Zen
b64259cb5a Sort frontmatter according to the fields order in config file. Closes #215 2017-01-19 12:09:18 -02:00
Cássio Zen
01e11e9213 Version bump 2017-01-18 18:26:37 -02:00