summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Import members: UI flow okXavier Priour2015-11-138-87/+257
|
* Merge branch 'devel' into feature/import-board-membersXavier Priour2015-10-2319-32/+61
|\
| * Fix a typo in the card activityMaxime Quandalle2015-10-221-1/+1
| | | | | | | | Fixes #366
| * Display the board name in the page titleMaxime Quandalle2015-10-224-0/+27
| | | | | | | | Fixes #364
| * Prefer ES5 methods over underscore utilitiesMaxime Quandalle2015-10-2214-31/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | Import members: added UIXavier Priour2015-10-233-10/+42
|/
* Upgrade peerlibrary:blaze-components to v0.14Maxime Quandalle2015-10-218-26/+27
| | | | | This change includes method renames and others UI related packages updates.
* Upgrade kenton:accounts-sandstorm package to 0.1.6Maxime Quandalle2015-10-214-22/+25
| | | | | We now delegates more user attributes sync (avatar and permissions) to this package instead of doing it ourselves.
* Merge branch 'xavierpriour-devel' into develMaxime Quandalle2015-10-2013-184/+511
|\ | | | | | | | | Conflicts: models/import.js
| * Provide a default date for lists and cards creation dateMaxime Quandalle2015-10-205-45/+59
| | | | | | | | | | | | | | | | See https://github.com/wekan/wekan/pull/362#issuecomment-149645497 for motivation. This commit also contains cosmetic changes to the import Popup and on the code style to be more consistent with the code base.
| * Import board: map team permission, and refactor code to share with card importXavier Priour2015-10-192-132/+80
| |
| * Import board: check json structure before importingXavier Priour2015-10-191-6/+58
| |
| * Import board: set proper color and modifiedAt datesXavier Priour2015-10-191-7/+28
| |
| * Import board: import comments and log activitiesXavier Priour2015-10-195-78/+164
| |
| * Import board: create board, lists, and cardsXavier Priour2015-10-181-13/+66
| |
| * Import board: now proper createdAt datesXavier Priour2015-10-172-1/+82
| |
| * Import board: added UIXavier Priour2015-10-179-55/+119
| |
* | Re-implement label deletionMaxime Quandalle2015-10-202-2/+2
| | | | | | | | | | | | This was not ported during v0.9 re-factor. Fixes #322
* | Prevent duplicate board labelsMaxime Quandalle2015-10-162-42/+31
|/ | | | | | 43de3b8 did prevent empty labels with the same color, but we also want to prevent label with the same non-empty name and same color because the rationale is identical.
* Translate the label colorsMaxime Quandalle2015-10-154-3/+17
|
* Add some ESLint rules and fix some related issuesMaxime Quandalle2015-10-145-42/+46
|
* Prevent dublicated empty labels of the same colorMaxime Quandalle2015-10-142-6/+15
|
* Draft v0.10 release notesMaxime Quandalle2015-10-141-1/+10
|
* Import single card: proper error handlingXavier Priour2015-10-144-45/+71
|
* Import single card: create an 'importCard' activity entryXavier Priour2015-10-144-8/+35
|
* Import single card: check user authorizedXavier Priour2015-10-141-10/+16
|
* Import single card: now uses historical datesXavier Priour2015-10-141-11/+20
|
* Import single card: refactor to meteor methodXavier Priour2015-10-143-55/+112
|
* Import single card: archived cardXavier Priour2015-10-142-2/+4
|
* Import single card: map labelsXavier Priour2015-10-142-12/+41
|
* Import single card: now with description and commentsXavier Priour2015-10-142-4/+19
|
* Import single card: title and proper sort indexXavier Priour2015-10-141-0/+26
|
* Add card import UIXavier Priour2015-10-143-0/+16
|
* Use a better API to retrieve the new card positionMaxime Quandalle2015-10-131-1/+1
| | | | Fixes #347
* Set some DOM transformation to fix some of the accessibility issuesMaxime Quandalle2015-10-131-0/+41
| | | | | | See #337 for the complete rationale by @ndarilek -- thank you :) Closes #338
* Remove the Meteor._wrapAsync depreciation warningMaxime Quandalle2015-10-131-1/+1
| | | | | This warning was raised by the `cfs:storage-adapter` package and fixed in https://github.com/CollectionFS/Meteor-CollectionFS/pull/663.
* Abstract the jquery-textcomplete integration with EscapeActionsMaxime Quandalle2015-10-133-26/+32
| | | | | We now can re-use this integration in multiple places, this will be useful for #342 for instance.
* Enforce "public" visibility for Sandstorm boardsMaxime Quandalle2015-10-132-0/+15
| | | | Fixes #346
* Fix a typo in a function call introduced in a78debcMaxime Quandalle2015-10-131-1/+1
|
* Merge pull request #354 from xavierpriour/develMaxime Quandalle2015-10-131-0/+10
|\ | | | | Add editorconfig support
| * Add editorconfig supportXavier Priour2015-10-121-0/+10
|/
* Support app deployment under a path prefixMaxime Quandalle2015-10-086-8/+12
| | | | Fixes #133
* Merge pull request #344 from hack1m/develMaxime Quandalle2015-10-062-13/+13
|\ | | | | Updated to Meteor 1.2.0.2
| * updated to Meteor 1.2.0.2hack1m2015-10-052-13/+13
|/
* Merge pull request #326 from AlexanderS/fix/display-all-archivedMaxime Quandalle2015-09-241-2/+8
|\ | | | | sidebar: Filter archived cards/lists for current board
| * sidebar: Filter archived cards/lists for current boardAlexander Sulfrian2015-09-241-2/+8
| | | | | | | | | | The archived items should be filtered for the current board or else you will get a global list of all archived items on all boards.
* | Upgrade to Meteor 1.2Maxime Quandalle2015-09-224-82/+85
| |
* | Merge pull request #317 from AlexanderS/fix/remove-memberMaxime Quandalle2015-09-212-1/+10
|\ \ | |/ |/| Fix removeMemberPopup
| * Fix removeMemberPopupAlexander Sulfrian2015-09-202-1/+10
|/ | | | | The removeMemberPopup was missing the required helper to get the user and board information and the user profile field is called "fullname" and not "name".
* Merge pull request #316 from AlexanderS/fix/delete-cardMaxime Quandalle2015-09-204-5/+5
|\ | | | | | | | | Fix card deletion This bug was introduced in b3851817.