Lauri Ojansivu
855151a8d1
Export to Excel XLSX. Does work, but does not export all fields yet correctly. In Progress.
...
Thanks to gameendman, alfredgu and xet7 !
Related #3173
4 years ago
Lauri Ojansivu
de27be0911
Removed wekan- from export filenames for whitelabeling.
...
Thanks to xet7 !
4 years ago
Lauri Ojansivu
103d03d4c8
Changed Sandstorm menus to be more similar like other Wekan versions, make Export visible, etc.
...
Thanks to PizzaProgram and xet7 !
Related #3423
4 years ago
Lauri Ojansivu
61ae62a83a
Board: When removing member from board, remove also from assignees.
...
Admin Panel/People: 1) Allow edit user that does not have email address.
2) When creating new user, require username and email address, and save also fullname.
3) Some in progress code for deleting user, that does not work correctly yet, so deleting user is not enabled yet.
Thanks to airtraxx and xet7.
Related #3396
5 years ago
Lauri Ojansivu
7f3c4acf62
Add some permission code, to see does it fix something.
...
Thanks to xet7 !
Related #3377
5 years ago
Lauri Ojansivu
4a205fcfcb
Prevent normal user deleting or modifying too much.
...
Allow normal user to export board.
Thanks to Samunosuke, pgh2357 and xet7 !
Related #3377
5 years ago
Lauri Ojansivu
460b1d3a66
Changed public board changing Swimlanes/Lists/Calendar view
...
and changing Hide minicard label text
from using cookies to using browser localStorage.
Thanks to xet7 !
5 years ago
Lauri Ojansivu
d7333dec84
Fixed CSV/TSV export. Please test.
...
Thanks to xet7 !
Related #3173
5 years ago
Lauri Ojansivu
2d278f303a
Fix linting.
...
Thanks to xet7 !
5 years ago
helioguardabaxo
33cf589c05
UI improvements in filter, multi-selection and rules
5 years ago
Tomasz Borychowski
d887e553ce
fix(scrollbar): remove custom scrollbar
5 years ago
Lauri Ojansivu
045b8a84a2
Hide CSV export until it's fixed in EdgeHTML compatible way.
...
Thanks to xet7 !
5 years ago
Haben Amare
8732e4b18f
use `Intl.NumberFormat` to format currency
5 years ago
Haben Amare
3cf6ed916f
add the 'currency' custom field type
5 years ago
Marc Hartmayer
5c02850bc1
Fix move selection
...
This fixes https://github.com/wekan/wekan/issues/3119 .
5 years ago
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 !
5 years ago
Lauri Ojansivu
05349a5deb
Prettifier fixes.
5 years ago
Marc Hartmayer
b2fee6a6c1
Use an arrow function inside forEach() instead of an anonymous function
...
Suggested by deepcode.ai.
5 years ago
Lewis Cowles
5ef83ab236
Export Board to Zip file
...
* Extracts Card covers
* Labels
* Re-works some CSS & HTML
* Produces deployable assets (minus WebFonts)
5 years ago
Lauri Ojansivu
1ac11d92ba
Try to fix Sandstorm Export menu.
...
Thanks to xet7.
5 years ago
Lauri Ojansivu
8a2509007c
Fix syntax. Maybe sometime later think about translations.
...
Thanks to xet7 !
5 years ago
Bryan Mutai
a570c4a861
add: export board/cards/lists to CSV/TSV
5 years ago
Bryan Mutai
1742bcd9b1
add: import board/cards/lists using CSV/TSV
5 years ago
Lauri Ojansivu
9e95c06415
Fix lint errors in lint error fix.
...
Thanks to xet7 !
5 years ago
boeserwolf
10fcc19b7f
Add sortDefault helper for sorting boards
5 years ago
Nico
f09219cbfd
Remove export button if WITH_API is not enabled
...
#2938
https://github.com/wekan/wekan/issues/2938#issuecomment-589782402
5 years ago
Daniel Eder
fe285c62e1
Add filter option for assignee
...
Works exactly like member
5 years ago
Lauri Ojansivu
e7d2343593
Move "Rules" from "Board View" to "Board Settings".
...
Thanks to helioguardabaxo and xet7 !
Closes #2973
5 years ago
Lauri Ojansivu
aac7c380c8
- Fix critical and moderate security vulnerabilities reported at 2020-02-26 with
...
responsible disclosure by [Dejan Zelic](https://twitter.com/dejandayoff ),
Justin Benjamin and others at [Offensive Security](https://twitter.com/offsectraining ),
that follow standard 90 days before public disclosure.
Thanks to xet7.
- Fix webhook error that prevented some card etc deleting from web UI of board.
Thanks to xet7.
- Add some more Font Awesome icons.
Thanks to xet7.
- Remove autofocus from many form input boxes so that they would not cause warnings.
Thanks to xet7.
5 years ago
Lauri Ojansivu
e89965f642
Remove card element grouping to create compact card layout.
...
Card Settings / Show on Card: Description Title and Description Text.
Thanks to e-stoniauk, 2020product and xet7 !
Fixes https://github.com/wekan/wekan/pull/2922
5 years ago
Lauri Ojansivu
2a54218f3f
Remove hiding comments and activities.
5 years ago
Lauri Ojansivu
2fce02afbc
Add Feature: Card Settings/Show on card/Activities.
...
Fix: When in Card Settings hiding Comments, only adding new comment is hidden, not old comments.
Thanks to xet7 !
Closes #2925
5 years ago
Lauri Ojansivu
f22785dbcd
- Fix adding comments.
...
- Added some working layout changes from https://github.com/wekan/wekan/pull/2920 .
- Fixed Card Settings not working at Sandstorm.
Thanks to 2020product xet7 !
Closes #2918 ,
closes https://github.com/wekan/wekan/pull/2920
5 years ago
Lauri Ojansivu
1350694538
Add Board Card Settings to Show on Card only some of it's fields.
...
Default WYSIWYG comment editor not enabled, use markdown instead.
5 years ago
dollybean
0b00a8095c
Customize of some card's functions
5 years ago
Lauri Ojansivu
5058233509
Wider sidebar.
...
Thanks to vjrj !
Closes #2218
5 years ago
Lauri Ojansivu
8ce9939217
Fix: Unable to find Archive Card/List/Swimlane in board settings.
...
Thanks to neobradley and xet7 !
Closes #2872
5 years ago
Lauri Ojansivu
f6f7705f23
Add Worker role.
...
This was originally added at Wekan v3.58,
reverted at Wekan v3.60 because of bugs,
and now after fixes added back.
Thanks to xet7 !
Closes #2788
5 years ago
Lauri Ojansivu
cd253522a3
Add more Font Awesome icons. This was originally added
...
at Wekan v3.58, removed at Wekan v3.60, and now
added back at Wekan v3.61.
Thanks to xet7 !
5 years ago
Lauri Ojansivu
27943796ad
Revert to Wekan v3.57 version of client and models directories,
...
removing Worker role temporarily, because Worker role changes
broke saving card.
Thanks to xet7 !
5 years ago
Lauri Ojansivu
2bf004120d
Add Worker role.
...
Add more Font Awesome icons.
Fix browser console errors when editing user profile name etc.
Thanks to xet7 !
Closes #2788
5 years ago
Lauri Ojansivu
8898862d36
Fix lint errors.
6 years ago
Lauri Ojansivu
351d4767d7
When logged in, use database for setting, so that changes are
...
immediate. Only on public board use cookies.
Comment out Collapse CSS that is not in use.
Thanks to xet7 !
6 years ago
Lauri Ojansivu
96abe3c691
New feature: Now there is popup selection of Lists/Swimlanes/Calendar/Roles.
...
New feature, not set visible yet, because switching to it does not
work properly yet: Collapsible Swimlanes #2804
Fix: Public board now loads correctly. When you select one of Lists/Swimlanes/Calendar view and
reload webbrowser page, it can change view. Closes #2311
Fix: List sorting commented out. Closes #2800
Fix: Errors hasHiddenMinicardText, hasShowDragHandles, showSort, hasSortBy, profile,
FirefoxAndroid/IE11/Vivaldi/Chromium browsers not working by using
cookies instead of database.
More details at https://github.com/wekan/wekan/issues/2643#issuecomment-554907955
Note: Cookie changes are not always immediate, if there is no effect,
you may need to reload webbrowser page.
Closes #2643 .
Thanks to xet7 !
6 years ago
Lauri Ojansivu
7d6d3af54a
Add Features: allowing lists to be sorted by modifiedAt when not in draggable mode.
...
Bug Fix #2093 : the broken should be prior to file attachment feature introduced, and tested export board is working.
Thanks to whowillcare !
( xet7 merged this pull request manually from https://github.com/wekan/wekan/pull/2756 )
Closes #2093
6 years ago
Sam X. Chen
32f50e1658
Add Feature: allow user to search Lists in Board
6 years ago
Sam X. Chen
bc2a20f04e
Add Feature: allow user to sort Lists in Board by his own preference, boardadmin can star list
6 years ago
Sam X. Chen
3f0600fed7
Add Feature: enable two-way webhooks - stage one
6 years ago
Tobias
446e29e422
fix error when the sidebar is not visible
6 years ago
Lauri Ojansivu
f7e0b837d3
Hide minicard label text: per user checkbox setting at sidebar.
...
Thanks to xet7 !
Closes #1466 ,
closes #2561
6 years ago