Changes in this Release
History from v3.4.8
to @
Commits
- e07bc66 [Changelog CI] Add Changelog for Version 3.4.9
- 8a6dddf task: add timeout to test to ensure request finishes before checking db
- 7549849 task: update readme
- c52b930 task: update screenshot
- 4b3f74b task: update readme screenshot
- 2e805fa task: version bump
- a02e068 task: clean up code style
- e48608f fix: user settings not stored/retrieved correctly
- 1d203eb fix: cmd installation failed #3003
- a92a2de fix: notes form css
- 12bba8b task: fix code styles
- 3375c41 feat: improved notes style handling
- a5100f2 fix: idea file upload issue
- 747ff31 fix: calendar drag and drop issue
- e610cf7 [Changelog CI] Add Changelog for Version 3.4.8
Contributors
- Marcel Folaron (13 commits)
Files
CHANGELOG.md | 118 ++++++++++++++++++++
README.md | 2 +-
app/Command/MigrateCommand.php | 11 +-
app/Core/Configuration/AppSettings.php | 2 +-
app/Core/Support/DateTimeHelper.php | 11 ++
app/Domain/Auth/Services/Auth.php | 1 +
app/Domain/Calendar/Js/calendarController.js | 22 ++--
app/Domain/Help/Services/Helper.php | 119 +++++++++++++++++++++
app/Domain/Help/register.php | 118 +-------------------
app/Domain/Ideas/Js/ideasController.js | 76 +------------
app/Domain/Ideas/Templates/showBoards.tpl.php | 2 +-
.../Notifications/Services/Notifications.php | 4 +
app/Domain/Tickets/Services/Tickets.php | 8 +-
.../Widgets/Templates/partials/myToDos.blade.php | 9 +-
app/Domain/Wiki/Templates/templates.tpl.php | 29 +++++
package-lock.json | 4 +-
package.json | 2 +-
public/assets/css/components/dropdowns.css | 1 -
public/assets/css/components/forms.css | 53 +++++----
public/assets/css/components/style.default.css | 1 -
public/assets/images/Screenshots/mywork-v3.4.png | Bin 0 -> 685404 bytes
public/assets/images/Screenshots/mywork.png | Bin 994289 -> 0 bytes
public/assets/js/app/core/editors.js | 8 +-
public/dist/mix-manifest.json | 32 +++---
tests/Acceptance/TimesheetCest.php | 2 +-
25 files changed, 369 insertions(+), 266 deletions(-)