Commit graph

4408 commits

Author SHA1 Message Date
SachaG
f7193a0d31 Convert date fields to actual dates 2017-02-21 19:08:14 +01:00
SachaG
ba32f4245b Few more framework-demo tweaks; throw error when missing components 2017-02-19 16:10:21 +01:00
SachaG
a658e781f1 Merge branch 'devel' of https://github.com/TelescopeJS/Telescope into devel 2017-02-19 11:05:34 +01:00
SachaG
2ff402466b refactor framework-demo package 2017-02-19 11:05:26 +01:00
xavcz
439478dddc resolvers: put a default "max limit" for users & comments as similar as posts 2017-02-17 19:02:33 +01:00
SachaG
8b821725c8 Add layout and error components to core so we always have something to display even without themes; small clean-ups 2017-02-17 20:45:11 +09:00
SachaG
f82e458302 Merge branch 'devel' of https://github.com/TelescopeJS/Telescope into devel
# Conflicts:
#	packages/nova-base-components/package.js
#	packages/nova-posts/package.js
2017-02-16 23:11:47 +09:00
SachaG
3120d85df9 Fix postedAt callback 2017-02-16 23:11:09 +09:00
xavcz
1e416fd9d2 fix possible errors in decoding errors (meta? 🤔); mailchimp api v2 returns an error.message "214" when a user is already subscribed, not an error.code 214 📥 2017-02-16 13:40:52 +01:00
xavcz
d195d366c8 Nova v1.1.0 🔭
* bump packages version
* update to Meteor 1.4.3! 🚀
2017-02-16 11:50:22 +01:00
xavcz
f6f057041b Telescope.statuses -> Posts.statuses; 2017-02-16 10:14:25 +01:00
xavcz
390ea7444d fix metatags on PostsPage 2017-02-16 10:09:28 +01:00
xavcz
b67989fbc2 work on notifications
* Telescope.notifications.create -> import { createNotifications } from 'meteor/nova:notifications' ;
* leverage Meteor's weak dependencies on packages & move code related to emails / notifications from nova:posts et al. to nova:notifications
2017-02-16 10:04:00 +01:00
xavcz
0f4343573c chore: remove legacy properties 'publish' & 'join' 2017-02-16 08:39:42 +01:00
Xavier Cazalot
b16660184a Merge pull request #1569 from comus/devel
better core/lib improvement and update
2017-02-16 08:23:30 +01:00
Comus Leong
fa0871130f oops 2017-02-16 14:21:20 +08:00
Comus Leong
bd85f09005 addMiddleware unshift option 2017-02-16 10:34:46 +08:00
Comus Leong
c0bbc8ded9 fix configureStore comment 2017-02-16 10:12:58 +08:00
Comus Leong
1e05b67b66 update configureStore 2017-02-16 10:11:22 +08:00
Comus Leong
40d3693977 enable CORS warning in inject-data again 2017-02-15 21:07:56 +08:00
Comus Leong
1ef47e860a remove duplicate inject-data 2017-02-15 21:06:04 +08:00
Comus Leong
5356c3b8d5 oops 2017-02-12 22:30:52 +08:00
Comus Leong
b8b0480cb0 better core/lib improvement and update 2017-02-12 22:00:13 +08:00
xavcz
e07c844710 provide better error messages for Embedly & Mailchimp 2017-02-11 12:27:32 +01:00
SachaG
395200d299 Remove react-list-container dependency; add index on Posts.categories; bypass C2 in events code; other small tweaks 2017-02-11 13:12:17 +09:00
xavcz
109ebcc64b adapt nova:debug to Apollo version + link to docs 2017-02-10 10:41:08 +01:00
xavcz
c33ebd534a get collection name from typename on nova:subscribe, add missing import on previous commit 2017-02-10 09:55:06 +01:00
xavcz
6833b35f38 patch issue from Meteor.absoluteUrl() returning always localhost in development mode (see #1554) 2017-02-10 09:54:11 +01:00
xavcz
bf51a05d65 allow form.hidden to be a boolean or a function (which should return a boolean) 2017-02-08 10:48:17 +01:00
Xavier Cazalot
d4ae9c3bee Merge pull request #1565 from comus/render-timeline
renderContext fix
2017-02-08 08:54:17 +01:00
Comus Leong
3968e49d7c withRenderContext 2017-02-08 09:15:09 +08:00
Comus Leong
665547efce renderContext fix 2017-02-08 04:36:57 +08:00
xavcz
efe56c2b97 remove unneeded actions on nova:subscribe 2017-02-07 16:35:34 +01:00
xavcz
611fec4523 use renderContext in the end, but there's still need to find a workaround when an external package mess with the fibers 2017-02-07 16:10:55 +01:00
xavcz
42285a859c re-enable nova:subscribe 2017-02-07 12:51:11 +01:00
xavcz
7f73f5a722 patch: the context doesn't hold anymore values (context.get() undefined) 😱 2017-02-07 12:50:08 +01:00
Xavier Cazalot
867d14e3d0 Merge pull request #1561 from comus/new-routing
Routing independent from deprecated packages & folder restructuration of nova:lib&core & update std:accounts-ui to 1.2.18
2017-02-07 08:15:51 +01:00
Comus Leong
7594462e7e Improve error logging on server 2017-02-07 10:49:38 +08:00
Comus Leong
01b4a800a4 update std:accounts-ui to 1.2.18 and remove meteor_subscribe.js 2017-02-07 09:43:51 +08:00
Comus Leong
26a2419ae4 merge apollo.js together 2017-02-07 09:27:02 +08:00
Comus Leong
8a8596a75b move renderContext from core to lib, so that every components/containers includes core’s (such as withList, App) can use renderContext.get() to get store, apolloClient, loginToken, history, reducers, middlewares 2017-02-06 23:56:15 +08:00
Comus Leong
b789211627 rename some files in nova-lib, dash to underline 2017-02-06 22:28:39 +08:00
Comus Leong
33b3b5bf24 change nova-core folder structure 2017-02-06 22:24:05 +08:00
Comus Leong
2ab3fd3c66 change nova-lib folder structure 2017-02-06 21:47:27 +08:00
Comus Leong
dfd01fdc1a get rid of meteor.subscribe error during SSR, because std:accounts-ui LoginForm needs meteor.subscribe 2017-02-06 21:14:07 +08:00
Comus Leong
e8714af111 remove apollo packages 2017-02-06 14:38:31 +08:00
Comus Leong
9992f0063e new routing 2017-02-06 14:36:42 +08:00
SachaG
3e47320a21 Merge branch 'devel' of https://github.com/TelescopeJS/Telescope into devel 2017-02-06 14:22:56 +09:00
SachaG
435cc3555d decorate categories with active and expanded properties; adapt Categories.getParents to work with store; add category parent resolver; improve mongo-redux; remove duplicate unflatten; add level property to items in unflatten 2017-02-06 10:50:48 +09:00
SachaG
8bc6aacf85 Small tweaks: i18n’ize error message, pass terms to posts list 2017-02-06 10:43:55 +09:00