Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | 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 | |||||
| * | 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 | |||||
* | v2.12v2.12 | Lauri Ojansivu | 2019-01-31 | 4 | -5/+5 | |
| | ||||||
* | - [Bumped the salleman oidc packages versions to include an upstream bug ↵ | Lauri Ojansivu | 2019-01-31 | 1 | -0/+8 | |
| | | | | | | fix](https://github.com/wekan/wekan/commit/361faa6646556de68ad78dc90d9eb9f78956ce0f). Thanks to danpatdav ! | |||||
* | Merge pull request #2149 from danpatdav/salleman-1.0.10 | Lauri Ojansivu | 2019-01-31 | 1 | -2/+2 | |
|\ | | | | | Bumped the salleman oidc packages versions to include an upstream bug… | |||||
| * | Bumped the salleman oidc packages versions to include an upstream bug fix | Daniel Davis | 2019-01-31 | 1 | -2/+2 | |
|/ | ||||||
* | v2.11v2.11 | Lauri Ojansivu | 2019-01-31 | 4 | -5/+5 | |
| | ||||||
* | Update translations. | Lauri Ojansivu | 2019-01-31 | 1 | -30/+30 | |
| | ||||||
* | Update changelog. | Lauri Ojansivu | 2019-01-31 | 1 | -0/+8 | |
| | ||||||
* | - Fix: Bug: Not logged in public board page has calendar. | Lauri Ojansivu | 2019-01-31 | 2 | -5/+11 | |
| | | | | | | Thanks to xet7 ! Closes #2061 | |||||
* | Fix typo. | Lauri Ojansivu | 2019-01-30 | 1 | -1/+1 | |
| | ||||||
* | Fix typo. | Lauri Ojansivu | 2019-01-30 | 1 | -1/+1 | |
| | ||||||
* | v2.10v2.10 | Lauri Ojansivu | 2019-01-30 | 4 | -5/+5 | |
| | ||||||
* | Update translations (mk). | Lauri Ojansivu | 2019-01-30 | 1 | -436/+436 | |
| | ||||||
* | Update changelog with latest changes. | Lauri Ojansivu | 2019-01-30 | 1 | -2/+9 | |
| | ||||||
* | - Revert [Sandstorm API ↵ | Lauri Ojansivu | 2019-01-30 | 2 | -22/+1 | |
| | | | | | | | | | | | changes](https://github.com/wekan/wekan/commit/be03a191c4321c2f80116c0ee1ae6c826d882535 that were done at [Wekan v2.05](https://github.com/wekan/wekan/blob/devel/CHANGELOG.md#v205-2019-01-27-wekan-release) to fix #2143. Thanks to pantraining and xet7 ! Closes #2143 | |||||
* | Update translations. | Lauri Ojansivu | 2019-01-30 | 1 | -46/+46 | |
| | ||||||
* | - Translations: Add Macedonian. | Lauri Ojansivu | 2019-01-30 | 1 | -0/+8 | |
| | ||||||
* | - Translations: Add Macedonian. | Lauri Ojansivu | 2019-01-30 | 2 | -0/+666 | |
| | ||||||
* | Update translations. | Lauri Ojansivu | 2019-01-29 | 2 | -82/+82 | |
| | ||||||
* | v2.09v2.09 | Lauri Ojansivu | 2019-01-28 | 4 | -5/+5 | |
| | ||||||
* | - [Fix vertical automatic scrolling when opening a ↵ | Lauri Ojansivu | 2019-01-28 | 1 | -0/+8 | |
| | | | | | | card](https://github.com/wekan/wekan/commit/820d3270935dc89f046144a7bbf2c8277e2484bc). Thanks to bentiss ! | |||||
* | Merge pull request #2140 from bentiss/scrolling-fixes | Lauri Ojansivu | 2019-01-28 | 1 | -5/+4 | |
|\ | | | | | automatic scroll: fix vertical automatic scrolling when opening a card | |||||
| * | automatic scroll: fix vertical automatic scrolling when opening a card | Benjamin Tissoires | 2019-01-28 | 1 | -5/+4 | |
| | | | | | | | | | | | | | | We actually want the vertical scrolling to be fixed when opening the card details. I am not sure where the `100` value comes from, but this makes the scrolling happy on the swimlane view and on the lists view. | |||||
* | | v2.08v2.08 | Lauri Ojansivu | 2019-01-28 | 4 | -4/+26 | |
| | | ||||||
* | | Update translations. | Lauri Ojansivu | 2019-01-28 | 2 | -32/+32 | |
| | | ||||||
* | | Merge branch 'bentiss-horizontal-fixes' into edge | Lauri Ojansivu | 2019-01-28 | 2 | -27/+16 | |
|\| | ||||||
| * | make the max height of the swimlane not too big | Benjamin Tissoires | 2019-01-28 | 1 | -1/+1 | |
| | | | | | | | | We should take a full screen minus the header height | |||||
| * | Properly fix horizontal rendering on Chrome and Firefox | Benjamin Tissoires | 2019-01-28 | 2 | -26/+15 | |
|/ | | | | | | | | | | | | | | | | | | | This reverts commit 74cf9e2573 "- Fix Firefox left-rigth scrollbar." This reverts commit 9dd8216dfb. "- Fix cards below swimlane title in Firefox by making [previous fix](https://github.com/wekan/wekan/pull/2132/commits/f7c6b7fce237a6dbdbbd6d728cfb11ad3f4378eb)" And this partially reverts commit dd88eb4cc The root of the issue was that I was adding a new div and nesting the list of lists in this new list. This resulted in some weird behavior that Firefox could not handled properly Revert to a code colser to v2.02, by just having the swimlane header in a separate line, and keep only one flex element. fixes #2137 | |||||
* | v2.07v2.07 | Lauri Ojansivu | 2019-01-28 | 4 | -4/+12 | |
| | ||||||
* | - Fix Firefox left-rigth scrollbar. | Lauri Ojansivu | 2019-01-28 | 1 | -1/+5 | |
| | | | | | | Thanks to xet7 ! Closes #2137 | |||||
* | v2.06v2.06 | Lauri Ojansivu | 2019-01-27 | 4 | -6/+16 | |
| | ||||||
* | - 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 ! | |||||
* | v2.05v2.05 | Lauri Ojansivu | 2019-01-27 | 4 | -4/+17 | |
| | ||||||
* | Update translations. | Lauri Ojansivu | 2019-01-27 | 1 | -5/+5 | |
| | ||||||
* | - Try to have some progress on Wekan Sandstorm API. I did not get it fully ↵ | Lauri Ojansivu | 2019-01-27 | 2 | -1/+22 | |
| | | | | | | working yet. 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 | |||||
* | v2.04v2.04 | Lauri Ojansivu | 2019-01-26 | 4 | -8/+10 | |
| | ||||||
* | Update translations. | Lauri Ojansivu | 2019-01-26 | 3 | -35/+35 | |
| | ||||||
* | Merge pull request #2132 from bentiss/edge | Lauri Ojansivu | 2019-01-26 | 3 | -13/+18 | |
|\ | | | | | Fix for v2.03 | |||||
| * | 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. | |||||
* | Waiting for bugfix. | Lauri Ojansivu | 2019-01-25 | 1 | -1/+7 | |
| | ||||||
* | v2.03v2.03 | Lauri Ojansivu | 2019-01-25 | 4 | -6/+6 | |
| | ||||||
* | Update translations (de). | Lauri Ojansivu | 2019-01-25 | 1 | -5/+5 | |
| | ||||||
* | Update ChangeLog for all that huge amount of contributions from bentiss. | Lauri Ojansivu | 2019-01-25 | 1 | -0/+33 | |
| | ||||||
* | Merge pull request #2130 from bentiss/color-lists | Lauri Ojansivu | 2019-01-25 | 3 | -5/+12 | |
|\ | | | | | lists-color: only colorize the bottom border | |||||
| * | 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 | |||||
* | | Update translations. | Lauri Ojansivu | 2019-01-25 | 47 | -180/+415 | |
| | | ||||||
* | | Merge branch 'devel' into edge | Lauri Ojansivu | 2019-01-25 | 5 | -5/+176 | |
|\| |