Actions

Major version upgrade/de: Difference between revisions

From LimeSurvey Manual

(Created page with "==Benutzerdefinierte Umfragethemen== Alle benutzerdefinierten Umfragethemen (einschließlich erweiterter Themen) werden deinstalliert und die Designoptionen in den globalen, G...")
(Created page with "<b>Upgrade-Strategie:</b> # Exportieren Sie das Umfragethema aus der alten Anwendung # Bevor Sie es in die neue Anwendung importieren, stellen Sie sicher, dass das Kompatibil...")
Line 20: Line 20:
Alle benutzerdefinierten Umfragethemen (einschließlich erweiterter Themen) werden deinstalliert und die Designoptionen in den globalen, Gruppen- und Umfrageeinstellungen werden auf die neue Standardeinstellung zurückgesetzt.
Alle benutzerdefinierten Umfragethemen (einschließlich erweiterter Themen) werden deinstalliert und die Designoptionen in den globalen, Gruppen- und Umfrageeinstellungen werden auf die neue Standardeinstellung zurückgesetzt.


<b>Upgrade Strategy:</b>
<b>Upgrade-Strategie:</b>  
# Export the survey theme from the old application
# Exportieren Sie das Umfragethema aus der alten Anwendung
# Before importing it into the new application, make sure the compatibility tag is set correctly: ''https://manual.limesurvey.org/Extension_compatibility#Survey_themes''
# Bevor Sie es in die neue Anwendung importieren, stellen Sie sicher, dass das Kompatibilitäts-Tag richtig eingestellt ist: ''https://manual.limesurvey.org/Extension_compatibility# Survey_themes''
# Import it into the new application
# Importieren Sie es in die neue Anwendung
# Check the code you customized for the survey theme and update it in accordance with the new version of the application you want to use.
# Überprüfen Sie den Code, den Sie für das Umfragethema angepasst haben, und aktualisieren Sie ihn entsprechend der neuen Version der Anwendung, die Sie verwenden möchten.
# Export your updated customized survey theme from the new application
# Exportieren Sie Ihre Aktualisierung Angepasstes Umfragethema aus der neuen Anwendung
# After upgrading your old application to the new version, the current survey themes will be uninstalled and marked as incompatible.  
# Nach dem Upgrade Ihrer alten Anwendung auf die neue Version werden die aktuellen Umfragethemen deinstalliert und als inkompatibel markiert.  
# Now you can delete the old survey theme and import the new survey theme which you updated. Please ensure you have a backup of the deleted theme.
# Jetzt können Sie das alte Umfragethema löschen und das neue Umfragethema importieren, das Sie aktualisiert haben. Bitte stellen Sie sicher, dass Sie über ein Backup des gelöschten Themes verfügen.


==Custom admin themes==
==Custom admin themes==

Revision as of 15:13, 13 September 2023

Hinweise für bestimmte LimeSurvey-Versionen

LimeSurvey 6

Wir haben LimeSurvey mit einem neuen Design aktualisiert, das auch ein Upgrade für die Bootstrap-Version beinhaltet, die für das Admin- und Surveytheme von Bootstrap 3 auf 5 verwendet wird.
Nach diesem Upgrade werden alle benutzerdefinierten Umfragedesignvorlagen deinstalliert und auf die Verwendung unserer neuen Standardvorlage „Fruity TwentyThree“ zurückgesetzt. Dies betrifft auch erweiterte Designvorlagen. Admin-Themes werden auf das bereits vorhandene „sea_green“-Theme zurückgesetzt, das ebenfalls aktualisiert wurde.

So bereiten Sie sich auf ein Hauptversions-Upgrade vor

Um bei der Durchführung eines Upgrades auf der sicheren Seite zu sein und die Umfragen mit der geringsten Unterbrechung fortsetzen zu können, empfehlen wir, zunächst Ihren gesamten angepassten Code auf der neuen Version von LimeSurvey zu testen auf die Sie upgraden möchten.
Dazu müssen Sie eine neue Anwendung zum Testen erstellen. Sie können eine entweder über unser Cloud-Hosting erstellen:
https://www.limesurvey.org/
oder installieren/hosten Sie selbst eine:
https://manual.limesurvey.org/Installation_-_LimeSurvey_CE


Benutzerdefinierte Umfragethemen

Alle benutzerdefinierten Umfragethemen (einschließlich erweiterter Themen) werden deinstalliert und die Designoptionen in den globalen, Gruppen- und Umfrageeinstellungen werden auf die neue Standardeinstellung zurückgesetzt.

Upgrade-Strategie:

  1. Exportieren Sie das Umfragethema aus der alten Anwendung
  2. Bevor Sie es in die neue Anwendung importieren, stellen Sie sicher, dass das Kompatibilitäts-Tag richtig eingestellt ist: https://manual.limesurvey.org/Extension_compatibility# Survey_themes
  3. Importieren Sie es in die neue Anwendung
  4. Überprüfen Sie den Code, den Sie für das Umfragethema angepasst haben, und aktualisieren Sie ihn entsprechend der neuen Version der Anwendung, die Sie verwenden möchten.
  5. Exportieren Sie Ihre Aktualisierung Angepasstes Umfragethema aus der neuen Anwendung
  6. Nach dem Upgrade Ihrer alten Anwendung auf die neue Version werden die aktuellen Umfragethemen deinstalliert und als inkompatibel markiert.
  7. Jetzt können Sie das alte Umfragethema löschen und das neue Umfragethema importieren, das Sie aktualisiert haben. Bitte stellen Sie sicher, dass Sie über ein Backup des gelöschten Themes verfügen.

Custom admin themes

All custom admin themes will be uninstalled and the new default will be used.

for self-hosted application:

  1. Before copying the admin theme to the new application, make sure the compatibility tag is set correctly: https://manual.limesurvey.org/Extension_compatibility#Admin_themes
  2. Copy the existing admin theme from the old application to the new application https://manual.limesurvey.org/Custom_Admin_Themes
  3. Check the code you customized for the admin theme and update it in accordance with the new version of the application you want to use.
  4. After upgrading your old application, our new admin theme is displayed by default. To update your previously installed admin theme, either:
    • Manually update the code of the admin theme currently marked as incompatible
    • Delete the old admin theme and install the new one you previously updated in your test environment.

for Cloud users:
Please contact our support.

Custom question themes

Custom question themes that do not match the current version cannot be installed, but will still be active after the upgrade. More information about question themes can be found here https://manual.limesurvey.org/Question_themes

Upgrading your customized question theme:

  1. Download the question theme from a website or export the current question theme
  2. Before uploading, make sure the compatibility of your custom question theme is set correctly https://manual.limesurvey.org/Extension_compatibility#Question_themes
  3. Try to upload your question theme into the new application.
  4. If it is a self-created question theme, make the necessary adjustments
  5. After successfully uploading, please check if the question theme is displayed and working as expected.

Upgrading a theme you do not own:
Try to see if an update is available from the website or developer that provided it

Custom plugins

Custom plugins that do not match the current version will be deactivated during the upgrade process.

for self-hosted application:

  1. Check if the plugin can be installed on the new version.
  2. Update the plugin or contact the plugin author to update the plugin.
  3. Manually override the plugin with new files in your application which will preserve settings or uninstall the old version and reinstall the new version, in that case all settings will be reentered.

for Cloud users:

  1. Check if the plugin can be installed on the new version.
  2. Update the plugin code or contact the plugin author to update the plugin.
  3. Installation options:
    • Uninstall the old version and reinstall the new version (all settings will be lost and have to be reapplied)
    • Contact support to make an update to the plugin without loosing configuration data