Joe Nahmias
|
32667285a8
|
fix: update test for DateTime parse errors to work in php8.2
check if getLastErrors() returns a false bool, rather than specific
array elements, as this throws an error in php8.2 if there are no
errors returned.
|
2023-01-12 18:13:44 -08:00 |
Frédéric Guillot
|
f5bb55bdb8
|
PHP 8 Compatibility
|
2022-02-05 11:49:03 -08:00 |
Frederic Guillot
|
81d14efbd1
|
Simplify date and time configuration to avoid potential validation issues
|
2017-01-24 20:16:43 -05:00 |
Frederic Guillot
|
d81fb20df6
|
Fix wrong datetime formatting when task form shows validation errors
|
2017-01-24 20:04:58 -05:00 |
Frederic Guillot
|
1b6b1cc5e6
|
Time spent for subtasks are not rounded too the nearest quarter anymore
|
2016-08-31 21:32:29 -04:00 |
Frederic Guillot
|
3861e90336
|
Fix wrong project date format (shown as 01/01/1970)
|
2016-08-31 21:04:22 -04:00 |
Frederic Guillot
|
9cb8a1ffc9
|
Display local date format in date picker
|
2016-06-05 22:22:10 -04:00 |
Frederic Guillot
|
656f430632
|
Changed DateParser to use only user format and ISO-8601
|
2016-06-05 21:28:56 -04:00 |
Frederic Guillot
|
6ef83d0e05
|
Add unit test for transition model
|
2016-02-29 22:40:26 -05:00 |
Frederic Guillot
|
58cef28967
|
The date time format can be chosen in application settings
|
2016-02-06 18:08:41 -05:00 |
Frederic Guillot
|
8c532efd5f
|
Run php-cs-fixer on the code base
|
2015-10-17 10:09:03 -04:00 |
Frederic Guillot
|
98b203fe69
|
Move DateParser class to Core namespace
|
2015-10-16 22:43:07 -04:00 |