xavcz
5303b4f4df
SmartForm: if 'field.value' is an array of (non-objects / object with no _id key), fallback to item itself; XxxForms: 'mutationFragment' prop where needed, remove deprecated 'queryToUpdate' prop
2017-01-13 09:21:07 +01:00
Xavier Cazalot
7f99b48953
devel - revert commits related to simpl-schema ( #1537 )
...
* Revert "add note link to issue in collection2 on mutation insert, remove debug console logs on mutation edit"
This reverts commit 7a15103de7
.
* Revert "node simpl-schema + collection2-core: fix vote by specifying the right type of the array (dont use blackbox in the end!)"
This reverts commit e894c3224c
.
* Revert "add graphql date type (fix problem with node simple schema), fix an update bug on date picker, add edit check on custom post item, add `blackbox: true` for arrays field (validation problem with simple-schema)"
This reverts commit 9d84fbec98
.
* Revert "use node `simpl-schema` by aldeed to replace `meteor/aldeed:simple-schema` ; use the meteor collection2 core package as recommended"
This reverts commit 016935f4fa
.
* revert before node-simple-schema, fix obj.hasOwnProperty undefined error thrown by simple-schema & collection2
* CustomPostsItem: check on renderActions; withDocument/List: pollInterval 20seconds by default; DateTime form component enhancement + GraphQLDate type
2017-01-11 18:02:12 +01:00
xavcz
9d84fbec98
add graphql date type (fix problem with node simple schema), fix an update bug on date picker, add edit check on custom post item, add blackbox: true
for arrays field (validation problem with simple-schema)
2017-01-10 11:17:16 +01:00
xavcz
016935f4fa
use node simpl-schema
by aldeed to replace meteor/aldeed:simple-schema
; use the meteor collection2 core package as recommended
2017-01-10 10:09:24 +01:00
Sacha Greif
1bf4933ebb
clean up Telescope imports
2016-12-13 11:32:23 +09:00
xavcz
4e6e312469
permission API: [editable/insertable/viewable](If) -> (By) ; anonymous -> guests ; default -> members
2016-12-06 10:55:47 +01:00
Sacha Greif
56c04baf3b
use new group-based syntax for permissions; various tweaks
2016-12-01 15:29:07 +09:00
Sacha Greif
dfe2d2d0df
give edit forms their own FormWithSingle data loader
2016-11-23 17:22:29 +09:00
xavcz
82edaeeab2
give access to the form props in the options of a form component, compose HOCs on FormWrapper
2016-11-17 10:22:31 +01:00
Sacha Greif
5df3377418
clean up published_fields files; clean up unnecessary packages; more work on callbacks
2016-11-15 15:59:34 +09:00
xavcz
ec95b3c591
wip on nova:base-containers, rename nova:base-apollo in nova:apollo for the sake of clarity, remove some obsolete/experimental functions (triggerMainRefetch, refetchQuery, ..)
2016-11-08 12:58:53 +01:00
Sacha Greif
bee5eaf373
generate graphQL schemas for posts, comments, and categories from simpleSchema
2016-11-08 14:56:39 +09:00
Sacha Greif
878643f29a
access store directly via JS object instead of using query
2016-11-03 18:25:33 +09:00
Sacha Greif
bb91c66ad7
working on client-only queries to the Apollo store
2016-11-03 17:16:12 +09:00
xavcz
fa4f0bfcf3
add viewableIf
to non-array fields of Users (array fields cause trouble with mongo $ projection)
2016-10-30 18:25:51 +01:00
xavcz
7775838980
change old reference to AutoForm (legacy): field schema "autoform" -> "form"
2016-10-05 08:43:13 +02:00
Sacha Greif
84331e4c67
porting nova:categories to new permissions system
2016-07-21 09:39:40 +09:00
Sacha Greif
02fb7fa34d
removing Categories global
2016-06-23 15:11:56 +09:00
Sacha Greif
41f349d18c
removing Users global
2016-06-23 15:00:58 +09:00
Sacha Greif
d9e69110a6
removing Posts global
2016-06-23 11:40:35 +09:00
Sacha Greif
4cf74cfc27
clean up publishedFields
2016-04-05 16:27:48 +09:00
Sacha Greif
b70e43a370
working on markup and CSS
2016-03-24 16:03:30 +09:00
Sacha Greif
14b5af4b41
using smart publications and smart methods
2016-02-28 13:12:36 +09:00
Sacha Greif
ecea1e6a74
refactor code to use smart-publications package
2016-02-27 16:41:50 +09:00
Sacha Greif
4adea55f6e
more tweaks to demo
2016-02-26 13:05:12 +09:00
Sacha Greif
0ea6775d3a
implement "autoform"
2016-02-25 17:44:43 +09:00
Sacha Greif
8cb101317a
nova:tags -> nova:categories
2016-02-24 14:47:44 +09:00