|
1 | 1 | # Changes |
2 | 2 |
|
| 3 | +## 2025.70 |
| 4 | + |
| 5 | +`2025-12-19` | [7e83cff80c...d5b58c8026](https://github.com/OneGov/onegov-cloud/compare/7e83cff80c^...d5b58c8026) |
| 6 | + |
| 7 | +### Form |
| 8 | + |
| 9 | +##### Adds select all/deselect all buttons for multi checkbox fields |
| 10 | + |
| 11 | +The buttons only get displayed if there are at least five options to |
| 12 | +choose from. This also fixes a small bug with form resets when |
| 13 | +there is a treeselect field present. |
| 14 | + |
| 15 | +`Feature` | [OGC-2369](https://linear.app/onegovcloud/issue/OGC-2369) | [388a69d422](https://github.com/onegov/onegov-cloud/commit/388a69d422f66e76d9d3995bf5c0ba53d7c62560) |
| 16 | + |
| 17 | +##### Identify wrongly indented identifier |
| 18 | + |
| 19 | +But prevent wrongly indentation when loading a form |
| 20 | + |
| 21 | +`Feature` | [OGC-2370](https://linear.app/onegovcloud/issue/OGC-2370) | [2cb04a6c3a](https://github.com/onegov/onegov-cloud/commit/2cb04a6c3a1e04ded187c1b576a506bd9824fbed) |
| 22 | + |
| 23 | +### Org |
| 24 | + |
| 25 | +##### Specify hint for notifications about ticket messages |
| 26 | + |
| 27 | +`Feature` | [OGC-2672](https://linear.app/onegovcloud/issue/OGC-2672) | [7e83cff80c](https://github.com/onegov/onegov-cloud/commit/7e83cff80ce90a15888bd6eb2a0f05028be7be62) |
| 28 | + |
| 29 | +##### Adds additional ways discounts in reservations can be calculated |
| 30 | + |
| 31 | +Previously discounts always applied to the price per item/hour and |
| 32 | +ignored any prices defined through extra fields. Now you can choose |
| 33 | +to apply the discounts to just the extras, or everything at the end |
| 34 | +as well. |
| 35 | + |
| 36 | +`Feature` | [OGC-2263](https://linear.app/onegovcloud/issue/OGC-2263) | [4225ae51ba](https://github.com/onegov/onegov-cloud/commit/4225ae51baa8acd18930c3fb078c7fa11dd3f372) |
| 37 | + |
| 38 | +##### Add o'clock in events time display. |
| 39 | + |
| 40 | +`Feature` | [OGC-2763](https://linear.app/onegovcloud/issue/OGC-2763) | [4fd9547d95](https://github.com/onegov/onegov-cloud/commit/4fd9547d95085f281ce8abf0c4225d1c3902353a) |
| 41 | + |
| 42 | +##### Improves search ranking for records that match with their title |
| 43 | + |
| 44 | +`Feature` | [OGC-2789](https://linear.app/onegovcloud/issue/OGC-2789) | [98151c54a2](https://github.com/onegov/onegov-cloud/commit/98151c54a25327cbd9cdd6973d08051954b44477) |
| 45 | + |
| 46 | +##### Produces smaller query strings for large ticket group filters |
| 47 | + |
| 48 | +This improves compatibility with nginx proxies without having to resort |
| 49 | +to very large buffer sizes. |
| 50 | + |
| 51 | +`Bugfix` | [OGC-2824](https://linear.app/onegovcloud/issue/OGC-2824) | [93858c4997](https://github.com/onegov/onegov-cloud/commit/93858c499716ad86e5eaf8ce7bd5c33dd64b4f52) |
| 52 | + |
| 53 | +### Pas |
| 54 | + |
| 55 | +##### Disable YubiKey. |
| 56 | + |
| 57 | +The two-factor authentication will be handled via a different |
| 58 | +method; therefore, we do not want to use a YubiKey for this |
| 59 | +namespace. |
| 60 | + |
| 61 | +`Bugfix` | [0e6bb6554b](https://github.com/onegov/onegov-cloud/commit/0e6bb6554b7ced8701765630ab50c1c3223e2f6f) |
| 62 | + |
| 63 | +### Ris |
| 64 | + |
| 65 | +##### Fix N+1 Query for Parliamentarian view |
| 66 | + |
| 67 | +`Performance` | [OGC-2876](https://linear.app/onegovcloud/issue/OGC-2876) | [af8e5530c0](https://github.com/onegov/onegov-cloud/commit/af8e5530c051365a1a1eefa152b92dbd601c635a) |
| 68 | + |
| 69 | +### Search |
| 70 | + |
| 71 | +##### Adds basic search result highlighting |
| 72 | + |
| 73 | +This also moves string normalization from the client to the Postgres |
| 74 | +server. This involves a little bit of additional setup on the server |
| 75 | +but provides a better result highlighting experience. |
| 76 | + |
| 77 | +`Feature` | [OGC-2881](https://linear.app/onegovcloud/issue/OGC-2881) | [e3b9d7d410](https://github.com/onegov/onegov-cloud/commit/e3b9d7d410f3dbd277e4c31b430adbb06df2a85c) |
| 78 | + |
| 79 | +### Town6 |
| 80 | + |
| 81 | +##### Fix wrong event tag translation for Parties |
| 82 | + |
| 83 | +`Bugfix` | [OGC-2890](https://linear.app/onegovcloud/issue/OGC-2890) | [d5b58c8026](https://github.com/onegov/onegov-cloud/commit/d5b58c8026fc8ec4e3dbbb659c27e8efabeaf8e9) |
| 84 | + |
| 85 | +### Wil |
| 86 | + |
| 87 | +##### Adds cli command to rename meeting files before July 2025 |
| 88 | + |
| 89 | +`Feature` | [OGC-2815](https://linear.app/onegovcloud/issue/OGC-2815) | [63e3cca045](https://github.com/onegov/onegov-cloud/commit/63e3cca0457180d30000ae758831faf6c691bcc4) |
| 90 | + |
| 91 | +##### Event import failed due to missing location data |
| 92 | + |
| 93 | +Some events recently do not provide location data which made the nightly import fail. |
| 94 | + |
| 95 | +`Bugfix` | [OGC-2875](https://linear.app/onegovcloud/issue/OGC-2875) | [5506bfbb42](https://github.com/onegov/onegov-cloud/commit/5506bfbb42f53212db20977d198cd231758ca637) |
| 96 | + |
| 97 | +### Winterthur |
| 98 | + |
| 99 | +##### Gets rid of inline JavaScript in templates |
| 100 | + |
| 101 | +`Feature` | [OGC-2859](https://linear.app/onegovcloud/issue/OGC-2859) | [e5df575d22](https://github.com/onegov/onegov-cloud/commit/e5df575d226662fe81a522c3f03e47284788de88) |
| 102 | + |
3 | 103 | ## 2025.69 |
4 | 104 |
|
5 | | -`2025-12-09` | [b39432183e...4246ff777d](https://github.com/OneGov/onegov-cloud/compare/b39432183e^...4246ff777d) |
| 105 | +`2025-12-09` | [b39432183e...68810065f9](https://github.com/OneGov/onegov-cloud/compare/b39432183e^...68810065f9) |
6 | 106 |
|
7 | 107 | ### Directory |
8 | 108 |
|
@@ -2449,13 +2549,3 @@ Refactors capturing of exceptions and re-emitting them as `APIException` |
2449 | 2549 |
|
2450 | 2550 | `Bugfix` | [6864d7cf50](https://github.com/onegov/onegov-cloud/commit/6864d7cf50cd01fa78c71c698cfed93e8f712819) |
2451 | 2551 |
|
2452 | | -## 2025.20 |
2453 | | - |
2454 | | -`2025-04-22` | [196ff526a9...3c6edf9228](https://github.com/OneGov/onegov-cloud/compare/196ff526a9^...3c6edf9228) |
2455 | | - |
2456 | | -### Pas |
2457 | | - |
2458 | | -##### Import data. |
2459 | | - |
2460 | | -`Feature` | [OGC-2091](https://linear.app/onegovcloud/issue/OGC-2091) | [196ff526a9](https://github.com/onegov/onegov-cloud/commit/196ff526a9e3744fa7f3a64a9e0ffacc4ac93927) |
2461 | | - |
|
0 commit comments