Nico
06b548f12e
edit_card start vote
...
better visibility what was voted
2020-06-11 19:52:44 +02:00
Marc Hartmayer
06cacd7a5a
Fix infinite scrolling for activities
...
This fixes the error:
Uncaught TypeError: activitiesComponent.loadNextPage is not a function
at constructor.reachNextPeak (sidebar.js:63)
at constructor.BlazeComponent.callFirstWith (peerlibrary_blaze-components.js?hash=4049f7e3116e3d9e865392b9546e70dc479b9add:660)
at constructor.scroll (infiniteScrolling.js:28)
at peerlibrary_blaze-components.js?hash=4049f7e3116e3d9e865392b9546e70dc479b9add:469
at Object.Blaze._withCurrentView (view.js:533)
at peerlibrary_blaze-components.js?hash=4049f7e3116e3d9e865392b9546e70dc479b9add:468
at Template._withTemplateInstanceFunc (template.js:490)
at Blaze.View.eventMap.<computed> (peerlibrary_blaze-components.js?hash=4049f7e3116e3d9e865392b9546e70dc479b9add:467)
at view.js:879
at Object.Blaze._withCurrentView (view.js:533)
2020-06-11 02:36:06 +02:00
Lauri Ojansivu
09677d0bfa
Merge branch 'checklists' of https://github.com/marc1006/wekan into marc1006-checklists
2020-06-10 14:48:42 +03:00
Marc Hartmayer
aa4bdf7efb
Strikethrough checked items
2020-06-09 23:41:01 +02:00
Marc Hartmayer
5755ece33e
Add user option to hide finished checklist items
...
Add a user option to hide finished items in a checklist.
2020-06-09 23:40:44 +02:00
Marc Hartmayer
1aa8f502ae
Fix condition whether a card is in list
...
This fixes the issues https://github.com/wekan/wekan/issues/3164 ,
https://github.com/wekan/wekan/issues/3162 , and
https://github.com/wekan/wekan/issues/3163 . While at it, remove now useless
comments.
2020-06-09 17:24:17 +02:00
Lauri Ojansivu
39519d1cc9
1) Public board default view to Swimlane.
...
2) When changing Public board view (sets view cookie), also reload page so view is changed immediately.
Thanks to xet7 !
2020-06-08 19:12:17 +03:00
Lauri Ojansivu
7f6d500cbe
Default view Swimlanes part 3: Change dropdown order to Swimlanes/Lists/Calendar.
...
Thanks to xet7 !
2020-06-08 17:53:03 +03:00
Lauri Ojansivu
99f68f36b0
Fix XSS.
...
Thanks to xet7 !
2020-06-08 17:34:45 +03:00
Lauri Ojansivu
61e682470c
Default view Swimlanes part 2.
...
Thanks to xet7 !
2020-06-08 17:33:38 +03:00
Lauri Ojansivu
415e94d187
Fix indent.
...
Thanks to xet7 !
2020-06-08 17:32:17 +03:00
Lauri Ojansivu
6b22f96313
Use markdown in Swimlane titles.
...
Thanks to xet7 !
2020-06-08 17:30:26 +03:00
Lauri Ojansivu
8c3322f9a9
Change default view to Swimlanes.
...
Thanks to xet7 !
2020-06-08 17:28:53 +03:00
Marc Hartmayer
fb44df9815
WIP: XSS fixes
2020-06-07 23:22:04 +02:00
Lauri Ojansivu
f73ea218ee
Add Calendar Month Event List view.
...
Thanks to xet7 !
2020-05-30 17:12:09 +03:00
Lauri Ojansivu
6a1bc167cf
Add some changes to Modern theme.
...
Thanks to jeroenstoker and xet7 !
Related #3086
2020-05-26 17:00:46 +03:00
Haben Amare
8732e4b18f
use Intl.NumberFormat to format currency
2020-05-25 22:05:06 +00:00
Haben Amare
d26786a628
display formatted currency custom field on minicard
2020-05-25 22:02:51 +00:00
Haben Amare
54b9035eb2
add 'cardCustomField-currency' template
2020-05-25 22:02:51 +00:00
Haben Amare
3cf6ed916f
add the 'currency' custom field type
2020-05-25 22:02:51 +00:00
Marc Hartmayer
5c02850bc1
Fix move selection
...
This fixes https://github.com/wekan/wekan/issues/3119 .
2020-05-25 22:48:57 +02:00
Lauri Ojansivu
f9018fc3a8
Sorry marc1006, I had to revert deepcode.ai arrow function fixes because
...
Python API docs generator does not work all when code has arrow functions.
Thanks to xet7 !
2020-05-25 21:33:38 +03:00
Lauri Ojansivu
05349a5deb
Prettifier fixes.
2020-05-25 18:04:32 +03:00
Lauri Ojansivu
d52affe658
Move In Progress ostrio-files changes to separate branch, and revert ostrio-files changes, so that:
...
- Export to CSV/TSV with custom fields works
- Attachments are not exported to disk
- It is possible to build arm64/s390x versions again.
Thanks to xet7 !
Related #3110
2020-05-25 17:54:51 +03:00
Lauri Ojansivu
01346152b5
Merge pull request #3112 from marc1006/deepcode
...
Some fixes suggested by deepcode.ai
2020-05-24 18:56:36 +03:00
Marc Hartmayer
fc9f0d8392
Sort callback should return 0 if values are equal
...
Fixes:
"The callback [:381] provided to sort [:381] should return 0 if the compared values are equal."
2020-05-24 13:19:24 +02:00
Marc Hartmayer
cfa2bbd3d4
Fix false positive found by deepcode.ai
2020-05-24 13:19:24 +02:00
Marc Hartmayer
b2fee6a6c1
Use an arrow function inside forEach() instead of an anonymous function
...
Suggested by deepcode.ai.
2020-05-24 12:44:14 +02:00
Marc Hartmayer
b7105d7b57
Fix error link not available
...
Fixes:
Exception in template helper: TypeError: Cannot read property 'link' of undefined
at constructor.attachmentLink (http://192.168.178.2:8080/app/app.js?hash=c0f961362c1318d650abaafcaaa6f6a77c8d11c8:3935:29 )
at http://192.168.178.2:8080/packages/blaze.js?hash=a20deb597f76789e171a9ee2b2e37d73fbb7ecda:1566:16
at http://192.168.178.2:8080/packages/peerlibrary_blaze-components.js?hash=4049f7e3116e3d9e865392b9546e70dc479b9add:395:66
at Function.Template._withTemplateInstanceFunc (http://192.168.178.2:8080/packages/blaze.js?hash=a20deb597f76789e171a9ee2b2e37d73fbb7ecda:3575:14 )
at http://192.168.178.2:8080/packages/peerlibrary_blaze-components.js?hash=4049f7e3116e3d9e865392b9546e70dc479b9add:394:27
at Spacebars.call (http://192.168.178.2:8080/packages/spacebars.js?hash=6f2be25813c793c0b363a6a91ebb029723f294ec:169:51 )
at Spacebars.mustacheImpl (http://192.168.178.2:8080/packages/spacebars.js?hash=6f2be25813c793c0b363a6a91ebb029723f294ec:106:25 )
at Object.Spacebars.mustache (http://192.168.178.2:8080/packages/spacebars.js?hash=6f2be25813c793c0b363a6a91ebb029723f294ec:110:39 )
at Blaze.View._render (http://192.168.178.2:8080/app/app.js?hash=c0f961362c1318d650abaafcaaa6f6a77c8d11c8:3328:42 )
at Blaze.View.doRender (http://192.168.178.2:8080/packages/blaze.js?hash=a20deb597f76789e171a9ee2b2e37d73fbb7ecda:1925:25 )
2020-05-24 11:31:25 +02:00
Marc Hartmayer
d5fbd50b76
Make scrollParentContainer() more robust as it's used in a timeout callback
...
Example exception:
Exception in setTimeout callback: TypeError: Cannot read property 'parentComponent' of null
at constructor.scrollParentContainer (cardDetails.js:77)
at cardDetails.js:190
at Meteor.EnvironmentVariable.EVp.withValue (meteor.js?hash=857dafb4b9dff17e29ed8498a22ea5b1a3d6b41d:1207)
at meteor.js?hash=857dafb4b9dff17e29ed8498a22ea5b1a3d6b41d:588
at meteor.js?hash=857dafb4b9dff17e29ed8498a22ea5b1a3d6b41d:1234
Probably there is a better fix for this.
2020-05-24 11:28:05 +02:00
Lauri Ojansivu
055b528532
Merge branch 'lib-change' of https://github.com/PDIS/wekan into
...
PDIS-lib-change
2020-05-24 03:13:53 +03:00
Lauri Ojansivu
3f16bf6054
Merge pull request #3109 from marc1006/issue_3107
...
Set '*' as default value for swimlane and list name in card move action
2020-05-24 02:13:55 +03:00
Lauri Ojansivu
00a38b36a4
Merge pull request #3108 from marc1006/issue_2757
...
Change the swimlaneid of a card only if a new target swimlaneid is se…
2020-05-24 01:56:58 +03:00
Lauri Ojansivu
de365ad62a
Merge branch 'master' of https://github.com/helioguardabaxo/wekan
2020-05-24 01:46:12 +03:00
Marc Hartmayer
24b21d23ba
Set '*' as default value for swimlane and list name in card move action
...
This is the same default as `Utils.getTriggerActionDesc` has. This commit fixes
https://github.com/wekan/wekan/issues/3107 .
2020-05-23 19:37:23 +02:00
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