summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Put checkbox and label in same rowNico2020-04-261-3/+4
|
* Merge pull request #6 from wekan/masterNicoP-S2020-04-26142-14845/+3260
|\ | | | | Update
| * v3.98v3.98Lauri Ojansivu2020-04-257-2993/+275
| |
| * Update ChangeLog.Lauri Ojansivu2020-04-251-0/+3
| |
| * Merge pull request #3046 from marc1006/3041Lauri Ojansivu2020-04-251-1/+2
| |\ | | | | | | Partially fixes https://github.com/wekan/wekan/issues/3041
| | * Allow words in title/description to be able to break and wrap onto the next lineMarc Hartmayer2020-04-251-0/+1
| | |
| | * Allow variable height for board list itemsMarc Hartmayer2020-04-251-1/+1
| |/ | | | | | | This fixes https://github.com/wekan/wekan/issues/3041.
| * Update ChangeLog.Lauri Ojansivu2020-04-251-1/+1
| |
| * Update translations.Lauri Ojansivu2020-04-250-0/+0
| |
| * Merge pull request #3045 from marc1006/mobile_followupLauri Ojansivu2020-04-256-34/+17
| |\ | | | | | | Follow-up for https://github.com/wekan/wekan/pull/3040
| | * Don't interpret dragging an element as a clickMarc Hartmayer2020-04-256-27/+6
| | | | | | | | | | | | Remove `enableClickOnTouch` as this behavior is not intuitive.
| | * Make it compatible with newer and older versions of jQuery sortableMarc Hartmayer2020-04-254-7/+11
| |/ | | | | | | While at it, fix comments and prettify it.
| * Merge branch 'master' of github.com:wekan/wekanLauri Ojansivu2020-04-251-1/+1
| |\
| | * Merge pull request #3044 from VictorioBerra/patch-1Lauri Ojansivu2020-04-251-1/+1
| | |\ | | | | | | | | Fix comment typo in docker-compose.yml
| | | * Fix comment typo in docker-compose.ymlVictorio Berra2020-04-241-1/+1
| | | | | | | | | | | | webbroser -> web browser.
| * | | Update ChangeLog.Lauri Ojansivu2020-04-251-0/+2
| |/ /
| * | Update translations.Lauri Ojansivu2020-04-252-18/+18
| | |
| * | Update ChangeLog.Lauri Ojansivu2020-04-251-0/+4
| | |
| * | Fix Wekan not load at all in Firefox v.68 for Android.Lauri Ojansivu2020-04-256-0/+13
| | | | | | | | | | | | | | | | | | Thanks to xet7 ! Closes #3021
| * | Merge branch 'marc1006-mobile'Lauri Ojansivu2020-04-258-64/+21
| |\ \ | | |/ | |/|
| | * Merge branch 'mobile' of https://github.com/marc1006/wekan into marc1006-mobileLauri Ojansivu2020-04-258-64/+21
| |/|
| | * Fix drag-and-drop and scrolling on mobile devicesMarc Hartmayer2020-04-235-15/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use drag handles on "miniscreens" whenever useful, this is especially useful on mobile device. This should hopefully fix https://github.com/wekan/wekan/issues/2947. While at it, simplify the condition Utils.isMiniScreen() || (!Utils.isMiniScreen() && showDesktopDragHandles) to Utils.isMiniScreen() || showDesktopDragHandle
| | * Newer versions of jQuery sortable use `uiSortable` keyMarc Hartmayer2020-04-234-52/+11
| | | | | | | | | | | | | | | Newer versions of jQuery sortable use `uiSortable` as key to store the data. Let's adapt the code. While at it, refactor the code.
| | * Mobile device layout fixMarc Hartmayer2020-04-231-0/+1
| | |
| * | Update translations.Lauri Ojansivu2020-04-236-51/+51
| | |
| * | Update ChangeLog.Lauri Ojansivu2020-04-231-2/+4
| | |
| * | Merge branch 'marc1006-one_apply'Lauri Ojansivu2020-04-232-17/+10
| |\ \
| | * | Merge branch 'one_apply' of https://github.com/marc1006/wekan into ↵Lauri Ojansivu2020-04-232-17/+10
| |/| | | | | | | | | | | | | | marc1006-one_apply
| | * | Use only one 'Apply' button for applying the user settingsMarc Hartmayer2020-04-232-17/+10
| | |/
| * | Update ChangeLog.Lauri Ojansivu2020-04-231-0/+2
| | |
| * | Merge pull request #3038 from marc1006/fixLauri Ojansivu2020-04-231-1/+2
| |\ \ | | |/ | |/| Fix getStartDayOfWeek function
| | * Fix getStartDayOfWeek functionMarc Hartmayer2020-04-231-1/+2
| |/ | | | | | | | | In case profile.startDayOfWeek is 0 it's evaluated to false and 1 is returned. Let's fix this by differentiating between undefined and an actual value.
| * Revert Snap MongoDB changes.Lauri Ojansivu2020-04-223-9/+7
| | | | | | | | Thanks to xet7 !
| * Update ChangeLog.Lauri Ojansivu2020-04-221-0/+2
| |
| * Try to upgrade MongoDB version in Snap.Lauri Ojansivu2020-04-222-3/+260
| | | | | | | | Thanks to xet7 !
| * Update ChangeLog.Lauri Ojansivu2020-04-221-0/+5
| |
| * Upgrade to Meteor 1.10.2Lauri Ojansivu2020-04-224-10/+10
| | | | | | | | Thanks to Meteor developers and xet7 !
| * Update ChangeLog.Lauri Ojansivu2020-04-221-0/+3
| |
| * Merge branch 'boeserwolf-feature-add-babel'Lauri Ojansivu2020-04-224-402/+569
| |\
| | * Merge branch 'feature-add-babel' of https://github.com/boeserwolf/wekan into ↵Lauri Ojansivu2020-04-224-402/+569
| |/| | | | | | | | | | boeserwolf-feature-add-babel
| | * Add babel to build chain and linterboeserwolf2020-04-224-402/+569
| | | | | | | | | | | | | | | Enables fancy Javascript language features like optional chaining, for developer happiness.
| * | Update ChangeLog.Lauri Ojansivu2020-04-221-0/+2
| | |
| * | Update translations.Lauri Ojansivu2020-04-2251-55/+463
| | |
| * | Update ChangeLog.Lauri Ojansivu2020-04-221-0/+2
| | |
| * | Merge branch 'master' of github.com:wekan/wekanLauri Ojansivu2020-04-220-0/+0
| |\ \
| | * | - Set Snap MongoDB compatibility to 4.2.5 according to Meteor ChangeLog.Lauri Ojansivu2020-04-221-0/+2
| | | | | | | | | | | | | | | | Thanks to xet7 !
| * | | - Set Snap MongoDB compatibility to 4.2 according to Meteor ChangeLog.Lauri Ojansivu2020-04-221-0/+2
| |/ / | | | | | | | | | Thanks to xet7 !
| * | Update ChangeLog.Lauri Ojansivu2020-04-221-0/+2
| | |
| * | Fix lint errors in lint error fix.Lauri Ojansivu2020-04-229-49/+47
| | | | | | | | | | | | Thanks to xet7 !
| * | Merge branch 'marc1006-week_start'Lauri Ojansivu2020-04-227-1/+95
| |\ \