Commit Graph

  • 5b5f1edb22 Moved applyDefaults function and related code to actions (where it belong). Andrey Okonetchnikov 2016-11-11 12:17:01 +01:00
  • 858da43140 Merge pull request #153 from netlify/update-jest Andrey Okonetchnikov 2016-11-11 12:30:57 +01:00
  • 9a6c4691ce Removed expect from dependencies Andrey Okonetchnikov 2016-11-11 12:09:31 +01:00
  • bcca98b195 Exclude node_modules for CSS as well Andrey Okonetchnikov 2016-11-11 12:09:05 +01:00
  • d39c9cee2c Removed support for css-modules (for now) in tests and fixed css/scss imports from node_modules Andrey Okonetchnikov 2016-11-11 12:08:20 +01:00
  • 63b8559d7e No need to set NODE_ENV for Jest Andrey Okonetchnikov 2016-11-11 12:06:56 +01:00
  • 6ce58a789d Do not use expect to get better diffs out of Jest Andrey Okonetchnikov 2016-11-11 11:02:11 +01:00
  • 92e8e7233d Updated Jest to 17.0.0 Andrey Okonetchnikov 2016-11-11 09:33:13 +01:00
  • 8461abc1b5 Replace md parser for pubstorm to make editor plugins work Mathias Biilmann Christensen 2016-11-04 11:04:54 -07:00
  • a6fc8506f5 Dashboard page (#150) Cássio Souza 2016-11-02 12:25:43 -02:00
  • 038597573c Custom plugin support in rte Mathias Biilmann Christensen 2016-11-01 23:31:20 -07:00
  • f02bd9a789 Link support in prose mirror Mathias Biilmann Christensen 2016-11-01 17:58:19 -07:00
  • 27d33d2a84 Make headers buttons toggle headers Mathias Biilmann Christensen 2016-11-01 17:51:49 -07:00
  • 97928a7b34 Fix undo history in prose mirror Mathias Biilmann Christensen 2016-11-01 17:25:37 -07:00
  • 4c221e3238 Fix linter overwriting css Mathias Biilmann Christensen 2016-11-01 16:58:38 -07:00
  • d0df70e4d3 Prosemirror working - with some toolbar options Mathias Biilmann Christensen 2016-11-01 16:55:21 -07:00
  • 44bbb84d44 bugfix in Draft entry editing Cássio Zen 2016-11-01 14:31:04 -02:00
  • 4d696f2253 Login workflow (#137) Andrey Okonetchnikov 2016-11-01 14:35:20 +01:00
  • 1c4751f479 Merge pull request #147 from netlify/optimistic-update Cássio Souza 2016-11-01 11:33:53 -02:00
  • 6015692118 Update yarn deps Mathias Biilmann Christensen 2016-10-31 17:02:18 -07:00
  • 690fe9d8a1 Merge pull request #148 from netlify/fix_yarn_deps Mathias Biilmann 2016-10-31 16:26:37 -07:00
  • f1abda39fe
    Fix Yarn dependencies. David Calavera 2016-10-31 16:22:39 -07:00
  • 295cdd2f6d Persistence editorial workflow through own actions & reducer Cássio Zen 2016-10-31 18:19:51 -02:00
  • dd71b59e9e version bump Cássio Zen 2016-10-31 12:49:44 -02:00
  • a10a132e4f Do not generate vendor assets We already had documented that the user needs to import cms.js and cms.css - introducing vendor files now can cause trubles to existing users Cássio Zen 2016-10-31 12:41:20 -02:00
  • 78daa574af Merge pull request #146 from netlify/fix-demo-ui Cássio Souza 2016-10-31 12:17:10 -02:00
  • 67a00e5b65 Fix rendering of plugins returining react components Mathias Biilmann Christensen 2016-10-30 23:46:34 -07:00
  • aca88ef441 Make editor plugins work in preview Mathias Biilmann Christensen 2016-10-30 23:38:12 -07:00
  • 378be79a76 Merge branch 'fix-demo-ui' of github.com:netlify/netlify-cms into fix-demo-ui Mathias Biilmann Christensen 2016-10-30 16:01:22 -07:00
  • c23b2fb531 Make list widget sortable Mathias Biilmann Christensen 2016-10-30 16:01:10 -07:00
  • 13cbf21159 Implement list control with fields Mathias Biilmann Christensen 2016-10-28 19:13:26 +02:00
  • 3a60ce9f2f Merge branch 'fix-demo-ui' of github.com:netlify/netlify-cms into fix-demo-ui Cássio Zen 2016-10-28 11:42:38 -02:00
  • d7f1b25c1b Bugfixes due to new slug signature Cássio Zen 2016-10-28 11:42:31 -02:00
  • 86e3aed065 Better styling for object controls Mathias Biilmann Christensen 2016-10-28 10:21:13 +02:00
  • 6b73c39ba8 Support for object widget Mathias Biilmann Christensen 2016-10-28 04:51:37 +02:00
  • 442a02f009 Fix slugs for search result entries Mathias Biilmann Christensen 2016-10-27 19:56:50 +02:00
  • a33aa13d0f moved Entry VO away from implementations Cássio Zen 2016-10-27 15:27:39 -02:00
  • 1566e247f3 Reverted Collection VO slug generation Cássio Zen 2016-10-27 14:59:41 -02:00
  • 2e6e5d1bec removed unused function Cássio Zen 2016-10-27 13:59:21 -02:00
  • baafe0b32f refactor on slugformatter Cássio Zen 2016-10-27 13:12:18 -02:00
  • dabf6a1be1 typo Cássio Zen 2016-10-27 13:10:44 -02:00
  • 80a2cefbf0 Add json format support Mathias Biilmann Christensen 2016-10-27 15:33:15 +02:00
  • 6ff7019e7c Removed author from cards (author may not be an available field) Cássio Zen 2016-10-27 10:54:24 -02:00
  • 7713c4c6f8 Fix some linting errors Mathias Biilmann Christensen 2016-10-27 14:45:32 +02:00
  • bbce1c30de Make loading single file work without scanning whole collection Mathias Biilmann Christensen 2016-10-27 14:23:36 +02:00
  • 2b99e2d176 Support entriesByFiles in test-repo backend Mathias Biilmann Christensen 2016-10-27 11:47:19 +02:00
  • 8aa8f5ce39 Add shortcut for italics Mathias Biilmann Christensen 2016-10-27 11:34:22 +02:00
  • c3b4fd9013 Cards typography (#139) Andrey Okonetchnikov 2016-10-26 19:51:50 +02:00
  • 434f45c97c Webpack optimizations (#140) Andrey Okonetchnikov 2016-10-26 19:51:35 +02:00
  • 5151e7cdb1 Bugfixes due to new slug signature (#145) Cássio Souza 2016-10-26 15:50:34 -02:00
  • 72b56d1cbc Editor fixes (#143) Mathias Biilmann 2016-10-26 18:48:47 +02:00
  • 2e1d98ac7e Added fsevents as an optional dependency to fix high CPU usage by the node process on Macs Andrey Okonetchnikov 2016-10-25 10:43:31 +02:00
  • d2c6660530 typo Cássio Souza 2016-10-24 18:36:22 -02:00
  • 2bd3e5eda3 Pointed to asset files on unpkg Cássio Souza 2016-10-24 18:33:45 -02:00
  • ff0fa2cf6b Merge branch 'simple-markdown-editor' Cássio Zen 2016-10-24 18:09:01 -02:00
  • 40c06ed1e2 Updated yarn.lock Andrey Okonetchnikov 2016-10-24 12:17:00 +02:00
  • 59f6b42d84 Revert "Added fsevents as devDep to reduce the CPU load of webpack-dev-server on Mac OS X." Andrey Okonetchnikov 2016-10-23 23:15:37 +02:00
  • 9566392dd3 Fix block menu always showing on first char Mathias Biilmann Christensen 2016-10-22 23:28:25 +03:00
  • c068fae24e Implement block menu with support for plugins Mathias Biilmann Christensen 2016-10-22 23:12:21 +03:00
  • c859d7234e Position editor toolbar Mathias Biilmann Christensen 2016-10-22 04:37:22 -07:00
  • 3a087e44fa Make linter happier Mathias Biilmann Christensen 2016-10-21 23:19:23 -07:00
  • f40b75e2e3 Implement drag and drup upload support for simple markdown editor Mathias Biilmann Christensen 2016-10-21 23:16:19 -07:00
  • a15d014a99 Implement a simple textarea based markdown editor Mathias Biilmann Christensen 2016-10-21 22:52:41 -07:00
  • a172c13996 Update package name Mathias Biilmann Christensen 2016-10-21 17:02:05 -07:00
  • 3cdaf7cc66 Bump version Mathias Biilmann Christensen 2016-10-21 17:00:05 -07:00
  • 2c8cdfc15e Webpack for production build (#134) Cássio Souza 2016-10-21 21:18:45 -02:00
  • 1eea94621e Single file collections (#133) Cássio Souza 2016-10-21 21:15:05 -02:00
  • 2496ec09a4 Single file collections (#132) Cássio Souza 2016-10-21 20:42:14 -02:00
  • cca338df79 Add OSS management files. (#130) David Calavera 2016-10-21 15:36:14 -07:00
  • 3465dc1376 Merge pull request #129 from netlify/infinite-loading-indicator Andrey Okonetchnikov 2016-10-21 15:33:13 +02:00
  • a9b25cc85f Adjust topbar styles Andrey Okonetchnikov 2016-10-21 15:32:12 +02:00
  • 188fec4529 [feature] Better loading indicator Andrey Okonetchnikov 2016-10-20 18:16:46 +02:00
  • bd1216c760 bugfixes for test-repo. Closes #126 and #127 Cássio Zen 2016-10-20 14:27:58 -02:00
  • 195479f088 styles fix Cássio Zen 2016-10-20 14:26:57 -02:00
  • f7b74453ab bugfix. Closes #122 Cássio Zen 2016-10-20 11:30:29 -02:00
  • a1f15da39f global config for header padding Cássio Zen 2016-10-20 10:48:09 -02:00
  • 871fdc9331 removed global selectors Cássio Zen 2016-10-20 10:47:37 -02:00
  • 8c793f8966 Updated yarn.lock Andrey Okonetchnikov 2016-10-20 12:19:57 +02:00
  • 2322fd5b1a Merge pull request #108 from netlify/yarn Andrey Okonetchnikov 2016-10-20 11:45:59 +02:00
  • 9b97a13cc9 bugfix: Don't try to show if entry is partial Cássio Zen 2016-10-19 19:10:14 -02:00
  • 23ab740d53 value can be undefined as long as there is an entry Cássio Zen 2016-10-19 18:29:54 -02:00
  • 1cbf6736a2 Small padding adjustment Cássio Zen 2016-10-19 15:08:05 -02:00
  • 3f8f9197c1 small ui adjustments Cássio Zen 2016-10-18 15:18:29 -02:00
  • 58112493d9 Merge branch 'master' of github.com:netlify/netlify-cms Cássio Zen 2016-10-18 14:32:35 -02:00
  • e001714aed Optimistic Updates (#114) Cássio Souza 2016-10-18 12:32:39 -02:00
  • 45c7e8b08b Optimistic Updates (#114) Cássio Souza 2016-10-18 12:32:39 -02:00
  • 009c881290 Merge pull request #82 from netlify/markitup-react Cássio Souza 2016-10-18 12:22:58 -02:00
  • d8f570b255 Merge pull request #115 from netlify/docs Cássio Souza 2016-10-18 12:12:04 -02:00
  • 78e179854e Editorial Workflow basic doc Cássio Zen 2016-10-17 18:05:39 -02:00
  • 3f433f9c9e Documentation folder Cássio Zen 2016-10-17 18:05:15 -02:00
  • f3b448106d Added notifications. Closes #101 Andrey Okonetchnikov 2016-10-17 12:35:31 +02:00
  • 863d90c8ee Use Loader on the entry page. Closes #102 Andrey Okonetchnikov 2016-10-14 13:42:58 +02:00
  • 0d525bdad1 Run yarn instead of npm on Travis CI Andrey Okonetchnikov 2016-10-14 12:46:55 +02:00
  • d22f49fa01 Merge branch 'master' into yarn Andrey Okonetchnikov 2016-10-14 12:45:44 +02:00
  • 3b18fb4f87 Added visual feedback during saving of the entry. Related to #101 Andrey Okonetchnikov 2016-10-13 14:31:44 +02:00
  • e53262d92c Moved persisting logic to entryDraft reducer + added tests. Andrey Okonetchnikov 2016-10-13 14:30:11 +02:00
  • ffe27acc10 Merge branch 'master' into markitup-react Andrey Okonetchnikov 2016-10-13 13:48:41 +02:00
  • 6ac9407908 Merge pull request #110 from netlify/jest-update Andrey Okonetchnikov 2016-10-13 13:47:06 +02:00
  • 3d715a9f9f Updated lint-staged to 3.1.0 Andrey Okonetchnikov 2016-10-13 13:45:31 +02:00
  • d630463dd5 Merge branch 'master' into jest-update Andrey Okonetchnikov 2016-10-13 13:40:15 +02:00