Daniel Lautzenheiser
f87632f80a
Do not show delete button on new record
2022-10-11 08:43:59 -04:00
Daniel Lautzenheiser
db7f75ccd3
Fix delete button after removing workflow
2022-10-11 08:37:26 -04:00
Daniel Lautzenheiser
d1b6a2631d
Properly reset loading between collections
2022-10-11 07:48:39 -04:00
Daniel Lautzenheiser
3f61e53a4c
Better performance on local backend
2022-10-10 16:32:00 -04:00
Daniel Lautzenheiser
01f5cfa6e1
Always show new entries as unsaved
2022-10-10 09:42:15 -04:00
Daniel Lautzenheiser
1c6aa56139
Fix url to docs site
2022-10-02 20:58:20 -04:00
Daniel Lautzenheiser
8a59f850d1
Feature/rebrand ( #27 )
2022-10-02 20:06:20 -04:00
Daniel Lautzenheiser
10b442428a
Feature/remove editorial workflow ( #8 )
2022-10-01 13:45:01 -04:00
Daniel Lautzenheiser
3f7e4187cc
Fix relation validation
2022-09-30 22:45:09 -04:00
Daniel Lautzenheiser
84613f3571
Add cms id to master root
2022-09-30 22:37:16 -04:00
Daniel Lautzenheiser
a3ed94d123
Re-add other locales
2022-09-30 19:43:51 -04:00
Daniel Lautzenheiser
9a2827d94c
Point to new documentation site
2022-09-30 19:34:18 -04:00
Daniel Lautzenheiser
24e68d8ed8
Properly load entries when switching collections
2022-09-30 18:18:02 -04:00
Daniel Lautzenheiser
0fd69879fa
Fix types and login logo, remove unneeded files
2022-09-30 08:20:36 -04:00
Daniel Lautzenheiser
8acda23acc
Feature/rebrand ( #3 )
2022-09-30 08:13:47 -04:00
Shawn Erquhart
dc1f41d2d8
improve builds
2018-07-25 21:17:57 -04:00
Shawn Erquhart
aac5167461
migrate bitbucket backend
2018-07-25 21:17:57 -04:00
Shawn Erquhart
768fcbaa1d
begin scaffolding for lerna
2018-07-25 21:17:57 -04:00
Benaiah Mischenko
b6901093db
BitBucket support in Git Gateway backend
2018-07-24 09:48:06 -04:00
Benaiah Mischenko
9894b3e805
BitBucket backend
2018-07-24 09:48:06 -04:00
Nicolas Martel
a801c06a7b
Support extensions with multiple parts for gitlab (i.e. en.md)
2018-07-20 18:42:25 -06:00
Caleb
cc4dc43898
Make object control pure (no extra imports). ( #1446 )
2018-07-02 18:01:08 -04:00
Steve Lathrop
e5b8af9f4d
Fix integer output in TOML format ( #1458 )
2018-06-26 16:29:26 -04:00
Caleb
427ba7dfc8
Fix test-repo crash on non-existent folder. ( #1444 )
2018-06-15 16:29:33 -04:00
Caleb
69ee5ecc78
Fix GitLab Implicit OAuth ( #1439 )
2018-06-14 10:54:53 -04:00
Gil Greenberg
042e23885f
very minor padding adjustments ( #1420 )
2018-06-13 12:49:32 -04:00
Robert Karlsson
d9488458a9
Don't render hidden widgets in markdown visual editor ( #1414 )
2018-06-12 09:55:10 -04:00
Robert Karlsson
f365955478
Only use label_singular when one item is rendered in the listControl ( #1422 )
2018-06-12 09:47:20 -04:00
Benaiah Mischenko
b65f68efd4
GitLab backend built with cursor API ( #1343 )
2018-06-11 22:03:43 -04:00
Shawn Erquhart
78e4b829d0
fix workflow top panel styling
2018-06-07 17:33:20 -06:00
Shawn Erquhart
89f2c9b93b
Fix negative CSS variables ( #1384 )
2018-05-25 14:39:08 -04:00
Caleb
0022df57d2
Check for title/slug field on config load. ( #1203 )
2018-05-25 12:15:01 -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
643772cd1a
Revert "Prevent Overwriting Files with Same Slug Names ( #1239 )"
...
This reverts commit 9a1c668e00a0f2cfd2dfbcf0ff1b642c54c1b1bd.
2018-05-24 09:23:55 -04:00
Chris Swithinbank
8ab5ca560c
Enable user-configured commit message templates ( #1359 )
2018-05-23 16:57:56 -04:00
Brian Macdonald
9a1c668e00
Prevent Overwriting Files with Same Slug Names ( #1239 )
2018-05-23 16:50:04 -04:00
Mark Steele
ee8f2d5752
Adding inference field ( #1355 )
2018-05-23 14:40:19 -04:00
Caleb
55a24a75c1
Fix large files failing to load. ( #1224 )
2018-05-17 12:05:37 -04:00
Caleb
4d981d8e01
Upgrade to Webpack 4 ( #1214 )
2018-05-15 18:37:59 -04:00
Caleb
80817e2157
Prevent login if Git Gateway is disabled. ( #1295 )
2018-05-15 18:34:42 -04:00
Daniel Mahon
40494a4e43
Adds support for passing component type or element to PreviewContent, supports React.forwardRef ( #1248 )
2018-05-14 13:36:55 -04:00
Chris Swithinbank
04087026dd
Add squash merges option for editorial workflow ( #1330 )
2018-05-14 11:46:37 -04: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
Eko Eryanto
1ebc0c9dd8
Safely convert to string ( #1240 )
2018-04-24 21:44:13 -04:00
Shawn Erquhart
855bfde79b
allow custom auth endpoint ( #1294 )
2018-04-24 21:35:56 -04:00
Damien Duhamel
a5d4fd41a4
Don’t try to validate an optional field if it is empty ( #1237 )
2018-04-24 12:28:09 -04:00
Shawn Erquhart
3e9f446ba0
fix github auth button icon alignment ( #1299 )
...
Partial revert of #1227 .
2018-04-20 15:04:13 -04:00
Shawn Erquhart
df7486333b
allow login screen to be skipped for test repo demos
2018-04-19 13:11:42 -04:00
Damien Duhamel
79f6672228
Use an isHidden property
2018-04-16 18:12:11 -04:00
Damien Duhamel
106968990d
Add markdown editor toolbar customization
2018-04-16 18:12:11 -04:00