SachaG
72be56a590
renaming nova-xyz directories to vulcan-xyz
2017-03-24 10:19:24 +09:00
SachaG
d970c92f82
nova -> vulcan
2017-03-23 16:27:59 +09:00
xavcz
f6f057041b
Telescope.statuses -> Posts.statuses;
2017-02-16 10:14:25 +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
e533dd47e7
fix some lint issues, remove some dead code, remove double imports from the same package & import from core instead of lib except for packages depending explicitly on lib (users, emails, ..)
2017-02-02 16:18:33 +01:00
xavcz
eb2644ad8a
Form: display nicer, multiple & internationalizable (encode -> decode) errors, ensure that state updates are queued; in general prefer Error to Meteor.Error, clean some dead code
2017-02-02 15:15:51 +01:00
SachaG
7e640cc1bd
Make new comment mutation return post to auto-update post object in store with new commentCount and list of commenters
2017-01-23 11:01:14 +09:00
SachaG
db17e917f8
Remove “__” prefix to avoid conflicts with GraphQL introspection types and simplify code
2017-01-18 10:18:33 +09:00
Sacha Greif
4e1a82c130
Callbacks.add -> addCallback; and other callback functions
2016-12-13 11:40:24 +09:00
Sacha Greif
381cdc7cff
Telescope.headtags -> Headtags; Telescope.actions -> Actions; Telescope.reducers -> Reducers; Telescope.operateOnItem -> operateOnItem; TODO: fix withMessages
2016-12-12 16:43:23 +09:00
Sacha Greif
98fef8ef62
Telescope.settings.get -> getSetting
2016-12-12 15:00:56 +09:00
Sacha Greif
dd0df7dfc5
Telescope.utils -> Utils
2016-12-12 11:34:28 +09:00
Sacha Greif
5e1e124a8f
Telescope.callbacks -> Callbacks; Telescope.createCollection -> createCollection
2016-12-12 10:24:34 +09:00
xavcz
e61e009196
profile.isDummy -> isDummy; don't try to send email on dummy comments
2016-12-02 09:19:41 +01:00
Sacha Greif
a6836a5db8
move App and Layout components to core; insertableIf, editableIf, and viewableIf also accept group names; clean up
2016-11-27 19:12:54 +09:00
xavcz
08a686f496
use Collection.fragments in queries/mutations
2016-11-14 20:27:23 +01:00
Sacha Greif
8689a4de73
clean up callbacks by moving logic to mutations and schema (autoValue)
2016-11-14 17:17:44 +09:00