Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Fix Firefox left-rigth scrollbar. | Lauri Ojansivu | 2019-01-28 | 1 | -1/+5 |
| | | | | | | Thanks to xet7 ! Closes #2137 | ||||
* | - Fix cards below swimlane title in Firefox by making [previous ↵ | Lauri Ojansivu | 2019-01-27 | 1 | -0/+6 |
| | | | | | | | | fix](https://github.com/wekan/wekan/pull/2132/commits/f7c6b7fce237a6dbdbbd6d728cfb11ad3f4378eb) Firefox-only. Thanks to xet7 ! | ||||
* | - Add back scrollbars that [were hidden when trying to fix another | Lauri Ojansivu | 2019-01-27 | 1 | -1/+0 |
| | | | | | | | | bug](https://github.com/wekan/wekan/pull/2132/commits/f7c6b7fce237a6dbdbbd6d728cfb11ad3f4378eb). Thanks to xet7 ! Closes #2134 | ||||
* | ui: fix rendering issue on firefox | Benjamin Tissoires | 2019-01-26 | 1 | -0/+1 |
| | | | | | | | | | | | When a list have more cards that can fit in the screen, the members icons are drawn on top of the swimlane below and the scrollbar is not available. According to https://github.com/utatti/perfect-scrollbar the container must have an `overflow: hidden` css style. When changing the swimlane header from vertical to horizontal, dd88eb4cc19 broke this which led to this weird bug. | ||||
* | ifttt: card actions: simplify the logic for setting the color | Benjamin Tissoires | 2019-01-26 | 2 | -13/+17 |
| | | | | | Jade allows a simpler approach than my initial manual update. Just declare the correct ReactiveVar and accessor, and done. | ||||
* | lists-color: only colorize the bottom border | Benjamin Tissoires | 2019-01-25 | 3 | -5/+12 |
| | | | | | 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. | ||||
* | Make sure Swimlanes and Lists have a populated sort field | Benjamin Tissoires | 2019-01-25 | 1 | -0/+31 |
| | | | | | | | | | When moving around the swimlanes or the lists, if one element has a sort with a null value, the computation of the new sort value is aborted, meaning that there are glitches in the UI. This happens on the first swimlane created with the new board, or when a swimlane or a list gets added through the API. | ||||
* | Add colors to swimlanes | Benjamin Tissoires | 2019-01-25 | 3 | -1/+131 |
| | | | | fixes #1688 | ||||
* | swimlane: insert the new swimlane after the one we clicked on | Benjamin Tissoires | 2019-01-24 | 1 | -2/+11 |
| | |||||
* | Remove the 'Add Swimlane' entry and replace it by a plus sign | Benjamin Tissoires | 2019-01-24 | 6 | -43/+41 |
| | | | | | Still need to create the swimlane right after the one that has been created | ||||
* | swimlane-view: have the swimlane header horizontal | Benjamin Tissoires | 2019-01-24 | 5 | -62/+34 |
| | | | | | | | 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. | ||||
* | card colors: remove unused variables | Benjamin Tissoires | 2019-01-24 | 2 | -5/+0 |
| | |||||
* | IFTTT: card colors: add an actual white entry | Benjamin Tissoires | 2019-01-24 | 3 | -3/+11 |
| | | | | | | | | | To unset the color through the IFTTT, we need a white entry. However, we do not want to show the white enry in the hamburger `Set Color` entry. We can also give the `white` capability to the API, it won't hurt and be more straightforward. | ||||
* | rules: set card color: use the color picker | Benjamin Tissoires | 2019-01-24 | 3 | -28/+68 |
| | |||||
* | set card colors: properly set the title of the popups | Benjamin Tissoires | 2019-01-24 | 1 | -4/+1 |
| | |||||
* | card colors: force overwrite of text color | Benjamin Tissoires | 2019-01-24 | 1 | -11/+11 |
| | | | | | This allows to show checks on the color with the correct color instead of plain white. | ||||
* | Fix: Translate and add colors to IFTTT Rules dropdown." | Benjamin Tissoires | 2019-01-22 | 1 | -0/+2 |
| | | | | | | | This fixes commit 44e4df2492b95226f1297e7f556d61b1afaab714. When the label has a name, not setting `translatedname` results in a blank item in the IFTTT label trigger. | ||||
* | - Translate and add colors to IFTTT Rules dropdown. | Lauri Ojansivu | 2019-01-22 | 3 | -18/+19 |
| | | | | Thanks to xet7 ! | ||||
* | Set the card color with the color picker | Benjamin Tissoires | 2019-01-22 | 2 | -38/+41 |
| | | | | When triggered from the hamburger | ||||
* | add action: set card color | Benjamin Tissoires | 2019-01-22 | 2 | -6/+53 |
| | |||||
* | color: add option in hamburger to change the card color | Benjamin Tissoires | 2019-01-22 | 2 | -1/+46 |
| | | | | | | Currently only dropdown, no palette Fixes: #428 | ||||
* | Add the ability to change the card background | Benjamin Tissoires | 2019-01-22 | 6 | -2/+168 |
| | | | | Currently the only way to set it is via the REST API | ||||
* | - Merge duplicate translation. | Lauri Ojansivu | 2019-01-04 | 3 | -15/+15 |
| | | | | Thanks to xet7 ! | ||||
* | - Remove duplicate translation. | Lauri Ojansivu | 2019-01-04 | 1 | -2/+2 |
| | | | | Thanks to xet7 ! | ||||
* | - Fix lint errors. | Lauri Ojansivu | 2019-01-04 | 3 | -8/+8 |
| | | | | Thanks to xet7 ! | ||||
* | Merge branch 'feature-rules' of https://github.com/Angtrim/wekan into ↵ | Lauri Ojansivu | 2019-01-04 | 12 | -75/+363 |
|\ | | | | | | | Angtrim-feature-rules | ||||
| * | Fixed errors | Angelo Gallarello | 2019-01-02 | 5 | -36/+32 |
| | | |||||
| * | Added create card action | Angelo Gallarello | 2019-01-02 | 2 | -0/+42 |
| | | |||||
| * | Added notes | Angelo Gallarello | 2019-01-02 | 2 | -0/+11 |
| | | |||||
| * | Add action: create checklist with items | Angelo Gallarello | 2019-01-02 | 4 | -1/+67 |
| | | |||||
| * | Finished triggers improvements | Angelo Gallarello | 2019-01-02 | 4 | -65/+82 |
| | | |||||
| * | Added popup | Angelo Gallarello | 2018-12-31 | 5 | -5/+21 |
| | | |||||
| * | Added swimlane trigger | Angelo Gallarello | 2018-12-30 | 5 | -53/+54 |
| | | |||||
| * | Triggers by username, updated desc | Angelo Gallarello | 2018-12-29 | 1 | -1/+4 |
| | | |||||
| * | Added triggers by username | Angelo Gallarello | 2018-12-29 | 5 | -2/+138 |
| | | |||||
* | | Issue: Hard to use Wekan on mobile because of UI/UX issues #953 | hupptechnologies | 2019-01-01 | 3 | -6/+4 |
| | | | | | | | | Resolved #953 | ||||
* | | - Revert "Improve authentication" and "Default Authentication Method" | Lauri Ojansivu | 2018-12-24 | 5 | -69/+94 |
|/ | | | | | | | | to make login work again. - Fixes to docker-compose.yml so that Wekan Meteor 1.6.x version would work. Most likely Meteor 1.8.x version is still broken. Thanks to xet7 ! | ||||
* | Merge branch 'ui-feature-drag-handler' of ↵ | Lauri Ojansivu | 2018-12-21 | 3 | -0/+22 |
|\ | | | | | | | https://github.com/hupptechnologies/wekan into hupptechnologies-ui-feature-drag-handler | ||||
| * | Issue : UI feature suggestion: drag handles and long press #1772 | hupptechnologies | 2018-12-20 | 3 | -0/+22 |
| | | | | | | | | Resolved #1772 | ||||
* | | Fix lint errors. | Lauri Ojansivu | 2018-12-21 | 2 | -10/+14 |
| | | |||||
* | | Patch currentBoard doesn't exist when logout | guillaume | 2018-12-19 | 1 | -4/+9 |
| | | |||||
* | | Improves UI for ldap error messages | guillaume | 2018-12-19 | 1 | -13/+28 |
| | | |||||
* | | Removes the dropdown for the authentication method | guillaume | 2018-12-19 | 4 | -90/+41 |
|/ | |||||
* | - Trying to get custom HTML working as described at | Lauri Ojansivu | 2018-12-16 | 2 | -2/+11 |
| | | | | | | | https://guide.meteor.com/v1.3/blaze.html#rendering-html Still does not work yet. Thanks to xet7 ! | ||||
* | - Maybe custom html should be here. But it still does not work yet. | Lauri Ojansivu | 2018-12-16 | 2 | -2/+2 |
| | | | | Thanks to xet7 ! | ||||
* | - Admin Panel / Layout / Custom HTML after <body> start, and Custom HTML ↵ | Lauri Ojansivu | 2018-12-16 | 3 | -0/+12 |
| | | | | | | | | before </body> end. In progress, does not work yet. Thanks to xet7 ! | ||||
* | - Remove Wekan_version translation string. | Lauri Ojansivu | 2018-12-16 | 1 | -1/+1 |
| | | | | Thanks to xet7 ! |