Commit graph

290 commits

Author SHA1 Message Date
Maxime Quandalle
f9f4747a6a Release v0.10-RC2 2015-12-09 19:22:31 -05:00
Maxime Quandalle
8d2c4795a8 Pull translations from Transifex in prepartion of v0.10-RC2 2015-12-09 19:21:56 -05:00
Maxime Quandalle
71b9a42f00 Allow the header bar customization
This commit also provide a way to escape the Shorcuts page on
Sandstorm.
2015-12-09 19:10:26 -05:00
Maxime Quandalle
3b2eb0ffa1 Fix board archive instructions
Fixes #277.
2015-12-09 19:08:17 -05:00
Maxime Quandalle
5bdf91bd05 Remove the move and archive all cards of a list feature
This operation should now be handled using the multi-selection
feature, ie “select all cards” and then move them or click the
“archive selection” button. This new process add an extra click which
I consider reasonable enough for a relatively rare operation -- plus I
want to encourage mutli-selection usage.

Closes #390.
2015-12-09 18:45:55 -05:00
Maxime Quandalle
f9a60616df Merge pull request #426 from floatinghotpot/patch-8
bugfix: only care active members, also optimize some code
2015-12-08 19:51:34 -05:00
floatinghotpot
672c21bfe0 bugfix: only care active members, also optimize some code 2015-12-08 16:03:31 +08:00
Maxime Quandalle
b719968df5 Release v0.10.0-rc1 2015-12-07 19:26:32 -05:00
Maxime Quandalle
00ee9a8015 Merge branch 'master' into devel 2015-12-07 19:26:19 -05:00
Maxime Quandalle
cdcada16a6 Update dependencies
3stack:presence             upgraded from 1.0.4 to 1.0.5
arillo:flow-router-helpers  upgraded from 0.4.5 to 0.4.7
cosmos:browserify           upgraded from 0.8.3 to 0.9.2
fortawesome:fontawesome     upgraded from 4.4.0 to 4.5.0
kadira:blaze-layout         upgraded from 2.2.0 to 2.3.0
kadira:flow-router          upgraded from 2.9.0 to 2.10.0
meteorhacks:fast-render     upgraded from 2.10.0 to 2.11.0
useraccounts:core           upgraded from 1.12.4 to 1.13.0
useraccounts:flow-routing   upgraded from 1.12.4 to 1.13.0
useraccounts:unstyled       upgraded from 1.12.4 to 1.13.0
2015-12-07 19:07:37 -05:00
Maxime Quandalle
b33532e5a3 Pull translations from Transifex 2015-12-07 19:04:12 -05:00
Maxime Quandalle
0623c8ea52 Merge pull request #411 from floatinghotpot/patch-4
add: set user preferred lang and allow select lang for user form
2015-12-07 19:02:31 -05:00
Maxime Quandalle
d4581afd9b Pull translations from Transifex in preparation for v0.10-RC1 2015-12-06 23:48:54 -05:00
floatinghotpot
ec130d4480 add: use user preferred lang for user form, and allow selecting 2015-12-07 12:36:51 +08:00
Maxime Quandalle
149089b32b Complete the release notes for #422
Also rename the changelog from `History.md` to `Changelog.md` as it
seems to be a way more popular convention in open-source projects.
2015-12-06 23:31:11 -05:00
Maxime Quandalle
c59b7a6f9c Merge pull request #422 from floatinghotpot/patch-7
add: invite new user to board via email
2015-12-06 23:25:08 -05:00
floatinghotpot
21fa6fdc32 add: optional board description 2015-12-07 11:22:30 +08:00
floatinghotpot
011f53ad08 add: invite user via email, invited user can accept or decline, allow member to quit 2015-12-07 11:15:57 +08:00
Maxime Quandalle
d4c5310d65 Merge pull request #421 from floatinghotpot/patch-6
i18n-ize meteor email templates
2015-12-03 19:34:15 -08:00
floatinghotpot
892d1a2d45 i18n-ize meteor email templates 2015-12-04 10:39:51 +08:00
Maxime Quandalle
8d5d7ee678 Merge pull request #418 from xavierpriour/devel
Import Trello: set creation date for older Trello elements
2015-12-02 14:47:32 -08:00
Xavier Priour
32698bcc98 Fix code style 2015-12-02 20:37:12 +01:00
Xavier Priour
f639bada5c Import trello: map card author and board admins 2015-12-02 12:37:51 +01:00
Xavier Priour
2057764801 Import trello: map comment author 2015-12-02 11:28:32 +01:00
Xavier Priour
569f8d50ba Merge remote-tracking branch 'upstream/devel' into devel 2015-12-02 09:54:21 +01:00
Xavier Priour
82c59fb85f Fix #417: exception when importing older boards (missing creationDate) 2015-12-02 09:52:30 +01:00
Maxime Quandalle
827663f255 Sync Sandstorm URL and page title with the inner Wekan grain
The page title synchronization required implementing reactivity in the
kadira:dochead package, see https://github.com/kadirahq/meteor-dochead/pull/25

Closes #403.
2015-11-27 16:36:38 -08:00
Maxime Quandalle
875cf0ad56 Merge pull request #410 from floatinghotpot/patch-3
bugfix: 'template.$()' does not accept dom element, but jQuery can
2015-11-27 15:42:15 -08:00
floatinghotpot
1a4ff82680 bugfix: template. does not accept dom elements, but jquery can 2015-11-27 11:55:29 +08:00
Maxime Quandalle
643eb8a7e1 Fix #409
Credits goes to @floatinghotpot, thanks!
2015-11-25 21:55:22 -08:00
Drew DeVault
41aa2f63b5 Add MAIL_FROM environment variable
Otherwise the mail comes from no-reply@meteor.com, which will fail a
lot of spam tests.

Closes #407
2015-11-25 10:12:43 -08:00
Maxime Quandalle
f565aed259 Merge GitHub PR #401
I also completed the release notes related to the import feature.

Closes #401
2015-11-25 09:46:30 -08:00
Maxime Quandalle
5763714d22 Enphasize keyboard shortcuts with a dedicated style
Also add release notes related to the #387 merge.

-- Fluctuat nec mergitur
2015-11-25 09:39:29 -08:00
Xavier Priour
db90771d9b Fix eslint 2015-11-17 08:56:58 +01:00
Xavier Priour
33193b6f7b code review fixes 2015-11-17 08:52:55 +01:00
Xavier Priour
ad27a59e57 Import attachments 2015-11-16 21:41:49 +01:00
Maxime Quandalle
da599a19ba Merge GitHub PR #387 2015-11-15 14:22:59 -08:00
Xavier Priour
475bc70621 Fix build 2015-11-14 01:54:59 +01:00
Xavier Priour
dd0a6e1a82 Import members: board import 2015-11-14 01:41:02 +01:00
Xavier Priour
f6f41270de Import members: working on card import 2015-11-13 15:52:14 +01:00
Xavier Priour
a7427b9ae4 merge with /devel 2015-11-13 12:43:34 +01:00
Xavier Priour
3dc70b3ea4 Import members: UI flow ok 2015-11-13 12:35:41 +01:00
floatinghotpot
eaf2afb44c add preview attached image, allow upload image from clipboard and drag & drp 2015-11-13 11:13:54 +08:00
Maxime Quandalle
cb3bd86396 Improve Sandstorm usernames management
We now use the `preferredHandle` exposed by Sandstorm as source for
the username and append a number if the username is already taken
since we need to ensure username uniqueness (eg 'max', 'max1', 'max2')

Fixes #352
2015-11-11 14:16:40 -08:00
Maxime Quandalle
fc82f7227a Complete the release notes for #342 2015-11-08 23:31:08 -08:00
Maxime Quandalle
642ade9dc1 Merge branch 'minicard-editor' into devel 2015-11-08 23:27:37 -08:00
Maxime Quandalle
5d77ad4f6b Finish the minicard editor auto-completion feature
This commit stands on the initial support implemented in #342. We now
avoid error-prone parsing step by adding the member or the label
directly to the card object.

We also added support for `Tab` to completion on our textComplete
component.

Closes #342
2015-11-08 23:17:24 -08:00
Maxime Quandalle
a6bd49da9f Update Meteor packages 2015-11-08 21:15:31 -08:00
Maxime Quandalle
e551d067b1 Share the useraccounts configuration with the server
The previous users accounts templates configuration only happened on
the client, which was wrong and caused some bugs, for instance an
invalid URL was generated in the reset password e-mail.

Fixes #297
2015-11-02 18:47:06 -08:00
Maxime Quandalle
f9cbc1da4c Fix an exception introduced in 41b23f8 2015-11-01 17:21:05 -08:00