Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow words in title/description to be able to break and wrap onto the next line | Marc Hartmayer | 2020-04-25 | 1 | -0/+1 |
| | |||||
* | Allow variable height for board list items | Marc Hartmayer | 2020-04-25 | 1 | -1/+1 |
| | | | | This fixes https://github.com/wekan/wekan/issues/3041. | ||||
* | Don't interpret dragging an element as a click | Marc Hartmayer | 2020-04-25 | 6 | -27/+6 |
| | | | | Remove `enableClickOnTouch` as this behavior is not intuitive. | ||||
* | Make it compatible with newer and older versions of jQuery sortable | Marc Hartmayer | 2020-04-25 | 4 | -7/+11 |
| | | | | While at it, fix comments and prettify it. | ||||
* | Merge branch 'mobile' of https://github.com/marc1006/wekan into marc1006-mobile | Lauri Ojansivu | 2020-04-25 | 8 | -64/+21 |
|\ | |||||
| * | Fix drag-and-drop and scrolling on mobile devices | Marc Hartmayer | 2020-04-23 | 5 | -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` key | Marc Hartmayer | 2020-04-23 | 4 | -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 fix | Marc Hartmayer | 2020-04-23 | 1 | -0/+1 |
| | | |||||
* | | Use only one 'Apply' button for applying the user settings | Marc Hartmayer | 2020-04-23 | 2 | -17/+10 |
|/ | |||||
* | Fix lint errors in lint error fix. | Lauri Ojansivu | 2020-04-22 | 4 | -20/+20 |
| | | | | Thanks to xet7 ! | ||||
* | Implement option to change the first day of week in user settings | Marc Hartmayer | 2020-04-22 | 4 | -1/+62 |
| | | | | Implements #2535. | ||||
* | Set first day of the week to Monday | Marc Hartmayer | 2020-04-22 | 1 | -0/+1 |
| | |||||
* | Merge pull request #3031 from marc1006/style_issues | Lauri Ojansivu | 2020-04-22 | 2 | -5/+5 |
|\ | | | | | Multiple lint issue fixes | ||||
| * | Multiple lint issue fixes | Marc Hartmayer | 2020-04-21 | 2 | -5/+5 |
| | | | | | | | | 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 |
|/ | |||||
* | Refactor variable names | boeserwolf | 2020-04-19 | 1 | -3/+3 |
| | |||||
* | Make boards sortable | boeserwolf | 2020-04-19 | 3 | -3/+70 |
| | |||||
* | Add sortDefault helper for sorting boards | boeserwolf | 2020-04-19 | 7 | -21/+17 |
| | |||||
* | Make linked card clickable | boeserwolf | 2020-04-19 | 2 | -1/+4 |
| | |||||
* | Remove old warning from Sandstorm import board data loss, because bug has ↵ | Lauri Ojansivu | 2020-04-17 | 1 | -3/+0 |
| | | | | | | been already fixed. Thanks to aputsiaq and xet7 ! | ||||
* | 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 |
| | |||||
* | Merge pull request #3015 from boeserwolf/master | Lauri Ojansivu | 2020-04-14 | 1 | -0/+2 |
|\ | | | | | Fix <p> margin in card labels | ||||
| * | Fix margin in card labels | boeserwolf | 2020-04-13 | 1 | -0/+2 |
| | | |||||
* | | Update layouts.js | Allemand | 2020-04-14 | 1 | -1/+1 |
| | | |||||
* | | hide password auth with PASSWORD_LOGIN_ENABLED variable | salleman | 2020-04-13 | 1 | -0/+5 |
| | | |||||
* | | debug isBoardAdmin on main page | salleman | 2020-04-13 | 2 | -1/+5 |
| | | |||||
* | | Merge branch 'master' of https://github.com/NicoP-S/wekan | Lauri Ojansivu | 2020-04-12 | 4 | -7/+20 |
|\ \ | |/ |/| | |||||
| * | Public boards overview | Nico | 2020-04-12 | 4 | -7/+20 |
| | | |||||
* | | Fix styling issue in notifications drawer | boeserwolf | 2020-04-12 | 1 | -2/+3 |
| | | | | | | | | | | | | The header of the notification drawer had a margin to the right side in Google Chrome caused by overflow: scroll on the #notifications-drawer element. | ||||
* | | Merge pull request #3006 from NicoP-S/master | Lauri Ojansivu | 2020-04-10 | 3 | -12/+50 |
|\| | | | | | Public vote | ||||
| * | Public vote | Nico | 2020-04-10 | 3 | -12/+50 |
| | | |||||
* | | Merge pull request #3005 from jtbairdsr/master | Lauri Ojansivu | 2020-04-09 | 1 | -2/+2 |
|\ \ | |/ |/| | fix bug that prevents editing or deleting comments | ||||
| * | fix bug that prevents editing or deleting comments | Jonathan Baird | 2020-04-09 | 1 | -2/+2 |
| | | |||||
* | | Remove export button if WITH_API is not enabled | Nico | 2020-04-09 | 3 | -29/+26 |
|/ | | | | | #2938 https://github.com/wekan/wekan/issues/2938#issuecomment-589782402 | ||||
* | 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 ! | ||||
* | add a "remove all read" button to notification menu | Jonathan Baird | 2020-04-08 | 3 | -1/+31 |
| | |||||
* | Fix typos. | Lauri Ojansivu | 2020-04-08 | 1 | -6/+6 |
| | |||||
* | Merge branch 'master' of https://github.com/NicoP-S/wekan into NicoP-S-master | Lauri Ojansivu | 2020-04-08 | 4 | -5/+121 |
|\ | |||||
| * | Merge branch 'vote' | Nico | 2020-04-07 | 4 | -5/+121 |
| |\ | |||||
| | * | Voteing feature | Nico | 2020-04-07 | 4 | -5/+121 |
| | | | |||||
* | | | Add filter option for assignee | Daniel Eder | 2020-04-08 | 3 | -1/+32 |
|/ / | | | | | Works exactly like member | ||||
* | | Correct zh-TW language name (the right way) | Will | 2020-04-07 | 2 | -1/+3 |
| | | |||||
* | | Update layouts.js | Will 保哥 | 2020-04-06 | 1 | -0/+2 |
| | | |||||
* | | 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 |
| | | |||||
* | | add correct i18n for notifications menu | Jonathan Baird | 2020-04-01 | 1 | -4/+4 |
| | | |||||
* | | Merge upstream/master | Jonathan Baird | 2020-04-01 | 11 | -288/+37 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '56667112d7fd146a9847794207e9a2224b1115d7': Update ChangeLog. Minicard labels on the top and title on bottom. Update translations. Update translations. Add translations for Notification drawer like Trello. Add translations for Board Settings / Allow Rename Board/Swimlane/Card. Update ChangeLog. Fix start-wekan.sh MongoDB port to 27017. v3.87 Update translations. Update ChangeLog. Improvements on card details visualization. Update ChangeLog. Move "Rules" from "Board View" to "Board Settings". Update ChangeLog. Fix richer editor submit did not clear edit area. Update ChangeLog. 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)](https://github.com/wekan/wekan/commit/b9099a8b7ea6f63c79bdcbb871cb993b2cb7e325). | ||||
| * | | Minicard labels on the top and title on bottom. | Lauri Ojansivu | 2020-04-01 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | Thanks to helioguardabaxo and xet7 ! Closes #2980 |