Commit graph

5062 commits

Author SHA1 Message Date
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
Jesse Rosenberger
52972b6451 Remove "unique" identifier file.
This file is meant to be a unique identifier for a project and is generated automatically in new (Meteor) projects.  Since VulcanJS is instead cloned as a boilerplate for a new application, this is less ideal since each project receives the same unique identifier.  The reason this is not ideal is explained within the comment of the removed file:

e634907530/.meteor/.id

Most importantly, this affects the ability to see any sort of traction on `vulcan:*` packages in Atmosphere since they are aggregated together.  This means that 10 or 1000 installs might just be tracked as 1!
2017-09-13 20:28:38 +03: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