Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Продумать скрипт обновления версий #856

Open
Ruslan-Aleev opened this issue Apr 18, 2023 · 3 comments
Open

Comments

@Ruslan-Aleev
Copy link
Member

Ruslan-Aleev commented Apr 18, 2023

Сообщение об ошибке / Error message

Резюме / Summary

В системных настройках есть много настроек, которые или уже устарели и не используются, или не выводятся (например, defaultThumb).

Так же остаются старые файлы, которые могут, в теории, конфликтовать на новых версиях.

Нужно сделать скрипт, который при обновлении версий удалял бы эти настройки, может и лексиконы и пр. как в MODX это сделано сейчас, например - https://github.com/modxcms/revolution/blob/3.x/setup/includes/upgrades/common/3.0.0-cleanup-system-settings.php

@Ruslan-Aleev
Copy link
Member Author

Посмотрел руками, нашел несколько настроек, которые были переименованы, удалены или непонятные.
Для них нужно будет сделать обработчик, который их обновил/снес бы, т.к. при каждом обновлении такие настройки копятся. Это справедливо и для их лексиконов, соответственно.

Переименованы:

ms_order_product_options -> ms2_order_product_options;
ms2_cart_context_init -> ms2_cart_context;

Удалены:

ms2_payment_paypal_api_url;
ms2_payment_paypal_checkout_url;
ms2_payment_paypal_currency;
ms2_payment_paypal_user;
ms2_payment_paypal_pwd;
ms2_payment_paypal_signature;
ms2_payment_paypal_success_id;
ms2_payment_paypal_cancel_id;
ms2_payment_paypal_cancel_order;

ms2_add_icon_category;
ms2_add_icon_product;

Странные настройки:

ms2_product_thumbnail_default;
ms2_product_thumbnail_size;

ms2_category_remember_grid;

ms2_product_vertical_tabs;
ms2_product_main_fields;

ms2_price_snippet;
ms2_weight_snippet;

@Ruslan-Aleev
Copy link
Member Author

Связано с #753

@Ruslan-Aleev Ruslan-Aleev changed the title Проверить системные настройки Продумать скрипт обновления версий Jul 20, 2023
@Ruslan-Aleev
Copy link
Member Author

Не удаленные старые файлы могут вызвать ошибку 500, что не прикольно - https://modx.pro/solutions/24590

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant