| 435:5e36330f954b | 436:a07662e829c0 |
|---|---|
| 27 | 27 |
| 28 object Constants { | 28 object Constants { |
| 29 /** | 29 /** |
| 30 * A date in yyyy-mm-dd format to identify the release. | 30 * A date in yyyy-mm-dd format to identify the release. |
| 31 */ | 31 */ |
| 32 const val VERSION_DATE = "2026-06-11" | 32 const val VERSION_DATE = "2026-06-23" |
| 33 | 33 |
| 34 /** | 34 /** |
| 35 * The path where the JSP files reside. | 35 * The path where the JSP files reside. |
| 36 */ | 36 */ |
| 37 const val JSP_PATH_PREFIX = "/WEB-INF/jsp/" | 37 const val JSP_PATH_PREFIX = "/WEB-INF/jsp/" |
| 114 | 114 |
| 115 /** | 115 /** |
| 116 * Key for the current timezone selection within the session. | 116 * Key for the current timezone selection within the session. |
| 117 */ | 117 */ |
| 118 const val SESSION_ATTR_TIMEZONE = "timezone" | 118 const val SESSION_ATTR_TIMEZONE = "timezone" |
| 119 | |
| 120 /** | |
| 121 * Key for the session attribute that controls whether all projects are shown in the navmenu. | |
| 122 */ | |
| 123 const val SESSION_ATTR_SHOW_ALL_PROJECTS = "show_all_projects" | |
| 119 } | 124 } |