Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'minicard-editor' into devel | Maxime Quandalle | 2015-11-08 | 8 | -13/+154 |
|\ | |||||
| * | Finish the minicard editor auto-completion feature | Maxime Quandalle | 2015-11-08 | 8 | -97/+118 |
| | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | Merge branch 'devel' into minicard-editor | Maxime Quandalle | 2015-10-31 | 35 | -122/+341 |
| |\ | | | | | | | | | | | | | Conflicts: client/components/lists/listBody.js | ||||
| * | | Made colours light grey in the labels dropdown | Kenton Hamaluik | 2015-10-10 | 1 | -1/+6 |
| | | | |||||
| * | | Added coloured label badges in autocomplete list | Kenton Hamaluik | 2015-10-08 | 2 | -5/+21 |
| | | | |||||
| * | | Pressing escape while autocomplete is open no longer closes the minicard | Kenton Hamaluik | 2015-10-08 | 1 | -0/+5 |
| | | | |||||
| * | | Now cards with *only* metadata aren't created empty | Kenton Hamaluik | 2015-10-08 | 1 | -27/+27 |
| | | | |||||
| * | | Added space after if to conform to formatting | Kenton Hamaluik | 2015-10-08 | 1 | -3/+3 |
| | | | |||||
| * | | Fixed issue with possible race condition, suggested by @mquandalle | Kenton Hamaluik | 2015-10-08 | 1 | -8/+4 |
| | | | |||||
| * | | Fixed typo in template for quick-adding a user. | Kenton Hamaluik | 2015-10-03 | 1 | -1/+1 |
| | | | |||||
| * | | Made eslinter happy. | Kenton Hamaluik | 2015-10-03 | 1 | -12/+12 |
| | | | |||||
| * | | Conformed to the 80-character line length limit. | Kenton Hamaluik | 2015-10-03 | 1 | -9/+11 |
| | | | |||||
| * | | Initial support for @user and #label use in new cards. | Kenton Hamaluik | 2015-10-03 | 1 | -1/+97 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When creating a new [mini]card, typing `@` or `#` brings up an auto-complete box for board members and labels which will get applied to the card upon creation. These textual tags are removed from the card title before saving to maintain sanity. If a label doesn't have a name, it's colour is used (i.e. `red`, `purple`, etc). This was developed to ease the creation of new cards and allow users to rapidly create cards without having to click numerous times just to apply labels & members. | ||||
* | | | Share the useraccounts configuration with the server | Maxime Quandalle | 2015-11-02 | 1 | -48/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | | | Fix an exception introduced in 41b23f8 | Maxime Quandalle | 2015-11-01 | 1 | -1/+2 |
| |/ |/| | |||||
* | | Fix some bugs introduced in aa974aa | Maxime Quandalle | 2015-10-29 | 4 | -6/+8 |
| | | | | | | | | | | Yes Wekan need some tests. Yes I need to stop refactoring my code when I’m halp-sleeping in my bed at 4am. | ||||
* | | Update packages and update Meteor to 1.2.1 | Maxime Quandalle | 2015-10-29 | 1 | -2/+2 |
| | | | | | | | | Blaze-components had yet another methods rename. | ||||
* | | Add missing semicolon | Dominik Ferber | 2015-10-27 | 1 | -1/+1 |
| | | |||||
* | | Upgrade Meteor to 1.2.1-rc4 | Maxime Quandalle | 2015-10-23 | 8 | -26/+28 |
| | | | | | | | | | | | | 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()`. | ||||
* | | Display the board name in the page title | Maxime Quandalle | 2015-10-22 | 1 | -0/+23 |
| | | | | | | | | Fixes #364 | ||||
* | | Prefer ES5 methods over underscore utilities | Maxime Quandalle | 2015-10-22 | 10 | -18/+20 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | | Upgrade peerlibrary:blaze-components to v0.14 | Maxime Quandalle | 2015-10-21 | 7 | -15/+15 |
| | | | | | | | | | | This change includes method renames and others UI related packages updates. | ||||
* | | Upgrade kenton:accounts-sandstorm package to 0.1.6 | Maxime Quandalle | 2015-10-21 | 1 | -2/+2 |
| | | | | | | | | | | We now delegates more user attributes sync (avatar and permissions) to this package instead of doing it ourselves. | ||||
* | | Merge branch 'xavierpriour-devel' into devel | Maxime Quandalle | 2015-10-20 | 10 | -79/+151 |
|\ \ | | | | | | | | | | | | | Conflicts: models/import.js | ||||
| * | | Provide a default date for lists and cards creation date | Maxime Quandalle | 2015-10-20 | 4 | -21/+23 |
| | | | | | | | | | | | | | | | | | | | | | | | | 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: import comments and log activities | Xavier Priour | 2015-10-19 | 3 | -29/+46 |
| | | | |||||
| * | | Import board: now proper createdAt dates | Xavier Priour | 2015-10-17 | 1 | -1/+9 |
| | | | |||||
| * | | Import board: added UI | Xavier Priour | 2015-10-17 | 7 | -48/+93 |
| | | | |||||
* | | | Re-implement label deletion | Maxime Quandalle | 2015-10-20 | 1 | -1/+1 |
|/ / | | | | | | | | | | | This was not ported during v0.9 re-factor. Fixes #322 | ||||
* | | Translate the label colors | Maxime Quandalle | 2015-10-15 | 2 | -1/+5 |
| | | |||||
* | | Add some ESLint rules and fix some related issues | Maxime Quandalle | 2015-10-14 | 2 | -8/+6 |
| | | |||||
* | | Prevent dublicated empty labels of the same color | Maxime Quandalle | 2015-10-14 | 1 | -1/+1 |
| | | |||||
* | | Import single card: proper error handling | Xavier Priour | 2015-10-14 | 2 | -23/+41 |
| | | |||||
* | | Import single card: create an 'importCard' activity entry | Xavier Priour | 2015-10-14 | 2 | -0/+12 |
| | | |||||
* | | Import single card: refactor to meteor method | Xavier Priour | 2015-10-14 | 2 | -55/+14 |
| | | |||||
* | | Import single card: archived card | Xavier Priour | 2015-10-14 | 1 | -0/+1 |
| | | |||||
* | | Import single card: map labels | Xavier Priour | 2015-10-14 | 1 | -10/+33 |
| | | |||||
* | | Import single card: now with description and comments | Xavier Priour | 2015-10-14 | 1 | -1/+16 |
| | | |||||
* | | Import single card: title and proper sort index | Xavier Priour | 2015-10-14 | 1 | -0/+26 |
| | | |||||
* | | Add card import UI | Xavier Priour | 2015-10-14 | 2 | -0/+11 |
| | | |||||
* | | Use a better API to retrieve the new card position | Maxime Quandalle | 2015-10-13 | 1 | -1/+1 |
| | | | | | | | | Fixes #347 | ||||
* | | Set some DOM transformation to fix some of the accessibility issues | Maxime Quandalle | 2015-10-13 | 1 | -0/+41 |
| | | | | | | | | | | | | See #337 for the complete rationale by @ndarilek -- thank you :) Closes #338 | ||||
* | | Abstract the jquery-textcomplete integration with EscapeActions | Maxime Quandalle | 2015-10-13 | 2 | -25/+31 |
| | | | | | | | | | | We now can re-use this integration in multiple places, this will be useful for #342 for instance. | ||||
* | | Fix a typo in a function call introduced in a78debc | Maxime Quandalle | 2015-10-13 | 1 | -1/+1 |
| | | |||||
* | | Support app deployment under a path prefix | Maxime Quandalle | 2015-10-08 | 5 | -7/+11 |
|/ | | | | Fixes #133 | ||||
* | Merge pull request #326 from AlexanderS/fix/display-all-archived | Maxime Quandalle | 2015-09-24 | 1 | -2/+8 |
|\ | | | | | sidebar: Filter archived cards/lists for current board | ||||
| * | sidebar: Filter archived cards/lists for current board | Alexander Sulfrian | 2015-09-24 | 1 | -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. | ||||
* | | Fix removeMemberPopup | Alexander Sulfrian | 2015-09-20 | 2 | -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-card | Maxime Quandalle | 2015-09-20 | 4 | -5/+5 |
|\ | | | | | | | | | Fix card deletion This bug was introduced in b3851817. | ||||
| * | Fix Popup.afterCommit | Alexander Sulfrian | 2015-09-20 | 4 | -5/+5 |
| | | | | | | | | | | | | We need to use "function() {}" instead of the ES6 style "() {}" with popup.afterCommit because we need the original value of "this" inside the callback. |