Skip to content

Commit

Permalink
added release 28
Browse files Browse the repository at this point in the history
  • Loading branch information
ljuergenliemke authored and patfeiler committed Dec 19, 2023
1 parent ac194e4 commit 7fbdf99
Show file tree
Hide file tree
Showing 18 changed files with 566 additions and 140 deletions.
3 changes: 3 additions & 0 deletions config/de/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ nav:
- versionshistorie/index.md
- Release Notes:
- versionshistorie/release-notes/index.md
- Release Notes 28: versionshistorie/release-notes/release-notes-28.md
- Release Notes 27: versionshistorie/release-notes/release-notes-27.md
- Release Notes 26: versionshistorie/release-notes/release-notes-26.md
- Release Notes 25: versionshistorie/release-notes/release-notes-25.md
Expand All @@ -152,6 +153,7 @@ nav:
- Release Notes 1.7: versionshistorie/release-notes/release-notes-1.7.md
- Changelogs:
- versionshistorie/changelogs/index.md
- Changelog 28: versionshistorie/changelogs/changelog-28.md
- Changelog 27: versionshistorie/changelogs/changelog-27.md
- Changelog 26: versionshistorie/changelogs/changelog-26.md
- Changelog 25: versionshistorie/changelogs/changelog-25.md
Expand Down Expand Up @@ -495,6 +497,7 @@ nav:
- i-doit 1.13.2 & 1.14 Login im Admin-Center nicht möglich: administration/hotfixes/i-doit-1.13.2-1.14-login-im-admin-center-nicht-moeglich.md
- Hotfix Archiv:
- administration/hotfixes/hotfix-archiv/index.md
- Version 27: administration/hotfixes/hotfix-archiv/v27.md
- Version 26: administration/hotfixes/hotfix-archiv/v26.md
- Version 25: administration/hotfixes/hotfix-archiv/v25.md
- Version 24: administration/hotfixes/hotfix-archiv/v24.md
Expand Down
3 changes: 3 additions & 0 deletions config/en/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ nav:
- version-history/index.md
- Release notes:
- version-history/release-notes/index.md
- Release Notes 28: version-history/release-notes/release-notes-28.md
- Release Notes 27: version-history/release-notes/release-notes-27.md
- Release Notes 26: version-history/release-notes/release-notes-26.md
- Release notes 25: version-history/release-notes/release-notes-25.md
Expand All @@ -154,6 +155,7 @@ nav:
- Release notes 1.7: version-history/release-notes/release-notes-1.7.md
- Changelogs:
- version-history/changelogs/index.md
- Changelog 28: version-history/changelogs/changelog-28.md
- Changelog 27: version-history/changelogs/changelog-27.md
- Changelog 26: version-history/changelogs/changelog-26.md
- Changelog 25: version-history/changelogs/changelog-25.md
Expand Down Expand Up @@ -461,6 +463,7 @@ nav:
- i-doit 1.13.2 & 1.14 Login im Admin-Center nicht möglich: system-administration/hotfixes/i-doit-1.13.2-1.14-login-admincenter.md
- Hotfix archive:
- system-administration/hotfixes/hotfix-archive/index.md
- Version 27: system-administration/hotfixes/hotfix-archive/v27.md
- Version 26: system-administration/hotfixes/hotfix-archive/v26.md
- Version 25: system-administration/hotfixes/hotfix-archive/v25.md
- Version 24: system-administration/hotfixes/hotfix-archive/v24.md
Expand Down
1 change: 1 addition & 0 deletions docs/de/administration/hotfixes/hotfix-archiv/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

Hier finden wir das Archiv alter Hotfix Seiten.

- [Version 27](v27.md)
- [Version 26](v26.md)
- [Version 25](v25.md)
- [Version 24](v24.md)
Expand Down
127 changes: 127 additions & 0 deletions docs/de/administration/hotfixes/hotfix-archiv/v27.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,127 @@
# Version 27

## Über

Hotfixes beseitigen einen bestimmten Fehler und werden in der Regel als ZIP-Datei zur Verfügung gestellt. Die ZIP-Datei wird im Installationsverzeichnis von i-doit entpackt. Die Abfrage, ob Dateien beim Entpacken überschrieben werden sollen, kann bestätigt werden (Taste **Y** für "yes" oder **A** für "all"). Hier ein Beispiel:

```shell
sudo cp i-doit_<version>_hotfix_<description>_<ticket>_<commit>.zip /var/www/html/i-doit/
cd /var/www/html/i-doit/
sudo -u www-data unzip i-doit_<version>_hotfix_<description>_<ticket>_<commit>.zip
sudo rm i-doit_<version>_hotfix_<description>_<ticket>_<commit>.zip
```

!!! attention "Bitte beachten"
Bitte nutzen Sie Hotfixes ausschließlich mit der genannten Version. In neueren Versionen werden diese bereits enthalten sein, sodass eine erneute Installation nicht notwendig ist.
Sollten Sie eine ältere Version von i-doit nutzen, ist es notwendig, zuerst auf die aktuelle Version zu aktualisieren.<br>
Falls ein Hotfix zur Ausführung des Updates einer älteren Version notwendig ist, ist dieser in den Unterkapiteln zu den Hotfixes hier in der Knowledge Base zu finden.<br>
Da es sich hierbei um Hotfixes handelt, empfehlen wir, diese nur einzuspielen, wenn diese für den sauberen Betrieb Ihrer Installation notwendig sind oder Sie durch den Support zur Verwendung aufgefordert werden. Bitte stellen Sie sicher, dass vor der Verwendung dieser Hotfixes ein [Backup von i-doit](../../wartung-und-betrieb/daten-sichern-und-wiederherstellen/index.md) erstellt wurde.<br>
Sollten Sie nach der Verwendung der Hotfixes mit dem Support in Kontakt treten, ergänzen Sie bitte den Hinweis auf dessen Verwendung.

!!! info "Aktualität"
Die unten genannten Systemvoraussetzungen beziehen sich auf die aktuelle Version von i-doit, in diesem Fall ==27== Zu jedem Release von i-doit werden diese Angaben angepasst. Wer die Angaben für ältere Versionen von i-doit benötigt, kann die Änderungshistorie dieser Seite verfolgen.

!!! attention "Einverständniserklärung"
Mit dem Herunterladen eines Hotfixes erklären Sie, dass Sie die oben genannten Hinweise vollständig gelesen und verstanden haben

## i-doit core

!!! bug "Hotfix release"
If you downloaded i-doit 27 prior to November 28th, we've identified some issues that require attention.<br>
We have prepared a linked package that contains necessary fixes.

Please refer to one of the guides below for assistance

!!! example "**Use the updater to download the package**"
- Set file and folder rights, either via `idoit-rights.sh` or [manual](../../installation/manuelle-installation/setup.md)
- Open the i-doit web update
- At **2. Available Updates** you copy and paste the **[LINK](https://login.i-doit.com/downloads/idoit-27-update.zip)** in to the corresponding URL field and click **Download and extract**
- Now do the update

!!! example "**or download and extract the package**"
- Download the new package from the [customer portal](../../administration/kundenportal.md)
- Extract the package into the i-doit Folder, see [here](../../wartung-und-betrieb/update-einspielen.md#update-über-die-konsole-vorbereiten)
- Set file and folder rights, either via `idoit-rights.sh` or [manual](../../installation/manuelle-installation/setup.md)
- Use the i-doit web updater to update with the new package

!!! note "**This update Package includes the following Hotfixes**"
**Adding a condition block for location > below > X location outputs no results**<br>
**HTML is displayed in Report**<br>
**Exported report displays \_\_id\_\_ column**<br>
**Report objects adds `&nbsp;&nbsp;` after each column**<br>
**Placeholder is not correctly replaced**<br>
**Operators for some fields can not be selected - TypeError: equation.map is not a function**<br>
**The encoding of umlauts are displayed in report titles**<br>
**Status filter for multivalue categories in report manager is not working correctly for custom categories**

### Assigned clusters are removed after saving the object type configuration

Use this if you need to assign the specific category **Assigned Clusters**.

[i-doit_27_hotfix_ID-9977_eb1035c.zip :material-file-download:](../../assets/downloads/hotfixes/27/i-doit_27_hotfix_ID-9977_eb1035c.zip){ .md-button .md-button--primary }

### JDisc mapping error with MAC address

Hotfix for the JDisc import error `Duplicate entry 'object-56-ABCDEF123-aa:aa:aa:aa:aa:aa,aa:aa:aa:aa:aa:aa,aa:aa:a...' for key 'isys_jdisc_mapping__type_device_serial_mac'.`

[i-doit_27_hotfix_ID-10098.zip :material-file-download:](../../assets/downloads/hotfixes/27/i-doit_27_hotfix_ID-10098.zip){ .md-button .md-button--primary }

### Description fields yield validation errors on 32bit systems

[i-doit_27_hotfix_ID-9928_7dca69d.zip :material-file-download:](../../assets/downloads/hotfixes/27/i-doit_27_hotfix_ID-9928_7dca69d.zip){ .md-button .md-button--primary }

### Changing technical keys to only contain words causes entries to lose the values when filled with API (Number only)

[i-doit_27_hotfix_ID-9938.zip :material-file-download:](../../assets/downloads/hotfixes/27/i-doit_27_hotfix_ID-9938.zip){ .md-button .md-button--primary }

### Icon redirects are not cached

If loading takes too much time between switching from object type to object type.

[i-doit_27_hotfix_ID-9924_8c73a0f.zip :material-file-download:](../../assets/downloads/hotfixes/27/i-doit_27_hotfix_ID-9924_8c73a0f.zip){ .md-button .md-button--primary }

### Refactor the automatic update-check to a separate (ajax) request

If opening the administration area of i-doit and navigating to "[Tenant-name] management" the page will take quite some time to load.

[i-doit_27_hotfix_ID-9919_63ba178.zip :material-file-download:](../../assets/downloads/hotfixes/27/i-doit_27_hotfix_ID-9919_63ba178.zip){ .md-button .md-button--primary }

### Document does not exist error message when opening a document

[i-doit_27_hotfix_ID-10086.zip :material-file-download:](../../assets/downloads/hotfixes/27/i-doit_27_hotfix_ID-10086.zip){ .md-button .md-button--primary }

### Report viewing DBMS version always shows the first entry

[i-doit_27_hotfix_ID-10083_801ae6b.zip :material-file-download:](../../assets/downloads/hotfixes/27/i-doit_27_hotfix_ID-10083_801ae6b.zip){ .md-button .md-button--primary }

## API Add-on 1.15

### cmdb.reports.read attaches "&nbsp;&nbsp" to each value

[api_1.15_hotfix_API-458_7e2ae2e.zip :material-file-download:](../../assets/downloads/hotfixes/api/api_1.15_hotfix_API-458_7e2ae2e.zip){ .md-button .md-button--primary }

### When using cmdb.objects.read it should be possible to use 'categories' without an array

[api_1.15_hotfix_API-415.zip :material-file-download:](../../assets/downloads/hotfixes/api/api_1.15_hotfix_API-415.zip){ .md-button .md-button--primary }

### cmdb.objects.read gives empty/nameless object with error message as a result when reading objects with the category licenses

[api_1.15_hotfix_API-462.zip :material-file-download:](../../assets/downloads/hotfixes/api/api_1.15_hotfix_API-462.zip){ .md-button .md-button--primary }

## Analyze Add-on 1.3

### Service assignment is not displayed in data quality

[Analysis_1.3_hotfix_ANALYSE-76_aa07fc2.zip :material-file-download:](../../assets/downloads/hotfixes/analyze/Analysis_1.3_hotfix_ANALYSE-76_aa07fc2.zip){ .md-button .md-button--primary }

## Forms Add-on 1.2.0

### Object is not created when a attribute validation is used and no error is displayed

[forms_1.2.0_hotfix_AOF-38_69144fc.zip :material-file-download:](../../assets/downloads/hotfixes/forms/forms_1.2.0_hotfix_AOF-38_69144fc.zip){ .md-button .md-button--primary }

## Floorplan Add-on 1.6

### MySQL8 causes database error "incorrect DATETIME" when opening Floorplan AND Adding new Floorplan gives Error message and deletes existing objects added to floorplan

[floorplan_1.6_hotfix_FP-130_FP-131.zip :material-file-download:](../../assets/downloads/hotfixes/floorplan/floorplan_1.6_hotfix_FP-130_FP-131.zip){ .md-button .md-button--primary }
72 changes: 2 additions & 70 deletions docs/de/administration/hotfixes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,80 +19,12 @@ sudo rm i-doit_<version>_hotfix_<description>_<ticket>_<commit>.zip
Sollten Sie nach der Verwendung der Hotfixes mit dem Support in Kontakt treten, ergänzen Sie bitte den Hinweis auf dessen Verwendung.

!!! info "Aktualität"
Die unten genannten Systemvoraussetzungen beziehen sich auf die aktuelle Version von i-doit, in diesem Fall ==27== Zu jedem Release von i-doit werden diese Angaben angepasst. Wer die Angaben für ältere Versionen von i-doit benötigt, kann die Änderungshistorie dieser Seite verfolgen.
Die unten genannten Systemvoraussetzungen beziehen sich auf die aktuelle Version von i-doit, in diesem Fall ==28== Zu jedem Release von i-doit werden diese Angaben angepasst. Wer die Angaben für ältere Versionen von i-doit benötigt, kann die Änderungshistorie dieser Seite verfolgen.

!!! attention "Einverständniserklärung"
Mit dem Herunterladen eines Hotfixes erklären Sie, dass Sie die oben genannten Hinweise vollständig gelesen und verstanden haben

## i-doit core

!!! bug "Hotfix release"
If you downloaded i-doit 27 prior to November 28th, we've identified some issues that require attention.<br>
We have prepared a linked package that contains necessary fixes.

Please refer to one of the guides below for assistance

!!! example "**Use the updater to download the package**"
- Set file and folder rights, either via `idoit-rights.sh` or [manual](../../installation/manuelle-installation/setup.md)
- Open the i-doit web update
- At **2. Available Updates** you copy and paste the **[LINK](https://login.i-doit.com/downloads/idoit-27-update.zip)** in to the corresponding URL field and click **Download and extract**
- Now do the update

!!! example "**or download and extract the package**"
- Download the new package from the [customer portal](../../administration/kundenportal.md)
- Extract the package into the i-doit Folder, see [here](../../wartung-und-betrieb/update-einspielen.md#update-über-die-konsole-vorbereiten)
- Set file and folder rights, either via `idoit-rights.sh` or [manual](../../installation/manuelle-installation/setup.md)
- Use the i-doit web updater to update with the new package

!!! note "**This update Package includes the following Hotfixes**"
**Adding a condition block for location > below > X location outputs no results**<br>
**HTML is displayed in Report**<br>
**Exported report displays \_\_id\_\_ column**<br>
**Report objects adds `&nbsp;&nbsp;` after each column**<br>
**Placeholder is not correctly replaced**<br>
**Operators for some fields can not be selected - TypeError: equation.map is not a function**<br>
**The encoding of umlauts are displayed in report titles**<br>
**Status filter for multivalue categories in report manager is not working correctly for custom categories**

### Assigned clusters are removed after saving the object type configuration

Use this if you need to assign the specific category **Assigned Clusters**.

[i-doit_27_hotfix_ID-9977_eb1035c.zip :material-file-download:](../../assets/downloads/hotfixes/27/i-doit_27_hotfix_ID-9977_eb1035c.zip){ .md-button .md-button--primary }

### JDisc mapping error with MAC address

Hotfix for the JDisc import error `Duplicate entry 'object-56-ABCDEF123-aa:aa:aa:aa:aa:aa,aa:aa:aa:aa:aa:aa,aa:aa:a...' for key 'isys_jdisc_mapping__type_device_serial_mac'.`

[i-doit_27_hotfix_ID-10098.zip :material-file-download:](../../assets/downloads/hotfixes/27/i-doit_27_hotfix_ID-10098.zip){ .md-button .md-button--primary }

### Description fields yield validation errors on 32bit systems

[i-doit_27_hotfix_ID-9928_7dca69d.zip :material-file-download:](../../assets/downloads/hotfixes/27/i-doit_27_hotfix_ID-9928_7dca69d.zip){ .md-button .md-button--primary }

### Changing technical keys to only contain words causes entries to lose the values when filled with API (Number only)

[i-doit_27_hotfix_ID-9938.zip :material-file-download:](../../assets/downloads/hotfixes/27/i-doit_27_hotfix_ID-9938.zip){ .md-button .md-button--primary }

### Icon redirects are not cached

If loading takes too much time between switching from object type to object type.

[i-doit_27_hotfix_ID-9924_8c73a0f.zip :material-file-download:](../../assets/downloads/hotfixes/27/i-doit_27_hotfix_ID-9924_8c73a0f.zip){ .md-button .md-button--primary }

### Refactor the automatic update-check to a separate (ajax) request

If opening the administration area of i-doit and navigating to "[Tenant-name] management" the page will take quite some time to load.

[i-doit_27_hotfix_ID-9919_63ba178.zip :material-file-download:](../../assets/downloads/hotfixes/27/i-doit_27_hotfix_ID-9919_63ba178.zip){ .md-button .md-button--primary }

### Document does not exist error message when opening a document

[i-doit_27_hotfix_ID-10086.zip :material-file-download:](../../assets/downloads/hotfixes/27/i-doit_27_hotfix_ID-10086.zip){ .md-button .md-button--primary }

### Report viewing DBMS version always shows the first entry

[i-doit_27_hotfix_ID-10083_801ae6b.zip :material-file-download:](../../assets/downloads/hotfixes/27/i-doit_27_hotfix_ID-10083_801ae6b.zip){ .md-button .md-button--primary }
<!-- ## i-doit core -->

## API Add-on 1.15

Expand Down
10 changes: 10 additions & 0 deletions docs/de/installation/systemvoraussetzungen.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,16 @@ Auf dem Client wird ein Webbrowser benötigt, um auf die Web GUI von i-doit zugr

## Kompatibilitätsmatrix

=== "28"

| **i-doit Version** | 28 |
| --- | --- |
| **Release** | 2023-12 |
| **Apache Webserver** | 2.4 |
| **PHP** | 7.4 (deprecated) <br>==8.0== (recommended)<br>8.1 |
| **MySQL** | 5.7 <br>8.0 |
| **MariaDB** | 10.2 <br>10.3 <br>10.4 <br>10.5 <br>==10.6== (recommended) |

=== "27"

| **i-doit Version** | 27 |
Expand Down
Loading

0 comments on commit 7fbdf99

Please sign in to comment.