Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Decap CMS

Decap is an open-source git-based CMS. Donations are used to develop new features, fix bugs, update the docs, and guide the community.
Collective - Host: opensource - https://opencollective.com/decap - Website: https://decapcms.org/ - Code: https://github.com/decaporg/decap-cms

Upgrade react-autosuggest.

github.com/decaporg/decap-cms - a7b18df98731032d24b0dce5c072bdb11a749c63 authored almost 7 years ago by Caleb <[email protected]>
Fix tests for React 16.

github.com/decaporg/decap-cms - daa53953462f95ed6667f685c48789abec22ee24 authored almost 7 years ago by Caleb <[email protected]>
Fix editor component regex pattern.

github.com/decaporg/decap-cms - 884f922e004691701fc0fdc884aa80ee8f4292d3 authored almost 7 years ago by Caleb <[email protected]>
Update extending.md

github.com/decaporg/decap-cms - 64b0d4cf068a9d84f8bf74275ffd3f3c84e83ab2 authored almost 7 years ago by Caleb <[email protected]>
Update extending.md

github.com/decaporg/decap-cms - 75d1663c9b0f2a190b4ffa3115d6e1c7c118253e authored almost 7 years ago by Caleb <[email protected]>
Flash an error on save when required fields are missed

- Add error type constants
- Flash an error message when the user saves without completing all r...

github.com/decaporg/decap-cms - c97856c71de92103fcc69c600cb64be60eb892ff authored almost 7 years ago by Aquib Master <[email protected]>
Fix ListControl collapsing bug (#738)

github.com/decaporg/decap-cms - b501db7239b7c641adb8d2ed97627b6f28a1f222 authored almost 7 years ago by Benaiah Mischenko <[email protected]>
Fix history warning when opening entry.

When clicking on a entry in the listing, a console error would be logged
by `history` (react-rou...

github.com/decaporg/decap-cms - b9fdaec8b748004221b163f1603c7e5ce3e99800 authored almost 7 years ago by Caleb <[email protected]>
fix list object styling

github.com/decaporg/decap-cms - 2abdd34502527287c77681ddaf367675a22d6613 authored almost 7 years ago by Shawn Erquhart <[email protected]>
Migrate ListControl from react-sortable to react-sortable-hoc

github.com/decaporg/decap-cms - f649e8cad602eff386f46d1dde1a33f82d95a603 authored almost 7 years ago by Benaiah Mischenko <[email protected]>
Make collapsing persist on correct item when sorting

github.com/decaporg/decap-cms - 040e654382ac411d81e6712e9f3a7db5996e8666 authored almost 7 years ago by Benaiah Mischenko <[email protected]>
Fix EntryPage showing double confirmations if changes not saved.

Change suggested by @aquibm, thank you!

This is changed as of React 16:
When replacing `<A />` ...

github.com/decaporg/decap-cms - 43a44743c849a544c4e470c3c2624c077db92af4 authored almost 7 years ago by Caleb <[email protected]>
Update custom-authentication.md

github.com/decaporg/decap-cms - 5efa384684d6099623fd7169663536eabf6bd93d authored almost 7 years ago by kvanerkelens <[email protected]>
Remove `react-dnd` wrapper lib.

`react-simple-dnd` is just a wrapper for `react-dnd`, and it doesn't
support React 16. This PR c...

github.com/decaporg/decap-cms - cd72e1d9dd83e79dcc2f9c927c4cb5ced60b47cc authored almost 7 years ago by Caleb <[email protected]>
Fix broken Editorial Workflow link

The Editorial Workflow link is set up to work within GitHub but redirects to a 404 page on the a...

github.com/decaporg/decap-cms - e607ec1a6d1058aa447cacaf6d98e9271fd8e042 authored almost 7 years ago by Taylor Bryant <[email protected]>
Use Lists for menu items, instead of maps or sequences.

Maps are actually invalid, and lists make more sense than sequences.

github.com/decaporg/decap-cms - 14e29e977979427302086b5a87ebbf9ead8e9c0d authored almost 7 years ago by Caleb <[email protected]>
Remove IE11 Support

github.com/decaporg/decap-cms - ac0a7fc27cc75774ffbc69125b0430739d16c7e1 authored almost 7 years ago by talves <[email protected]>
Use babel-preset-env instead of the yearly presets.

This allows only the transpilation needed for the supported browsers to
be done. It also allows ...

github.com/decaporg/decap-cms - c58e2eeb5c7757a96e343c036e77088e8e8e6998 authored almost 7 years ago by Caleb <[email protected]>
Change "new entry" path to avoid slug conflicts.

github.com/decaporg/decap-cms - 8b5dc61e6c6c457b8ccb3cb6e2a0d22d8145765a authored almost 7 years ago by Caleb <[email protected]>
typo fix

github.com/decaporg/decap-cms - 9d9efdd66af14851dc9c5bd354fff1ddaf09844d authored about 7 years ago by Austin Green <[email protected]>
Upgrade UUID module. (#682)

github.com/decaporg/decap-cms - 024c43a8c8cbe281aeabf69bf62ce700bcee7d69 authored about 7 years ago by Caleb <[email protected]>
Migrate to plain CSS (remove CSS modules) (#659)

* Migrate to plain CSS (remove CSS modules)

Change `prefixer` to a function instead of a prox...

github.com/decaporg/decap-cms - 7dd8ca13c4bd4a5637f319943d4b3e5c1030a02d authored about 7 years ago by Benaiah Mischenko <[email protected]>
Remove the index.html from the dist folder on build (#701)

github.com/decaporg/decap-cms - 8a819be61ec75463de51833bc4484252ac94d809 authored about 7 years ago by Tony Alves <[email protected]>
Update EntryPageHOC for React Router 4.

github.com/decaporg/decap-cms - f966cd81bdb87ba5631024f31d3ad6d5c1258212 authored about 7 years ago by Caleb <[email protected]>
Upgrade PostCSS build deps (#681)

* Move supported browser list to package.json.

That way all build tools can use it.

* Spec...

github.com/decaporg/decap-cms - 5bdc8dd87fae985c47d438d4dad67ae69e7c97ff authored about 7 years ago by Caleb <[email protected]>
Update validation.md

#675 - Using single quotes for pattern does not parse escape sequences.

github.com/decaporg/decap-cms - 48e9083fb206f03188f5127c01235d737664c9c1 authored about 7 years ago by Darren <[email protected]>
Upgrade to React Router v4 (#667)

* Upgrade to React Router v4

* Fix pages not change when the URL was changed.

This issue i...

github.com/decaporg/decap-cms - dbe96d33f923349286f71253a1d9b8a195c48576 authored about 7 years ago by Caleb <[email protected]>
Docs: Add yourself as a contributor (#677)

github.com/decaporg/decap-cms - b0bf60bd7df3857fdfe86bc2a9aef28a1e8abd34 authored about 7 years ago by Frank Taillandier <[email protected]>
Upgrade Jest testing libraries.

github.com/decaporg/decap-cms - 7a597e7e05193673b9ab28dc672e0e37b6fc57d8 authored about 7 years ago by Caleb <[email protected]>
Remove unused `react-addons-test-utils`.

github.com/decaporg/decap-cms - 8bf21cac14b6f95ee8c20f193c1449ff419a17f8 authored about 7 years ago by Caleb <[email protected]>
Upgrade Enzyme testing libraries.

Versions for React were also updated to comply with Enzyme peer-deps
(the actual `yarn.lock` ver...

github.com/decaporg/decap-cms - 95da348212219dc3ccacbfbb07427158b512ebe1 authored about 7 years ago by Caleb <[email protected]>
Fix ordered list display in Quick Start for Hugo (#680)

github.com/decaporg/decap-cms - 22a9203d11a5725e54053425f64cf5a49718dd49 authored about 7 years ago by Jessica Parsons <[email protected]>
Re-write Quick Start with Identity/Git Gateway

github.com/decaporg/decap-cms - c6aab171a9b5b258b442504dd05156261670aa11 authored about 7 years ago by Jessica Parsons <[email protected]>
Add cachebuster to git-gateway API calls

github.com/decaporg/decap-cms - 0a5ec972db152d0317763f469d9ee127400d40bb authored about 7 years ago by Benaiah Mischenko <[email protected]>
Move storybook back to dev deps.

This was breaking some sites that depended on the CMS because they were
accidentally using story...

github.com/decaporg/decap-cms - 046711ab1602fc14e25c4c53e7ab0caa321fdc82 authored about 7 years ago by Caleb <[email protected]>
update docs version references to 0.5

github.com/decaporg/decap-cms - f811699176a1652ccf7b477722e86672ec14704a authored about 7 years ago by Shawn Erquhart <[email protected]>
Rename `setUser` to `restoreUser`.

github.com/decaporg/decap-cms - 2324f08d6980fd1d98ba4d6479bd5041f6b171f4 authored about 7 years ago by Caleb <[email protected]>
Fix broken login when backend changed in config.

If the backend was changed in the config, the user from the old backend
would be passed to the n...

github.com/decaporg/decap-cms - e69c8dd3fcd9c7224d7e293b143415d5e74e953e authored about 7 years ago by Caleb <[email protected]>
Check user permissions and metadata every CMS load.

Before, if the CMS was loading user OAuth credentials from
`localStorage`, then user write acces...

github.com/decaporg/decap-cms - 53e5dfee7cdca9ed8a7806858e593d3723524d23 authored about 7 years ago by Caleb <[email protected]>
Revert "fix bundled code error"

This was a bug in `one-click-hugo-cms`, not in the CMS itself.

This reverts commit a1c32f5154e7...

github.com/decaporg/decap-cms - 4634918001e474ec2f195fbdddae18591d3207ab authored about 7 years ago by Caleb <[email protected]>
Release 0.5.1

github.com/decaporg/decap-cms - 75f53c1bc9caa71a4b536daf706677e28bce34a1 authored about 7 years ago by Shawn Erquhart <[email protected]>
fix bundled code error

github.com/decaporg/decap-cms - a1c32f5154e7af0242c496776e9f544bc2e9484b authored about 7 years ago by Shawn Erquhart <[email protected]>
Release 0.5.0

github.com/decaporg/decap-cms - 7c3063077bfee5231d494f63cc1ce257a0d16f48 authored about 7 years ago by Shawn Erquhart <[email protected]>
Merge pull request #654 from netlify/update-gotrue

Update gotrue

github.com/decaporg/decap-cms - 8bab738b3231985de4db8b34638e54de3946963b authored about 7 years ago by Shawn Erquhart <[email protected]>
Merge pull request #651 from dopry/xx_remove_urlize

Remove unused urlize

github.com/decaporg/decap-cms - 717c14d1160a99fdbe49055b5d23c5598a6275dc authored about 7 years ago by Shawn Erquhart <[email protected]>
force focus back to editor after undo/redo

github.com/decaporg/decap-cms - c132df9f18b007ca9b2f40e7e805e665332a6683 authored about 7 years ago by Shawn Erquhart <[email protected]>
fix visual editor block closing

github.com/decaporg/decap-cms - 1cf7b74eb98fb3668ea256c910761f23cfa8c038 authored about 7 years ago by Shawn Erquhart <[email protected]>
do not squash references without definitions

github.com/decaporg/decap-cms - dd9d49117a5d14ed54b07b831839328cf127983d authored about 7 years ago by Shawn Erquhart <[email protected]>
stop markdown shortcodes from being escaped

github.com/decaporg/decap-cms - 9fbdbf5171f260c7927e4c7860405f0afecb8b10 authored about 7 years ago by Shawn Erquhart <[email protected]>
trim trailing whitespace from markdown

github.com/decaporg/decap-cms - be4609e54d2b246db45ae6417db9b93032b49b7e authored about 7 years ago by Shawn Erquhart <[email protected]>
fix bugs due to Slate "nodes" properties being boolean

github.com/decaporg/decap-cms - d8a7608a255cc89790d508a4cf67eb10c10f6e89 authored about 7 years ago by Shawn Erquhart <[email protected]>
ensure against trailing shortcodes in visual editor

github.com/decaporg/decap-cms - 852b6f397c8e95d30a1f8c6bd4527f26dc5f0e98 authored about 7 years ago by Shawn Erquhart <[email protected]>
add editor rule to ensure plain text in code blocks

github.com/decaporg/decap-cms - a89427dd8b58203fba8761ed06b300a9fca705a6 authored about 7 years ago by Shawn Erquhart <[email protected]>
Merge pull request #638 from netlify/slate-0.25

Migrate to Slate 0.25

github.com/decaporg/decap-cms - fd606938e2e1aee1946ac7ea780f4d350599ae76 authored about 7 years ago by Shawn Erquhart <[email protected]>
Update gotrue

github.com/decaporg/decap-cms - 9ab25c04340ac14fcc421c80f6825a1e359ce119 authored about 7 years ago by Mathias Biilmann Christensen <[email protected]>
migrate Text.createFromString to Text.create

github.com/decaporg/decap-cms - 70e8eae599178b682403a3969fb26719586b09b7 authored about 7 years ago by Shawn Erquhart <[email protected]>
upgrade to slate 0.25

github.com/decaporg/decap-cms - dc741521eda9db553444793e0f15afcfa31c2426 authored about 7 years ago by Shawn Erquhart <[email protected]>
migrate Block.create to specify children

github.com/decaporg/decap-cms - cd0254407e6408c30886c2a71585e73e3ee22cbd authored about 7 years ago by Shawn Erquhart <[email protected]>
migrate insertBlock empty block replacement

github.com/decaporg/decap-cms - 39f65476c3272887fbb51bb6110704d82240da5e authored about 7 years ago by Shawn Erquhart <[email protected]>
update lockfile

github.com/decaporg/decap-cms - 6e012a982d921a79c7255a3d73a8fc27e16b93d7 authored about 7 years ago by Shawn Erquhart <[email protected]>
migrate to new slate packages

github.com/decaporg/decap-cms - a5c1bb2bfff34e96dedd55830f79dda7fc85cefd authored about 7 years ago by Shawn Erquhart <[email protected]>
update to Slate 0.23

github.com/decaporg/decap-cms - 66699a610f266c014e2783b8492dfb2205976cb3 authored about 7 years ago by Shawn Erquhart <[email protected]>
remove undo/redo override, fixed in 0.22

github.com/decaporg/decap-cms - 2448ed918a6dcfe32c0ff370e7f59eea0af37b89 authored about 7 years ago by Shawn Erquhart <[email protected]>
update to slate 0.24

github.com/decaporg/decap-cms - 2beb7d256b238421292221b98a5c3128ed261bb0 authored about 7 years ago by Shawn Erquhart <[email protected]>
migrate from Raw serializer to fromJSON/toJSON

github.com/decaporg/decap-cms - 7a219bb833b3b4b9b1312651b7bc10f366466c25 authored about 7 years ago by Shawn Erquhart <[email protected]>
migrate from transform API to change API

github.com/decaporg/decap-cms - af2eb78e2b94850f7fcc6ea95b9045fb93af856b authored about 7 years ago by Shawn Erquhart <[email protected]>
support code blocks with multiple text nodes

github.com/decaporg/decap-cms - 99673ee3ccdfaf1a13cbae16e5c9a5d995580e21 authored about 7 years ago by Shawn Erquhart <[email protected]>
migrate from onDocumentChange to onChange

github.com/decaporg/decap-cms - 155a0f972e62702f34b4f973efe17f3e85772888 authored about 7 years ago by Shawn Erquhart <[email protected]>
remove deprecated terse serialization option

github.com/decaporg/decap-cms - a5b053e1c3cbdd49927d6c4bca44109082001b33 authored about 7 years ago by Shawn Erquhart <[email protected]>
migrate text nodes to use ranges

github.com/decaporg/decap-cms - bbf165d3b0f0e1698c7bd38a2b4c2168a3974557 authored about 7 years ago by Shawn Erquhart <[email protected]>
update to slate 0.22

github.com/decaporg/decap-cms - 8c04b4f1d56d6f0158664e6251c54bffb71de3b4 authored about 7 years ago by Shawn Erquhart <[email protected]>
Make Gatsby setup instructions simpler. (#652)

github.com/decaporg/decap-cms - 03c8b63dba17940191ffa70d4cd41872c5141716 authored about 7 years ago by Caleb <[email protected]>
Remove unused urlize

github.com/decaporg/decap-cms - 2617621a47aa5c45faaab796a01dbe8dcadcd662 authored about 7 years ago by Darrel O'Pry <[email protected]>
Merge pull request #640 from netlify/utf8-slugs

Support Unicode characters in slugs

github.com/decaporg/decap-cms - 876cb2ca94a9cce4a31ea9f01ae74ce6298709c0 authored about 7 years ago by Shawn Erquhart <[email protected]>
Update tests.

Thanks @dopry!

github.com/decaporg/decap-cms - 57202376ba10273901058dd656950a27b8eef43b authored about 7 years ago by Caleb <[email protected]>
Remove mutation from `sanitizeIRI`.

github.com/decaporg/decap-cms - 793afc8b736a95a3729f75547660eccf9f670189 authored about 7 years ago by Caleb <[email protected]>
Remove recursion for `sanitizeIRI` replacement checking.

github.com/decaporg/decap-cms - fdc4054fbd023338bbffcd70c149bc23d44fbe5e authored about 7 years ago by Caleb <[email protected]>
Fix alternate replacement not always working in `sanitizeSlug`.

github.com/decaporg/decap-cms - 451c69cb877e27de481ccf65b3c7f1b95255e239 authored about 7 years ago by Caleb <[email protected]>
Update slug sanitization errors.

github.com/decaporg/decap-cms - b8006bbcbe800bffc17b2f2ffc31e98c90f8c926 authored about 7 years ago by Caleb <[email protected]>
add sanitizeSlug tests.

github.com/decaporg/decap-cms - ddcf009fc642ad8cc080217d8766533d96f5e488 authored about 7 years ago by Darrel O'Pry <[email protected]>
Allow empty options object for `sanitizeSlug`.

github.com/decaporg/decap-cms - 2b64fbfba6da7d763cbc2bcd870a12f512538bdb authored about 7 years ago by Caleb <[email protected]>
Make sure `sanitizeIRI` replacement character is safe.

github.com/decaporg/decap-cms - 716f55cd8ee942f82b96c9706c8ebc6f84b067d9 authored about 7 years ago by Caleb <[email protected]>
Add tests for sanitizeIRI.

github.com/decaporg/decap-cms - 476ff2e1abc5337313df53bbfba97f0d0bc96892 authored about 7 years ago by Caleb <[email protected]>
Add default replacment to sanitizeIRI.

github.com/decaporg/decap-cms - f40f58b7dd77a9aeaa74f9a33b62a89e72ebe7e3 authored about 7 years ago by Caleb <[email protected]>
Document slug sanitizing functions.

github.com/decaporg/decap-cms - be28f895bcc9762fcd1cdfc3c11264edda18c4ec authored about 7 years ago by Caleb <[email protected]>
Make `sanitizeSlug` immutable.

Thanks @erquhart!

github.com/decaporg/decap-cms - 8fb326ff2b5d9004e735fb0fdf0eb6a067ce7645 authored about 7 years ago by Caleb <[email protected]>
Move slug sanitizer to a seperate function.

github.com/decaporg/decap-cms - 72492749d9507390d44a69ab82a81fe83d59161b authored about 7 years ago by Caleb <[email protected]>
Make `ucschars` regex smaller.

github.com/decaporg/decap-cms - 4e5a004010e6f56116358c7bb86221edb3f28de4 authored about 7 years ago by Caleb <[email protected]>
Sanitize entire slug instead of just parts.

github.com/decaporg/decap-cms - 8a2b4fc843fc5192b12bbc0809b8ceeae45121b2 authored about 7 years ago by Caleb <[email protected]>
Re-implement standard slugification with IRIs instead of URIs.

github.com/decaporg/decap-cms - 9bc65cd0ac12c82618732346a94aac15de75d94b authored about 7 years ago by Caleb <[email protected]>
Remove periods from filenames/slugs.

github.com/decaporg/decap-cms - d21de7e82e85a14e869e9bf9c2b7f67ec83d87b4 authored about 7 years ago by Caleb <[email protected]>
Replace spaces in slugs/filenames with dashes.

github.com/decaporg/decap-cms - d895112f9d3c3c2ff678a5f06c70e30528e9e231 authored about 7 years ago by Caleb <[email protected]>
Switch from `slug` to `sanitize-filename`.

github.com/decaporg/decap-cms - 51b89cc84b08c4c104addb52a343eec290565ebf authored about 7 years ago by Caleb <[email protected]>
Merge pull request #644 from netlify/upgrade-react-toolbox

Upgrade React Toolbox

github.com/decaporg/decap-cms - 78b60c0a0bd3b0d3b69b6a88dea7c1209ec475e1 authored about 7 years ago by Caleb <[email protected]>
Update comments in webpack config.

github.com/decaporg/decap-cms - ae31e971b7c96bc104f7c7499061dd829b8b8280 authored about 7 years ago by Caleb <[email protected]>
Don't run `normalize.css` through PostCSS.

github.com/decaporg/decap-cms - 6801182e847e8ec32e6ec05f71feb678e50e40cc authored about 7 years ago by Caleb <[email protected]>
Fix notif styles.

The default `redux-notifications` styles shouldn't be run through the
module prefixer.

github.com/decaporg/decap-cms - 6d7aebb64f3ecf9befb3d37d265495946f0045a9 authored about 7 years ago by Caleb <[email protected]>
Override react-toolbox font setting.

github.com/decaporg/decap-cms - 4c7eaf1bba63c197531d2087164e8db1423cbdfe authored about 7 years ago by Caleb <[email protected]>
Remove old/unused peer-dependency and update lockfile.

github.com/decaporg/decap-cms - 60b9aa3629dda81a6bf0c890a80b79af16ee8508 authored about 7 years ago by Caleb <[email protected]>