Commit graph

300 commits

Author SHA1 Message Date
SachaG
bd192a5488 update to Meteor 1.5 2017-06-01 10:00:16 +09:00
SachaG
262dca5d3b Add addToSubmitForm() function to form context that lets components add callbacks on form submission; make runCallbacks and runCallbacksAsync take arrays of functions as first arguments. 2017-05-30 09:49:38 +09:00
SachaG
a6fd1dd345 refactor getSetting; add redirect prop to PostsNewForm 2017-05-26 14:48:04 +09:00
SachaG
79b50d1454 Fixes and clean-up 2017-05-23 09:48:48 +09:00
SachaG
e07a0b1477 Improve onEdit behavior: if any onEdit returns null, unset the field 2017-05-23 09:48:31 +09:00
SachaG
ea4fb84d06 Improve callback handling: sync callbacks will show a warning if a value is not returned but still go on 2017-05-23 09:46:34 +09:00
SachaG
5a7d012145 Version 1.4.0 2017-05-20 10:02:37 +09:00
SachaG
2981ca3e93 Add new removeFromFragment function; fix collection.removeField 2017-05-14 11:08:07 +09:00
SachaG
5f7863c85e do not throw errors in sync callbacks; fix click tracking callback 2017-05-14 10:42:19 +09:00
SachaG
5054dcc900 use normal validate() to throw an error 2017-05-07 22:15:52 +09:00
SachaG
3b651a6d2b Change Utils.unflatten to accept an object as second argument; make name of children property customizable 2017-05-06 16:12:44 +09:00
SachaG
6cff2b19fd integrate Embedly thumbnail inside EmbedlyURL component (not using ThumbnailURL anymore) 2017-05-06 16:08:01 +09:00
SachaG
f6499f8bf0 Add icons 2017-05-04 11:12:06 +09:00
SachaG
853ddf6ba4 clean up Layout; wrap Layout with withCurrentUser; change “required” schema property to “mustComplete”; add new avatarUrl field for twitter avatars; fix UsersProfileCheck 2017-05-01 10:49:27 +09:00
SachaG
ac2aa28e6c fix twitter login; throw different error when document is not found 2017-04-30 20:36:14 +09:00
SachaG
1749d4dcd7 Small fixes 2017-04-30 20:32:06 +09:00
SachaG
97e138ac84 Update to Meteor 1.4.4.1 2017-04-28 09:49:36 +09:00
SachaG
ef9bcaa976 Clean up 2017-04-28 09:25:29 +09:00
SachaG
c9c2030752 Replace autoValue with onInsert, onEdit, onRemove 2017-04-28 09:24:28 +09:00
SachaG
1f9e5c17b9 Test for existence of loader before trying to clear cache 2017-04-25 12:57:08 +09:00
SachaG
f4dc181d60 don’t capitalize collection name 2017-04-25 12:56:48 +09:00
SachaG
11abfb8ad3 Fix issue in categories parameters callback; fix issue with generated fragment in edit form; convert collection name to lowercase to get hook name; do not wrap mailchimp sync all in try..catch; add console.log after subscribe/unsubscribe; tweak posts list resolver so that it works even with multiple statuses; show url in ssr errors; add limit to RSS feed 2017-04-19 12:19:17 +09:00
SachaG
7e56a7180d export addAsChildRoute 2017-04-16 21:39:16 +09:00
SachaG
1e9ddbb92b Merge branch 'dataloader' into devel 2017-04-15 21:40:20 +09:00
SachaG
0dd0078a1f clean up 2017-04-15 21:39:36 +09:00
SachaG
1c080a4059 use Dataloader for posts list, post user, and post upvoters resolvers 2017-04-15 12:03:25 +09:00
SachaG
dd76442ab3 keepViewableFields -> restrictViewableFields (clearer name); always capitalize collection names; export new Collections array 2017-04-15 12:02:16 +09:00
SachaG
193b0a2895 Use function foo() {} syntax for all callback functions so they have names 2017-04-14 11:37:30 +09:00
SachaG
99c88dcbb1 Version 1.3.2 2017-04-10 11:23:39 +09:00
SachaG
4da8c04bec Add package versions in order to publish lib and accounts packages 2017-04-09 15:56:33 +09:00
SachaG
2c741e526d version 1.3.1 2017-04-09 15:47:08 +09:00
Rommel Manalo
e1622bfe19 Should call the property of parentRouteName properly by using "[]" and not by "." notation 2017-04-07 20:50:41 +08:00
SachaG
118693b9db formatting 2017-04-07 18:41:33 +09:00
SachaG
f0e9617771 Merge branch 'devel' of https://github.com/iamrommel/Telescope into iamrommel-devel 2017-04-07 18:33:07 +09:00
SachaG
4f0c190dd8 Add permission checks to Posts resolvers 2017-04-07 16:06:33 +09:00
Rommel Manalo
d62a1896eb Added the extra arguments on addRoute(routeOrRouteArray, parentRouteName); if there there is value for parentRouteName it will look for the route name and add the new route as a child of it 2017-04-07 13:40:14 +08:00
SachaG
0369d19c10 Telescope -> Vulcan; add Vulcan.getGraphQLSchema on the server 2017-04-06 11:10:23 +09:00
SachaG
77187dad17 Fix Apollo-client issue (see https://github.com/apollographql/apollo-client/issues/1524) 2017-04-04 16:28:10 +09:00
SachaG
b42a5af6ed small tweaks 2017-04-04 10:22:07 +09:00
SachaG
7ad8fc6ffc Merge branch 'devel' of https://github.com/TelescopeJS/Telescope into devel
# Conflicts:
#	prestart_nova.sh
2017-04-03 22:35:50 +09:00
SachaG
e5837a6c0e Get rid of collection2; do validations at mutation level 2017-04-03 16:24:19 +09:00
SachaG
464e8641d3 Get rid of jparker:gravatar 2017-04-03 15:58:59 +09:00
SachaG
23b71dbda8 Add missing categories dependency; fix cloudinaryUrls blackbox bug; clean up forms dependencies; add optional collection2 replacement; fix restart script 2017-03-31 11:40:29 +09:00
Xavier Cazalot
ad138a0183 Merge pull request #1596 from dominictracey/devel
Enable facebook sharing of posts by supporting facebook scraper reqs
2017-03-29 22:24:02 +01:00
SachaG
641ec97a93 Add a way to remove a GraphQL resolver 2017-03-29 16:43:52 +09:00
SachaG
3fbe549b5d add vulcan:core package in packages to work around dependency problem with tracker-component 2017-03-29 16:34:16 +09:00
SachaG
5bad048505 Add dbCollectionName option to createCollection 2017-03-29 15:49:07 +09:00
Dominic Tracey
3f20efb5ec Merge branch 'devel' of https://github.com/TelescopeJS/Telescope into devel 2017-03-27 12:09:36 -04:00
SachaG
a5d8202f27 add onClick handler to icons; fix forms placeholder; add dummy property hook in users package directly 2017-03-27 10:53:44 +09:00
SachaG
72be56a590 renaming nova-xyz directories to vulcan-xyz 2017-03-24 10:19:24 +09:00