Lauri Ojansivu
9bff4e061e
Update translations.
6 years ago
Lauri Ojansivu
753ce8e119
v2.59
6 years ago
Lauri Ojansivu
4be6719db4
- [Add variables for activity notifications, Fixes #2285 ]( https://github.com/wekan/wekan/pull/2320 ).
...
Thanks to rinnaz !
Closes #2285
6 years ago
Lauri Ojansivu
a6e1dc4269
Merge pull request #2320 from rinnaz/fix/issue-2285
...
Add variables for activity notifications Fixes #2285
6 years ago
Lauri Ojansivu
ad241b9f84
v2.58
6 years ago
Lauri Ojansivu
53e76288cb
[Add Duplicate Board tooltip, and remove adding text "Copy" to duplicated board]( 0f15b6d198
).
...
Thanks to xet7 !
6 years ago
Lauri Ojansivu
0f15b6d198
- Add Duplicate Board tooltip, and remove adding text "Copy" to duplicated board.
...
Thanks to xet7 !
6 years ago
windblow
143e93f483
Add variables for activity notifications Fixes #2285
6 years ago
Lauri Ojansivu
93a5bb2baa
Add the following new features:
...
- [Duplicate Board](https://github.com/wekan/wekan/issues/2257 ). Related #2225 .
Thanks to Angtrim. Closes #2257 .
and fix the following bugs:
- [Fix Swimlane Rules don't work](https://github.com/wekan/wekan/issues/2225 ).
Thanks to Angtrim.
6 years ago
Lauri Ojansivu
ebfc8e5a1b
Fix lint errors.
...
Thanks to xet7 !
6 years ago
Lauri Ojansivu
972b9b6e91
Remove extra files.
...
Thanks to xet7 !
6 years ago
Lauri Ojansivu
56cccc6781
Merge remote-tracking branch 'Angtrim/feature-duplicate' into edge
6 years ago
Lauri Ojansivu
b680bb5372
- [Remove not needed ARGS from Dockerfile to reduce amount of Docker layers]( https://github.com/wekan/wekan/issues/2301 ).
...
Thanks to folhabranca !
Closes #2301
6 years ago
Lauri Ojansivu
217b3ae488
Remove not needed ARGS from Dockerfile to reduce amount of Docker layers.
...
Thanks to folhabranca !
Closes #2301
6 years ago
Lauri Ojansivu
959392f815
[Center reduce left margin in card view on mobile browser]( https://github.com/wekan/wekan/pull/2314 ).
...
Thanks to hupptechnologies !
6 years ago
Lauri Ojansivu
d1e13e48fe
Restore original meteor packages and versions.
...
Thanks to xet7 !
6 years ago
Lauri Ojansivu
1c04502963
Merge branch 'devel' of github.com:wekan/wekan into devel
6 years ago
Lauri Ojansivu
34da23783e
Merge pull request #2314 from hupptechnologies/card-view-on-mobile-browser
...
Issue: Center reduce left margin in card view on mobile browser #2188
6 years ago
Lauri Ojansivu
2b603cfbb5
Merge branch 'edge' into devel
6 years ago
Lauri Ojansivu
a1fe22c08c
[Add proper variables for unjoin card]( https://github.com/wekan/wekan/pull/2313 ).
...
Thanks to chotaire.
6 years ago
Lauri Ojansivu
bc04ae24a7
Merge pull request #2313 from chotaire/edge
...
Add proper variables for unjoin card
6 years ago
Angelo Gallarello
48216e1653
Minor fixes
6 years ago
hupptechnologies
8aca82a593
Issue: Center (or reduce left margin) in card view on mobile browser #2188
...
Resolved #2188
6 years ago
chotaire
68d8cbe68a
Merge pull request #1 from chotaire/chotaire-patch-1
...
Add proper variables for unjoin card
6 years ago
chotaire
4bc3acb14d
Add proper variables for unjoin card
6 years ago
Lauri Ojansivu
a974ec9dee
Update translations.
6 years ago
Lauri Ojansivu
e91c43466d
Merge pull request #2303 from fossabot/devel
...
Add license scan report and status
6 years ago
fossabot
dfc4ab6dd8
Add license scan report and status
...
Signed-off-by: fossabot <badges@fossa.io>
6 years ago
Lauri Ojansivu
9f5ffde2dd
v2.57
6 years ago
Lauri Ojansivu
678bef2360
Update changelog.
6 years ago
Lauri Ojansivu
3b12cdc179
Merge branch 'bentiss-spinners-no-IntersectionObserver' into devel
6 years ago
Benjamin Tissoires
261754f18b
list: do not use IntersectionObserver to reduce CPU usage
...
Switch back to a custom spinner detection, as the IntersectionObserver
is eating a lot of CPU resources on idle.
This should also take care of #2250 properly: the previous `onDestroyed()`
was removing the resize and scroll callbacks, but they were not unique
enough, and they were shared across swimlanes. So if a list had 2 swimlanes
with spinners, when one was removed, the other was not triggering its
callbacks anymore.
Related: #2294
6 years ago
Lauri Ojansivu
980db9cb0c
Merge branch 'edge' of github.com:wekan/wekan into edge
6 years ago
Lauri Ojansivu
a80cd455de
- [Add back zoom fixes of #2250 ]( https://github.com/wekan/wekan/issues/2250 ).
...
Thanks to xet7 !
6 years ago
Lauri Ojansivu
289e3d6286
More deps.
6 years ago
Lauri Ojansivu
4b181620d8
Added nodejs to install dependencies.
...
Thanks to xet7 !
6 years ago
Lauri Ojansivu
088ec7fd94
[Add proper variables for join card]( 289f1fe134
),
...
fixes [Incorrect variable replacement on email notifications](https://github.com/wekan/wekan/issues/2295 ).
Thanks to justinr1234 !
Closes #2295
6 years ago
Lauri Ojansivu
289f1fe134
Merge pull request #2291 from justinr1234/patch-3
...
Add proper variables for join card Fixes #2285
6 years ago
Lauri Ojansivu
6b9ac52af6
Update translations.
6 years ago
Lauri Ojansivu
0e422eb70d
[Revert spinner etc fixes of Wekan v2.56, because of some new bugs]( https://github.com/wekan/wekan/issues/2250 ).
...
Thanks to gerroon !
Related #2250
6 years ago
Lauri Ojansivu
df32545b07
Revert spinner etc fixes of Wekan v2.56, because of some new bugs.
...
Thanks to gerroon !
Related #2250
6 years ago
justinr1234
bab340a849
Add proper variables for join card Fixes #2285
6 years ago
Lauri Ojansivu
494d44f8bb
v2.56
6 years ago
Lauri Ojansivu
ad1a81e8a0
Update translations.
6 years ago
Lauri Ojansivu
b0d507c2dd
[Fixes the following bugs]( https://github.com/wekan/wekan/pull/2287 ):
...
- [#2250 -> the spinner could be shown on startup and never goes away](https://github.com/wekan/wekan/issues/2250 ).
- The code will now only load extra cards that will be in the current viewport.
- When 2 users were interacting on the same board, there was a situation where the spinner could show up on the other user, without being able to load the extra cards.
- The code is now much simpler, thanks to the IntersectionObserver, and all of this for fewer lines of code :)
Thanks to bentiss with Apache I-CLA !
Closes #2250
6 years ago
Lauri Ojansivu
619e5e944b
Merge branch 'bentiss-fix-infinite-scroll' into edge
6 years ago
Benjamin Tissoires
e2d0faa539
list: disconnect infinite-scroll observer to prevent memory leak
6 years ago
Benjamin Tissoires
cbb6c82113
list: move the spinner into its own blaze component
...
This way, when a list is at the maximum number of cards shown and adding
a new card would make the spinner appear, the list would load the next
N items.
This can happen if user A and B are both looking at the same board,
B adds a new cards, and A will see the spinner and will not be able to
remove it.
6 years ago
Benjamin Tissoires
00376b43f8
list: make sure the spinner of infinite scrolling doesn't show on load
...
When loading a board on a high resolution screen, there is a chance there
is not enough cards displayed and the spinner is still there, spinning
forever.
Add an idle callback that checks if the spinner is still there, and while
it is there, extend the number of cards to show.
Fixes #2250
6 years ago
Benjamin Tissoires
fb163a2493
list: simplify infinite scrolling
...
Use IntersectionObserver instead of custom made one.
This adds the benefit of not loading any extra cards if the list is
not shown on screen
6 years ago