Commit graph

4851 commits

Author SHA1 Message Date
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
SachaG
545bba9fd1 Refactoring forum notifications 2017-09-04 21:05:13 +09:00
SachaG
63d989d395 More work on making voting package collection-agnostic 2017-09-04 20:56:03 +09:00
SachaG
575bd19f82 Refactor voting package 2017-09-04 20:28:50 +09:00
SachaG
1c87887cbe Making voting package collection-agnostic 2017-09-04 20:22:00 +09:00
SachaG
66b8570422 Get app to run 2017-09-04 20:06:06 +09:00
SachaG
62dffa6a9d more refactoring 2017-09-04 19:56:33 +09:00
SachaG
638f6937bc Delay fragment initialization for more flexibility in fragments/subfragments load order 2017-09-04 19:56:17 +09:00
SachaG
0a48d0ccbf refactoring example-forum package 2017-09-04 18:37:21 +09:00
SachaG
d0eef54c70 upgrade simple-schema 2017-09-04 17:40:01 +09:00
SachaG
27af668f87 improve Vulcan onboarding with default route screens 2017-08-31 12:54:09 +09:00
SachaG
fa9877ef04 small fixes 2017-08-30 18:50:25 +09:00
SachaG
ca0932c705 add extendRoute 2017-08-30 18:50:14 +09:00
SachaG
8f955856bb Reset password form fix 2017-08-30 10:03:10 +09:00
SachaG
4727d90f38 cannot use async/await with forEach 2017-08-30 09:38:05 +09:00
SachaG
b7dbddfd8b Merge branch 'devel' of https://github.com/VulcanJS/Vulcan into devel 2017-08-29 18:06:53 +09:00
SachaG
63c39a3c66 Add new graphql.init.before callback hook and use it to create Chargeable union type based on all collections 2017-08-29 17:57:04 +09:00
Sacha Greif
cc4df602ad Merge pull request #1716 from meshulam/password-reset-errors
Display errors on password reset form
2017-08-29 09:50:18 +09:00
Matt Meshulam
a03b47d37d Display errors on password reset form 2017-08-28 18:26:09 -05:00
SachaG
70e66c7bbd adapt newsletter template 2017-08-28 22:48:28 +09:00
SachaG
0e803276e0 Merge branch 'devel' of https://github.com/VulcanJS/Vulcan into devel 2017-08-28 22:27:23 +09:00
SachaG
dbe888a56c refactor vulcan:newsletter package to be collection-agnostic; move posts newsletter logic to posts package 2017-08-28 22:27:07 +09:00
Sacha Greif
1352a4a26b Merge pull request #1713 from Enliven-se/registerfragment-should-respect-comments-in-fragment-literals
RegisterFragment should respect comments in fragment literals
2017-08-26 16:23:55 +09:00
klokie
3c3e79f853 fix to previous graphql fragment mod 2017-08-25 11:15:51 +02:00
klokie
9bbd5f5470 ignore comments in fragments and provide GraphQL spec-compliant regexp for parsing GraphQL fragment names 2017-08-25 11:10:29 +02:00
SachaG
af7f71a2b2 fix field name 2017-08-24 13:49:11 +09:00