Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make it possible to translate text Soft WIP Limit. | Lauri Ojansivu | 2017-11-02 | 1 | -1/+1 |
| | |||||
* | added soft wip limit feature, fixed wipLimit=0 bug (??) | amadilsons | 2017-10-31 | 4 | -17/+47 |
| | |||||
* | Permit editing the WIP limit | Jacob Weisz | 2017-10-26 | 1 | -2/+2 |
| | | | | | | | This is a fix for #1310 and required for Edge users to be able to edit the WIP limit. (The up/down buttons appear to be "optional" according to the HTML5 spec, and can't be assumed to be present.) I also believe I fixed a spelling error in the same section. This PR is **NOT TESTED** | ||||
* | Fix: User with comment only permission can add cards. Thanks to xet7 ! ↵ | Lauri Ojansivu | 2017-10-20 | 1 | -3/+4 |
| | | | | Closes #1301 | ||||
* | Fix: When WIP limit in use, hide also add card + button at top of list. ↵ | Lauri Ojansivu | 2017-10-09 | 1 | -1/+2 |
| | | | | Thanks to xet7 ! | ||||
* | added i18n translation, minor fix | amadilsons | 2017-10-05 | 2 | -5/+5 |
| | |||||
* | feature implemented, known bugs fixed | amadilsons | 2017-10-05 | 4 | -39/+28 |
| | |||||
* | most work concluded, code needs clean up, further testing required | amadilsons | 2017-10-04 | 5 | -76/+60 |
| | |||||
* | on its way | amadilsons | 2017-10-04 | 3 | -13/+95 |
| | |||||
* | mostly frontend work, lists coll update with wipLimit field | amadilsons | 2017-09-29 | 3 | -12/+36 |
| | |||||
* | basic frontend setup, List model updated with wipLimit field | amadilsons | 2017-09-28 | 2 | -0/+18 |
| | |||||
* | #1233 Added plus button to add card on top of the list | Mário Orlický | 2017-09-24 | 3 | -12/+15 |
| | |||||
* | Usernames should be able to include dots (.) | Jonas Oberg | 2017-08-25 | 1 | -1/+1 |
| | |||||
* | Add delete the card belonging to when deleting the list | nztqa | 2017-06-07 | 1 | -0/+1 |
| | |||||
* | Fix lint errors. | Lauri Ojansivu | 2017-06-02 | 1 | -1/+1 |
| | |||||
* | Fix lint errors. | Lauri Ojansivu | 2017-06-02 | 1 | -35/+36 |
| | |||||
* | Fix some lint errors. | Lauri Ojansivu | 2017-06-02 | 1 | -58/+59 |
| | |||||
* | Merge branch 'devel' of https://github.com/BaobabCoder/wekan into ↵ | Lauri Ojansivu | 2017-06-02 | 2 | -58/+78 |
|\ | | | | | | | BaobabCoder-devel | ||||
| * | Fix missing popup title | BaobabCoder | 2017-06-02 | 1 | -1/+1 |
| | | |||||
| * | Change the way to remove a list (card like) | BaobabCoder | 2017-06-02 | 2 | -58/+78 |
| | | |||||
* | | comment only working, naive implementation complete | Ryan Helsing | 2017-03-18 | 1 | -2/+2 |
| | | |||||
* | | current progress | Ryan Helsing | 2017-03-18 | 3 | -2/+9 |
| | | |||||
* | | dont show list options | Ryan Helsing | 2017-03-18 | 1 | -10/+11 |
| | | |||||
* | | Fix executeUpTo label when dragging cards | Curtis G | 2017-02-05 | 1 | -1/+1 |
|/ | | | 'popup' is not in the predefined hierarchy | ||||
* | Fix activity message for list deletion | Béranger Campardou | 2017-01-20 | 1 | -0/+1 |
| | |||||
* | merge wefork | Béranger Campardou | 2017-01-13 | 2 | -0/+12 |
|\ | |||||
| * | New option to set up minimum limit to show cards count for each list in board | Mario Orlicky | 2016-11-25 | 2 | -0/+12 |
| | | |||||
* | | missing coma | Béranger Campardou | 2017-01-13 | 1 | -1/+1 |
| | | |||||
* | | Remove a list | Béranger Campardou | 2017-01-12 | 2 | -0/+8 |
|/ | |||||
* | Upgrade ESLint to v2 | Maxime Quandalle | 2016-03-17 | 1 | -1/+3 |
| | | | | This commit also tweak the code style following backward-incompatible v2 rules. | ||||
* | Add notification, allow watch boards / lists / cards | Liming Xie | 2016-01-05 | 3 | -0/+27 |
| | |||||
* | Remove unnecessary template name declaration | Maxime Quandalle | 2016-01-03 | 3 | -16/+0 |
| | | | | | | This code was duplicate with the name we use to `register` the component. A update of blaze-component removed the need to duplicate this declaration. | ||||
* | Fix drag and drop on Sandstorm | Maxime Quandalle | 2015-12-30 | 1 | -3/+9 |
| | | | | | | | | | | | | | | This bug was introduced with the introduction of fast-render in 41b23f8. With fast-render data is available instantly after the page logging, but calls to `Meteor.userId()` still return `null` as the user isn't authenticated on the DDP channel yet (previously the data was loaded on DDP after user authentication). Which mean that we know need to reactively activate Drag and Drop on user log in. I'm not sure why I was not able to reproduce this bug outside of Sandstorm. Fixes #453 | ||||
* | Remove the import trello card feature | Maxime Quandalle | 2015-12-22 | 2 | -2/+0 |
| | | | | | | See the following discussion for rationale: https://github.com/wekan/wekan/issues/113#issuecomment-163039089 | ||||
* | add: support compact mode for mobile web, auto adapt to small screen/window | Liming Xie | 2015-12-17 | 1 | -1/+1 |
| | |||||
* | Dynamically resize the new card form if the title is too long | Maxime Quandalle | 2015-12-09 | 1 | -1/+6 |
| | |||||
* | Remove the move and archive all cards of a list feature | Maxime Quandalle | 2015-12-09 | 2 | -28/+0 |
| | | | | | | | | | | 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. | ||||
* | bugfix: only care active members, also optimize some code | floatinghotpot | 2015-12-08 | 1 | -1/+1 |
| | |||||
* | Finish the minicard editor auto-completion feature | Maxime Quandalle | 2015-11-08 | 4 | -89/+86 |
| | | | | | | | | | | | 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 | 4 | -10/+13 |
|\ | | | | | | | | | Conflicts: client/components/lists/listBody.js | ||||
| * | Fix some bugs introduced in aa974aa | Maxime Quandalle | 2015-10-29 | 1 | -2/+2 |
| | | | | | | | | | | Yes Wekan need some tests. Yes I need to stop refactoring my code when I’m halp-sleeping in my bed at 4am. | ||||
| * | Upgrade Meteor to 1.2.1-rc4 | Maxime Quandalle | 2015-10-23 | 2 | -6/+6 |
| | | | | | | | | | | | | 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()`. | ||||
| * | Upgrade peerlibrary:blaze-components to v0.14 | Maxime Quandalle | 2015-10-21 | 3 | -4/+4 |
| | | | | | | | | | | This change includes method renames and others UI related packages updates. | ||||
| * | Import board: added UI | Xavier Priour | 2015-10-17 | 2 | -48/+0 |
| | | |||||
| * | Add some ESLint rules and fix some related issues | Maxime Quandalle | 2015-10-14 | 1 | -4/+2 |
| | | |||||
| * | Import single card: proper error handling | Xavier Priour | 2015-10-14 | 2 | -23/+41 |
| | | |||||
| * | 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 |
| | |