Commit graph

5187 commits

Author SHA1 Message Date
Arthur Ribeiro
704d2a8596 update allow/deny package 2017-09-28 08:54:14 -03:00
SachaG
4640dad0b7 Another voting refactor (hopefully the last one…) 2017-09-28 18:15:04 +09:00
SachaG
15ed3c3923 More work on voting 2017-09-27 17:15:49 +02:00
SachaG
683da40216 Start cleaning up voting 2017-09-27 09:47:37 +02:00
SachaG
8f24b51d77 Return null for currentUserVotes if there is no current user 2017-09-27 09:43:19 +02:00
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
Sacha Greif
fdc91520a9 Merge pull request #1723 from abernix/patch-1
Remove "unique" identifier file.
2017-09-18 22:29:10 +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
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