-
-
Notifications
You must be signed in to change notification settings - Fork 585
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Calendar improvements #784
Conversation
calendar first class citizen in menu
# Conflicts: # public/build/manifest.json
support event resize
do not buffer command output
@hmr-it-jr ATTENTION: I found a bug in the timesheet API requests. The format for queries was still wrong ... using the "old" format. I had to change that, as you can see in this diff. Now it finally works as announced in the documentation. When using a Probably you can add a switch to the App, using the old format for 0.9 and the new for 1.0? |
@kevinpapst one question: is this really
correct? Because in my time framework (moment.js) provides only this:
so I assume the correct version of the quoted one above should be:
Of course I can make a check of the verison of the api before sending any tracked times and convert the tracked times into the correct format. I just hope we don't change it with every Kimai release 😄 |
LOL, no plans to change it again, unless someone finds another bug ^^ Don't use plain API is updated at https://demo-branch.kimai.org/ |
@kevinpapst I've tested the new format moment().format(HTML5_FMT.DATETIME_LOCAL_SECONDS); but the new format worked for me on my outdated 0.9, demo.kimai.org and demo-branch.kimai.org My local kimai with request /api/verison returns {
"version": "0.9",
"candidate": "stable",
"semver": "0.9-stable",
"name": "Ayumi",
"copyright": "Kimai 2 - 0.9 stable (Ayumi) by Kevin Papst and contributors."
} Is there something for me to do then which I don't see? |
The demo sites are already updated, please try the |
Well, if the app still works with demo.kimai.org and demo-stable.kimai.org then there is no change necessary ... what would be even better! |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. If you use Kimai on a daily basis, please consider donating to support further development of Kimai. |
Description
full=true
)Fixes #622
Fixes #530
Fixes #704
Can be tested at https://demo.kimai.org/
Types of changes
Checklist
bin/console kimai:codestyle --fix
to verify the correct code style