Major changes from LibrePlan upstream: Migration to Java 21 / Tomcat 9: - ZK Framework 9.x → 8.6.0.1 (built-in databinding) - Removed stub classes blocking real ZK databinder - BCrypt password fix (matches() vs equals()) - Spring Security firewall for double-slash URLs - I18nHelper _() → tr() (Java 9+ reserved keyword) - Hibernate TypeContributor for Jadira types - Fixed ConfigurationModel Currency locale handling Rebrand to TASKPM: - Maven project names updated - web.xml display-name → taskpm-webapp - CSS files: libreplan.css → taskpm.css - i18n .po files updated (all locales) - ZUL page titles updated - Documentation rebranded New Features: - PERT Chart prototype using vis.js (/planner/pert/) - New doc chapters: 22-taskpm.rst (PERT focus) - Deploy automation scripts (migrate/) - Help docs deployed to webapp Removed: - Original .forgejo and .github CI workflows (will be replaced) TASKPM is a personal-oriented planning package integrating taskwarrior/timewarrior with PERT/CPM Monte Carlo scheduling. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
54 lines
No EOL
911 B
Text
54 lines
No EOL
911 B
Text
# ignore build output directory
|
|
libreplan-webapp/target
|
|
libreplan-business/target
|
|
libreplan-gantt-zk/target
|
|
ganttzk-demo-webapp/target
|
|
ganttzk/target
|
|
|
|
# ignore eclipse configuration files
|
|
.classpath
|
|
.project
|
|
.settings/
|
|
|
|
# ignore VSCode configuration files
|
|
.vscode
|
|
|
|
# ignore Intellij IDEA configuration files
|
|
.idea
|
|
*.iml
|
|
|
|
#ignore patches files
|
|
*.patch
|
|
|
|
#ignore logs
|
|
libreplan-webapp/*.log
|
|
libreplan-webapp/*.log.????-??-??
|
|
|
|
#ignore backup files
|
|
*~
|
|
\#*\#
|
|
|
|
# ignore documentation auto-generated files
|
|
doc/src/user/en/html/
|
|
doc/src/user/en/index.rst
|
|
doc/src/user/es/html/
|
|
doc/src/user/es/index.rst
|
|
doc/src/user/fr/html/
|
|
doc/src/user/fr/index.rst
|
|
doc/src/user/gl/html/
|
|
doc/src/user/gl/index.rst
|
|
|
|
#ignore files that need ignoring
|
|
*.ignore
|
|
|
|
# TASKPM local files
|
|
CLAUDE.md
|
|
SESSION-NOTES.md
|
|
MIGRATION_PLAN.md
|
|
MIGRATION_STATUS.md
|
|
cookies.txt
|
|
trash/
|
|
migrate/*.log
|
|
migrate/catalina.out
|
|
migrate/log.txt
|
|
migrate/doc-baseline/ |