Wicket panel component for GanttChartEditTreeTable display and interaction.
868d6abb7 2025 -> 2026
63081666f Source file headers: 2024-> 2025.
1b50060c3 BaseDao: renamed: get -> find, save -> insert, getList -> select, load -> select
a72903e36 *.java, *.kt: StringBuffer -> StringBuilder.
3aeda5ef5 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).
1135ccbca Persistence: functions renamed: *NewTrans -> *InTrans
b095e6f7d !!!!! Big change of Transaction handling: Re-uses PfPersistenceContext as much as possible (not yet finished). Tests doesn't yet run.
4c04cfd65 MAJOR-CHANGE! Migration of integer id's to Long id's (including fk's etc.)
4efcbd0fb Migration stuff in progress...
b6092df09 Copyright 2023 -> 2024
ab45d51fa Copyright 2001-2022 -> 2001-2023.
4548710df WIP: migration.
4a6390e11 Merge branch 'develop' into feature/wicket8
5f7ef41b8 Copyright 2021 -> 2022
db3b02da7 UserException moved from business to common package (AccesssException affected). UserException will now be returned as Toast for Rest clients on default. FileSizeChecker WIP.
ceb63e8a1 Source code header: (C) 2001-2021.
c3abc469a Gantt Wicket components fixed.
aa643b474 Replaced Dates with LocalDates in Gantt classes
a6a7aece4 Optimize Imports
7c79f1922 Copyright of source header -> 2020.
bc0a98baa Deprecated ObjectUitls method replaced (perl -pie is your best friend).
a5bbdca6a Change logger to slf4j
f979e8a42 MGC-UPDATE: Update auf Version 3.0.0-SNAPSHOT
d9bc00cfe Fix broken image in gantt chart generation
fc785c559 PROJECTFORGE-2645 fix access list did not work anymore
9ebb88522 Initial commit