Marc Hartmayer
64fa02cdf5
Change the swimlaneid of a card only if a new target swimlaneid is selected
...
Fixes the issue https://github.com/wekan/wekan/issues/2757 . While at it, fix the
same issue also for multi selection.
2020-05-23 17:35:22 +02:00
helioguardabaxo
3b50b2c59f
Added Modern theme with Poppins font
2020-05-22 18:38:50 -03:00
Romulus Urakagi Tsai
af7c74b2d3
Merge branch 'lib-change' of https://github.com/PDIS/wekan into lib-change
2020-05-20 15:12:55 +08:00
Romulus Urakagi Tsai
4064f3f406
Fix migrated attachment not readable bug
...
Remove reduandant files
2020-05-20 15:11:22 +08:00
Lewis Cowles
5ef83ab236
Export Board to Zip file
...
* Extracts Card covers
* Labels
* Re-works some CSS & HTML
* Produces deployable assets (minus WebFonts)
2020-05-18 11:06:18 +01:00
helioguardabaxo
7a576f9ae4
Added natural theme
2020-05-16 18:07:38 -03:00
Lauri Ojansivu
1ac11d92ba
Try to fix Sandstorm Export menu.
...
Thanks to xet7.
2020-05-15 20:37:30 -04:00
Lauri Ojansivu
13dffca055
Merge branch 'master' of https://github.com/CidKramer/wekan into CidKramer-master
2020-05-16 03:25:06 +03:00
Lauri Ojansivu
3718dd4d45
Fix lint.
2020-05-16 03:15:14 +03:00
Lauri Ojansivu
98e255ccec
Fix Can't Scroll on All Boards on mobile phone. Added drag handles.
...
Thanks to xet7 !
Fixes #3096
2020-05-16 03:08:05 +03:00
CidKramer
45dea737bf
Added clearblue theme
2020-05-15 14:17:37 +02:00
Romulus Tsai 蔡仲明
0735981366
Merge branch 'master' into lib-change
2020-05-14 16:47:05 +08:00
Lauri Ojansivu
ea74a34d72
Add popup and changelog for linked card fixes.
2020-05-14 01:04:52 +03:00
Lauri Ojansivu
0a12319002
Merge branch 'fixes' of https://github.com/marc1006/wekan into marc1006-fixes
2020-05-14 00:22:22 +03:00
Lauri Ojansivu
0e428233f2
Merge pull request #3088 from krupupakku/master
...
Swimlanes ID missing in new boards
2020-05-13 22:02:24 +03:00
mvolo17
ea0239538a
Swimlanes ID missing in new boards
...
when creating a new card in a new board there were and error on console. Result: card was not created. adding this parenthesis it works now.
Just for info. without this change if you want to create a card you need to change view to swimlines and go back to list view
2020-05-13 12:44:40 +02:00
Lauri Ojansivu
8a2509007c
Fix syntax. Maybe sometime later think about translations.
...
Thanks to xet7 !
2020-05-13 05:25:04 +03:00
Lauri Ojansivu
851bfa53e6
Merge branch 'add-more-import-export-options' of https://github.com/brymut/wekan into brymut-add-more-import-export-options
2020-05-13 03:28:02 +03:00
Lauri Ojansivu
85f254da38
Merge branch 'master' of https://github.com/NicoP-S/wekan into NicoP-S-master
2020-05-13 02:57:36 +03:00
Lauri Ojansivu
8f33517142
Merge branch 'master' of https://github.com/krupupakku/wekan into krupupakku-master
2020-05-13 02:46:57 +03:00
Bryan Mutai
a570c4a861
add: export board/cards/lists to CSV/TSV
2020-05-10 23:58:15 +03:00
Marco Volo
2bb5a31fa4
avatar-image fix
2020-05-08 15:25:31 +02:00
Romulus Urakagi Tsai
012ca39a8d
Attachment activities merging done
2020-05-08 11:50:43 +08:00
Romulus Tsai 蔡仲明
c3458855bd
Merge branch 'master' into lib-change
2020-05-08 10:13:11 +08:00
Romulus Urakagi Tsai
4448488767
Done attachments activities operating
2020-05-08 09:32:19 +08:00
Bryan Mutai
1742bcd9b1
add: import board/cards/lists using CSV/TSV
2020-05-07 01:31:59 +03:00
Romulus Urakagi Tsai
269698ba78
Attachments download
2020-05-05 14:18:10 +08:00
Nico
3cc0a93e0e
Card vote options in new fork
2020-05-03 00:33:15 +02:00
helioguardabaxo
079867ff37
Add white-space:normal to copy-to-clipboard button in card details
2020-05-02 14:48:49 -03:00
Lauri Ojansivu
8d5adc0464
Install Wekan to mobile homescreen icon and use fullscreen PWA.
...
Docs at https://github.com/wekan/wekan/wiki/PWA
Thanks to xet7 !
Closes #2879
2020-04-30 06:54:48 +03:00
Marc Hartmayer
9cba640120
Fix typo
2020-04-30 01:59:57 +02:00
Marc Hartmayer
b740381a72
Refuse to delete a card as long as there is link to it
...
This fixes https://github.com/wekan/wekan/issues/2785 .
2020-04-30 01:59:44 +02:00
Marc Hartmayer
2691f033cb
Fix creation of card links
...
Without this fix, orphaned card links are created and therefore this leads to
problems as described in https://github.com/wekan/wekan/issues/2785 .
2020-04-30 01:59:04 +02:00
Lauri Ojansivu
6afc9259f0
Smaller height for Add Board button.
...
Thanks to xet7 !
2020-04-28 15:14:10 +03:00
Marc Hartmayer
9b9e3c9e0c
Fix list header height when cards count is shown
2020-04-27 14:22:26 +02:00
Marc Hartmayer
f7a0d15db7
Make sure that the board header buttons fit into one line
...
...even for devices with 360px width resolution.
2020-04-27 02:21:48 +02:00
Lauri Ojansivu
09666585e2
Revert part 2, related https://github.com/wekan/wekan/pull/3048
2020-04-27 02:56:11 +03:00
Lauri Ojansivu
ee106d1cb4
Revert In Progress additional vote features. Translations are not removed.
...
Thanks to xet7 !
Related https://github.com/wekan/wekan/pull/3048
2020-04-27 02:54:40 +03:00
Lauri Ojansivu
c5079096b5
Merge branch 'master' of github.com:wekan/wekan
2020-04-27 02:23:42 +03:00
Marc Hartmayer
eddcb2260b
Reactivate the touch event fix for the boards list
...
This fixes https://github.com/wekan/wekan/issues/3049 .
2020-04-27 01:16:13 +02:00
Nico
de993a079d
Remove old code
2020-04-26 02:44:14 +02:00
Nico
7bb0aa7488
Additional vote features
2020-04-26 02:41:26 +02:00
Nico
fe7398faef
Put checkbox and label in same row
2020-04-26 02:37:18 +02:00
Marc Hartmayer
ed0c64a270
Allow words in title/description to be able to break and wrap onto the next line
2020-04-25 13:34:30 +02:00
Marc Hartmayer
e63e7b1131
Allow variable height for board list items
...
This fixes https://github.com/wekan/wekan/issues/3041 .
2020-04-25 13:34:30 +02:00
Marc Hartmayer
f1b18d79cd
Don't interpret dragging an element as a click
...
Remove `enableClickOnTouch` as this behavior is not intuitive.
2020-04-25 09:49:41 +02:00
Marc Hartmayer
6d1cdebfe2
Make it compatible with newer and older versions of jQuery sortable
...
While at it, fix comments and prettify it.
2020-04-25 09:49:10 +02:00
Lauri Ojansivu
666186fee8
Merge branch 'mobile' of https://github.com/marc1006/wekan into marc1006-mobile
2020-04-25 01:41:04 +03:00
Marc Hartmayer
6476503137
Fix drag-and-drop and scrolling on mobile devices
...
Use drag handles on "miniscreens" whenever useful, this is especially useful on
mobile device. This should hopefully fix https://github.com/wekan/wekan/issues/2947 .
While at it, simplify the condition
Utils.isMiniScreen() ||
(!Utils.isMiniScreen() && showDesktopDragHandles)
to
Utils.isMiniScreen() || showDesktopDragHandle
2020-04-23 03:02:03 +02:00
Marc Hartmayer
981ed546f1
Newer versions of jQuery sortable use uiSortable key
...
Newer versions of jQuery sortable use `uiSortable` as key to store the data.
Let's adapt the code. While at it, refactor the code.
2020-04-23 02:55:33 +02:00