Xavier Cazalot
7308441ff2
Merge pull request #1521 from brunoamaral/patch-1
...
adds pt-PT localization to the list
2016-12-06 14:24:07 +01:00
Bruno Amaral
da66677c2e
adds pt-PT localization to the list
2016-12-04 00:33:48 +00:00
xavcz
41d19f52aa
v0.27.5
2016-11-30 12:07:45 +01:00
Xavier Cazalot
b100aed4bc
Merge pull request #1518 from TelescopeJS/devel
...
v0.27.5 - really the latest full Meteor version
2016-11-30 11:55:11 +01:00
xavcz
18bf68f6ac
Update History.md
2016-11-30 11:51:45 +01:00
xavcz
084188de3c
update meteor, add patched react-router-ssr (npm check)
2016-11-30 11:34:10 +01:00
Comus Leong
464e20a96c
eslint & clean up code, also fixed some bugs ( #1515 )
...
* [eslint] update eslint rules & add .eslintignore to ignore non-ready nova packages
* [clean-up] nova-voting
* [clean-up] [bug] nova-users: missing user parameter
* [clean-up] nova-users
* [clean-up] nova-subscribe
* [clean-up] nova-settings
* [clean-up] nova-rss
* [clean-up] [bug] nova-posts: correct UsersRemoveDeletePosts
* [clean-up] nova-posts
* [clean-up] nova-notifications
* [clean-up] [bug] nova-newsletter: no error.message on throw error
* [clean-up] nova-newsletter
* [clean-up] nova-lib
* [clean-up] nova-kadira
* [clean-up] nova-inject-data
* [clean-up] nova-getting-started
* [clean-up] nova-forms
* [clean-up] nova-events
* [clean-up] [bug] nova-embedly: no FlowRouter
* [clean-up] nova-embedly
* [clean-up] nova-email-templates
* [clean-up] nova-email
* [clean-up] nova-debug
* [clean-up] nova-core
* [clean-up] [bug] nova-comments: correct UsersRemoveDeleteComments
* [clean-up] nova-comments
* [clean-up] [bug] nova-cloudinary: use Telescope.settings.collection instand
* [clean-up] nova-cloudinary
* [clean-up] nova-categories
* [clean-up] nova-base-components
* [clean-up] nova-api
* [eslint] extends react recommended
* [clean-up] for jsx files
* [eslint] extends meteor recommended
* i forgot this one little change
2016-11-25 13:46:55 -05:00
Xavier Cazalot
99c8d6ef34
Merge pull request #1513 from bengott/newsletter-subcription-fixes
...
Newsletter subcription fixes
2016-11-24 11:33:57 -05:00
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
20aefa707f
missed a rename in i18 strings
2016-11-18 04:00:35 -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
Xavier Cazalot
ad3e90bdfe
Merge pull request #1511 from comus/patch-1
...
npm run lint support for jsx files
2016-11-17 07:50:31 +01:00
Xavier Cazalot
62735ae1f4
Merge pull request #1512 from comus/patch-2
...
fix wrong comment in deep function
2016-11-17 07:50:04 +01:00
Comus Leong
97a027217f
it s important, fix wrong comment in deep function
2016-11-17 14:16:53 +08:00
Comus Leong
747b93896f
npm run lint support for jsx files
2016-11-17 13:53:11 +08:00
xavcz
c8615d3439
v0.27.4
2016-11-15 10:44:01 +01:00
Xavier Cazalot
ef99d39aca
Merge pull request #1508 from TelescopeJS/devel
...
v0.27.4 - latest version before Apollo official release
2016-11-15 10:34:54 +01:00
xavcz
52c50933e7
repair deepValue utils (error introduced by "errors linting" fix)
2016-11-15 10:17:27 +01:00
xavcz
28cf7a20c7
Update to Meteor 1.4.2.1, add npm babel-runtime
, remove some Meteor packages constraints versions
2016-11-15 09:55:05 +01:00
xavcz
5152eb5a9f
Update History.md
2016-11-15 09:28:39 +01:00
xavcz
4ae1c01eec
complete eslint devDeps and fix lint errors
2016-11-15 09:02:30 +01:00
Xavier Cazalot
c842dfbf80
Merge pull request #1474 from moimikey/patch-1
...
add eslint with basic plugins and configuration. fixes #1470
2016-11-15 08:28:19 +01:00
Xavier Cazalot
4717100099
Merge pull request #1507 from sherryxiao1988/patch-1
...
Fix react setState race condition
2016-11-11 10:52:02 +01:00
Shundan Xiao
7a4c540d06
Fix react setState race condition
...
when multiple components need to call addToAutoFilledValues (I am using the avatar(xavcz:nova-forms-upload) plugn along with the subscription package), this state is concurrently called by multiple components when they are rendered. autofilledValues sometimes only holds the last value.
2016-11-11 17:39:39 +08:00
Sacha Greif
9d984a5a50
Merge pull request #1504 from qge/fixReplyButton
...
Only show comment reply button for logged in users
2016-11-07 09:54:42 +09:00
Sacha Greif
8bd54859a5
Merge pull request #1503 from qge/zh-trans
...
Add zh-CN i18n package
2016-11-07 09:54:10 +09:00
Curtis G
eb0536a662
Only show comment reply button for logged in users
2016-11-06 13:31:58 -05:00
Curtis G
d202cb5946
Add zh-CN i18n package
2016-11-06 11:30:32 -05:00
xavcz
f988686653
use a fork of meteorhacks:inject-data to fix data-injection with meteor 1.4.2
2016-11-06 14:52:12 +01:00
xavcz
7059b19772
'users.remove' method: check if the user wants to remove itself or another user ; ensure options are defined in related callbacks
2016-11-06 12:04:20 +01:00
xavcz
8aaef596f5
modify getUnusedSlug to handle edge case on Users collection, fix #1501 and related to #1213
2016-11-06 11:51:52 +01:00
Xavier Cazalot
f3b32b0f34
Merge pull request #1499 from qge/devel
...
Add i18n messages for no more posts, no results, and load more days
2016-11-04 07:57:06 +01:00
Curtis G
38aecb78a0
Add i18n messages for no more posts, no results, and load more days
2016-11-03 23:00:30 -04:00
Xavier Cazalot
2fb457aab1
Merge pull request #1491 from malively/feature/add-reset-password-feature
...
Add Reset Password Feature
2016-11-02 16:33:15 +01:00
Matt Lively
4f6b7d78fd
ml/cjl: adding support for users logged in.
2016-11-01 19:38:06 -07:00
Matt Lively
eef2b7e233
ml/cjl: adding reset password feature
2016-10-28 21:27:27 -07:00
xavcz
133dab5263
get rid of this disallowed insert error client-side
2016-10-28 17:55:36 +02:00
Sacha Greif
2339888549
Merge pull request #1487 from seanjsong/master
...
fix typo in style class name
2016-10-26 18:02:38 +09:00
Sean Song
f1fd21dd58
fix typo in style class name
2016-10-26 16:25:28 +08:00
Sacha Greif
1ae6beeb72
Merge branch 'devel' of https://github.com/TelescopeJS/Telescope into devel
...
# Conflicts:
# .meteor/versions
2016-10-26 15:31:36 +09:00
Sacha Greif
33cb0c1708
update to Meteor 1.4.2
2016-10-26 15:30:44 +09:00
Sacha Greif
bbfb857c23
make document
prop available to all form components (but don't pass it down to standard input controls to avoid error)
2016-10-26 15:20:32 +09:00
Xavier Cazalot
4938d96b24
Merge pull request #1482 from moorage/patch-1
...
meteor update npm-mongo ; meteor update mongo
2016-10-24 08:44:23 +02:00