From 427778e4ebd1e049a9ec05ded2a0db1a4b9a4b9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Mon, 2 Feb 2026 21:37:04 +0100 Subject: [PATCH] Moved "Cant auto update panel higher" to make it more visible --- .../admin/update_manager/index.html.twig | 20 +- translations/messages.en.xlf | 520 +++++++++--------- 2 files changed, 270 insertions(+), 270 deletions(-) diff --git a/templates/admin/update_manager/index.html.twig b/templates/admin/update_manager/index.html.twig index 3968de93..9b95637d 100644 --- a/templates/admin/update_manager/index.html.twig +++ b/templates/admin/update_manager/index.html.twig @@ -219,6 +219,16 @@ {% endif %} + {# Non-auto-update installations info #} + {% if not status.can_auto_update %} +
+
+ {% trans%}update_manager.cant_auto_update{% endtrans%}: {{ status.installation.type_name }} +
+

{{ status.installation.update_instructions }}

+
+ {% endif %} +
{# Available Versions #}
@@ -409,15 +419,5 @@
- - {# Non-auto-update installations info #} - {% if not status.can_auto_update %} -
-
- {{ status.installation.type_name }} -
-

{{ status.installation.update_instructions }}

-
- {% endif %} {% endblock %} diff --git a/translations/messages.en.xlf b/translations/messages.en.xlf index baf81cbf..db4809a5 100644 --- a/translations/messages.en.xlf +++ b/translations/messages.en.xlf @@ -12826,7 +12826,7 @@ Please note, that you can not impersonate a disabled user. If you try you will g System settings - + tree.tools.system.update_manager Update Manager @@ -14292,745 +14292,739 @@ Buerklin-API Authentication server: Transport error while retrieving information from the providers. Check that your server has internet accesss. See server logs for more info. - + update_manager.title Update Manager - + update_manager.new New - + update_manager.current_installation Current Installation - + update_manager.version Version - + update_manager.installation_type Installation Type - + update_manager.git_branch Git Branch - + update_manager.git_commit Git Commit - + update_manager.local_changes Local Changes - + update_manager.commits_behind Commits Behind - + update_manager.auto_update_supported Auto-Update Supported - + update_manager.refresh Refresh - + update_manager.latest_release Latest Release - + update_manager.tag Tag - + update_manager.released Released - + update_manager.release_notes Release Notes - + update_manager.view View - + update_manager.view_on_github View on GitHub - + update_manager.view_release View Release - + update_manager.could_not_fetch_releases Could not fetch release information. Check your internet connection. - + update_manager.how_to_update How to Update - + update_manager.cli_instruction To update Part-DB, run one of the following commands in your terminal: - + update_manager.check_for_updates Check for updates - + update_manager.update_to_latest Update to latest version - + update_manager.update_to_specific Update to specific version - + update_manager.cli_recommendation For safety and reliability, updates should be performed via the command line interface. The update process will automatically create a backup, enable maintenance mode, and handle migrations. - + update_manager.yes Yes - + update_manager.no No - + update_manager.up_to_date Up to date - + update_manager.newer Newer - + update_manager.current Current - + update_manager.older Older - + update_manager.prerelease Pre-release - + update_manager.status Status - + update_manager.available_versions Available Versions - + update_manager.no_releases_found No releases found - + update_manager.view_release_notes View Release Notes - + update_manager.update_logs Update Logs - + update_manager.backups Backups - + update_manager.date Date - + update_manager.log_file Log File - + update_manager.no_logs_found No update logs found - + update_manager.file File - + update_manager.size Size - + update_manager.no_backups_found No backups found - + update_manager.pre_update_checklist Pre-Update Checklist - + update_manager.before_updating Before Updating - + update_manager.checklist.requirements All requirements met - + update_manager.checklist.no_local_changes No local modifications - + update_manager.checklist.backup_created Backup will be created automatically - + update_manager.checklist.read_release_notes Read release notes for breaking changes - + update_manager.update_will The Update Will - + update_manager.will.backup Create a full backup - + update_manager.will.maintenance Enable maintenance mode - + update_manager.will.git Pull latest code from Git - + update_manager.will.composer Update dependencies via Composer - + update_manager.will.migrations Run database migrations - + update_manager.will.cache Clear and rebuild cache - + update_manager.validation_issues Validation Issues - + update_manager.maintenance_mode_active Maintenance mode is active - + update_manager.update_in_progress An update is currently in progress - + update_manager.started_at Started at - + update_manager.new_version_available.message Part-DB version %version% is now available! Consider updating to get the latest features and security fixes. - + update_manager.changelog Changelog - + update_manager.no_release_notes No release notes available for this version. - + update_manager.back_to_update_manager Back to Update Manager - + update_manager.download_assets Download - + update_manager.update_to_this_version Update to this Version - + update_manager.run_command_to_update Run the following command in your terminal to update to this version: - + update_manager.log_viewer Log Viewer - + update_manager.update_log Update Log - + update_manager.bytes bytes - + update_manager.maintenance.title Maintenance - + update_manager.maintenance.heading Part-DB is Updating - + update_manager.maintenance.description We're installing updates to make Part-DB even better. This should only take a moment. - + update_manager.maintenance.step_backup Creating backup - + update_manager.maintenance.step_download Downloading updates - + update_manager.maintenance.step_install Installing files - + update_manager.maintenance.step_migrate Running migrations - + update_manager.maintenance.step_cache Clearing cache - + update_manager.maintenance.auto_refresh This page will refresh automatically when the update is complete. - + perm.system.manage_updates Manage Part-DB updates - + update_manager.update_now Update Now - + update_manager.update_from_to Update from %from% to %to% - + update_manager.update_description Click the button to start the update process. A backup will be created automatically and you can monitor the progress. - + update_manager.start_update Start Update - + update_manager.create_backup Create backup before updating (recommended) - + update_manager.estimated_time Update typically takes 2-5 minutes - - - update_manager.confirm_update - Are you sure you want to start the update? The system will be in maintenance mode during the update. - - - - - update_manager.starting - Starting... - - - - - update_manager.already_up_to_date - You are running the latest version of Part-DB. - - - - - update_manager.cli_alternative - Alternatively, you can update via the command line: - - - - - update_manager.progress.title - Update Progress - - - - - update_manager.progress.updating - Updating Part-DB... - - - - - update_manager.progress.completed - Update Completed! - - - - - update_manager.progress.failed - Update Failed - - - - - update_manager.progress.initializing - Initializing... - - - - - update_manager.progress.updating_to - Updating to version %version% - - - - - update_manager.progress.error - Error - - - - - update_manager.progress.success_message - Part-DB has been successfully updated! You may need to refresh the page to see the new version. - - - - - update_manager.progress.steps - Update Steps - - - - - update_manager.progress.waiting - Waiting for update to start... - - - - - update_manager.progress.back - Back to Update Manager - - - - - update_manager.progress.refresh_page - Refresh Page - - - - - update_manager.progress.warning - Important - - - - - update_manager.progress.do_not_close - Please do not close this page or navigate away while the update is in progress. The update will continue even if you close this page, but you won't be able to monitor the progress. - - - - - update_manager.progress.auto_refresh - This page will automatically refresh every 2 seconds to show progress. - - - - - update_manager.progress.downgrade_title - Downgrade Progress - - - - - update_manager.progress.downgrading - Downgrading Part-DB... - - - - - update_manager.progress.downgrading_to - Downgrading to version %version% - - - - - update_manager.progress.downgrade_completed - Downgrade Completed! - - - - - update_manager.progress.downgrade_failed - Downgrade Failed - - - - - update_manager.progress.downgrade_success_message - Part-DB has been successfully downgraded! You may need to refresh the page to see the new version. - - - - - update_manager.progress.downgrade_steps - Downgrade Steps - - - - - update_manager.progress.downgrade_do_not_close - Please do not close this page or navigate away while the downgrade is in progress. The downgrade will continue even if you close this page, but you won't be able to monitor the progress. - - - + update_manager.confirm_update Are you sure you want to update Part-DB? A backup will be created before the update. - + + + update_manager.starting + Starting... + + + + + update_manager.already_up_to_date + You are running the latest version of Part-DB. + + + + + update_manager.cli_alternative + Alternatively, you can update via the command line: + + + + + update_manager.progress.title + Update Progress + + + + + update_manager.progress.updating + Updating Part-DB... + + + + + update_manager.progress.completed + Update Completed! + + + + + update_manager.progress.failed + Update Failed + + + + + update_manager.progress.initializing + Initializing... + + + + + update_manager.progress.updating_to + Updating to version %version% + + + + + update_manager.progress.error + Error + + + + + update_manager.progress.success_message + Part-DB has been successfully updated! You may need to refresh the page to see the new version. + + + + + update_manager.progress.steps + Update Steps + + + + + update_manager.progress.waiting + Waiting for update to start... + + + + + update_manager.progress.back + Back to Update Manager + + + + + update_manager.progress.refresh_page + Refresh Page + + + + + update_manager.progress.warning + Important + + + + + update_manager.progress.do_not_close + Please do not close this page or navigate away while the update is in progress. The update will continue even if you close this page, but you won't be able to monitor the progress. + + + + + update_manager.progress.auto_refresh + This page will automatically refresh every 2 seconds to show progress. + + + + + update_manager.progress.downgrade_title + Downgrade Progress + + + + + update_manager.progress.downgrading + Downgrading Part-DB... + + + + + update_manager.progress.downgrading_to + Downgrading to version %version% + + + + + update_manager.progress.downgrade_completed + Downgrade Completed! + + + + + update_manager.progress.downgrade_failed + Downgrade Failed + + + + + update_manager.progress.downgrade_success_message + Part-DB has been successfully downgraded! You may need to refresh the page to see the new version. + + + + + update_manager.progress.downgrade_steps + Downgrade Steps + + + + + update_manager.progress.downgrade_do_not_close + Please do not close this page or navigate away while the downgrade is in progress. The downgrade will continue even if you close this page, but you won't be able to monitor the progress. + + + update_manager.confirm_downgrade Are you sure you want to downgrade Part-DB? This will revert to an older version. A backup will be created before the downgrade. - + update_manager.downgrade_removes_update_manager WARNING: This version does not include the Update Manager. After downgrading, you will need to update manually using the command line (git checkout, composer install, etc.). - + update_manager.restore_backup Restore backup - + update_manager.restore_confirm_title Restore from Backup - + update_manager.restore_confirm_message Are you sure you want to restore your database from this backup? - + update_manager.restore_confirm_warning WARNING: This will overwrite your current database with the backup data. This action cannot be undone! Make sure you have a current backup before proceeding. - + update_manager.web_updates_disabled Web-based updates are disabled - + update_manager.web_updates_disabled_hint Web-based updates have been disabled by the server administrator. Please use the CLI command "php bin/console partdb:update" to perform updates. - + update_manager.backup_restore_disabled Backup restore is disabled by server configuration. @@ -15108,5 +15102,11 @@ Buerklin-API Authentication server: Creates a part based on the given URL. It tries to delegate it to an existing info provider if possible, otherwise it will be tried to extract rudimentary data from the webpage's metadata. + + + update_manager.cant_auto_update + Cannot update automatically from WebUI + +