Skip to content
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

Kimai v2 latest #22

Commits on Dec 5, 2023

  1. Bump dependencies

    Try to solve this problem at log:
    
    > User Deprecated: Context: Passing values to option `--all-or-nothing` Problem: Passing values is deprecated
    
    Identified that this prolem stay at Kimai side, but is good to upgrade.
    
    ref: doctrine/migrations#1383
    
    Signed-off-by: Vitor Mattos <[email protected]>
    vitormattos committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    e43cefd View commit details
    Browse the repository at this point in the history
  2. Fix style of buttons

    Signed-off-by: Vitor Mattos <[email protected]>
    vitormattos committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    a7f87eb View commit details
    Browse the repository at this point in the history
  3. Fix background of rows

    Signed-off-by: Vitor Mattos <[email protected]>
    vitormattos committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    a340f46 View commit details
    Browse the repository at this point in the history
  4. Prevent warning

    When we access a key of array that don't exists, throw an exception, to
    prevent this I used the empty constructor
    
    Signed-off-by: Vitor Mattos <[email protected]>
    vitormattos committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    88965e4 View commit details
    Browse the repository at this point in the history
  5. Fix background with dark theme

    Signed-off-by: Vitor Mattos <[email protected]>
    vitormattos committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    4b51bae View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8ec4719 View commit details
    Browse the repository at this point in the history
  7. Add jQuery using CDN

    the most fast way to do this but not the best way because isn't locally
    
    Signed-off-by: Vitor Mattos <[email protected]>
    vitormattos committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    bee83f9 View commit details
    Browse the repository at this point in the history
  8. Prevent error when user timezone is null

    Use server timezone when the use haven't a timezone
    
    Signed-off-by: Vitor Mattos <[email protected]>
    vitormattos committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    22ab6cc View commit details
    Browse the repository at this point in the history