Alexander Nanberg
9706b3cac7
chore(netlify-cms-core): remove unnecessary wrapper elements ( #1888 )
2018-11-21 17:18:26 -05:00
Bartholomew
2a63940d97
fix: correct validation pattern error message ( #1879 )
2018-11-21 17:14:01 -05:00
Tony Alves
c4e474b518
fix: fix entry saved message ( #1887 )
2018-11-18 17:06:41 -05:00
Alexander Nanberg
034c29ad65
fix: MediaLibraryHeader CloseButton style ( #1883 )
2018-11-17 17:53:38 +01:00
Loïc Mahieu
79205f7db3
fix: fix App configError method ( #1864 )
2018-11-12 11:34:02 -05:00
Bartholomew
b1a7e006f6
fix(i18n): fix missing widget placeholder ( #1861 )
2018-11-09 10:17:55 -05:00
Bartholomew
d8f888706e
fix(widget-date): fix default value for nested date widget ( #1859 )
2018-11-06 13:13:42 -05:00
Bartholomew
c6ae1e8fc0
feat: allow custom logo on auth page ( #1818 )
2018-11-02 13:25:36 -04:00
Michael Henderson
ede1bad97c
improvement(config): use field name as default label ( #1553 )
2018-11-02 13:22:16 -04:00
Nahuel Dealbera
c2e21ff9db
improvement(i18n): extract core UI texts to external file ( #1708 )
2018-11-02 13:19:49 -04:00
Bartholomew
c765793971
fix(widgets): fix list object field default values ( #1826 )
2018-11-02 10:55:08 -04:00
Shawn Erquhart
b60c94aa8f
improvement(auth): verbose error message when GitHub repo unavailable ( #1831 )
2018-11-02 10:29:11 -04:00
Matt Kane
12418dd7f0
feat(config): add support for setting custom identifier field ( #1543 )
2018-11-01 14:02:11 -04:00
Benaiah Mischenko
288359da3b
fix(config): allow setting publish_mode to 'simple' ( #1827 )
2018-10-31 21:50:41 -04:00
Ranie Santos
33e20ad751
Remove single quotes before creating slug ( #1781 )
2018-10-23 22:24:17 -04:00
Jason Butz
cdcd51157f
improvement(list-widget): support filtering entries in list widget ( #1578 )
2018-10-23 21:51:11 -04:00
Shawn Erquhart
d06c663778
fix(config): stop throwing on config.yml 404, fix manual init ( #1801 )
2018-10-09 13:53:12 -04:00
Shawn Erquhart
0596904e0b
feat(media): add external media library support, Uploadcare integration ( #1602 )
2018-08-30 16:24:28 -04:00
Bevan Wentzel
17530eb42a
improvement: show quick add dropdown conditionally ( #1679 )
2018-08-28 12:38:56 -04:00
Caleb
e567d964a7
chore: remove unused file from #1433 ( #1661 )
2018-08-27 15:51:47 -04:00
Caleb
bc5b155cde
improvement: fix backend login buttons not showing login progress ( #1658 )
2018-08-27 12:25:32 -04:00
Caleb
a9666aadd4
refactor: cleanup unused variable ( #1652 )
2018-08-27 12:23:42 -04:00
Caleb
922b1846cb
chore: add missing react prop types ( #1651 )
2018-08-27 12:23:21 -04:00
Brian Macdonald
06d3650fac
fix(list-widget): fix single field usage in list widget ( #1395 )
2018-08-24 17:39:35 -04:00
Benaiah Mischenko
83d2adc0be
fix(gitlab): fetch media library images through API ( #1433 )
2018-08-22 15:28:51 -04:00
Gil Greenberg
1fbe5b5957
improvement: Add Hint Option to all Widgets ( #1429 )
...
* Add hint to example admin config
* Add hint and hint position boolean above/below widget
* Style hint for both above and below widget
* Add hint and hint_above options to docs
* Remove hint above and make hint plaintext
2018-08-16 13:51:29 -07:00
Caleb
412d1e629f
fix: make media button consistent with links ( #1621 )
2018-08-15 16:37:41 -06:00
Caleb
05622b8eee
dev: add GitHub detailed issue templates ( #1591 )
...
* dev: add GitHub detailed issue templates
* dev: update PR template
contributing guidelines link is already in PR UI
changelog message is no longer needed -- it is generated from commit messages
* dev: use bug report template on CMS crash
* Update bug_report.md
2018-08-13 13:08:26 -07:00
Caleb
f801b19221
chore: add code formatting and linting ( #952 )
2018-08-07 16:46:54 -04:00
Caleb
8cc6dc78ec
improvement(validation): use config schema definition for validation ( #1363 )
2018-08-07 12:31:17 -04:00
Caleb
88f7dca328
chore(lint): cleanup unused variables in code ( #1563 )
2018-08-07 11:53:31 -04:00
jimmycleveland-clearlink
77fbc041bb
fix(relation): fix relation widget selection bug ( #1572 )
2018-08-07 11:51:47 -04:00
Caleb
b2debb05a1
refactor: use external version of react-scroll-sync ( #1586 )
2018-08-07 11:50:41 -04:00
Jake Rayson
4782c472bf
improvement(a11y): use more semantic html tags in collections view ( #1585 )
2018-08-06 16:53:40 -04:00
jimmycleveland-clearlink
4d8e176797
chore(redux): change isFetching to consistently be boolean ( #1570 )
2018-08-02 11:12:16 -04:00
Shawn Erquhart
90b815657e
fix(workflow): enable workflow per method ( #1569 )
...
Workflow needs to be enabled per method. `persistEntry` should only use it when persisting an unpublished entry, but must behave as if workflow were not enabled for publishing. This fixes a 2.0 regression.
2018-08-01 15:06:22 -04:00
Caleb
5a27fb8b9d
chore: fix miscellaneous errors from linters ( #1555 )
2018-07-31 17:03:46 -04:00
Caleb
d5f59de2d2
refactor: stop using unsafe or deprecated React methods ( #1542 )
2018-07-31 16:59:22 -04:00
Caleb
95c744ee3e
fix: only trim periods from file extensions ( #1554 )
2018-07-31 15:48:42 -04:00
Shawn Erquhart
0aa085f8d2
fix(workflow): fix status not set on new workflow entries ( #1558 )
2018-07-31 12:17:25 -04:00
Caleb
4f6e8cea44
chore: remove unused imports ( #1534 )
2018-07-28 16:33:42 -04:00
Shawn Erquhart
95a76ad790
fix: log accurate version by distribution ( #1531 )
2018-07-27 14:26:03 -04:00
Shawn Erquhart
e82289bff2
fix: fix version console log ( #1528 )
2018-07-27 11:50:04 -04:00
Caleb
6632e5d152
fix: bug fixes from linters ( #1524 )
2018-07-27 11:13:52 -04:00
Shawn Erquhart
4a01d2289c
fix dependencies
2018-07-25 21:17:57 -04:00
Shawn Erquhart
439920c652
fix UI bugs
2018-07-25 21:17:57 -04:00
Shawn Erquhart
3e8a6e5091
migrate relation widget
2018-07-25 21:17:57 -04:00
Shawn Erquhart
c54605be85
migrate select, number, and text widgets
2018-07-25 21:17:57 -04:00
Shawn Erquhart
f1a2eb33b4
migrate markdown widget
2018-07-25 21:17:57 -04:00
Shawn Erquhart
3f47fe6dbf
migrate object and list widgets
2018-07-25 21:17:57 -04:00
Shawn Erquhart
2efd09ba94
migrate file and image widgets
2018-07-25 21:17:57 -04:00
Shawn Erquhart
e80a407cee
migrate date and datetime widgets
2018-07-25 21:17:57 -04:00
Shawn Erquhart
6be3c7a839
migrate boolean widget
2018-07-25 21:17:57 -04:00
Shawn Erquhart
0e25b76bb7
register extensions for development
2018-07-25 21:17:57 -04:00
Shawn Erquhart
27d13a73b6
add netlify-cms (main) package
2018-07-25 21:17:57 -04:00
Shawn Erquhart
19f484eeda
improve interpackage config sharing
2018-07-25 21:17:57 -04:00
Shawn Erquhart
8a0ffa7b9b
migrate git gateway backend
2018-07-25 21:17:57 -04:00
Shawn Erquhart
ef90fb9925
improve builds and local development
2018-07-25 21:17:57 -04:00
Shawn Erquhart
faab1e38ba
migrate GitLab backend
2018-07-25 21:17:57 -04:00
Shawn Erquhart
2f95d8c4fc
use webpack for all builds
2018-07-25 21:17:57 -04:00
Shawn Erquhart
040dd6859c
fix build, migrate test backend
2018-07-25 21:17:57 -04:00
Shawn Erquhart
2e7406862e
fix various bugs
2018-07-25 21:17:57 -04:00
Shawn Erquhart
b7b90aaa65
migrate image editor component
2018-07-25 21:17:57 -04:00
Shawn Erquhart
e491f2a085
move errors to utils lib
2018-07-25 21:17:57 -04:00
Shawn Erquhart
4931711892
migrate core to emotion
2018-07-25 21:17:57 -04:00
Shawn Erquhart
768fcbaa1d
begin scaffolding for lerna
2018-07-25 21:17:57 -04:00