Cássio Zen
37f690fc44
List only collections where new entries are allowed. Closes #206
2017-01-05 13:43:37 -02:00
Cássio Zen
5bea671947
version bump
2017-01-02 17:32:45 -02:00
Cássio Zen
f6a1718085
Uniform slug generation
2017-01-02 17:31:01 -02:00
Cássio Zen
c20896d073
Removed help command from commandbar
2017-01-02 17:30:26 -02:00
Mathias Biilmann Christensen
456c891034
Merge branch 'master' of github.com:netlify/netlify-cms
2016-12-30 11:14:27 -08:00
Mathias Biilmann Christensen
12f6c05d9a
Add webpack cli config
2016-12-30 11:14:23 -08:00
Cássio Zen
a8cb548ac5
Updated dependencies
2016-12-30 17:08:37 -02:00
Mathias Biilmann
112bdd348a
Merge pull request #198 from netlify/prosemirror-polishing
...
An assortment of Markdown Editor fixes
2016-12-30 09:49:36 -08:00
Mathias Biilmann Christensen
544fc210ce
Fix error in markup render test
2016-12-30 09:45:44 -08:00
Mathias Biilmann
d24fb7e92a
Merge pull request #201 from netlify/better-demo-login
...
Improvements to the demo experience
2016-12-30 09:44:49 -08:00
Mathias Biilmann Christensen
815701bf11
Improvements to the demo experience
...
Explain what the email in the login is for
Make a guess at the users name
Don't mark uploaded files as persisted (since they're not)
2016-12-30 09:40:15 -08:00
Mathias Biilmann Christensen
cbd2e7c904
Make sure build command copies all example files
2016-12-30 08:51:19 -08:00
Mathias Biilmann
69b43588f8
Merge pull request #200 from netlify/make-test-login-look-decent
...
Make sure the example login page looks decent
2016-12-29 18:41:34 -08:00
Mathias Biilmann Christensen
c60d1a71cc
Make sure the example login page looks decent
2016-12-29 18:38:16 -08:00
Cássio Zen
2326e8b581
Merge branch 'master' of github.com:netlify/netlify-cms
2016-12-29 17:19:23 -02:00
Cássio Souza
ddfdc59941
Add metadata to draft entry fields ( #196 )
...
* Add metadata to draft entry fields
* Do not render widget if value is null
* Pass along metadata
* Namespace queries to avoid conflict
* Query relational field on mount (for when editing entries)
* Make sure metadata is Immutable
* Added collection name as metadata keys
2016-12-29 17:18:24 -02:00
Cássio Zen
8908f9a148
Version bump
2016-12-28 15:40:19 -02:00
Cássio Zen
e47a12f6ec
Add support for custom prefix on index name
2016-12-28 15:29:39 -02:00
Mathias Biilmann Christensen
b8e04f72a3
Treat lists as tight in code mirror so we don't get Ps inside them
2016-12-27 23:19:00 -08:00
Mathias Biilmann Christensen
75100eaa3a
Support for drag and drop image uploads in both rte and raw editor mode
2016-12-27 23:18:37 -08:00
Mathias Biilmann Christensen
2ed2160c92
Persist richtext vs raw setting in localstorage
2016-12-27 23:17:33 -08:00
Mathias Biilmann Christensen
1e1ec76407
Make MarkupItReactRenderer use media proxies when rendering image paths
2016-12-27 23:16:46 -08:00
Mathias Biilmann Christensen
5ff2942435
Memoize media proxies since we look them up a lot when doing previews
2016-12-27 23:14:19 -08:00
Mathias Biilmann Christensen
06218e55eb
Update prosemirror
2016-12-27 23:13:31 -08:00
Mathias Biilmann Christensen
6af6cceb2a
Add an example list to the first post in the example
2016-12-27 23:08:23 -08:00
Cássio Zen
ca98f72c0c
Showing errors on login screen
2016-12-27 16:58:02 -02:00
Mathias Biilmann Christensen
2d68fb9313
Add missing script
2016-12-27 09:24:57 -08:00
Mathias Biilmann Christensen
8b82a5b72e
Add a script for auto configurating a collection
2016-12-26 17:44:50 -08:00
Mathias Biilmann Christensen
8509b11104
Make sure netlify build command copes the config.yml
2016-12-23 15:51:59 -08:00
Cássio Zen
ff6bfe3789
changed default localStorage Key
2016-12-23 17:30:27 -02:00
Cássio Zen
f63e3e6150
Version bump
2016-12-23 17:03:07 -02:00
Cássio Souza
1efc59a9fb
Netlify auth ( #194 )
2016-12-23 16:59:48 -02:00
Mathias Biilmann Christensen
578ffc91df
Bump patch version
2016-12-23 09:01:29 -08:00
Mathias Biilmann Christensen
83f08e8eb8
Revert "Bump patch version"
...
This reverts commit 8f6f1a0fcabfeb423ca8af2f9f6d55ace21e45bb.
2016-12-23 08:59:51 -08:00
Mathias Biilmann Christensen
8f6f1a0fca
Bump patch version
2016-12-22 23:17:26 -08:00
Mathias Biilmann
69851ea01b
Merge pull request #193 from netlify/update-node
...
Update node version
2016-12-22 16:31:32 -08:00
Mathias Biilmann
1fc0b7ddea
Update node version
...
.nvmrc was set to 4 - updating to 6
2016-12-22 16:30:36 -08:00
Cássio Zen
93e4d493e4
Add sourcemaps to production build
2016-12-20 19:36:05 -02:00
Cássio Zen
5cc17c05e5
Adjustments to slug processing
2016-12-15 16:20:54 -02:00
Cássio Zen
9d02b54ce7
bumped js-yaml version
2016-12-15 16:19:37 -02:00
Cássio Zen
733bf7aba4
Ignoring vscode-specific files
2016-12-15 16:18:54 -02:00
Cássio Souza
635049b8db
Resizable split pane ( #190 )
...
* Integrating with react-split-pane
* block event while resizing panels
* bring scrollsync back
* fixed footer position
2016-12-12 19:23:52 -02:00
Mathias Biilmann
d6292bf4ff
Merge pull request #188 from rivertam/patch-1
...
Fixed 3 typos in README
2016-12-11 18:49:39 -08:00
Ben Berman
9843413357
Fixed 3 typos in README
...
I honestly question whether these are typos considering the same mistake was made 3 times.
2016-12-11 21:12:45 -05:00
Cássio Zen
2ea86f7e48
improved public path resolution
2016-12-07 17:56:49 -02:00
Cássio Zen
ae2a663e1b
Version Bump
2016-12-07 15:45:51 -02:00
Cássio Souza
05337ff232
Relation search widget ( #186 )
...
* search action/reducer refactor
* Relation widget skeleton
* search clearing
* query action + reducer
* Autocomplete component for RelationControl
2016-12-07 15:44:07 -02:00
Cássio Zen
4f6f4bfae9
Output code tag around pre. Closes #181
2016-12-02 19:58:44 -02:00
Cássio Zen
db58c1216b
Temporarily disabling some Find Bar functionalities
2016-12-02 19:25:38 -02:00
Cássio Zen
21073f3f15
Clean state after search command. Closes #124
2016-12-02 17:55:31 -02:00