2029 Commits

Author SHA1 Message Date
b2051343cc Fix regression in list relation previews 2018-03-28 16:19:50 -04:00
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
085c88e2b8 Prevent Git Gateway users with invalid tokens from logging in. (#1209)
* Prevent Git Gateway users without permission from login.

* Handle Git Gateway token expiry explicitly.

This often happens when a user changes a repo from public to private, so
we want to make that specific case very clear.
2018-03-28 14:08:23 -04:00
050f1a3387 adjust dev meeting time for daylight savings 2018-03-28 13:33:33 -04:00
600400cfda filter workflow entries by pr base branch 2018-03-28 11:22:34 -04:00
7df903c714 Ship source code to NPM (#1095)
* Ship sources in NPM package.

* Use external source files for sourcemaps.

* Remove broken sourcemap rule.
2018-03-28 11:13:16 -04:00
8e00379fdb fix validation toast notification for workflow 2018-03-28 10:14:01 -04:00
21469148fb Hide create new button for single files. 2018-03-28 10:11:27 -04:00
79ddb3b91c accept CSS string in registerPreviewStyle 2018-03-28 10:08:47 -04:00
55f01e6f1d Fields default to Blank String (#1126) 2018-03-28 10:07:20 -04:00
cd10a713d8 Add option to strip Unicode from entry filenames (#1135) 2018-03-27 18:56:10 -04:00
2475af1870 Fix thumbs for new uploads to private repos 2018-03-27 16:46:38 -04:00
2d89cc7bfe (Optimization) Remove redundant filter call 2018-03-27 14:08:55 -04:00
8e2fefc3f7 (Bugfix undefined id) Use file sha as id 2018-03-27 14:08:55 -04:00
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
2c697b08d9 fix beta feature document 2018-03-15 12:40:45 -04:00
12b2c1cf40 correct example regex (#1170) 2018-03-13 17:50:45 -07:00
1808809a01 update docs site release ticker 2018-03-06 18:22:13 -05:00
d3129168ae Release 1.3.5 2018-03-06 18:06:34 -05:00
757ef0c99f fix cms deps 2018-03-06 18:02:19 -05:00
6b6dbbeadd Release 1.3.4 2018-03-06 17:56:28 -05:00
1c7fe43643 fix editorial workflow load failure 2018-03-06 17:55:43 -05:00
e3650079df fix docs site deps 2018-03-06 17:41:25 -05:00
030b5a564c Release 1.3.3 2018-03-06 17:27:57 -05:00
3a0929304c fix bugs introduced by manual initialization 2018-03-06 17:27:22 -05:00
5e7d71c6e2 update lockfiles 2018-03-06 16:55:47 -05:00
ba552f3d46 Release 1.3.2 2018-03-06 16:47:01 -05:00
c31aaae0d4 add manual init docs 2018-03-06 16:22:55 -05:00
a83c04cad0 allow manual initialization and config as an arg 2018-03-06 16:22:55 -05:00
95b6d8a884 Fix collection failure if entry fails. (#1093) 2018-03-05 16:31:05 -07:00
1647d0b8e5 add 1.3.1 to release ticker 2018-03-03 23:06:03 -05:00
53490f73af update website release ticker via cms 2018-03-03 22:56:03 -05:00
e27c88d767 update changelog 2018-03-03 22:45:58 -05:00
b7fcb8b3d9 Use formatted datetime value in Redux. 2018-03-03 22:45:39 -05:00
c4222895a5 exlude time from default date widget format 2018-03-03 22:45:39 -05:00
6ee1d064c1 fix changelog 2018-03-03 22:41:37 -05:00
2949e01b37 Release 1.3.1 2018-03-03 22:40:02 -05:00
2a3b2d19fe ignore unpublished entries from unknown collections 2018-03-03 22:39:49 -05:00
38c7ef94cd report loadUnpublishedEntries errors 2018-03-03 22:39:49 -05:00
9d1ae91bc7 add dev task that writes output to disk 2018-03-03 20:12:51 -05:00
0e4117aaaf Update Docs “add-to-your-site” 2018-03-03 14:17:45 -07:00
7caa156277 add source repo field for docs examples 2018-02-28 10:02:21 -05:00
55ed60a0de update website releases ticker 2018-02-27 21:57:27 -05:00
5b5e035014 Release 1.3.0 2018-02-27 21:20:46 -05:00
175e81bf3c update changelog 2018-02-27 20:36:08 -05:00
d73731cf1f fix lost unsaved changes when updating status or publishing 2018-02-27 20:34:12 -05:00
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
827ed49bf5 update changelog 2018-02-27 17:24:09 -05:00
c765cb0b76 Support extensions with multiple parts (i.e. en.md) (#1123)
* Support extensions with multiple parts (i.e. `en.md`)

* Strip entire extension from slug, not just last extension.

* Clean leading periods from extensions.
2018-02-27 17:23:20 -05:00