summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update dependencies.Lauri Ojansivu2020-06-161-1/+1
|
* Update ChangeLog.Lauri Ojansivu2020-06-161-0/+2
|
* Fix: Unable to delete a custom field in a board.Lauri Ojansivu2020-06-161-7/+5
| | | | | | Thanks to xet7 ! Fixes #2605
* Update translations.Lauri Ojansivu2020-06-165-18/+18
|
* Update ChangeLog.Lauri Ojansivu2020-06-161-4/+6
|
* Merge pull request #3174 from hgustafsson/masterLauri Ojansivu2020-06-161-1/+3
|\ | | | | Alignment and spacing of minicard labels
| * Alignment and spacing of minicard labelsHenrik Gustafsson2020-06-121-1/+3
| |
* | Merge pull request #3172 from marc1006/margin_fixLauri Ojansivu2020-06-161-0/+2
|\ \ | | | | | | Remove top and bottom margin for hidden checklist items
| * | Remove top and bottom margin for hidden checklist itemsMarc Hartmayer2020-06-141-0/+2
| |/ | | | | | | | | | | Remove top and bottom margin for hidden checklist items, otherwise there could be a gap between unchecked items if multiple hidden/checked items were between them.
* | Update ChangeLog.Lauri Ojansivu2020-06-161-0/+3
| |
* | Merge branch 'NicoP-S-master'Lauri Ojansivu2020-06-165-23/+55
|\ \
| * | Merge branch 'master' of https://github.com/NicoP-S/wekan into NicoP-S-masterLauri Ojansivu2020-06-165-23/+55
|/| |
| * | edit_card start voteNico2020-06-115-23/+55
| |/ | | | | | | better visibility what was voted
* / Update translations.Lauri Ojansivu2020-06-1152-54/+106
|/
* Update ChangeLog.Lauri Ojansivu2020-06-111-0/+5
|
* Merge branch 'marc1006-fix'Lauri Ojansivu2020-06-111-4/+3
|\
| * Fix infinite scrolling for activitiesMarc Hartmayer2020-06-111-4/+3
|/ | | | | | | | | | | | | | | | 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)
* Update ChangeLog.Lauri Ojansivu2020-06-101-0/+10
|
* Merge branch 'marc1006-checklists'Lauri Ojansivu2020-06-106-5/+75
|\
| * Merge branch 'checklists' of https://github.com/marc1006/wekan into ↵Lauri Ojansivu2020-06-106-5/+75
|/| | | | | | | marc1006-checklists
| * Strikethrough checked itemsMarc Hartmayer2020-06-091-0/+1
| |
| * Add user option to hide finished checklist itemsMarc Hartmayer2020-06-096-5/+74
| | | | | | | | Add a user option to hide finished items in a checklist.
* | v4.13v4.13Lauri Ojansivu2020-06-097-9/+9
| |
* | Update ChangeLog.Lauri Ojansivu2020-06-091-3/+2
| |
* | Update ChangeLog.Lauri Ojansivu2020-06-091-4/+2
| |
* | Update translations.Lauri Ojansivu2020-06-090-0/+0
| |
* | Update ChangeLog.Lauri Ojansivu2020-06-091-0/+2
| |
* | Merge branch 'marc1006-issue_3164'Lauri Ojansivu2020-06-091-9/+1
|\ \
| * | Merge branch 'issue_3164' of https://github.com/marc1006/wekan into ↵Lauri Ojansivu2020-06-091-9/+1
|/| | | | | | | | | | | marc1006-issue_3164
| * | Fix condition whether a card is in listMarc Hartmayer2020-06-091-9/+1
| |/ | | | | | | | | | | | | 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.
* / Update ChangeLog.Lauri Ojansivu2020-06-091-1/+20
|/
* Merge pull request #3158 from jimmyjones2/patch-1Lauri Ojansivu2020-06-081-16/+2
|\ | | | | OpenShift template updates
| * OpenShift template updatesJimmy Jones2020-06-071-16/+2
| | | | | | | | | | * Remove status fields (this is created by Kubernetes at run time) * The latest MongoDB by [default available with OpenShift is 3.6](https://github.com/openshift/origin/blob/master/examples/image-streams/image-streams-rhel7.json#L334) * Change MongoDB service name to contain wekan to avoid potentially conflicting with other mongodb instances in the same project
* | Merge pull request #3154 from marc1006/issue_2970Lauri Ojansivu2020-06-081-51/+60
|\ \ | | | | | | Copy the labels only if the target board is different
| * | Copy the labels only if the target board is differentMarc Hartmayer2020-06-051-51/+60
| |/ | | | | | | | | | | This fixes the issues https://github.com/wekan/wekan/issues/2404 and https://github.com/wekan/wekan/issues/2970 if the target board doesn't differ from the source board.
* | Use Docker Hub image, it did build faster this time.Lauri Ojansivu2020-06-081-2/+2
| |
* | v4.12v4.12Lauri Ojansivu2020-06-087-16/+16
| |
* | Update ChangeLog.Lauri Ojansivu2020-06-081-1/+1
| |
* | Fix typos.Lauri Ojansivu2020-06-081-3/+3
| |
* | Update ChangeLog.Lauri Ojansivu2020-06-081-0/+40
| |
* | Change to correct dependency version.Lauri Ojansivu2020-06-081-4/+4
| |
* | 1) Public board default view to Swimlane.Lauri Ojansivu2020-06-082-7/+15
| | | | | | | | | | | | 2) When changing Public board view (sets view cookie), also reload page so view is changed immediately. Thanks to xet7 !
* | Update dependencies.Lauri Ojansivu2020-06-081-134/+479
| |
* | Default view Swimlanes part 3: Change dropdown order to ↵Lauri Ojansivu2020-06-081-7/+7
| | | | | | | | | | | | Swimlanes/Lists/Calendar. Thanks to xet7 !
* | Update minifier-css.Lauri Ojansivu2020-06-081-1/+1
| | | | | | | | Thanks to xet7 !
* | Fix indent part 2.Lauri Ojansivu2020-06-082-16/+16
| | | | | | | | Thanks to xet7 !
* | Fix XSS.Lauri Ojansivu2020-06-081-1/+1
| | | | | | | | Thanks to xet7 !
* | Default view Swimlanes part 2.Lauri Ojansivu2020-06-081-5/+6
| | | | | | | | Thanks to xet7 !
* | Fix indent.Lauri Ojansivu2020-06-081-2/+1
| | | | | | | | Thanks to xet7 !
* | Use markdown in Swimlane titles.Lauri Ojansivu2020-06-081-1/+2
| | | | | | | | Thanks to xet7 !