Commit graph

239 commits

Author SHA1 Message Date
Ren Juan
cd3274c509 TASKPM: Fork LibrePlan with Java 21 migration and rebrand
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>
2026-01-23 11:52:02 +00:00
Jeroen Baten
565642be62
Merge pull request #1972 from kwoot/add-optional-sponsoring-request
Added sponsor request message to login page.
2024-11-24 10:38:13 +01:00
Jeroen Baten
20c5aecc59 Added sponsor request message to login page.
Tested i18n for new message in Dutch language.
Generated fresh translation input files.
Made small edit to jetty-env.xml to remove warning message.
2024-11-23 14:49:10 +01:00
Jeroen Baten
a061de007e Updating logging and jetty libs. 2024-11-23 11:20:17 +01:00
tristan.ramseyer
68f5589031 Added missing dependency for unit test.
Also removed unneeded annotation-api dependencies.
2022-07-11 01:56:19 +02:00
tristan.ramseyer
dbbe84e415 Updated PostgreSQL JDBC Driver to 42.2.25.jre7 for SCRAM authentication.
Ubuntu 22.04's postgresql version is 14 and uses SCRAM per default:
https://www.percona.com/blog/postgresql-14-and-recent-scram-authentication-changes-should-i-migrate-to-scram/
2022-07-11 01:46:18 +02:00
Jeroen Baten
a8c1a10fca Make build work in Ubuntu 20.04 with openjdk-8-jdk without working tests (yet). 2022-03-13 14:27:32 +01:00
tristan.ramseyer
572a64df85 Added repository with new domain for JFrog Artifactory SaaS.
https://jfrog.com/knowledge-base/deprecation-of-artifactoryonline-com-domain/
https://stackoverflow.com/questions/30824672/jasperreports-maven-broken

Revert "Added missing dependency for Ubuntu 18.04 + 20.04"

This reverts commit 5ff5f057b4.
2022-01-12 23:28:07 +01:00
Jeroen Baten
5edc24fa86
Merge pull request #1931 from LibrePlan/dependabot/maven/junit-junit-4.13.1
Bump junit from 4.12 to 4.13.1
2020-10-13 09:18:23 +02:00
Jeroen Baten
7ef8f530ad
Merge pull request #1930 from LibrePlan/dependabot/maven/org.hibernate-hibernate-validator-5.3.6.Final
Bump hibernate-validator from 5.2.4.Final to 5.3.6.Final
2020-10-13 09:18:08 +02:00
dependabot[bot]
e9a40a3082
Bump junit from 4.12 to 4.13.1
Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1.
- [Release notes](https://github.com/junit-team/junit4/releases)
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.12.md)
- [Commits](https://github.com/junit-team/junit4/compare/r4.12...r4.13.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-10-12 23:18:39 +00:00
dependabot[bot]
e470e9afcd
Bump hibernate-validator from 5.2.4.Final to 5.3.6.Final
Bumps [hibernate-validator](https://github.com/hibernate/hibernate-validator) from 5.2.4.Final to 5.3.6.Final.
- [Release notes](https://github.com/hibernate/hibernate-validator/releases)
- [Changelog](https://github.com/hibernate/hibernate-validator/blob/5.3.6.Final/changelog.txt)
- [Commits](https://github.com/hibernate/hibernate-validator/compare/5.2.4.Final...5.3.6.Final)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-09 19:04:22 +00:00
dependabot[bot]
e6b6ca14e8
Bump quartz from 2.2.3 to 2.3.2
Bumps [quartz](https://github.com/quartz-scheduler/quartz) from 2.2.3 to 2.3.2.
- [Release notes](https://github.com/quartz-scheduler/quartz/releases)
- [Changelog](https://github.com/quartz-scheduler/quartz/blob/v2.3.2/docs/changelog.adoc)
- [Commits](https://github.com/quartz-scheduler/quartz/compare/quartz-2.2.3...v2.3.2)

Signed-off-by: dependabot[bot] <support@github.com>
2020-07-01 18:17:11 +00:00
Carsten Schumann
15e89752dc Bugfix: Updated version of timeplotz in dependencies to use fix from issue #1908. 2019-08-01 09:31:07 +00:00
Yannick Mauray
b5570169d7 Updated ZK artefacts to 8.6.0.1 2019-06-30 21:41:41 +00:00
Jeroen Baten
9a0ca8cdb3 Fixing vulnerability. 2019-06-30 16:17:05 +02:00
Jeroen Baten
91f2e3df25 Relocated nexus from libreplan.org to libreplan.dev 2019-06-30 16:08:02 +02:00
vmazurashu
bc5ceeb64d #1891: fix version inconsistency which caused runtime error 2018-09-25 17:48:12 +03:00
vmazurashu
26ea8a3a85 1870: update mysql jdbc driver version 2018-09-05 11:59:02 +03:00
vmazurashu
1a2d870aa1 1870: update postgresql jdbc driver version, add explicitly org.zkoss.common.zweb 2018-09-05 11:57:51 +03:00
lmann99
8973aedee9 Merge branch 'master' of git://github.com/LibrePlan/libreplan
Updating from upstream
2017-11-11 11:43:18 -05:00
Vikram Palakurthi
328f4fc017 Fixed AnnotationAwareAspectJAutoProxyCreator is only available on Java 1.5 and higher 2017-06-09 15:39:06 -05:00
lmann99
1e58368f3e Add project url to email template keywords, allow url keyword in timesheet template 2017-01-01 08:42:21 -05:00
Paul Luchyn
6be32a2161 Added "Delete all projects" button 2016-12-12 17:14:48 +02:00
Vova Perebykivskyi
495d29768d Revert old timeplotz dependency.
Rows alignment for Chrome.
2016-11-21 14:59:12 +02:00
Vova Perebykivskyi
321d5cf567 Update hibernate-core to 5.1.1.
Resolve some no sessions exceptions.
2016-11-17 11:05:25 +02:00
Vova Perebykivskyi
46b5997e62 Remove slf4j-jdk14 dependency.
Set default config for ExpensesSheet entities obviously in ehcache.xml.
Add log4j loggers.
Minor changes to documentation / i18n.
Code refactoring.
2016-11-15 15:37:16 +02:00
Vova Perebykivskyi
fd19610a40 Update thirdparty repository.
Code refactoring.
2016-10-28 14:23:28 +03:00
Vova Perebykivskyi
74a2d9900a Merge libreplan-webapp module with ZK branch.
Code refactoring.
2016-10-27 10:05:21 +03:00
Vova Perebykivskyi
0f25b227fe Merge libreplan-business module with ZK branch.
Code refactoring.
2016-10-27 10:05:20 +03:00
Vova Perebykivskyi
ad57fbfb38 Update root files.
Merge root files from ZK branch.
2016-10-27 10:05:19 +03:00
Vova Perebykivskyi
39f5df1d30 Add tests for Email functionality.
Resolve minor issues with email functionality.
Resolve issue with test failing.
Update Java Mail library, Apache CXF.
Code refactoring.
2016-08-04 14:17:35 +03:00
Vova Perebykivskyi
455c0f53b0 Update Hibernate stack.
Update Hibernate ID generator.
Changes to Hibernate mappings.
Changes to OrderFileTest.
Code refactoring.
2016-05-24 16:55:13 +03:00
Vova Perebykivskyi
ebe9869547 Update info about MySQL.
Update i18n dependencies (Gettext).
Resolve Spring Security logout issue.
Code refactoring.
2016-05-16 15:13:08 +03:00
Vova Perebykivskyi
cfc416e4ec Update Spring stack.
Code refactoring (config files, java classes, css file).
Update LibrePlan version in files.
2016-05-13 11:16:33 +03:00
Vova Perebykivskyi
c7b428b61b Merge remote-tracking branch 'upstream/master'
Resolve conflicts.
2016-05-10 15:51:15 +03:00
Vova Perebykivskyi
9edba323c2 Update JAX-RS-API.
Update PostgreSQL dialect.
Pom files refactoring.
Code refactoring.
2016-05-10 15:44:54 +03:00
skylow95
76377addd1 Merge remote-tracking branch 'upstream/master' 2016-05-10 15:31:03 +03:00
Bogdan Bodnarjuk
81eb77faa7 Update Commons-fileupload, beanshell
Fix jackson, jasper libs
Refactoring code
2016-05-10 15:30:26 +03:00
Vova Perebykivskyi
5c7b5d92ef Update CXF.
Code refactoring.
Changes to config files.
2016-05-10 13:20:53 +03:00
Vova Perebykivskyi
4dfbc0aaa9 Update Tomcat Maven plugin.
Code refactoring.
Remove unused class.
2016-05-06 18:36:02 +03:00
Dgray16
f0d69af651 Merge remote-tracking branch 'upstream/master' 2016-05-06 15:32:15 +03:00
Vova Perebykivskyi
7cc62c9564 Update Tomcat Maven plugin.
Code refactoring.
Remove unused class.
2016-05-06 15:22:39 +03:00
skylow95
53f91ac8dc Merge remote-tracking branch 'upstream/master' 2016-05-06 15:17:54 +03:00
Bogdan Bodnarjuk
c048719af1 Update AspectJ Weaver 2016-05-06 15:17:31 +03:00
Dgray16
1915c0ca67 Merge remote-tracking branch 'upstream/master' 2016-05-06 13:04:38 +03:00
Vova Perebykivskyi
29bfd15a81 Update MySQL JDBC driver for JDK7.
Update documentation info about MySQL.
Code refactoring.
POM / DB changelog files refactoring.
2016-05-06 13:03:53 +03:00
Bogdan Bodnarjuk
0f02d0fe2d Update Commons Logging 2016-05-06 12:28:43 +03:00
Bogdan Bodnarjuk
577eb6fd41 Update Commons-IO and refactoring code for JUnit 2016-05-06 11:26:18 +03:00
skylow95
7f52710689 Merge remote-tracking branch 'upstream/master' 2016-05-05 16:35:45 +03:00