Lauri Ojansivu
1bc07b1b4a
Teams/Organizations: Added more code to Admin Panel for saving and editing. In Progress.
...
Thanks to xet7 !
Related #802
4 years ago
lindhork
29c22efed0
Error message corrected
4 years ago
lindhork
650519683c
Added compatibility for single digit hours in 24 hours format
4 years ago
Lauri Ojansivu
f40c9804f8
Disable some console.log code, that is only needed while developing.
...
Thanks to xet7 !
4 years ago
John R. Supplee
e4f50d4713
Hopeful fix for i18n not working in `onRendered()`
...
* Remove the i18n initialization code from an `autorun()` block
* Add some console statements to help with debugging production.
* Add functions to `Boards` for label colors and color mapping
4 years ago
John R. Supplee
6920c39752
Don't reload page when returning default sort
4 years ago
John R. Supplee
55b121e0d3
Development and fixes to My Cards and Due Cards
4 years ago
John R. Supplee
1abdd5177d
Initial work on due cards page
4 years ago
John R. Supplee
e55b50bc5a
My Cards development
...
* Popup.open() not working so simply toggle between board sort and 'due by'
* clean-up CSS classes
* code clean-up
4 years ago
John R. Supplee
1ea99a5dc8
My Cards development
...
* Add cards due view
* Add input for selecting sort (not working)
* Add methods to `Utils` to save sort to local browser storage
* CSS updates to make lists display horizontally within swimlanes
4 years ago
Lauri Ojansivu
3c406d955e
Removed cookie code that is not in use.
...
Thanks to xet7 !
5 years ago
Lauri Ojansivu
bec0b7ec56
Update ChangeLog. Fix lint.
5 years ago
helioguardabaxo
69fc2cd8f8
Add keyboard shortcut for search
5 years ago
Martin Filser
fd41e8ba45
Drag handles for checklist #3240
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
Tomasz Borychowski
d887e553ce
fix(scrollbar): remove custom scrollbar
5 years ago
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 !
5 years ago
Giacomo Vespignani
c9a28db3ab
Added an API to get the cards for a specific custom field value
5 years ago
Lauri Ojansivu
05349a5deb
Prettifier fixes.
5 years ago
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
5 years ago
Marc Hartmayer
52d633ca69
Use on instead of bind
...
Suggested by deepcode.ai.
5 years ago
Romulus Urakagi Tsai
4064f3f406
Fix migrated attachment not readable bug
...
Remove reduandant files
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
Marc Hartmayer
301d96f392
Support card shortcuts when hovering a card
5 years ago
Marc Hartmayer
1c488cb8a7
Fix shortcuts mapping in the shortcuts list
...
Shorcuts are case-sensitive therefore let's fix the keys in the shortcuts list.
5 years ago
Marc Hartmayer
8e14459cff
Implement option to change the first day of week in user settings
...
Implements #2535 .
5 years ago
Marc Hartmayer
3ac5dba243
Set first day of the week to Monday
5 years ago
Daniel Eder
fe285c62e1
Add filter option for assignee
...
Works exactly like member
5 years ago
Lauri Ojansivu
3546d7aa02
Fix Browser always reload the whole page when I change one of the card color.
...
Fixed by making label colors and text again editable.
Regression from [Wekan v3.86 2)](b9099a8b7e
).
Thanks to javen9881 and xet7 !
Closes #2971
5 years ago
Lauri Ojansivu
b9099a8b7e
1) Fix Pasting text into a card is adding a line before and after
...
(and multiplies by pasting more) by changing paste "p" to "br".
2) Fixes to summernote and markdown comment editors, related
to keeping them open when adding comments, having
@member mention not close card, and disabling clicking of
@member mention.
Thanks to xet7 !
Closes #2890
5 years ago
Lauri Ojansivu
bf78b093ba
Try to disable dragging Swimlanes/Lists/Cards/Checklists/Subtasks on small mobile smartphones webbrowsers, and hide drag handles on mobile web.
...
Thanks to xet7 !
5 years ago
Lauri Ojansivu
5bece0dd1e
Fix prettier.
5 years ago
Lauri Ojansivu
d16a601c04
More keyboard shortcuts: c for archive card
...
Thanks to xet7 !
Related #1878
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
Romulus Urakagi Tsai
93337c20f8
Change upload routine, add upload popup
6 years ago
Lauri Ojansivu
d5a8ec1c36
Remove 1st implementation of collapse swimlanes. I will do it
...
differently in next 2nd implementation.
Thanks to xet7 !
6 years ago
Romulus Urakagi Tsai
6cdd464f54
Uploaded done, but uploading not
6 years ago
Lauri Ojansivu
8898862d36
Fix lint errors.
6 years ago
Lauri Ojansivu
788dd0a81a
Fix lint errors.
6 years ago
Romulus Urakagi Tsai
4dcdec0084
Attachment upload from card done, need to fix download link
6 years ago
Lauri Ojansivu
115d23f929
Use database when logged in. Continued.
...
Thanks to xet7 !
6 years ago
Lauri Ojansivu
4786b0c18d
Use database when logged in. Continued.
...
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
Romulus Urakagi Tsai
05c53ca01d
Trying to upload an attachment with Meteor-Files
6 years ago
Sam X. Chen
b26504f414
Fix: lists filter didn't get added into filter active checklist
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
Thomas Liske
064c4d7ca7
Lintian fixes.
6 years ago
Thomas Liske
0fb15888bc
Enhancement: set card times more sensible using the 'Today' button in datepicker
6 years ago
Sam X. Chen
d2d4840758
Add Feature: allowing user to filter list in Filter function not just cards
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