Commit graph

76 commits

Author SHA1 Message Date
xavcz
7775838980 change old reference to AutoForm (legacy): field schema "autoform" -> "form" 2016-10-05 08:43:13 +02:00
xavcz
5463ff7b86 prefer Users namespace to Meteor.users in active packages 2016-10-05 08:37:48 +02:00
xavcz
9fb82628d2 clean up dead code, remove package-tap.i18n 2016-10-05 08:05:11 +02:00
xavcz
b3ae8ef6c6 v0.27.2 2016-10-01 18:11:37 +02:00
xavcz
4e3d32d2a6 v0.27.1 2016-09-22 07:58:59 +02:00
Sacha Greif
2b34713c0b v0.27.0 2016-08-29 09:02:11 +09:00
Sacha Greif
3ec90a04b5 remove Telescope global 2016-08-08 11:18:21 +09:00
xavcz
5e6c553284 NovaForm custom components with boolean value: fix a bug on account edit + newsletter setting using autofilledValues 2016-07-31 14:14:51 +02:00
Sacha Greif
cfc52b1158 v0.26.5 2016-07-24 19:15:55 +09:00
Sacha Greif
189e97f7c4 Merge branch 'devel' of https://github.com/TelescopeJS/Telescope into devel 2016-07-22 14:44:54 +09:00
Sacha Greif
fa7c4c6079 make sure user is instance of Users collection 2016-07-22 14:44:41 +09:00
Xavier Cazalot
7cd4bd9b5a Merge pull request #1403 from xavcz/document-to-control
NovaForm: custom control has access to document as a props
2016-07-21 09:12:59 +02:00
Sacha Greif
4a05939bb7 Users.is.admin -> Users.isAdmin 2016-07-21 14:51:58 +09:00
Sacha Greif
9cc7840b85 new permissions 2016-07-21 09:40:05 +09:00
xavizalote
a2e32140ee fix behavior of newsletter button: display message when subscribing on the banner & update the right account when editing someone's account 2016-07-21 00:38:49 +02:00
Sacha Greif
c748bdc5bd permissions clean up & refactoring 2016-07-20 10:25:05 +09:00
Sacha Greif
c33983eaae groups -> formGroups 2016-07-19 15:13:16 +09:00
Sacha Greif
ab68dccae4 pass optional properties to email wrapper 2016-07-12 17:35:15 +09:00
Sacha Greif
3869927ee1 fix newsletter frequency bug? 2016-07-07 12:49:57 +09:00
Sacha Greif
5a08bb634f clean up 2016-07-04 10:49:34 +09:00
Sacha Greif
d6c0be150d remove old i18n function call 2016-07-04 10:42:50 +09:00
Sacha Greif
4f61940b07 version 0.26.4 2016-07-04 10:42:36 +09:00
Sacha Greif
45b1a8cc7d use elementOnly for thumbnail URL; add support for beforeComponent and afterComponent to NovaForms; handle empty URLs in getDomain; add enableNewsletterInDev setting; add more logging to newsletter cron job; make newsletter time GMT; campaign -> newsletter; add missing imports; add spanish translation to README 2016-06-28 17:33:30 +09:00
Sacha Greif
dbc886a7a4 refactor newsletter package (Campaign -> Newsletter); refactor other packages 2016-06-23 17:24:58 +09:00
Sacha Greif
51623d7e31 Telescope.email -> NovaEmail 2016-06-23 16:42:06 +09:00
Sacha Greif
02fb7fa34d removing Categories global 2016-06-23 15:11:56 +09:00
Sacha Greif
41f349d18c removing Users global 2016-06-23 15:00:58 +09:00
Sacha Greif
0e28be3c92 removing Comments global 2016-06-23 12:17:39 +09:00
Sacha Greif
d9e69110a6 removing Posts global 2016-06-23 11:40:35 +09:00
Sacha Greif
d0275aa77f update readme 2016-06-22 18:29:35 +09:00
Sacha Greif
dea2e5a48e remove console.log 2016-06-15 19:56:40 +09:00
Sacha Greif
2dd3f3c7fa move newsletter callback to server only; split users.setSetting method in method+mutator; always call mutator directly when on server 2016-06-15 19:55:59 +09:00
xavizalote
12bee733cf fix mailchimp method name in callback 2016-06-14 23:20:39 +02:00
Sacha Greif
7b8624f709 v0.26.3 2016-06-12 12:15:11 +09:00
Sacha Greif
5ee570299a replacing packages with their npm equivalents 2016-06-07 15:03:00 +09:00
Sacha Greif
7a3a467fbc small bug fixes 2016-06-06 16:11:51 +09:00
Sacha Greif
204fa1d8b7 added support for field groups; small tweaks to user edit form 2016-06-03 11:03:36 +09:00
Sacha Greif
ce15170f1e preserve media queries when inlining emails; add post categories to newsletter; newsletter confirmation bug fix 2016-05-31 10:34:47 +09:00
xavizalote
6aa3c9b10e remove excess of validation (doesn't make any sense..) 2016-05-26 10:48:38 +02:00
xavizalote
262c7ffc2b clearer & cleaner 2016-05-26 10:46:30 +02:00
xavizalote
8ad7efae59 delete user from list to make it possible for him to resubscribe, default props for the button, style newsletter settings in the UsersEdit 2016-05-25 09:30:29 +02:00
xavizalote
63c5a11b43 NewsletterButton linked to method called with certain props 2016-05-25 08:52:04 +02:00
xavizalote
798e9260f4 mailchimp: remove from list method 2016-05-23 09:07:13 +02:00
xavizalote
a6991a3a28 don't use newsletter_showBanner anymore 2016-05-23 08:15:05 +02:00
xavizalote
b1daeba085 complete dcf0561 2016-05-22 14:29:53 +02:00
xavizalote
45248aebfa fix #1327 2016-05-22 14:29:04 +02:00
Sacha Greif
acad01f492 0.26.2 2016-05-22 15:53:58 +09:00
Sacha Greif
3a5b4e1634 refactoring emails and newsletter to get rid of some meteor packages 2016-05-20 09:59:01 +09:00
Sacha Greif
9245fc339f do not show "subscribed to newsletter" in account form 2016-05-09 13:32:24 +09:00
Sacha Greif
b38e03e26b clean up 2016-05-07 18:10:33 +09:00