summaryrefslogtreecommitdiffstats
path: root/client/components/sidebar/sidebarFilters.jade
Commit message (Collapse)AuthorAgeFilesLines
* Add more Font Awesome icons. This was originally addedLauri Ojansivu2020-01-031-7/+8
| | | | | | | at Wekan v3.58, removed at Wekan v3.60, and now added back at Wekan v3.61. Thanks to xet7 !
* Revert to Wekan v3.57 version of client and models directories,Lauri Ojansivu2020-01-031-8/+7
| | | | | | | removing Worker role temporarily, because Worker role changes broke saving card. Thanks to xet7 !
* Add Worker role.Lauri Ojansivu2020-01-031-7/+8
| | | | | | | | | Add more Font Awesome icons. Fix browser console errors when editing user profile name etc. Thanks to xet7 ! Closes #2788
* Add Features: allowing lists to be sorted by modifiedAt when not in ↵Lauri Ojansivu2019-10-291-0/+4
| | | | | | | | | | | | 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
* Add 'show archive' and 'hide empty lists' in filter feature.Romulus Urakagi Tsai2019-08-071-0/+16
|
* Fix warning about missing space in jade file.Lauri Ojansivu2018-07-031-2/+2
| | | | Thanks to xet7 !
* forgot a 'IgnatzHome2018-05-201-1/+1
|
* Removing Debug Lines, correcting behavior, caching las valide filter, and ↵IgnatzHome2018-05-201-0/+2
| | | | adding description
* first test for Advanced FilterIgnatzHome2018-05-191-0/+2
|
* Filter Sidebar CorrectionsIgnatzHome2018-05-191-1/+7
|
* Filter on custom fields presenceIgnatzHome2018-05-191-1/+4
|
* first test for custom fields filterIgnatz2018-05-181-0/+6
|
* Fix and update translations. Thanks to xet7 ! Closes #1286Lauri Ojansivu2017-10-101-1/+1
|
* fixed warning in jade templatemario.orlicky2017-01-291-3/+2
|
* removed unused html span elementMario Orlicky2016-11-131-2/+2
|
* added buttons to support filtering by empty labels and membersMario Orlicky2016-11-131-0/+12
|
* Add a button to move selected cardsMaxime Quandalle2015-12-101-0/+7
| | | | | | | This is an alternative to drag and drop to move a set of selected cards. This feature was available at the list level until I deleted it in 5bdf91b, so it makes sense to add it back at the multi-selection level.
* bugfix: only care active members, also optimize some codefloatinghotpot2015-12-081-24/+22
|
* Translate the label colorsMaxime Quandalle2015-10-151-1/+1
|
* Remove redundant wordsAlexander Sulfrian2015-09-161-2/+2
|
* Fix a recurrent English typoMaxime Quandalle2015-09-061-2/+2
|
* Update translation source fileMaxime Quandalle2015-09-011-8/+8
|
* profile name changed fullname and comma hotfix.Yasar icli2015-07-181-2/+2
|
* Improve the multi-selection experienceMaxime Quandalle2015-06-161-19/+46
| | | | | | | | | | New features: - select all filtered cards - assign or unassign a member to selected cards - archive selected cards This commit also fix the card sort indexes calculation when a multi- selection is drag-dropped.
* Re-factor the avatar system and support avatar uploadsMaxime Quandalle2015-06-091-1/+1
| | | | | | | | | | | | | | | The user is now able to upload an avatar, and pick one in a list. This functionality should eventually be abstracted in a community package but we still need to work on a great public API. We rely on collectionFS to manage uploaded avatars. We also removed bengott:avatar which was trying to solve the wrong problem (namely displaying the avatar, which is as simple as displaying an image), and not a avatar system as it should be. Gravatar support is coming (back) soon. We may also want to have a list of default fun avatars the user can choose instead of uploading its own one.
* Implement multi-selectionMaxime Quandalle2015-05-301-0/+57
The UI and the internal APIs are still rough around the edges but the feature is basically working. You can now select multiple cards and move them together or (un|)assign them a label.