Highlights
- New hierarchical tasks sorting on dashboard
- Translation Updates
- Various bugfixes https://github.com/Leantime/leantime/milestone/10?closed=1
Changes in this Release
History from v3.4.5
to @
Commits
- f123eaf [Changelog CI] Add Changelog for Version 3.4.6
- e895f58 task: remove console logs
- 9aff76d fix: set var
- acbff01 task: bump version
- 44ae552 Update README.md
- df45904 fix: pseudo element on overlay took over click events on dark mode
- 0cee868 fix: update user tests
- 92b87a6 fix: silent is now part of laravel itself and should not be added anymore
- 2fa52c1 New translations en-us.ini (German (Informal))
- e68c1f5 New translations en-us.ini (Karakalpak)
- ed6f2e3 New translations en-us.ini (Spanish, Latin America)
- b355009 New translations en-us.ini (English (upside down))
- ef91fc0 New translations en-us.ini (Kashmiri)
- 498ef21 New translations en-us.ini (Pirate English)
- 55a40a7 New translations en-us.ini (English, United Kingdom)
- 8f3f9c0 New translations en-us.ini (Latvian)
- eb5d71a New translations en-us.ini (Estonian)
- 70d14ef New translations en-us.ini (Croatian)
- e1f23d3 New translations en-us.ini (Spanish, Mexico)
- 501683b New translations en-us.ini (Khmer)
- 788fe10 New translations en-us.ini (Persian)
- 357013f New translations en-us.ini (Portuguese, Brazilian)
- c6dbe21 New translations en-us.ini (Icelandic)
- f99bcc7 New translations en-us.ini (Vietnamese)
- aca68a9 New translations en-us.ini (Chinese Traditional)
- 6a49797 New translations en-us.ini (Chinese Simplified)
- c05c484 New translations en-us.ini (Turkish)
- 4a6d385 New translations en-us.ini (Swedish)
- 431f089 New translations en-us.ini (Serbian (Cyrillic))
- 7ed0d73 New translations en-us.ini (Slovenian)
- 6c1de69 New translations en-us.ini (Slovak)
- 628837d New translations en-us.ini (Russian)
- d4358e3 New translations en-us.ini (Portuguese)
- a6b1276 New translations en-us.ini (Polish)
- 2a75ec2 New translations en-us.ini (Norwegian)
- 9f58435 New translations en-us.ini (Dutch)
- 113f2f7 New translations en-us.ini (Korean)
- f7db626 New translations en-us.ini (Japanese)
- cbc6556 New translations en-us.ini (Italian)
- 6ad8fb9 New translations en-us.ini (Hungarian)
- 78a774f New translations en-us.ini (Hebrew)
- 8350fa9 New translations en-us.ini (Greek)
- 048a3d9 New translations en-us.ini (German)
- 08f7700 New translations en-us.ini (Danish)
- c9f2658 New translations en-us.ini (Czech)
- 9e7a0f2 New translations en-us.ini (Arabic)
- 4337be8 New translations en-us.ini (Spanish)
- 183968a New translations en-us.ini (French)
- 1134e7a New translations en-us.ini (Romanian)
- b18d8ef fix: code cleanup
- 02414fc feat: new sortable task list for my todo widget
- 61e8866 Fix: Awkward experience when nesting items
- 7872aa0 [Changelog CI] Add Changelog for Version 3.4.5
- 6b42701 feat: New sortable component for todowidget first draft
Contributors
- Marcel Folaron (52 commits)
Files
.idea/blade.xml | 3 +-
.idea/php.xml | 2 +
CHANGELOG.md | 64 ++
README.md | 2 +-
app/Command/MigrateCommand.php | 3 +-
app/Core/Configuration/AppSettings.php | 2 +-
app/Core/Events/EventDispatcher.php | 2 +-
app/Core/Middleware/InitialHeaders.php | 2 +-
app/Core/UI/Template.php | 19 +
app/Domain/Auth/Templates/userInvite4.blade.php | 4 -
app/Domain/Calendar/Js/calendarController.js | 251 +++----
app/Domain/Projects/Hxcontrollers/ProjectCard.php | 2 +-
app/Domain/Projects/Services/Projects.php | 4 +-
app/Domain/Tickets/Hxcontrollers/Milestones.php | 2 +
app/Domain/Tickets/Hxcontrollers/Subtasks.php | 3 +-
app/Domain/Tickets/Hxcontrollers/TimerButton.php | 8 +-
app/Domain/Tickets/Js/ticketsController.js | 4 -
app/Domain/Tickets/Services/Tickets.php | 244 ++++++-
.../Templates/partials/milestoneCard.blade.php | 25 +-
.../Templates/partials/ticketsubmenu.blade.php | 21 +-
.../Templates/partials/timerButton.blade.php | 80 +++
app/Domain/Timesheets/Hxcontrollers/Stopwatch.php | 4 +-
app/Domain/Widgets/Hxcontrollers/MyToDos.php | 258 ++++++-
.../Widgets/Templates/partials/calendar.blade.php | 10 +-
.../Widgets/Templates/partials/myToDos.blade.php | 638 ++++++++---------
.../Templates/partials/ticketsubmenu.blade.php | 17 +
.../Widgets/Templates/partials/todoItem.blade.php | 247 +++++++
app/Language/ar-SA.ini | 4 +
app/Language/cs-CZ.ini | 4 +
app/Language/da-DK.ini | 4 +
app/Language/de-DE-inf.ini | 4 +
app/Language/de-DE.ini | 4 +
app/Language/el-GR.ini | 4 +
app/Language/en-GB.ini | 4 +
app/Language/en-PT.ini | 4 +
app/Language/en-UD.ini | 4 +
app/Language/en-US.ini | 4 +
app/Language/es-419.ini | 4 +
app/Language/es-ES.ini | 4 +
app/Language/es-MX.ini | 4 +
app/Language/et-EE.ini | 4 +
app/Language/fa-IR.ini | 4 +
app/Language/fr-FR.ini | 4 +
app/Language/he-IL.ini | 4 +
app/Language/hr-HR.ini | 4 +
app/Language/hu-HU.ini | 4 +
app/Language/is-IS.ini | 4 +
app/Language/it-IT.ini | 4 +
app/Language/ja-JP.ini | 4 +
app/Language/kaa.ini | 4 +
app/Language/km-KH.ini | 4 +
app/Language/ko-KR.ini | 4 +
app/Language/ks-IN.ini | 4 +
app/Language/lv-LV.ini | 4 +
app/Language/nl-NL.ini | 4 +
app/Language/no-NO.ini | 4 +
app/Language/pl-PL.ini | 4 +
app/Language/pt-BR.ini | 4 +
app/Language/pt-PT.ini | 4 +
app/Language/ro-RO.ini | 4 +
app/Language/ru-RU.ini | 4 +
app/Language/sk-SK.ini | 4 +
app/Language/sl-SI.ini | 4 +
app/Language/sr-SP.ini | 4 +
app/Language/sv-SE.ini | 4 +
app/Language/tr-TR.ini | 4 +
app/Language/vi-VN.ini | 4 +
app/Language/zh-CN.ini | 4 +
app/Language/zh-TW.ini | 4 +
app/Plugins | 2 +-
app/Views/Templates/components/accordion.blade.php | 2 +-
blocklist.json | 4 +
package-lock.json | 56 +-
package.json | 4 +-
public/assets/css/components/forms.css | 242 +++++++
public/assets/css/components/kanban.css | 2 +-
public/assets/css/components/progressbars.css | 348 +++++++++
public/assets/css/components/sortableList.css | 265 +++++++
public/assets/css/components/structure.css | 24 +-
public/assets/js/app/core/nestedSortable.js | 777 +++++++++++++++++++++
public/assets/less/main.less | 1 +
public/dist/mix-manifest.json | 31 +-
public/theme/default/css/dark.css | 6 +-
public/theme/default/css/light.css | 4 +-
public/theme/minimal/css/dark.css | 4 +-
public/theme/minimal/css/light.css | 4 +-
tests/Acceptance/CreateUserCest.php | 1 +
webpack.mix.js | 6 +-
88 files changed, 3292 insertions(+), 580 deletions(-)