[obs-commits] [openSUSE/open-build-service] 385361: Hide overflow of long filenames in upload label
Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: 3853615c36103ba85cccba4c2066d0375a7353c0 https://github.com/openSUSE/open-build-service/commit/3853615c36103ba85cccba... Author: Christian Bruckmayer <cbruckmayer@suse.com> Date: 2018-10-02 (Tue, 02 Oct 2018) Changed paths: M src/api/app/assets/javascripts/webui2/forms.js M src/api/app/assets/stylesheets/webui2/cm2.scss M src/api/app/views/webui2/webui/package/add_file.html.haml Log Message: ----------- Hide overflow of long filenames in upload label When the filename is really long, the input / label broke into next line. For now we just hide the overlfow which is fine for the upload input field. Fix #5979 Commit: dea50675cfbf5187c1c1b295148b1e9537205761 https://github.com/openSUSE/open-build-service/commit/dea50675cfbf5187c1c1b2... Author: Christian Bruckmayer <cbruckmayer@suse.com> Date: 2018-10-02 (Tue, 02 Oct 2018) Changed paths: M src/api/app/assets/javascripts/webui2/packages.js M src/api/app/views/webui2/webui/package/add_file.html.haml Log Message: ----------- Fix package add file validations The JS validation did not take into account when there was already another input field with a value. Before it just set the required tag on all input fields when the value was empty. This was not correct as it could happen that there is already another input field with a value. In this case we don't need to change the required tag at all and just leave it like it is. Fix #5980. Commit: f33af95fc9d0d8a789dff80e905f5da6c17ef34e https://github.com/openSUSE/open-build-service/commit/f33af95fc9d0d8a789dff8... Author: Christian Bruckmayer <cbruckmayer@suse.com> Date: 2018-10-02 (Tue, 02 Oct 2018) Changed paths: M src/api/app/assets/javascripts/webui2/forms.js M src/api/app/assets/javascripts/webui2/packages.js M src/api/app/assets/stylesheets/webui2/cm2.scss M src/api/app/views/webui2/webui/package/add_file.html.haml Log Message: ----------- Merge pull request #5991 from ChrisBr/bootstrap/file-upload-bugs Fix several file upload issues Compare: https://github.com/openSUSE/open-build-service/compare/54342dd6840b...f33af9... **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019.
participants (1)
-
Christian Bruckmayer