Actions

Major version upgrade/es: Difference between revisions

From LimeSurvey Manual

(Created page with "==Temas de encuestas personalizados== Todos los temas de encuestas personalizados (esto incluye temas extendidos) se desinstalarán y las opciones de tema en la configuración...")
(Created page with "<b>Estrategia de actualización:</b> # Exportar el tema de la encuesta desde la aplicación anterior # Antes de importarlo a la nueva aplicación, asegúrese de que la etique...")
Line 20: Line 20:
Todos los temas de encuestas personalizados (esto incluye temas extendidos) se desinstalarán y las opciones de tema en la configuración global, de grupo y de encuesta se restablecerán a los nuevos valores predeterminados.
Todos los temas de encuestas personalizados (esto incluye temas extendidos) se desinstalarán y las opciones de tema en la configuración global, de grupo y de encuesta se restablecerán a los nuevos valores predeterminados.


<b>Upgrade Strategy:</b>
<b>Estrategia de actualización:</b>  
# Export the survey theme from the old application
# Exportar el tema de la encuesta desde la aplicación anterior
# Before importing it into the new application, make sure the compatibility tag is set correctly: ''https://manual.limesurvey.org/Extension_compatibility#Survey_themes''
# Antes de importarlo a la nueva aplicación, asegúrese de que la etiqueta de compatibilidad esté configurada correctamente: ''https://manual.limesurvey.org/Extension_compatibility# Survey_themes''
# Import it into the new application
# ¡Importarlo a la nueva aplicación
# 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.
# Verifique el código que personalizó para el tema de la encuesta y actualícelo de acuerdo con la nueva versión de la aplicación que desea usar.
# Export your updated customized survey theme from the new application
# Exporte su versión actualizada ¡Tema de encuesta personalizado de la nueva aplicación
# After upgrading your old application to the new version, the current survey themes will be uninstalled and marked as incompatible.  
# Después de actualizar su aplicación anterior a la nueva versión, los temas de encuestas actuales se desinstalarán y se marcarán como incompatibles.  
# 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.
# Ahora puede eliminar el tema de encuesta anterior e importar el nuevo tema de encuesta que actualizó. Asegúrese de tener una copia de seguridad del tema eliminado.


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

Revision as of 07:56, 26 September 2023

Notas para versiones específicas de LimeSurvey

LimeSurvey 6

Actualizamos LimeSurvey con un nuevo diseño, que también incluye una actualización a la versión Bootstrap que se utiliza para el tema de administración y encuesta de Bootstrap 3 a 5.
Después de esta actualización, todos los temas de encuestas personalizados se desinstalarán y se restablecerán para usar nuestro nuevo tema predeterminado "Fruity TwentyThree", esto también afecta a los temas extendidos. Los temas de administración se restablecerán al tema "sea_green" ya existente, que también se ha actualizado.

Cómo prepararse para una actualización de versión principal

Para estar seguro al realizar una actualización y poder continuar las encuestas con la menor cantidad de interrupciones, recomendamos probar primero todo su código personalizado en la nueva versión de LimeSurvey desea actualizar.
Esto requerirá que crees una nueva aplicación para probar; puedes crear una a través de nuestro alojamiento en la nube:
https://www.limesurvey.org/
o organiza uno tú mismo:
https://manual.limesurvey.org/Installation_-_LimeSurvey_CE


Temas de encuestas personalizados

Todos los temas de encuestas personalizados (esto incluye temas extendidos) se desinstalarán y las opciones de tema en la configuración global, de grupo y de encuesta se restablecerán a los nuevos valores predeterminados.

Estrategia de actualización:

  1. Exportar el tema de la encuesta desde la aplicación anterior
  2. Antes de importarlo a la nueva aplicación, asegúrese de que la etiqueta de compatibilidad esté configurada correctamente: https://manual.limesurvey.org/Extension_compatibility# Survey_themes
  3. ¡Importarlo a la nueva aplicación
  4. Verifique el código que personalizó para el tema de la encuesta y actualícelo de acuerdo con la nueva versión de la aplicación que desea usar.
  5. Exporte su versión actualizada ¡Tema de encuesta personalizado de la nueva aplicación
  6. Después de actualizar su aplicación anterior a la nueva versión, los temas de encuestas actuales se desinstalarán y se marcarán como incompatibles.
  7. Ahora puede eliminar el tema de encuesta anterior e importar el nuevo tema de encuesta que actualizó. Asegúrese de tener una copia de seguridad del tema eliminado.

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