summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Use infinite-scrolling on listsBenjamin Tissoires2019-02-013-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.12Lauri Ojansivu2019-01-314-5/+5
|
* - [Bumped the salleman oidc packages versions to include an upstream bug ↵Lauri Ojansivu2019-01-311-0/+8
| | | | | | fix](https://github.com/wekan/wekan/commit/361faa6646556de68ad78dc90d9eb9f78956ce0f). Thanks to danpatdav !
* Merge pull request #2149 from danpatdav/salleman-1.0.10Lauri Ojansivu2019-01-311-2/+2
|\ | | | | Bumped the salleman oidc packages versions to include an upstream bug…
| * Bumped the salleman oidc packages versions to include an upstream bug fixDaniel Davis2019-01-311-2/+2
|/
* v2.11v2.11Lauri Ojansivu2019-01-314-5/+5
|
* Update translations.Lauri Ojansivu2019-01-311-30/+30
|
* Update changelog.Lauri Ojansivu2019-01-311-0/+8
|
* - Fix: Bug: Not logged in public board page has calendar.Lauri Ojansivu2019-01-312-5/+11
| | | | | | Thanks to xet7 ! Closes #2061
* Fix typo.Lauri Ojansivu2019-01-301-1/+1
|
* Fix typo.Lauri Ojansivu2019-01-301-1/+1
|
* v2.10v2.10Lauri Ojansivu2019-01-304-5/+5
|
* Update translations (mk).Lauri Ojansivu2019-01-301-436/+436
|
* Update changelog with latest changes.Lauri Ojansivu2019-01-301-2/+9
|
* - Revert [Sandstorm API ↵Lauri Ojansivu2019-01-302-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 Ojansivu2019-01-301-46/+46
|
* - Translations: Add Macedonian.Lauri Ojansivu2019-01-301-0/+8
|
* - Translations: Add Macedonian.Lauri Ojansivu2019-01-302-0/+666
|
* Update translations.Lauri Ojansivu2019-01-292-82/+82
|
* v2.09v2.09Lauri Ojansivu2019-01-284-5/+5
|
* - [Fix vertical automatic scrolling when opening a ↵Lauri Ojansivu2019-01-281-0/+8
| | | | | | card](https://github.com/wekan/wekan/commit/820d3270935dc89f046144a7bbf2c8277e2484bc). Thanks to bentiss !
* Merge pull request #2140 from bentiss/scrolling-fixesLauri Ojansivu2019-01-281-5/+4
|\ | | | | automatic scroll: fix vertical automatic scrolling when opening a card
| * automatic scroll: fix vertical automatic scrolling when opening a cardBenjamin Tissoires2019-01-281-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.08Lauri Ojansivu2019-01-284-4/+26
| |
* | Update translations.Lauri Ojansivu2019-01-282-32/+32
| |
* | Merge branch 'bentiss-horizontal-fixes' into edgeLauri Ojansivu2019-01-282-27/+16
|\|
| * make the max height of the swimlane not too bigBenjamin Tissoires2019-01-281-1/+1
| | | | | | | | We should take a full screen minus the header height
| * Properly fix horizontal rendering on Chrome and FirefoxBenjamin Tissoires2019-01-282-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.07Lauri Ojansivu2019-01-284-4/+12
|
* - Fix Firefox left-rigth scrollbar.Lauri Ojansivu2019-01-281-1/+5
| | | | | | Thanks to xet7 ! Closes #2137
* v2.06v2.06Lauri Ojansivu2019-01-274-6/+16
|
* - Fix cards below swimlane title in Firefox by making [previous ↵Lauri Ojansivu2019-01-271-0/+6
| | | | | | | | fix](https://github.com/wekan/wekan/pull/2132/commits/f7c6b7fce237a6dbdbbd6d728cfb11ad3f4378eb) Firefox-only. Thanks to xet7 !
* v2.05v2.05Lauri Ojansivu2019-01-274-4/+17
|
* Update translations.Lauri Ojansivu2019-01-271-5/+5
|
* - Try to have some progress on Wekan Sandstorm API. I did not get it fully ↵Lauri Ojansivu2019-01-272-1/+22
| | | | | | working yet. Thanks to xet7.
* - Add back scrollbars that [were hidden when trying to fix anotherLauri Ojansivu2019-01-271-1/+0
| | | | | | | | bug](https://github.com/wekan/wekan/pull/2132/commits/f7c6b7fce237a6dbdbbd6d728cfb11ad3f4378eb). Thanks to xet7 ! Closes #2134
* v2.04v2.04Lauri Ojansivu2019-01-264-8/+10
|
* Update translations.Lauri Ojansivu2019-01-263-35/+35
|
* Merge pull request #2132 from bentiss/edgeLauri Ojansivu2019-01-263-13/+18
|\ | | | | Fix for v2.03
| * ui: fix rendering issue on firefoxBenjamin Tissoires2019-01-261-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 colorBenjamin Tissoires2019-01-262-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 Ojansivu2019-01-251-1/+7
|
* v2.03v2.03Lauri Ojansivu2019-01-254-6/+6
|
* Update translations (de).Lauri Ojansivu2019-01-251-5/+5
|
* Update ChangeLog for all that huge amount of contributions from bentiss.Lauri Ojansivu2019-01-251-0/+33
|
* Merge pull request #2130 from bentiss/color-listsLauri Ojansivu2019-01-253-5/+12
|\ | | | | lists-color: only colorize the bottom border
| * lists-color: only colorize the bottom borderBenjamin Tissoires2019-01-253-5/+12
| | | | | | | | | | And make the background clearer to visually separate the header from the list of cards
* | Update translations.Lauri Ojansivu2019-01-2547-180/+415
| |
* | Merge branch 'devel' into edgeLauri Ojansivu2019-01-255-5/+176
|\|
| * Merge pull request #2128 from bentiss/color-listsLauri Ojansivu2019-01-2516-102/+477
| |\ | | | | | | Color lists