Maxime Quandalle
d4c5310d65
Merge pull request #421 from floatinghotpot/patch-6
...
i18n-ize meteor email templates
10 years ago
floatinghotpot
892d1a2d45
i18n-ize meteor email templates
10 years ago
Maxime Quandalle
8d5d7ee678
Merge pull request #418 from xavierpriour/devel
...
Import Trello: set creation date for older Trello elements
10 years ago
Xavier Priour
32698bcc98
Fix code style
10 years ago
Xavier Priour
f639bada5c
Import trello: map card author and board admins
10 years ago
Xavier Priour
2057764801
Import trello: map comment author
10 years ago
Xavier Priour
569f8d50ba
Merge remote-tracking branch 'upstream/devel' into devel
10 years ago
Xavier Priour
82c59fb85f
Fix #417 : exception when importing older boards (missing creationDate)
10 years ago
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 .
10 years ago
Maxime Quandalle
875cf0ad56
Merge pull request #410 from floatinghotpot/patch-3
...
bugfix: 'template.$()' does not accept dom element, but jQuery can
10 years ago
floatinghotpot
1a4ff82680
bugfix: template. does not accept dom elements, but jquery can
10 years ago
Maxime Quandalle
643eb8a7e1
Fix #409
...
Credits goes to @floatinghotpot , thanks!
10 years ago
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
10 years ago
Maxime Quandalle
f565aed259
Merge GitHub PR #401
...
I also completed the release notes related to the import feature.
Closes #401
10 years ago
Maxime Quandalle
5763714d22
Enphasize keyboard shortcuts with a dedicated style
...
Also add release notes related to the #387 merge.
-- Fluctuat nec mergitur
10 years ago
Xavier Priour
db90771d9b
Fix eslint
10 years ago
Xavier Priour
33193b6f7b
code review fixes
10 years ago
Xavier Priour
ad27a59e57
Import attachments
10 years ago
Maxime Quandalle
da599a19ba
Merge GitHub PR #387
10 years ago
Xavier Priour
475bc70621
Fix build
10 years ago
Xavier Priour
dd0a6e1a82
Import members: board import
10 years ago
Xavier Priour
f6f41270de
Import members: working on card import
10 years ago
Xavier Priour
a7427b9ae4
merge with /devel
10 years ago
Xavier Priour
3dc70b3ea4
Import members: UI flow ok
10 years ago
floatinghotpot
eaf2afb44c
add preview attached image, allow upload image from clipboard and drag & drp
10 years ago
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
10 years ago
Maxime Quandalle
fc82f7227a
Complete the release notes for #342
10 years ago
Maxime Quandalle
642ade9dc1
Merge branch 'minicard-editor' into devel
10 years ago
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
10 years ago
Maxime Quandalle
a6bd49da9f
Update Meteor packages
10 years ago
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
10 years ago
Maxime Quandalle
f9cbc1da4c
Fix an exception introduced in 41b23f8
10 years ago
Maxime Quandalle
2b134ff7a9
Merge branch 'devel' into minicard-editor
...
Conflicts:
client/components/lists/listBody.js
10 years ago
Maxime Quandalle
41b23f88ae
Implement fast-render
...
This required updating 3stack:presence because of the following bug:
https://github.com/3stack-software/meteor-presence/pull/3
10 years ago
Maxime Quandalle
dd3cdf3945
Fix some bugs introduced in aa974aa
...
Yes Wekan need some tests. Yes I need to stop refactoring my code
when I’m halp-sleeping in my bed at 4am.
10 years ago
Maxime Quandalle
e92f67f191
Update eslint-plugin-meteor to 1.7.0
...
This fixes https://github.com/dferber90/eslint-plugin-meteor/issues/49
10 years ago
Maxime Quandalle
68521fc1c3
Update packages and update Meteor to 1.2.1
...
Blaze-components had yet another methods rename.
10 years ago
Maxime Quandalle
dd10154392
Clean the linting script
...
This also has the side effect of correcting the `npm test` Unix exit
status number -- which was previously always 0.
We also edit the website URL.
10 years ago
Maxime Quandalle
aae5030b53
Merge pull request #370 from dferber90/linter
...
Add ESLint-plugin-Meteor
10 years ago
Dominik Ferber
c9130324f6
Enable more ESLint-plugin-Meteor rules
10 years ago
Dominik Ferber
6e87d50941
Adapt CI
10 years ago
Dominik Ferber
3956a6ec20
Add eslint-plugin-meteor
...
Add rules for eslint-plugin-meteor.
Use local version of eslint and eslint-plugin-meteor, instead of
relying on global versions. Ensures consistent versions of eslint and
eslint-plugin-meteor for all developers.
10 years ago
Dominik Ferber
3ad672a20b
Add missing semicolon
10 years ago
Maxime Quandalle
31b60d82fc
Upgrade Meteor to 1.2.1-rc4
...
This version includes a more complete selection of ES2015 polyfills
that I started used across the code base, for instance by replacing
`$.trim(str)` by `str.trim()`.
10 years ago
Xavier Priour
658ef5ebe1
Merge branch 'devel' into feature/import-board-members
10 years ago
Xavier Priour
027aacb50e
Import members: added UI
10 years ago
Maxime Quandalle
b3696e1e3b
Fix a typo in the card activity
...
Fixes #366
10 years ago
Maxime Quandalle
b9d20e04f2
Display the board name in the page title
...
Fixes #364
10 years ago
Maxime Quandalle
aa974aa54a
Prefer ES5 methods over underscore utilities
...
Since 07cc454
(ie the switch to Meteor 1.2) we includes the `es5-shim`
polyfill to support methods like `Array.prototype.forEach` in a
consistent way across all supported browsers (IE8+).
MDG recently released a blog post recommending the use of these native
methods instead of underscore [0]. We know follow this recommendation.
This commit also favor some ES6 features (argument defaults,
destructing assignment) in places where we didn’t use them.
[0]: http://info.meteor.com/blog/es2015-get-started
10 years ago
Maxime Quandalle
c6b12dc5ad
Upgrade peerlibrary:blaze-components to v0.14
...
This change includes method renames and others UI related packages
updates.
10 years ago