Commit graph

3902 commits

Author SHA1 Message Date
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
Sacha Greif
b453d15a9f update Meteor to 1.4.1.2 2016-10-24 14:44:31 +09:00
Matthew Moore
7afbd41208 meteor update npm-mongo ; meteor update mongo 2016-10-22 22:01:40 -07:00
xavcz
ebaea92d93 .meteor/versions -> nova v0.27.3 2016-10-19 10:15:42 +02:00
xavcz
042cb4ff86 v0.27.3 2016-10-19 09:54:15 +02:00
Xavier Cazalot
84a090f01a Merge pull request #1475 from TelescopeJS/devel
v0.27.3
2016-10-19 09:50:20 +02:00
xavcz
6b86db504d Update History.md with latest changes + add links to issues/pr/contributors 👍 2016-10-19 09:49:50 +02:00
xavcz
4b0f681fcd re-add Dockerfile, fix #1477 2016-10-18 10:39:46 +02:00
Xavier Cazalot
3ed95e78a5 Merge pull request #1469 from chptung/patch-3
Updated _posts.scss
2016-10-17 12:31:48 +02:00
xavcz
21086fe18b UsersMenu: user: props -> currentUser: context 2016-10-17 12:26:56 +02:00
xavcz
93545f2971 Update History.md 2016-10-16 23:06:11 +02:00
Michael Scott Hertzberg
8db19a1c6c add eslint with basic plugins and configuration. fixes #1470 2016-10-15 14:00:30 -04:00
xavcz
01429c9f5b backward compatibility for the autoform field on schema definition 2016-10-14 11:55:47 +02:00
Xavier Cazalot
50e501418b Breaking changes: Merge pull request #1461 from xavcz/cleaning-oldies
Clean some old code & fix some errors
2016-10-14 11:26:35 +02:00
xavcz
67d4ff5fc8 updates from devel: Merge branch 'devel' of https://github.com/TelescopeJS/Telescope into cleaning-oldies 2016-10-14 11:25:59 +02:00
xavcz
e0d9775c87 fix conflict with shortcut update from devel 2016-10-14 11:23:12 +02:00
xavcz
b04cb52470 currentUser is now only given via context, update README about it, add a missing import 2016-10-14 08:47:18 +02:00
Xavier Cazalot
abe650c24b Merge pull request #1472 from aszx87410/devel
Add shortcut to submit form, close #1471
2016-10-13 17:19:38 +02:00
huli
325abdc850 Add shortcut to submit form, close #1471 2016-10-13 21:57:19 +08:00
chptung
779179754c Updated _posts.scss
Added `flex-wrap: wrap;` to posts-categories for better styling if a user creates a post with too many categories.
2016-10-11 09:08:19 -07:00
Xavier Cazalot
a9ece97650 Merge pull request #1466 from chptung/patch-2
Update subscriberIdsToNotify to send unique emails
2016-10-07 18:19:17 +02:00
chptung
7678d83dd5 Update subscriberIdsToNotify to send unique emails
Added .uniq() for subscribersIdsToNotify in the Categories section to prevent a user from receiving multiple emails if he/she is subscribed to multiple categories.
2016-10-07 08:14:58 -07: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
09eaf71f38 prevent bug on categories new/edit with custom fields (load order with extended schema problem) 2016-10-06 12:16:59 +02:00
xavcz
eb98fb0199 force react-bootstrap@0.30.3 - newer versions break the dropdown atm 2016-10-05 17:26:08 +02:00
xavcz
137348148f fix errors on logging out from UsersProfileCheck 2016-10-05 11:35:06 +02:00
xavcz
8bf496f7e5 fix errors on nova:forms
-> NovaForm: don't call callbacks of unmounted component (ex: ModalTrigger)
-> FormComponent - call updateCurrentValue only if the component is rendered
2016-10-05 11:19:20 +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