Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #2270 from andresmanelli/fix_2266 | Lauri Ojansivu | 2019-03-21 | 1 | -1/+1 |
|\ | | | | | Fix #2266 | ||||
| * | Fix #2266 | Andrés Manelli | 2019-03-18 | 1 | -1/+1 |
| | | |||||
* | | - Fix card copy & move between boards with customFields | Andrés Manelli | 2019-03-16 | 1 | -2/+2 |
|/ | | | | | | - Fix card copy & move between boards with labels with same name - Fix activities for labels when copying and moving card - Fix activities for customFields when copying and moving card | ||||
* | Fix card move with wrong swimlaneId | Andrés Manelli | 2019-03-05 | 1 | -1/+7 |
| | |||||
* | Fix popup title | Andrés Manelli | 2019-02-27 | 2 | -0/+9 |
| | | | | Add element title modification | ||||
* | Standarize copy functions. Match labels by name | Andrés Manelli | 2019-02-27 | 1 | -9/+3 |
| | |||||
* | Merge branch 'devel' into edge | Lauri Ojansivu | 2019-02-27 | 1 | -16/+14 |
|\ | |||||
| * | Add the following new Sandstorm features and fixes: | Lauri Ojansivu | 2019-02-27 | 1 | -10/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - All Boards page [so it's possible to go back from subtask board](https://github.com/wekan/wekan/issues/2082) - Board favorites - New Sandstorm board first user is Admin and [has IFTTT Rules](https://github.com/wekan/wekan/issues/2125) and Standalone Wekan Admin Panel. Probably some Admin Panel features do not work yet. Please keep backup of your grains before testig Admin Panel. - Linked Cards and Linked Boards. - Some not needed options like Logout etc have been hidden from top bar right menu. - [Import board now works. "Board not found" is not problem anymore](https://github.com/wekan/wekan/issues/1430), because you can go to All Boards page to change to imported board. and removes the following features: - Remove Welcome Board from Standalone Wekan, [to fix Welcome board not translated](https://github.com/wekan/wekan/issues/1601). Sandstorm Wekan does not have Welcome Board. Thanks to xet7 ! Closes #2125, closes #2082, closes #1430, closes #1601, related #2205, related #2070, related #1695, related #1192. | ||||
* | | Removed console.log. | Lauri Ojansivu | 2019-02-26 | 1 | -1/+0 |
| | | |||||
* | | Fix list view issues. Allow creation of boards from templates | Andrés Manelli | 2019-02-25 | 2 | -22/+50 |
| | | |||||
* | | Fix miniscreen render | Andrés Manelli | 2019-02-24 | 1 | -2/+2 |
| | | |||||
* | | Fix lint errors | Andrés Manelli | 2019-02-24 | 1 | -40/+40 |
| | | |||||
* | | Allow swimlane creation from template | Andrés Manelli | 2019-02-24 | 2 | -10/+14 |
| | | | | | | | | Mix lists with same name to avoid duplicates | ||||
* | | Allow list creation from template | Andrés Manelli | 2019-02-24 | 3 | -22/+61 |
| | | |||||
* | | Allow card creation from template | Andrés Manelli | 2019-02-24 | 1 | -17/+18 |
| | | |||||
* | | Prepare to create card from template | Andrés Manelli | 2019-02-24 | 2 | -7/+6 |
| | | |||||
* | | Add template search in Add Card menu | Andrés Manelli | 2019-02-24 | 2 | -31/+39 |
| | | | | | | | | | | | | Archive all cards in list when list is archived Remove default board in link popup Only list non-template boards in card link and search | ||||
* | | Avoid links on a template-board | Andrés Manelli | 2019-02-24 | 2 | -17/+36 |
| | | | | | | | | | | Allow creation of template boards with a linked card Avoid changing the name of the template-container swimlanes | ||||
* | | Remove links from templates board for the moment | Andrés Manelli | 2019-02-24 | 2 | -10/+16 |
|/ | | | | | | Insert the correct template type in templates board Allow independant lists in templates board Add some helpers | ||||
* | - Fix2: Remove overlap of side bar button with card/list menu button on ↵ | Lauri Ojansivu | 2019-02-13 | 1 | -0/+4 |
| | | | | | | | | mobile browser Thanks to xet7 ! Closes #2183 | ||||
* | - When writing to minicard, press Shift-Enter on minicard to go to next line ↵ | Lauri Ojansivu | 2019-02-01 | 1 | -1/+1 |
| | | | | | | | | below, to continue writing on same minicard 2nd line. Thanks to bentiss! | ||||
* | Use infinite-scrolling on lists | Benjamin Tissoires | 2019-02-01 | 3 | -1/+95 |
| | | | | | | | | | | | This allows to reduce the loading time of a big board. Note that there is an infinite scroll implementation in the mixins, but this doesn't fit well as the cards in the list can have arbitrary height. The idea to rely on the visibility of a spinner is based on http://www.meteorpedia.com/read/Infinite_Scrolling | ||||
* | lists-color: only colorize the bottom border | Benjamin Tissoires | 2019-01-25 | 2 | -4/+11 |
| | | | | | And make the background clearer to visually separate the header from the list of cards | ||||
* | ui: lists: make sure all lists boxes are the same height | Benjamin Tissoires | 2019-01-25 | 2 | -0/+6 |
| | | | | | | | | When `Show card count` is enabled, the lists with the card counts have two lines of text while the lists without have only one. This results in the box around the list headers are not of the same size and this is visible when setting a color to the list. | ||||
* | colors: add per list color | Benjamin Tissoires | 2019-01-25 | 3 | -1/+132 |
| | | | | | | | | | Hamburger menu only. Note that I am definitively not responsible for the resulting Christmas tree. fixes #328 | ||||
* | client: lists headers: use padding instead of margin | Benjamin Tissoires | 2019-01-25 | 1 | -4/+4 |
| | | | | No visual changes but allows to set a background color to the list header. | ||||
* | swimlane-view: have the swimlane header horizontal | Benjamin Tissoires | 2019-01-24 | 1 | -1/+0 |
| | | | | | | | This allows to use the header as a separator between swimlanes. This will be most useful when we can set the background color of these headers. | ||||
* | Issue : UI feature suggestion: drag handles and long press #1772 | hupptechnologies | 2018-12-20 | 1 | -0/+7 |
| | | | | Resolved #1772 | ||||
* | custom fields upgrade -- correct | Nunes Nelson | 2018-11-07 | 1 | -3/+3 |
| | |||||
* | custom fields upgrade | Nunes Nelson | 2018-11-05 | 1 | -0/+10 |
| | |||||
* | - Hide Linked Card and Linked Board on Sandstorm, because they are only | Lauri Ojansivu | 2018-11-03 | 1 | -8/+10 |
| | | | | | | | useful when having multiple boards, and at Sandstorm there is only one board per grain. Thanks to ocdtrekkie and xet7. Closes #1982 | ||||
* | UI: lists: only output the number of cards for each swimlane | Benjamin Tissoires | 2018-10-25 | 2 | -1/+11 |
| | |||||
* | UI: list headers: show the card count smaller | Benjamin Tissoires | 2018-10-25 | 1 | -3/+2 |
| | | | | | | The card count was at the same level than the title, which made reading the list title harder. Use the quiet and small class to put it in the following line and not make it jump out of the screen | ||||
* | Fix #1885 | Andrés Manelli | 2018-09-12 | 1 | -4/+30 |
| | |||||
* | Fix #1887 | Andrés Manelli | 2018-09-12 | 1 | -0/+1 |
| | |||||
* | Fix and improve linked cards | Andrés Manelli | 2018-08-21 | 2 | -7/+8 |
| | |||||
* | Refactor imported -> linked in components | Andrés Manelli | 2018-08-11 | 3 | -22/+22 |
| | |||||
* | Fix lint errors | Andrés Manelli | 2018-08-11 | 1 | -1/+1 |
| | |||||
* | Avoid reimport imported card | Andrés Manelli | 2018-08-11 | 1 | -1/+2 |
| | |||||
* | Allow description and member two way binding | Andrés Manelli | 2018-08-10 | 1 | -3/+3 |
| | |||||
* | Avoid importing imported cards or boards | Andrés Manelli | 2018-08-10 | 1 | -1/+2 |
| | |||||
* | Link description | Andrés Manelli | 2018-08-10 | 1 | -1/+5 |
| | |||||
* | Import card-as-card, board-as-card. Add styling. Missing details and links | Andrés Manelli | 2018-08-10 | 2 | -24/+108 |
| | |||||
* | Avoid showing current board | Andrés Manelli | 2018-08-10 | 1 | -3/+9 |
| | |||||
* | Add UI for importing card-as-card and board-as-card | Andrés Manelli | 2018-08-10 | 3 | -1/+169 |
| | |||||
* | Hotfix more sortable elements | Haocen Xu | 2018-07-06 | 1 | -3/+1 |
| | |||||
* | Hotfix for mobile device | Haocen Xu | 2018-07-06 | 1 | -1/+6 |
| | |||||
* | Merge branch 'devel' into nested-tasks | Nicu Tofan | 2018-06-28 | 1 | -7/+4 |
|\ | |||||
| * | Introducing third board view: calendar. | Nicu Tofan | 2018-06-26 | 1 | -1/+1 |
| | | | | | | | | A dependency to rzymek:fullcalendar has also been added. | ||||
* | | implement getDefaultSwimline for boards | Nicu Tofan | 2018-06-26 | 1 | -1/+1 |
|/ |