Skip to content

fix: apply user date format to date extra fields

88ce43c
Select commit
Loading
Failed to load commit list.
Open

Respect user date format for activities, calendar events and core date fields #683

fix: apply user date format to date extra fields
88ce43c
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action Dec 8, 2025 in 0s

4 new issues (0 max.) of at least severity.

Codacy Here is an overview of what got changed by this pull request:

Issues
======
+ Solved 14
- Added 4
           

Complexity increasing per file
==============================
- lib/ExtraFields.php  9
- modules/calendar/CalendarUI.php  2
- modules/calendar/CalendarUI.js  4
- modules/contacts/ContactsUI.php  2
         

Clones added
============
- modules/calendar/CalendarUI.js  2
         

See the complete overview on Codacy

Annotations

Check warning on line 857 in lib/ExtraFields.php

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

lib/ExtraFields.php#L857

Avoid using static access to class 'DateUtility' in method 'getValuesForEdit'.

Check warning on line 905 in lib/ExtraFields.php

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

lib/ExtraFields.php#L905

Avoid using static access to class 'DateUtility' in method 'setValuesOnEdit'.

Check warning on line 912 in lib/ExtraFields.php

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

lib/ExtraFields.php#L912

Avoid using static access to class 'DateUtility' in method 'setValuesOnEdit'.

Check warning on line 931 in lib/ExtraFields.php

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

lib/ExtraFields.php#L931

_isDateDMY accesses the super-global variable $_SESSION.