Skip to content

Merge branch 'opencats:master' into refactor/user-date-format

661259c
Select commit
Loading
Failed to load commit list.
Merged

fix: respect user date format for activities, calendar events and core date fields #683

Merge branch 'opencats:master' into refactor/user-date-format
661259c
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action Jan 28, 2026 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 13
- 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.