download.adoc| Commit | Message |
|---|---|
ac75fabf3 | 2021-08-10 Jekyll site migration |
The archive section lists every public release from 2010 to 2016, hosted on SourceForge. This is a historical record — the table starts at ProjectForge 3.4 (Nov 2010) and goes up to 6.1 (Jul 2016). After 2016, releases moved to GitHub Releases and Docker Hub. Key milestones:
| Year | Version | Significance |
|---|---|---|
| 2010 | 3.4.x | Earliest public release on SourceForge |
| 2012 | 4.x | Major architecture upgrade |
| 2013 | 5.x | Salted passwords, 2FA, LDAP master mode |
| 2016 | 6.x | Auto-update mechanism introduced |
The archive links use SourceForge raw download URLs — these may break if SourceForge reorganizes their CDN.
The page documents the i18n system in detail (lines 55-89). Each translation is a key=value pair in a .properties file. Currently English and German. To add a language: take I18nResources.properties as template, translate the right side of =, keep keys unchanged. The system falls back to English for missing translations. Files go to src/main/resources and are submitted to k.reinhard at me.com for inclusion. New versions provide a list of untranslated keys (via admin menu).
The primary download table offers three paths:
java -jarThe JAR at 130MB is the full Spring Boot fat JAR — includes embedded Tomcat, all dependencies, and the React frontend. The Docker image at 530MB includes a full OS layer + JDK + the JAR.