| Commit | What changed |
|---|
868d6abb75 | 2025 -> 2026 |
63081666f6 | Source file headers: 2024-> 2025. |
b6092df092 | Copyright 2023 -> 2024 |
ab45d51fa4 | Copyright 2001-2022 -> 2001-2023. |
5f7ef41b8c | Copyright 2021 -> 2022 |
ceb63e8a1b | Source code header: (C) 2001-2021. |
35de8a909f | Merge branch 'develop' into TimeClassReplacements |
b209e00bae | PFDay.from -> from, fromOrNow, fromOrNull, PFDateTime.from -> from, fromOrNow, fromOrNull |
a6a7aece4d | Optimize Imports |
bdabb065c1 | Merge branch 'develop' into TimeClassReplacements |
6874f66b44 | FirstDayOfWeek... |
7c1c487822 | Replacing more instance of java.sql.Date with java.time.LocalDate Replacing instances of java sql.Timestamp with java.util.Date |
194ae2e64c | Holidays -> Kotlin, PFDayUtilsTest.getNextWorkingDay implemented, ... |
760a00df19 | NPE-fixes (platform clashes between Java and Kotlin) in DayHolder and TimesheetDisciplineChartBuilder. |
7c79f1922c | Copyright of source header -> 2020. |
a1c287b49b | Week of year is now globally the same (independant from user's locale, dependent on configured default locale in projectforge.properties. DateHelper.ensurePrecision uses now PFDateTime.ensurePrecision. |
4b53b65623 | PFDate -> PFDay, IPFDate introduced.. |
8c31eba2a3 | Heavy WIP: migration of Calendar, DateHolder, DayHolder etc. |
24019a0f57 | Eliminate DateHolder occurences |
4cd7c8e693 | Replace DateHolder and DayHolder methods with PFDateTime |
73a9755df7 | More code cleanup: - Collapsed catch blocks that did the exact same things - Replaced ArrayList with ArrayList<> - Replaced StringBuffer with StringBuilder - Removed a few usages of deprecated classes (mainly HSSFColors in Excel) - Replace Collections.sort with List.sort |
32f634b88f | Optimize imports |
97991a2c4d | Revert "Simplify boolean return statements (business)" |
40480b54dd | Simplify boolean return statements (business) |
000ca723d8 | Remove pointless boolean expressions (business) |
dd5ca38acd | CopyRight of all java file-header updated or created. |
f979e8a429 | MGC-UPDATE: Update auf Version 3.0.0-SNAPSHOT |
348847780a | PROJECTFORGE-2011 Fix Christmas/Silvester half day |
0e30bdbc84 | PROJECTFORGE-2011 Create test, fix one day problem |
9ebb885224 | Initial commit |