SachaG
|
071a0fd720
|
Big voting refactor
|
2017-09-25 22:09:09 +02:00 |
|
SachaG
|
7bfa4afba3
|
Do not generate default fragment when empty
|
2017-09-25 22:08:17 +02:00 |
|
SachaG
|
d8fb30591b
|
Enable context to be passed to runQuery and collection.queryOne
|
2017-09-25 22:07:46 +02:00 |
|
SachaG
|
342cc39bf4
|
test if autoValue is undefined
|
2017-09-23 08:10:58 +02:00 |
|
SachaG
|
c610ab4f10
|
Refactor PostsCategoryParameter callback to use readQuery and runQuery
|
2017-09-22 16:20:52 +02:00 |
|
SachaG
|
c52e53afbe
|
Make runParameters callbacks support async
|
2017-09-22 16:20:07 +02:00 |
|
SachaG
|
e50f8effa8
|
Merge branch 'devel' of https://github.com/VulcanJS/Vulcan into devel
|
2017-09-22 15:28:36 +02:00 |
|
SachaG
|
3b863e7cbb
|
fix error message issues in accounts form
|
2017-09-22 15:28:26 +02:00 |
|
Sacha Greif
|
0011862d67
|
Merge pull request #1728 from Enliven-se/devel
fixed some minor bugs in the documentation for subscribeMutationsGenerator
|
2017-09-22 14:10:13 +01:00 |
|
SachaG
|
3ca3198949
|
make seeding optional
|
2017-09-22 15:08:20 +02:00 |
|
SachaG
|
700c4a265a
|
packages
|
2017-09-22 12:31:03 +02:00 |
|
SachaG
|
984021cd7f
|
Clean up/refactor settings; add registerSetting and /settings route
|
2017-09-22 12:24:15 +02:00 |
|
klokie
|
7962743b27
|
fixed some minor bugs in the documentation for subscribeMutationsGenerator
|
2017-09-22 09:54:44 +02:00 |
|
SachaG
|
f1416ee534
|
make settings work with nested "foo.bar" strings
|
2017-09-18 09:09:43 +02:00 |
|
SachaG
|
a1a4726b31
|
Merge branch 'devel' of https://github.com/VulcanJS/Vulcan into devel
|
2017-09-16 22:27:00 +02:00 |
|
SachaG
|
3a0692cc4a
|
Fix form components ref
|
2017-09-16 22:26:52 +02:00 |
|
Sacha Greif
|
3c18fafa98
|
Merge pull request #1724 from justinr1234/fix-example-simple
Fix example simple
|
2017-09-16 19:09:42 +02:00 |
|
SachaG
|
7ff597a658
|
Make it easier to change index route in forum example without breaking search/categories/etc.
|
2017-09-15 19:13:39 +02:00 |
|
SachaG
|
af1528aca8
|
improve seeding & debugging
|
2017-09-15 11:14:09 +02:00 |
|
SachaG
|
6b7773f67b
|
Clean up sample settings
|
2017-09-15 11:13:31 +02:00 |
|
SachaG
|
4811b8ca44
|
more clean-up
|
2017-09-15 10:08:23 +02:00 |
|
SachaG
|
c8f35e88e2
|
vulcan:embedly -> vulcan:embed
|
2017-09-15 10:05:18 +02:00 |
|
SachaG
|
d8159d3bde
|
Adding new debug mode
|
2017-09-14 19:47:35 +02:00 |
|
SachaG
|
1ee92ea9cc
|
Add API for adding fragment matchers to apollo client; delay apollo client initialization until after app initialization
|
2017-09-14 10:06:41 +02:00 |
|
SachaG
|
ff678b9fab
|
More callback refactoring
|
2017-09-14 10:05:15 +02:00 |
|
Justin Reynolds
|
6692734f11
|
Fix example simple
|
2017-09-13 16:26:52 -05:00 |
|
SachaG
|
3da0128e68
|
Refactor callbacks
|
2017-09-13 16:11:27 +02:00 |
|
SachaG
|
2aacc353e0
|
Fix imports
|
2017-09-13 15:37:31 +02:00 |
|
SachaG
|
39a7cbd14c
|
Add HeadTags to layout
|
2017-09-13 12:13:22 +02:00 |
|
SachaG
|
efad1d407d
|
Improve fragments error handling
|
2017-09-13 12:13:16 +02:00 |
|
SachaG
|
5b497c38ba
|
code clean-up
|
2017-09-13 12:13:04 +02:00 |
|
SachaG
|
af22ba4e84
|
fix imports
|
2017-09-13 12:12:24 +02:00 |
|
SachaG
|
acf6bba6e3
|
Remove console.log
|
2017-09-13 10:22:21 +02:00 |
|
SachaG
|
65eda4b033
|
Clean up forum packages
|
2017-09-13 10:21:30 +02:00 |
|
SachaG
|
d967b927e9
|
Split out i18n strings into correct packages
|
2017-09-13 10:21:15 +02:00 |
|
SachaG
|
d1a98463cc
|
Merge branch 'example-forum' into devel
|
2017-09-13 10:13:15 +02:00 |
|
SachaG
|
ebc42d7c89
|
Revert back: do not initialize fragmentObjects on registerFragment
|
2017-09-13 10:09:54 +02:00 |
|
SachaG
|
105341c241
|
Merge branch 'devel' of https://github.com/VulcanJS/Vulcan into devel
|
2017-09-11 16:07:04 +02:00 |
|
SachaG
|
7dd887089c
|
Fix twitter username field
|
2017-09-11 16:06:58 +02:00 |
|
Sacha Greif
|
094a51a26e
|
Merge pull request #1722 from Discordius/formSubmit-PR
Added submit option to `updateCurrentValues` in Form.jsx context
|
2017-09-11 16:01:06 +02:00 |
|
SachaG
|
034615d62b
|
Merge branch 'devel' into example-forum
|
2017-09-11 15:56:06 +02:00 |
|
SachaG
|
7777fcbcf7
|
Do not validate required fields on edit operation
|
2017-09-11 15:55:25 +02:00 |
|
Discordius
|
7603be5d2e
|
Added submitForm() to context for Form components
|
2017-09-08 22:52:54 -07:00 |
|
SachaG
|
d9ed258b7b
|
Give proper cursor to delete link
|
2017-09-06 18:12:02 +02:00 |
|
SachaG
|
1258619ef0
|
Fix handling of GraphQL schema-level validation errors in forms. Note: GraphQL errors currently happen before server-side validation errors, instead of happening at the same time.
|
2017-09-06 18:10:26 +02:00 |
|
SachaG
|
73edab4858
|
Add original resolver fields to default fragments
|
2017-09-06 18:01:25 +02:00 |
|
SachaG
|
f53f4db6c6
|
post callbacks
|
2017-09-06 09:57:40 +02:00 |
|
SachaG
|
e6bcb69b91
|
Generate fragmentObject on registerFragment also after all
|
2017-09-06 09:57:34 +02:00 |
|
SachaG
|
fb6287d45d
|
clean up post callbacks
|
2017-09-05 15:45:14 +02:00 |
|
SachaG
|
32e90e1b9a
|
Merging RSS and API packages into example-forum (make them collection-agnostic later)
|
2017-09-04 21:10:38 +09:00 |
|