Ben Gott
|
e714aab27b
|
replace hardcoded flash message with i18n
|
2016-11-24 08:27:12 -06:00 |
|
Ben Gott
|
6e9ef47aa5
|
remove 'Newsletter' label on NewsletterSubscribe component
to be consistent with neighboring components
|
2016-11-24 05:56:02 -06:00 |
|
Ben Gott
|
fc5f31b224
|
move field schemas from user schema to newsletter custom fields
per @xavcz’s suggestion, because the nova:users package doesn’t need to
know about these newsletter-specific fields
|
2016-11-24 05:54:02 -06:00 |
|
Ben Gott
|
48cd5c83d7
|
add this.props.user back to NewsletterButton
…and use this.props.user instead of this.context.currentUser (allows an
admin to edit another user)
|
2016-11-18 11:35:48 -06:00 |
|
Ben Gott
|
846e5c43ad
|
rename newsletter settings
correctly this time! ;)
|
2016-11-17 14:43:35 -06:00 |
|
Ben Gott
|
8192b06451
|
Merge branch 'devel' of https://github.com/TelescopeJS/Telescope into newsletter-subcription-fixes
|
2016-11-17 11:39:59 -06:00 |
|
Ben Gott
|
cb55efbd81
|
whitespace edits
|
2016-11-17 11:38:35 -06:00 |
|
Ben Gott
|
f3d15944b6
|
minor grammar fix in mailchimp logging
|
2016-11-17 11:38:10 -06:00 |
|
Ben Gott
|
dc594af50f
|
fix newsletter banner dismissal persistence
|
2016-11-17 11:37:26 -06:00 |
|
xavcz
|
c8615d3439
|
v0.27.4
|
2016-11-15 10:44:01 +01:00 |
|
xavcz
|
042cb4ff86
|
v0.27.3
|
2016-10-19 09:54:15 +02:00 |
|
xavcz
|
6a4c9c1f57
|
consistency on users callbacks (users.new, users.profileCompleted), remove dead code (~copy of users.edit method) not used anymore: what it did is now handled thanks to callbacks
|
2016-10-07 10:50:21 +02:00 |
|
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 |
|