227 Commits

Author SHA1 Message Date
Shawn Erquhart
32e0a9b2b5
docs: fix github stars button (#1588) 2018-08-07 15:07:15 -04:00
Shawn Erquhart
328ef09820 chore: update release ticker 2018-08-07 13:29:39 -04:00
Caleb
88f7dca328 chore(lint): cleanup unused variables in code (#1563) 2018-08-07 11:53:31 -04:00
Kaycee
317cc1218f docs: fixed two broken links. (#1579)
Fixed two links. Hope this helps! Great job on Netlify by the way!
2018-08-05 13:09:44 -06:00
Shawn Erquhart
b79c042e9e
chore(e2e): add cypress integration test of editorial workflow (#1573) 2018-08-03 19:23:43 -04:00
Shawn Erquhart
cd6e8de3d3 update website release ticker 2018-08-01 15:14:48 -04:00
Shawn Erquhart
f937d08747 chore: update website release ticket 2018-08-01 14:27:22 -04:00
Max
4d6a1ebf8d docs: jigsaw source path (#1463)
* Add: jigsaw source path

* Fix: table alignment
2018-07-31 16:44:58 -06:00
Caleb
5a27fb8b9d chore: fix miscellaneous errors from linters (#1555) 2018-07-31 17:03:46 -04:00
Michael
7424540b0d update href to include a valid URL. (#1533) 2018-07-28 16:34:07 -04:00
Shawn Erquhart
34c8c2ad70
fix(build): output aliased cms.js w/ deprecation (#1526)
When loading Netlify CMS via script tag from a CDN, the file was named
`cms.js` until 2.0, when it was renamed to `netlify-cms.js` in alignment
with all packages outputting files that match the package name. To avoid
a lot of broken sites and confusion, this commit outputs both filenames
and prints a deprecation warning to the console in `cms.js` only.
2018-07-27 11:08:17 -04:00
Jessica Parsons
d797c8c9a7
Push date 2018-07-26 11:17:17 -07:00
Jessica Parsons
26f7c38a9f
Add 2.0 notification banner (#1519) 2018-07-25 16:26:33 -07:00
Jessica Parsons
232adbc69a
Create netlify-cms-2-0-launches-with-bitbucket-support-and-a-new-monorepo-architecture.md 2018-07-25 11:58:31 -07:00
Zeb Pykosz
04c44518b2 convert website from hugo to gatsby (#1369) 2018-07-25 07:47:26 -04:00
Jessica Parsons
d6c03707d8
Update docs to add Bitbucket support (#1512)
* Update docs to add Bitbucket support

* Update doc to remove Git Gateway support for BB

* Update Bitbucket info based on review
2018-07-24 17:33:53 -07:00
Brian Webb
e775ea6408 And training forward slash to example URI for GitLab (#1507)
The example URI for creating an application in GitLab does not contain a trailing `/` but the Netlify CMS admin oauth implicit grant request to GitLab does include a trailing `/`.  This results in a failure with GitLab not matching the URI and returning an error. 

Following the example explicitly as most will do with copy-paste,  `https://example.com/app/admin` will be entered. Then the Netlify admin login will send `https://example.com/app/admin` and the URI will not match and GitLab will show an error indicating the URI is invalid.

The easy fix for the user is just to put the trailing `/` ... `https://example.com/app/admin/`.

I updated that example string in the hopes that users will not have to figure this out on their own in the future.
2018-07-24 07:47:58 -07:00
Shawn Erquhart
9838673929 update doc site release ticker 2018-07-21 12:10:01 -04:00
Shawn Erquhart
264b7ba26e update changelog 2018-07-03 10:22:25 -04:00
Kaligule
a2cacac0e5 Fix indentation in config example (#1447) 2018-06-17 08:45:41 -04:00
Shawn Erquhart
b2a3ab2918
fix docs site deploy failures (#1442) 2018-06-14 14:31:46 -04:00
Jessica Parsons
a7891e9f1c
Fix the date on the first blog post 2018-06-13 14:00:07 -07:00
Jessica Parsons
40327e22aa Last-minute website tweaks for GitLab release (#1428) 2018-06-12 12:04:43 -04:00
Shawn Erquhart
3f514372ab update site release ticker 2018-06-12 10:23:01 -04:00
Jessica Parsons
b47bb66a3b Add GitLab backend to docs (#1413) 2018-06-12 09:42:51 -04:00
Jessica Parsons
edfd35dfdc Add blog to docs site (#1419) 2018-06-11 22:09:44 -04:00
Shawn Erquhart
9fd0ff4a6a
return date object from date/datetime widgets if no format set (#1296)
* return date object from date/datetime widgets if no format set

BREAKING CHANGE

As of 1.0, the documented behavior for the date and datetime widgets was
to always return a string value, but they were instead returning a date
object if the default date was not manually changed by the user. This
was addressed in #1143, but it became clear afterward that static site
generators were depending on the raw date objects that Netlify CMS was
unintentionally producing. Remaining as is or addressing the bug were
both "breaking" states, so this commit reverts to producing raw date
objects when no format is explicitly set.

It is now considered an edge case to require string dates, as most
static site generators expect to parse a raw date against formatting in
a site's templates.

Also note that this commit improves the original behavior by always
providing a date object when no format is provided, even if the user
manually changes the value.

* produce raw date when no format is provided
2018-05-25 12:03:44 -04:00
Shawn Erquhart
714e4b89ba Update Updates “releases” 2018-05-23 17:43:42 -04:00
Shawn Erquhart
e6109d56d2 use squash merges in docs site cms 2018-05-23 17:42:54 -04:00
Shawn Erquhart
2c76819a57 Update Updates “releases” 2018-05-23 17:39:42 -04:00
Chris Swithinbank
8ab5ca560c Enable user-configured commit message templates (#1359) 2018-05-23 16:57:56 -04:00
Shawn Erquhart
cb44fe5ea1 add architecture and previews guide to docs menu sections (#1368) 2018-05-18 08:51:22 -07:00
Jessica Parsons
c34d012fcc Add clarification to "Add to Your Site" doc (#1367) 2018-05-18 06:19:42 -04:00
Shawn Erquhart
c1c30557a3
add docs menu sections (#1366) 2018-05-17 17:14:29 -04:00
Shawn Erquhart
6996754944 Update Updates “releases” 2018-05-16 09:24:31 -04:00
Greg Werner
c6bbfa70c2 www.cupofdata.com reference (#1283)
Signed-off-by: Greg Werner <werner.greg@gmail.com>
2018-05-15 18:29:57 -04:00
Caleb
9760ee2452 Docs: Link widget cloud to browser URL. (#1212) 2018-05-15 18:11:44 -04:00
Taylor D. Edmiston
7cdc73b914 Fix YAML code block formatting in docs (#1356)
* Fix YAML code block formatting in docs

* Add @tedmiston to contributors
2018-05-14 12:57:53 -04:00
Chris Swithinbank
04087026dd Add squash merges option for editorial workflow (#1330) 2018-05-14 11:46:37 -04:00
Allen Brady
76d1f05741 Updating add-to-your-site.md to include Nuxt (#1350)
Added Nuxt to list of generators that use the "static" folder for static files where the Netlify CMS admin can live.
2018-05-12 12:02:04 -04:00
Chris Swithinbank
1b2ab39fae Add Gitter Sidecar widget to docs site (#1332)
* Add Gitter Sidecar to Docs & Community pages.

* Add styles to match Gitter Sidecar button to site theme.

* Fix Gitter button outline when focused.

* Style Gitter button :active state.
2018-05-02 14:11:54 -07:00
Roger Zurawicki
cd30b59b92 Support displayFields in the Relation widget (#1303)
* Support displayFields in the Relation widget

* Fix typo

* Wrap display fields in String constructors

* 📝 Documentation updates
2018-05-01 16:43:08 -07:00
Shawn Erquhart
e9a657349a Release 1.7.0 2018-04-24 21:50:24 -04:00
Jake Rayson
2d362de03c Add blog post link to forestgarden.wales example (#1278) 2018-04-24 21:44:46 -04:00
Shawn Erquhart
855bfde79b
allow custom auth endpoint (#1294) 2018-04-24 21:35:56 -04:00
Phil Hawksworth
780ab60d71
nudge the contribitor count 2018-04-24 23:07:12 +01:00
Sylvain Lesage
63df2e8baa docs: Format code block. 2018-04-24 08:05:13 -06:00
Shawn Erquhart
a2723f488e
fix code block styling in widgets section (#1312) 2018-04-23 19:57:00 -04:00
Shawn Erquhart
03faa28a41
improve docs readability (#1310)
* improve docs readability

* update prism
2018-04-23 17:22:15 -04:00
Shawn Erquhart
ca7f6e549e Update Docs “authentication-backends” 2018-04-23 20:17:27 +00:00
Shawn Erquhart
7a0e136449 Update Docs “authentication-backends” 2018-04-13 15:44:06 +00:00
Shawn Erquhart
6814121a7a Update Docs “authentication-backends” 2018-04-13 15:42:19 +00:00
Shawn Erquhart
b838b326f0 Update Docs “authentication-backends” 2018-04-12 15:01:44 +00:00
Shawn Erquhart
6cde3d1f32 Update Updates “releases” 2018-04-20 15:05:47 -04:00
Jake Rayson
3035771d36 Add example 2018-04-16 18:49:00 -04:00
Damien Duhamel
32a340e608 Update markdown widget documentation 2018-04-16 18:12:11 -04:00
Damien Duhamel
79f6672228 Use an isHidden property 2018-04-16 18:12:11 -04:00
Damien Duhamel
4ff56a1838 Update markdown widget documentation 2018-04-16 18:12:11 -04:00
Shawn Erquhart
046452720b Update Updates “releases” 2018-04-13 07:42:55 -04:00
Steve Lathrop
2033d535d1 Use double quotes consistently 2018-04-12 10:27:47 -04:00
Shawn Erquhart
bc4dc646e4 Update Updates “releases” 2018-04-11 10:54:02 -04:00
Steve Lathrop
2f3a9d1e08 docs: Document display_url.
* Add contributor

* Document the display_url setting

* Fix typo in pattern example

* Locate Display URL doc section appropriately
2018-04-11 08:13:53 -06:00
Brian Macdonald
6b77aee214 Allow setting config URL with <link> (#1146)
* fix: allows for valid config types expansion

* feat: config url can now come through link tag

* fix: lints added coded

* fix: slims down code per review

* fix: expands query to find supported type

* fix: removes typo in test copy

* fix: changes validTypes to object

* fix: groups config functions into one getConfig func

* adds console message for config url

* adds to docs

* update docs

* fix test

* fix merge conflicts

contributor addition moved to #1241

* avoids empty path with link without href. changes link console message

* removes additional console

* fixes link path in console

* fix: remove superfluous .allcontributorsrc change
2018-04-10 13:48:04 -07:00
S. Suzuki
100f56220c Feature Reuest: Append slug: hour, minutes, secounds (#1207) 2018-04-05 08:16:18 -06:00
Jeremy Bise
1e9b666baf 949 document hide preview by default (#1219)
* document config option to hide preview by default

* document config option to hide preview pane by default

* revise wording to specify preview disables entirely for a collection

* adjust wording of editor section to be more consistent with other settings
sections

* add note about defaulting to true
2018-04-03 12:46:10 -07:00
Shawn Erquhart
ad92cf6fec Update Updates “releases” 2018-03-29 17:36:33 -04:00
Caleb
5d94af8e7c Use Hugo page bundles. 2018-03-29 17:04:47 -04:00
Shawn Erquhart
a19bc04c00
auto/manual init w/ single bundle, BYO root element 🎉 (#1173)
* ensure that application is only initialized once

* allow for single bundle init

* enable manual initialization via global flag
2018-03-28 15:52:57 -04:00
Shawn Erquhart
050f1a3387 adjust dev meeting time for daylight savings 2018-03-28 13:33:33 -04:00
Shawn Erquhart
79ddb3b91c accept CSS string in registerPreviewStyle 2018-03-28 10:08:47 -04:00
Caleb
cd10a713d8 Add option to strip Unicode from entry filenames (#1135) 2018-03-27 18:56:10 -04:00
Josh Dzielak
cc60dc9aa9 Improve readability of docs for extension field 2018-03-27 10:42:51 -06:00
Sam
a2d4267500 Allow adding items to be disabled for list widget (#1102) 2018-03-15 16:16:32 -04:00
talves
2c697b08d9 fix beta feature document 2018-03-15 12:40:45 -04:00
Antonio Argote
12b2c1cf40 correct example regex (#1170) 2018-03-13 17:50:45 -07:00
Shawn Erquhart
1808809a01 update docs site release ticker 2018-03-06 18:22:13 -05:00
Shawn Erquhart
e3650079df fix docs site deps 2018-03-06 17:41:25 -05:00
Shawn Erquhart
5e7d71c6e2 update lockfiles 2018-03-06 16:55:47 -05:00
Shawn Erquhart
c31aaae0d4 add manual init docs 2018-03-06 16:22:55 -05:00
Shawn Erquhart
1647d0b8e5 add 1.3.1 to release ticker 2018-03-03 23:06:03 -05:00
Shawn Erquhart
53490f73af update website release ticker via cms 2018-03-03 22:56:03 -05:00
Shawn Erquhart
0e4117aaaf Update Docs “add-to-your-site” 2018-03-03 14:17:45 -07:00
Shawn Erquhart
7caa156277 add source repo field for docs examples 2018-02-28 10:02:21 -05:00
Shawn Erquhart
55ed60a0de update website releases ticker 2018-02-27 21:57:27 -05:00
MarkZither
418f694aaf Update add-to-your-site.md to add Wyam (#1096)
Added Wyam to list of generators to store static files in the input directory
2018-02-27 20:31:06 -05:00
Mathias Biilmann
6b30761454
Merge pull request #1136 from ziburski/netlifycmsorg-tweaks
Website tweaks
2018-02-27 12:31:06 -08:00
Lennart Ziburski
186cf45169 Added latest release notes 2018-02-27 17:45:25 +01:00
Lennart Ziburski
eaf4380333 Tweaked header and hero area 2018-02-27 14:08:26 +01:00
Lennart Ziburski
c69e9b47ec Tweaked inline video behaviour 2018-02-27 00:42:32 +01:00
Lennart Ziburski
52ba3232be Inlined Getting Started video 2018-02-27 00:27:12 +01:00
Lennart Ziburski
65324ecf9f Fixed hero sub header positioning, crooked image 2018-02-26 10:35:39 +01:00
Lennart Ziburski
941cf44017 Layout tweaks, updated illustrations, responsiveness 2018-02-24 01:12:39 +01:00
Shawn Erquhart
697918d503 Update Docs “collection-types” 2018-02-23 12:40:50 -05:00
David Ko
a1023e89a1 remove min-width: desktop query for docs-nav (#1105) 2018-02-22 14:19:23 -08:00
Lennart Ziburski
07a76c658a Added JAMstack primer and social buttons 2018-02-22 15:34:06 +01:00
Lennart Ziburski
85cac44d25 Added version numbers to updates, tightened up hero section 2018-02-21 23:51:54 +01:00
Caleb
d10f97f561 Allow different beginning and ending frontmatter delimiters. 2018-02-21 17:01:13 -05:00
Kristaps Taube
53f6427a26 Fix blank options in 'Select A Topic' drop-down in mobile browsers (#1124)
* Filter out topics with blank title

* Join as contributer
2018-02-21 13:21:40 -08:00
Lennart Ziburski
cc0ef12aa9 Add “What’s New” section 2018-02-21 20:18:34 +01:00
Lennart Ziburski
e5bcbcc545 Added GitHub star button next to logo 2018-02-21 18:10:35 +01:00