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

Release 2.13 #4659

Merged
merged 40 commits into from Mar 10, 2024
Merged

Release 2.13 #4659

merged 40 commits into from Mar 10, 2024

Conversation

kevinpapst
Copy link
Member

@kevinpapst kevinpapst commented Feb 22, 2024

Description

  • fixes Calendar Week view showing date in American format i.e. 3/14 instead of 14/3 #4684 - calendar was using request locale instead of user configuration
  • prevent 500 on plugin controller if domain is not reachable
  • prevent error due to missing username
  • fix timezone reporting issue (times were shown on wrong date, if reporter and current user are in different timezones)
  • allow filter customers by country
  • change order of daterange input and select
  • speed up permission checks
  • support in-/decrementor in invoice date number generator
  • make sure current users permissions are respected during timesheet collection call
  • secure activity/project/customer detail api call

Developer stuff

  • [BC] rename internal menu IDs
  • cache voter checks
  • bump composer

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist

  • I verified that my code applies to the guidelines (composer code-check)
  • I updated the documentation (see here)
  • I agree that this code is used in Kimai (see license)

@kevinpapst kevinpapst added this to the 3.0 - Planned features milestone Feb 22, 2024
Copy link

codecov bot commented Feb 26, 2024

Codecov Report

Attention: Patch coverage is 94.32314% with 13 lines in your changes are missing coverage. Please review.

Project coverage is 88.09%. Comparing base (e293d62) to head (5989db7).

Additional details and impacted files
@@             Coverage Diff              @@
##               main    #4659      +/-   ##
============================================
- Coverage     88.14%   88.09%   -0.06%     
- Complexity     8827     8851      +24     
============================================
  Files           787      787              
  Lines         29534    28995     -539     
============================================
- Hits          26034    25543     -491     
+ Misses         3500     3452      -48     
Files Coverage Δ
src/API/ActivityController.php 97.32% <ø> (-0.03%) ⬇️
src/API/CustomerController.php 99.00% <ø> (-0.01%) ⬇️
src/API/ProjectController.php 94.61% <ø> (-0.05%) ⬇️
src/API/TimesheetController.php 94.71% <100.00%> (ø)
src/Controller/CustomerController.php 91.41% <100.00%> (-0.06%) ⬇️
src/EventSubscriber/MenuSubscriber.php 98.03% <100.00%> (-0.13%) ⬇️
src/Form/Toolbar/CustomerToolbarForm.php 100.00% <100.00%> (ø)
src/Form/Type/TagsType.php 100.00% <ø> (ø)
...ce/NumberGenerator/ConfigurableNumberGenerator.php 96.29% <100.00%> (+0.21%) ⬆️
src/Pdf/MPdfConverter.php 74.54% <100.00%> (-0.90%) ⬇️
... and 36 more

... and 345 files with indirect coverage changes

@kevinpapst kevinpapst marked this pull request as ready for review March 10, 2024 10:48
@kevinpapst kevinpapst added bug feature request release a new minor version - PR will not be included in release notes labels Mar 10, 2024
@kevinpapst kevinpapst merged commit dee90bb into main Mar 10, 2024
5 checks passed
@kevinpapst kevinpapst deleted the release-2.13 branch March 10, 2024 14:36
@kevinpapst kevinpapst removed this from the Planned features milestone Apr 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug feature request release a new minor version - PR will not be included in release notes
Development

Successfully merging this pull request may close these issues.

Calendar Week view showing date in American format i.e. 3/14 instead of 14/3
1 participant