[openSUSE/open-build-service] f65345: Migrate custom file inputs according to Bootstrap ...
Branch: refs/heads/depfu/update/srcapi/popper_js-2.8.6 Home: https://github.com/openSUSE/open-build-service Commit: f65345c98fd8539b138dc42c636d40915dffed2e https://github.com/openSUSE/open-build-service/commit/f65345c98fd8539b138dc4... Author: Dany Marcoux <dmarcoux@posteo.de> Date: 2021-03-29 (Mon, 29 Mar 2021) Changed paths: M src/api/app/assets/javascripts/webui/forms.js M src/api/app/assets/stylesheets/webui/cm2.scss M src/api/app/views/webui/packages/files/new.html.haml Log Message: ----------- Migrate custom file inputs according to Bootstrap 5 changes As documented upstream in the migration guide:
File inputs now use the .form-control class and don’t require JavaScript, additional HTML, or additional classes. See PR #31955 at https://github.com/twbs/bootstrap
https://getbootstrap.com/docs/5.0/migration/#forms Commit: 02eda6632375de9cece05228d0ef2482d905dccc https://github.com/openSUSE/open-build-service/commit/02eda6632375de9cece052... Author: Dany Marcoux <dmarcoux@posteo.de> Date: 2021-03-29 (Mon, 29 Mar 2021) Changed paths: M src/api/app/assets/stylesheets/webui/collapsible-text.scss M src/api/app/views/webui/groups/_group_members.html.haml M src/api/app/views/webui/main/_latest_updates.html.haml M src/api/app/views/webui/main/_status_message.html.haml M src/api/app/views/webui/main/_status_messages.html.haml M src/api/app/views/webui/monitor/_building.html.haml M src/api/app/views/webui/monitor/_workers_table.html.haml M src/api/app/views/webui/package/_commit_item.html.haml M src/api/app/views/webui/package/rdiff.html.haml M src/api/app/views/webui/project/_monitor_control.html.haml M src/api/app/views/webui/projects/pulse/show.html.haml M src/api/app/views/webui/request/_sourcediff_tab.html.haml M src/api/app/views/webui/search/_results_owner.html.haml M src/api/app/views/webui/shared/_buildresult_box.html.haml M src/api/app/views/webui/user/_edit_dialog.html.haml M src/api/app/views/webui/users/notifications/index.html.haml Log Message: ----------- Rename float-left to float-start and float-right to float-end Done with the following GNU sed commands: sed -i -E "s|(\.\| )float-left|\1float-start|g" **/*.{html.haml,scss,rb} sed -i -E "s|(\.\| )float-right|\1float-end|g" **/*.{html.haml,scss,rb} As documented upstream in the migration guide:
Renamed .float-left and .float-right to .float-start and .float-end
https://getbootstrap.com/docs/5.0/migration/#utilities-2 Compare: https://github.com/openSUSE/open-build-service/compare/0c3ee4592e06...02eda6...
participants (1)
-
Dany Marcoux