Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use `Intl.NumberFormat` to format currency | Haben Amare | 2020-05-25 | 2 | -3/+12 |
| | |||||
* | display formatted currency custom field on minicard | Haben Amare | 2020-05-25 | 2 | -2/+16 |
| | |||||
* | add 'cardCustomField-currency' template | Haben Amare | 2020-05-25 | 2 | -0/+42 |
| | |||||
* | Sorry marc1006, I had to revert deepcode.ai arrow function fixes because | Lauri Ojansivu | 2020-05-25 | 1 | -2/+2 |
| | | | | | | Python API docs generator does not work all when code has arrow functions. Thanks to xet7 ! | ||||
* | Move In Progress ostrio-files changes to separate branch, and revert ↵ | Lauri Ojansivu | 2020-05-25 | 5 | -111/+21 |
| | | | | | | | | | | | | 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 | ||||
* | Merge pull request #3112 from marc1006/deepcode | Lauri Ojansivu | 2020-05-24 | 1 | -2/+2 |
|\ | | | | | Some fixes suggested by deepcode.ai | ||||
| * | Use an arrow function inside forEach() instead of an anonymous function | Marc Hartmayer | 2020-05-24 | 1 | -2/+2 |
| | | | | | | | | Suggested by deepcode.ai. | ||||
* | | Make scrollParentContainer() more robust as it's used in a timeout callback | Marc Hartmayer | 2020-05-24 | 1 | -1/+8 |
|/ | | | | | | | | | | | | | Example exception: Exception in setTimeout callback: TypeError: Cannot read property 'parentComponent' of null at constructor.scrollParentContainer (cardDetails.js:77) at cardDetails.js:190 at Meteor.EnvironmentVariable.EVp.withValue (meteor.js?hash=857dafb4b9dff17e29ed8498a22ea5b1a3d6b41d:1207) at meteor.js?hash=857dafb4b9dff17e29ed8498a22ea5b1a3d6b41d:588 at meteor.js?hash=857dafb4b9dff17e29ed8498a22ea5b1a3d6b41d:1234 Probably there is a better fix for this. | ||||
* | Merge branch 'lib-change' of https://github.com/PDIS/wekan into lib-change | Romulus Urakagi Tsai | 2020-05-20 | 5 | -53/+187 |
|\ | |||||
| * | Merge branch 'master' into lib-change | Romulus Tsai 蔡仲明 | 2020-05-14 | 5 | -53/+187 |
| |\ | |||||
| | * | Add popup and changelog for linked card fixes. | Lauri Ojansivu | 2020-05-14 | 1 | -1/+12 |
| | | | |||||
| | * | Merge branch 'fixes' of https://github.com/marc1006/wekan into marc1006-fixes | Lauri Ojansivu | 2020-05-14 | 1 | -1/+6 |
| | |\ | |||||
| | | * | Refuse to delete a card as long as there is link to it | Marc Hartmayer | 2020-04-30 | 1 | -1/+6 |
| | | | | | | | | | | | | | | | | This fixes https://github.com/wekan/wekan/issues/2785. | ||||
| | * | | Merge branch 'master' of https://github.com/NicoP-S/wekan into NicoP-S-master | Lauri Ojansivu | 2020-05-13 | 5 | -51/+164 |
| | |\ \ | |||||
| | | * | | Card vote options in new fork | Nico | 2020-05-03 | 5 | -51/+164 |
| | | |/ | |||||
| | * | | Merge branch 'master' of https://github.com/krupupakku/wekan into ↵ | Lauri Ojansivu | 2020-05-13 | 1 | -0/+2 |
| | |\ \ | | | | | | | | | | | | | | | | krupupakku-master | ||||
| | | * | | avatar-image fix | Marco Volo | 2020-05-08 | 1 | -0/+2 |
| | | |/ | |||||
| | * / | Add white-space:normal to copy-to-clipboard button in card details | helioguardabaxo | 2020-05-02 | 2 | -1/+4 |
| | |/ | |||||
* | / | Fix migrated attachment not readable bug | Romulus Urakagi Tsai | 2020-05-20 | 1 | -1/+4 |
|/ / | | | | | | | Remove reduandant files | ||||
* | | Merge branch 'master' into lib-change | Romulus Tsai 蔡仲明 | 2020-05-08 | 11 | -45/+224 |
|\| | |||||
| * | Revert part 2, related https://github.com/wekan/wekan/pull/3048 | Lauri Ojansivu | 2020-04-27 | 1 | -1/+4 |
| | | |||||
| * | Revert In Progress additional vote features. Translations are not removed. | Lauri Ojansivu | 2020-04-27 | 4 | -22/+23 |
| | | | | | | | | | | | | Thanks to xet7 ! Related https://github.com/wekan/wekan/pull/3048 | ||||
| * | Remove old code | Nico | 2020-04-26 | 1 | -5/+0 |
| | | |||||
| * | Additional vote features | Nico | 2020-04-26 | 3 | -18/+21 |
| | | |||||
| * | Put checkbox and label in same row | Nico | 2020-04-26 | 1 | -3/+4 |
| | | |||||
| * | Don't interpret dragging an element as a click | Marc Hartmayer | 2020-04-25 | 2 | -11/+2 |
| | | | | | | | | Remove `enableClickOnTouch` as this behavior is not intuitive. | ||||
| * | Make it compatible with newer and older versions of jQuery sortable | Marc Hartmayer | 2020-04-25 | 2 | -5/+9 |
| | | | | | | | | While at it, fix comments and prettify it. | ||||
| * | Fix drag-and-drop and scrolling on mobile devices | Marc Hartmayer | 2020-04-23 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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` key | Marc Hartmayer | 2020-04-23 | 2 | -15/+7 |
| | | | | | | | | | | Newer versions of jQuery sortable use `uiSortable` as key to store the data. Let's adapt the code. While at it, refactor the code. | ||||
| * | Fix lint errors in lint error fix. | Lauri Ojansivu | 2020-04-22 | 1 | -9/+8 |
| | | | | | | | | Thanks to xet7 ! | ||||
| * | Merge pull request #3031 from marc1006/style_issues | Lauri Ojansivu | 2020-04-22 | 1 | -3/+3 |
| |\ | | | | | | | Multiple lint issue fixes | ||||
| | * | Multiple lint issue fixes | Marc Hartmayer | 2020-04-21 | 1 | -3/+3 |
| | | | | | | | | | | | | Found by using the command `meteor npm run lint:eslint:fix`. | ||||
| * | | Pre-fill the title of checklists (Trello-style) | boeserwolf | 2020-04-21 | 1 | -1/+12 |
| |/ | |||||
| * | Add sortDefault helper for sorting boards | boeserwolf | 2020-04-19 | 1 | -3/+3 |
| | | |||||
| * | Make linked card clickable | boeserwolf | 2020-04-19 | 2 | -1/+4 |
| | | |||||
| * | Improve card layout on mobile devices | Marc Hartmayer | 2020-04-17 | 1 | -0/+1 |
| | | |||||
| * | Allows for use of checklist on mobile | Devin McAllester | 2020-04-14 | 3 | -3/+7 |
| | | |||||
| * | Fix margin in card labels | boeserwolf | 2020-04-13 | 1 | -0/+2 |
| | | |||||
| * | Public vote | Nico | 2020-04-10 | 3 | -12/+50 |
| | | |||||
| * | Add setting default NOTIFICATION_TRAY_AFTER_READ_DAYS_BEFORE_REMOVE=2 | Lauri Ojansivu | 2020-04-08 | 2 | -29/+35 |
| | | | | | | | | | | | | to all Wekan platforms https://github.com/wekan/wekan/pull/2998 Thanks to xet7 ! | ||||
| * | Fix typos. | Lauri Ojansivu | 2020-04-08 | 1 | -6/+6 |
| | | |||||
| * | Merge branch 'vote' | Nico | 2020-04-07 | 4 | -5/+121 |
| |\ | |||||
| | * | Voteing feature | Nico | 2020-04-07 | 4 | -5/+121 |
| | | | |||||
| * | | Merge branch 'feature/subtask-use-parent-swimlane' of ↵ | Lauri Ojansivu | 2020-04-04 | 1 | -1/+7 |
| |\ \ | | |/ | |/| | | | | https://github.com/daniel-eder/wekan into daniel-eder-feature/subtask-use-parent-swimlane | ||||
| | * | subtasks now use swimlane with title matching parent lane title | Daniel Eder | 2020-04-02 | 1 | -1/+7 |
| | | | | | | | | | As discussed in #1953 this is required to handle two-board scenarios correctly. | ||||
| | * | subtasks now use parent task swimlane by default | Daniel Eder | 2020-03-26 | 1 | -1/+1 |
| | | | |||||
| * | | Minicard labels on the top and title on bottom. | Lauri Ojansivu | 2020-04-01 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | Thanks to helioguardabaxo and xet7 ! Closes #2980 | ||||
| * | | Improvements on card details visualization. | Lauri Ojansivu | 2020-03-31 | 2 | -5/+8 |
| |/ | | | | | | | | | | | Thanks to helioguardabaxo and xet7 ! Closes #2974 | ||||
* | | Attachments download | Romulus Urakagi Tsai | 2020-05-05 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'master' of https://github.com/wekan/wekan into lib-change | Romulus Urakagi Tsai | 2020-02-13 | 11 | -209/+504 |
|\| |