Discordius
|
78308f6810
|
Improved speed of vote score updates (Mongo aggregator + bulkwrite)
|
2017-10-25 05:06:34 -07:00 |
|
Sacha Greif
|
4e259ec117
|
Finish work on form field clearing feature
|
2017-10-20 10:08:56 +09:00 |
|
Sacha Greif
|
df2db270e5
|
Fix default checked values for when options is a function
|
2017-10-20 10:08:09 +09:00 |
|
Sacha Greif
|
1f312c5fe6
|
Enable checking checkboxes by default by setting checked = true in options
|
2017-10-19 12:36:18 +09:00 |
|
Sacha Greif
|
2139bc63f3
|
Merge branch 'devel' of https://github.com/VulcanJS/Vulcan into devel
|
2017-10-18 20:07:46 +09:00 |
|
Sacha Greif
|
a5f9d64a2e
|
Working on form clearing
|
2017-10-18 20:07:43 +09:00 |
|
Sacha Greif
|
d48c84b749
|
Small fixes
|
2017-10-18 20:06:31 +09:00 |
|
Sacha Greif
|
756029c93d
|
Refactoring payments package to handle subscriptions
|
2017-10-18 20:05:51 +09:00 |
|
Sacha Greif
|
379852722f
|
Merge pull request #1750 from ErikDakoda/erik-dakoda
Abstract out bootstrap-specific components in vulcan:forms
|
2017-10-17 22:43:38 +09:00 |
|
Erik Schannen
|
88da22952d
|
Abstract out bootstrap-specific components in vulcan:forms and register
them using registerComponent so that they can be overridden by other gui
frameworks like material-ui.
|
2017-10-17 09:35:41 -04:00 |
|
Sacha Greif
|
10ced441d2
|
Merge branch 'patch-1' of https://github.com/wayfarerboy/Vulcan into wayfarerboy-patch-1
|
2017-10-17 10:58:16 +09:00 |
|
Sacha Greif
|
6dad94099f
|
Default to redirecting to root path on new sign up
|
2017-10-17 10:52:45 +09:00 |
|
Sacha Greif
|
587a1f6de3
|
Small refactoring for SSR
|
2017-10-17 10:43:19 +09:00 |
|
Sacha Greif
|
d812793851
|
Simple Intercom package
|
2017-10-17 10:27:40 +09:00 |
|
Sacha Greif
|
5d444df3a5
|
Enable adding components to HeadTags outside of Helmet
|
2017-10-17 10:26:38 +09:00 |
|
Sacha Greif
|
f5c2d21274
|
Small fixes; Default newsletter to *not* be automatically sent out
|
2017-10-14 11:06:25 +09:00 |
|
Sacha Greif
|
0af5e365d3
|
Add new HeadComponent to make it easier to add permanent head tags
|
2017-10-14 11:05:36 +09:00 |
|
Sacha Greif
|
2144ce8a87
|
Add share URLs to post schema
|
2017-10-14 11:04:26 +09:00 |
|
Al Pagan
|
1c0635db65
|
Add callbacks to vulcan:routing SSR hooks
This method allows for access to the SSR app component and associated css in the routing's hook functions without needing to hack core files.
This makes it possible, for example, to add MUI wrapper components and inject compiled css with the JSS library (see https://material-ui-1dab0.firebaseapp.com/guides/server-rendering).
Here's how I'd implement the callbacks in my own custom module: https://gist.github.com/wayfarerboy/96c0f1d13b3b7d3d2743501a1c7c0187
|
2017-10-13 14:25:35 +01:00 |
|
Al Pagan
|
48ad632bf3
|
Add callbacks to vulcan:routing SSR hooks
This method allows for access to the SSR app component and associated css in the routing's hook functions without needing to hack core files.
This makes it possible, for example, to add MUI wrapper components and inject compiled css with the JSS library (see https://material-ui-1dab0.firebaseapp.com/guides/server-rendering).
Here's how I'd implement the callbacks in my own custom module: https://gist.github.com/wayfarerboy/96c0f1d13b3b7d3d2743501a1c7c0187
|
2017-10-13 14:20:20 +01:00 |
|
SachaG
|
5434356866
|
Merge branch 'devel'
# Conflicts:
# .github/CONTRIBUTING.md
# packages/vulcan-lib/lib/server/mutations.js
|
2017-10-06 08:54:18 +09:00 |
|
SachaG
|
ec5d64cd6e
|
Remove voting related fragments for now
|
2017-10-06 08:51:58 +09:00 |
|
SachaG
|
ba7ad9e006
|
Merge branch 'devel' of https://github.com/VulcanJS/Vulcan into devel
|
2017-10-06 08:51:06 +09:00 |
|
SachaG
|
c2b028fdbd
|
Use registerComponent in all examples
|
2017-10-06 08:49:36 +09:00 |
|
SachaG
|
63116e9099
|
Handle zero values in settings better
|
2017-10-06 07:02:29 +09:00 |
|
Sacha Greif
|
70d91a28e1
|
Merge pull request #1738 from lquixada/devel
Dropped isomorphic-fetch in favor of cross-fetch
|
2017-10-05 18:38:39 +09:00 |
|
Leonardo Quixadá
|
30aad4c2f5
|
Dropped isomorphic-fetch in favor of cross-fetch (React Native compatible).
|
2017-10-05 06:29:09 -03:00 |
|
SachaG
|
89665130bb
|
Added variant for My Reactions page
|
2017-10-05 10:35:34 +09:00 |
|
SachaG
|
7a921915c3
|
Small fixes
|
2017-10-05 10:17:14 +09:00 |
|
SachaG
|
85506b858f
|
Add "My Reactions" page to Reactions example
|
2017-10-05 10:16:28 +09:00 |
|
SachaG
|
ef935c0b4e
|
Isolate "reducers may not dispatch actions" bug for now
|
2017-10-05 09:15:24 +09:00 |
|
SachaG
|
24ccf1ff95
|
Various fixes
|
2017-10-05 09:14:42 +09:00 |
|
SachaG
|
faa573c95f
|
add showSearch option to Datatable
|
2017-10-05 09:12:53 +09:00 |
|
SachaG
|
972dd565bb
|
versionsFrom
|
2017-10-05 09:12:08 +09:00 |
|
SachaG
|
0348f93c7b
|
Improve how "hidden" form option works
|
2017-10-01 11:49:19 +09:00 |
|
SachaG
|
0fb9771376
|
Don't forget to await!
|
2017-09-30 11:47:41 +09:00 |
|
SachaG
|
ef2bed1902
|
post stats
|
2017-09-30 08:41:01 +09:00 |
|
SachaG
|
171969485b
|
Fix score calculation
|
2017-09-30 08:37:15 +09:00 |
|
SachaG
|
67a18135d9
|
Avoid getRoutePath errors
|
2017-09-29 21:26:47 +09:00 |
|
SachaG
|
1e51b461f2
|
Fix debug package dependencies
|
2017-09-29 16:59:24 +09:00 |
|
SachaG
|
f68a45824c
|
Mark debug package as debugOnly
|
2017-09-29 16:39:21 +09:00 |
|
SachaG
|
203935d0cf
|
Add cloudinaryUrl custom field
|
2017-09-29 16:28:46 +09:00 |
|
SachaG
|
b34a7a2fcb
|
Fix voting fragments
|
2017-09-29 15:53:20 +09:00 |
|
SachaG
|
43918273f4
|
Add makeCloudinary utility
|
2017-09-29 15:53:12 +09:00 |
|
SachaG
|
0ca8d2dc30
|
Version 1.8.0
|
2017-09-29 15:04:28 +09:00 |
|
SachaG
|
6a9f53e82b
|
Update to Meteor 1.5.2.1
|
2017-09-29 09:19:23 +09:00 |
|
SachaG
|
80eda13222
|
Small fixes
|
2017-09-29 07:40:59 +09:00 |
|
SachaG
|
d02b07c25d
|
Clean up forum/voting
|
2017-09-29 07:40:41 +09:00 |
|
SachaG
|
67bd176c95
|
Working on example-reactions
|
2017-09-29 07:36:22 +09:00 |
|
SachaG
|
c623e9a649
|
Adding reactions example
|
2017-09-28 21:28:29 +09:00 |
|