Commit graph

5215 commits

Author SHA1 Message Date
PolGuixe
6ca6b2485d
Missing translation 2018-02-07 13:23:23 +01:00
SachaG
bcf41190af v1.8.9 2018-02-03 11:48:41 +09:00
Sacha Greif
d51186138f
Merge pull request #1877 from VulcanJS/fix-routes-log
Remove console log from routes dashboard
2018-02-03 11:47:16 +09:00
Luca Hagel
d6a4962910 Remove console log from routes dashboard 2018-02-03 03:37:52 +01:00
SachaG
f00a36cf9a v1.8.8 2018-02-03 11:11:52 +09:00
Sacha Greif
0900d6d077
Merge pull request #1876 from valgalin/devel
Fix the Edit and Reply cancel methods on Comments component in example-forum package
2018-02-03 11:08:45 +09:00
SachaG
a98d935645 Add Components dashboard 2018-02-03 10:55:07 +09:00
Val Galin
5b5070bf94 Fix the Edit and Reply cancel methods on Comments component in example-forum package 2018-02-03 09:44:02 +08:00
SachaG
44bff952b1 Make datatable accept static JSON as data property; add Routes admin dashboard 2018-02-02 18:43:35 +09:00
SachaG
88eec0fe1b load intercom server code; export intercom node client object 2018-02-02 17:44:53 +09:00
Sacha Greif
15b474f68d
Merge pull request #1869 from justinr1234/upsert-changes
#1865 Fix upsert
2018-02-02 10:25:09 +09:00
Sacha Greif
69f31b1e84
Merge pull request #1874 from justinr1234/fix-example-forum-events-callback
Fix example-forum events callback
2018-02-02 10:11:32 +09:00
Sacha Greif
af6c68f625
Merge pull request #1872 from justinr1234/fix-embed-posts-callback
Fix embed for posts callback
2018-02-02 09:58:31 +09:00
Sacha Greif
e78de16432
Merge pull request #1873 from justinr1234/export-cloudinary
Export Cloudinary singleton
2018-02-02 09:53:35 +09:00
Justin Reynolds
ba40aac607 Fix example-forum events callback 2018-02-01 15:31:05 -06:00
Justin Reynolds
a5113cbd3c Export Cloudinary singleton 2018-02-01 15:03:55 -06:00
Justin Reynolds
c98baba9fe Fix embed for posts callback 2018-02-01 14:47:44 -06:00
Justin Reynolds
0b9289d549 #1865 Fix upsert 2018-01-31 18:29:49 -06:00
SachaG
40903a6320 Merge branch 'devel' of https://github.com/VulcanJS/Vulcan into devel 2018-01-30 12:00:05 +09:00
SachaG
71e60cac35 Calculate baseScore before db operation instead of using $inc 2018-01-30 11:59:33 +09:00
SachaG
5e41fe9333 Add updateDocument option to optionally disable voting side effects on current document (not used yet) 2018-01-30 11:59:06 +09:00
SachaG
c0c1ab4414 Only default score/baseScore to 0 if empty (although in practice, they should always be empty) 2018-01-30 11:56:35 +09:00
SachaG
c60a96a222 Rename addTimeParameter callback to PostsAddBeforeAfterParameters for clarity 2018-01-30 11:55:31 +09:00
SachaG
0b24d4897f get rid of unnecessary decodeURIComponent 2018-01-30 11:55:03 +09:00
Sacha Greif
9b1d7792e8
Merge pull request #1864 from justinr1234/fix-ga-sample-settings
Fix sample_settings.json for Google Analytics
2018-01-30 10:55:11 +09:00
Justin Reynolds
d8dd6c5519 Fix sample_settings.json for Google Analytics 2018-01-29 15:09:39 -06:00
Sacha Greif
510581154e
Merge pull request #1861 from MHerszak/meteor_1_6_1_packages
packages update to meteor 1.6.1
2018-01-29 16:05:51 +09:00
Michel Herszak
5a17346648 packages update to meteor 1.6.1 2018-01-28 23:03:10 -07:00
Sacha Greif
ef867f30e9
Merge pull request #1858 from justinr1234/upsert-mutation
Add upsert mutation
2018-01-29 13:33:24 +09:00
Justin Reynolds
9212a1970e Add upsert mutation 2018-01-28 22:26:05 -06:00
Sacha Greif
3b7be95795
Merge pull request #1857 from luhagel/fix-linter-errors
Fix linter errors
2018-01-29 12:04:03 +09:00
Luca Hagel
582dc8df43 Fix syntax errors in spanish i18n package 2018-01-29 03:58:18 +01:00
Luca Hagel
feb3914834 Remove/ignore undef/unused vars 2018-01-29 03:55:57 +01:00
Luca Hagel
1ea5eb8e28 Eslint-ignore console statement 2018-01-29 03:50:59 +01:00
Luca Hagel
da3335f01b Remove currentUser declaration from constructor 2018-01-29 03:50:20 +01:00
Luca Hagel
8bacf77a8f Insert eslint ignore statement in seed files 2018-01-29 03:48:59 +01:00
Luca Hagel
1851435afe Remove unused click event 2018-01-29 03:44:03 +01:00
SachaG
5da7791afe v1.8.7 2018-01-29 11:32:17 +09:00
Sacha Greif
f59e218fca
Merge pull request #1848 from VulcanJS/feature-circle-ci
CircleCI Config
2018-01-29 11:13:27 +09:00
Luca Hagel
1d16ff6287 Add comments to circleci config 2018-01-29 03:08:30 +01:00
SachaG
da300fe8a7 Add missing "}"; fix formatting 2018-01-29 10:09:31 +09:00
SachaG
4296b67fec Merge branch 'devel' of https://github.com/VulcanJS/Vulcan into devel 2018-01-29 10:06:44 +09:00
SachaG
076ed09851 Pass down props (fix #1856) 2018-01-29 10:06:34 +09:00
Sacha Greif
cf05aedddc
Merge pull request #1853 from justinr1234/check-on-count
Respect checkAccess for total resolver
2018-01-29 10:02:16 +09:00
Sacha Greif
cad383a0af
Merge pull request #1855 from MHerszak/fix-optionsAsStrings
optionsAsStrings was not defined
2018-01-29 09:57:14 +09:00
Michel Herszak
d80f9b4a72 optionsAsStrings was not defined 2018-01-28 14:20:24 -07:00
Justin Reynolds
4ef51afaac Respect checkAccess for total resolver 2018-01-28 09:59:51 -06:00
Sacha Greif
8e507552df
Merge pull request #1851 from MHerszak/withEdit-withRemove
Added getCollection to withEdit & withRemove
2018-01-28 11:34:59 +09:00
Sacha Greif
3e2378eca4
Merge pull request #1849 from justinr1234/wait-for-users
Fix seeding not being sequential & fix broken example packages
2018-01-28 11:27:34 +09:00
Sacha Greif
db6588eb00
Merge branch 'devel' into wait-for-users 2018-01-28 11:27:20 +09:00