| Commit | What changed |
|---|
868d6abb75 | 2025 -> 2026 |
63081666f6 | Source file headers: 2024-> 2025. |
c193e8288c | Ical4j: migration stuff... (all tests OK) |
61966790f6 | Ical4j: migration stuff... |
3aeda5ef5a | Big change: all save|update|...InTrans renamed (InTrans removed). PfPesistenceContext as param not needed anymore (ThreadLocal is used instead). (all tests of all packages: OK). |
1135ccbca9 | Persistence: functions renamed: *NewTrans -> *InTrans |
b095e6f7d1 | !!!!! Big change of Transaction handling: Re-uses PfPersistenceContext as much as possible (not yet finished). Tests doesn't yet run. |
b7b459e739 | Migration stuff in progress... |
06828f4908 | Migration stuff in progress... |
b6092df092 | Copyright 2023 -> 2024 |
ab45d51fa4 | Copyright 2001-2022 -> 2001-2023. |
5f7ef41b8c | Copyright 2021 -> 2022 |
c0f2b9de04 | Tenants functionality removed everywhere (untested). |
ceb63e8a1b | Source code header: (C) 2001-2021. |
7c79f1922c | Copyright of source header -> 2020. |
d3a178833c | Wrong substitution of "calendar" -> "datetime" while refactoring, reverted commit from 12.12.2019. |
9de5dc2773 | Merge branch 'develop' into TimeClassReplacements |
32f634b88f | Optimize imports |
000ca723d8 | Remove pointless boolean expressions (business) |
dd5ca38acd | CopyRight of all java file-header updated or created. |
a5bbdca6aa | Change logger to slf4j |
3042722138 | Fix type |
164e46618d | PROJECTFORGE-2758: Remove wrong warn log message |
5e7278ed56 | PROJECTFORGE-2758: Add more test data and tests |
a23ae82886 | PROJECTFORGE-2758: - Add more tests - Fix multiple bugs in ICalHandler - Add warnings to EventHandle class, warnings can be ignored during persit calls |
2206e54e1b | PROJECTFORGE-2758: - Remove TeamCalServiceImple - Split processing of events in validate and persist in ICalHandler - Remove unused stuff in multiple classes - Fix handling of errors in ICalHandler |
d9e217bcd8 | PROJECTFORGE-2758: - Finish first version of ICalHandler - Remove usage of TeamCalServiceImpl - Implement first test for ICalHandler |
cc9f1a6564 | PROJECTFORGE-2758: Start implementing ical handler |