Wicket page for project editing. Full-page project management with tabs.
868d6abb7 2025 -> 2026
63081666f Source file headers: 2024-> 2025.
1b50060c3 BaseDao: renamed: get -> find, save -> insert, getList -> select, load -> select
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.)
d6d3d176f Migration stuff in progress...
b6092df09 Copyright 2023 -> 2024
ab45d51fa Copyright 2001-2022 -> 2001-2023.
243078633 ProjektEditPage returns now to Wicket-version if called by.
3eac1c792 Rest version of ProjectPagesRest (list view) including multi selection (not yet finished).
5f7ef41b8 Copyright 2021 -> 2022
ceb63e8a1 Source code header: (C) 2001-2021.
7c79f1922 Copyright of source header -> 2020.
a5bbdca6a Change logger to slf4j
f0415d418 PROJECTFORGE-2704 Add managers to project and order
9ebb88522 Initial commit