stable
Clone or download
Read-only
request #16129 Rename tlp.modal to createModal
No functional change expected Change-Id: I2fb291a86733f9d680f0be0aa89c22db74ecb2d1
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/admindelegation/scripts/admindelegation.js | +3 | −3 | Go to diff View file |
M | plugins/bugzilla_reference/scripts/bugzilla-reference.js | +4 | −4 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DragNDrop/ErrorModal.vue | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/DownloadFolderAsZip/ModalArchiveSizeWarning.vue | +2 | −2 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/DownloadFolderAsZip/ModalMaxArchiveSizeThresholdExceeded.vue | +2 | −2 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/Error/GlobalErrorModal.test.js | +3 | −3 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/Error/GlobalErrorModal.vue | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/FilesUploads/FilesUploadsManager.vue | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ModalCreateNewItemVersion/CreateNewVersionEmbeddedFileModal.vue | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ModalCreateNewItemVersion/CreateNewVersionEmptyModal.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ModalCreateNewItemVersion/CreateNewVersionEmptyModal.vue | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ModalCreateNewItemVersion/CreateNewVersionFileModal.vue | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ModalCreateNewItemVersion/CreateNewVersionLinkModal.vue | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ModalCreateNewItemVersion/CreateNewVersionWikiModal.vue | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ModalCreateNewItemVersion/FileVersionChangelogModal.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ModalCreateNewItemVersion/FileVersionChangelogModal.vue | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ModalDeleteItem/ModalConfirmDeletion.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ModalDeleteItem/ModalConfirmDeletion.vue | +2 | −2 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ModalNewItem/NewFolderModal.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ModalNewItem/NewFolderModal.vue | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ModalNewItem/NewItemModal.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ModalNewItem/NewItemModal.vue | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ModalUpdateMetadata/UpdateFolderMetadataModal.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ModalUpdateMetadata/UpdateFolderMetadataModal.vue | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ModalUpdateMetadata/UpdateMetadataModal.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ModalUpdateMetadata/UpdateMetadataModal.vue | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/Permissions/PermissionsUpdateModal.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/Permissions/PermissionsUpdateModal.vue | +1 | −1 | Go to diff View file |
M | plugins/git/scripts/repositories/src/components/GitRepositoryCreate.vue | +2 | −2 | Go to diff View file |
M | plugins/git/scripts/repository/src/already-forked-modal.js | +1 | −1 | Go to diff View file |
M | plugins/git/scripts/siteadmin/gerrit/modal-add-gerrit-server.js | +2 | −2 | Go to diff View file |
M | plugins/git/scripts/siteadmin/gerrit/modal-delete-gerrit-server.js | +2 | −2 | Go to diff View file |
M | plugins/git/scripts/siteadmin/gerrit/modal-edit-gerrit-server.js | +2 | −2 | Go to diff View file |
M | plugins/git/scripts/siteadmin/mirror/modal-add-mirror.js | +2 | −2 | Go to diff View file |
M | plugins/git/scripts/siteadmin/mirror/modal-mirror-configuration.js | +2 | −2 | Go to diff View file |
M | plugins/openidconnectclient/scripts/open-id-connect-client.js | +8 | −8 | Go to diff View file |
M | plugins/pluginsadministration/scripts/pluginsadministration.js | +1 | −1 | Go to diff View file |
M | plugins/pullrequest/scripts/create-pullrequest-button/src/components/App.vue | +1 | −1 | Go to diff View file |
M | plugins/statistics/scripts/admin.js | +1 | −1 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/GlobalError/ErrorModal.test.ts | +3 | −3 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/GlobalError/ErrorModal.vue | +1 | −1 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/src/components/Campaigns/CreateModal.test.ts | +4 | −4 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/src/components/Campaigns/CreateModal.vue | +1 | −1 | Go to diff View file |
M | plugins/timetracking/scripts/personal-timetracking-widget/src/components/WidgetArtifactTableRow.vue | +1 | −1 | Go to diff View file |
M | plugins/tracker/scripts/admin-nature.js | +1 | −1 | Go to diff View file |
M | plugins/tracker/scripts/workflow-transitions/src/components/Header/WorkflowFieldChange.test.js | +2 | −2 | Go to diff View file |
M | plugins/tracker/scripts/workflow-transitions/src/components/Header/WorkflowFieldChange.vue | +1 | −1 | Go to diff View file |
M | plugins/tracker/scripts/workflow-transitions/src/components/Header/WorkflowModeSwitch.vue | +1 | −1 | Go to diff View file |
M | plugins/tracker/scripts/workflow-transitions/src/components/TransitionModal/TransitionModal.test.js | +1 | −1 | Go to diff View file |
M | plugins/tracker/scripts/workflow-transitions/src/components/TransitionModal/TransitionModal.vue | +1 | −1 | Go to diff View file |
M | plugins/tuleap_synchro/scripts/site-admin/src/index.js | +1 | −1 | Go to diff View file |
M | src/scripts/BurningParrot/src/access-denied-error.js | +2 | −2 | Go to diff View file |
M | src/scripts/dashboards/dashboard-modals.js | +1 | −1 | Go to diff View file |
M | src/scripts/dashboards/widgets/contact-modal.js | +1 | −1 | Go to diff View file |
M | src/scripts/project/admin/services/src/components/AddModal.vue | +1 | −1 | Go to diff View file |
M | src/scripts/project/admin/services/src/components/EditModal.vue | +1 | −1 | Go to diff View file |
M | src/scripts/project/admin/services/src/modal-initializer.js | +1 | −1 | Go to diff View file |
M | src/scripts/project/admin/src/project-admin-details.js | +1 | −1 | Go to diff View file |
M | src/scripts/project/admin/src/project-admin-members.js | +1 | −1 | Go to diff View file |
M | src/scripts/project/admin/src/project-admin-ugroups.js | +1 | −1 | Go to diff View file |
M | src/scripts/project/registration/index-for-modal.ts | +1 | −1 | Go to diff View file |
M | src/scripts/project/registration/src/components/Information/Agreement/AgreementModal.test.ts | +2 | −2 | Go to diff View file |
M | src/scripts/project/registration/src/components/Information/Agreement/AgreementModal.vue | +1 | −1 | Go to diff View file |
M | src/scripts/site-admin/massmail.js | +1 | −1 | Go to diff View file |
M | src/scripts/site-admin/permission-delegation.js | +1 | −1 | Go to diff View file |
M | src/scripts/site-admin/project-configuration.js | +1 | −1 | Go to diff View file |
M | src/scripts/site-admin/system-events-notifications.js | +1 | −1 | Go to diff View file |
M | src/scripts/site-admin/system-events.js | +1 | −1 | Go to diff View file |
M | src/scripts/site-admin/trackers-pending-removal.js | +1 | −1 | Go to diff View file |
M | src/scripts/site-admin/userdetails.js | +1 | −1 | Go to diff View file |
M | src/scripts/tuleap/manage-allowed-projects-on-resource.js | +1 | −1 | Go to diff View file |
M | src/scripts/tuleap/modals/modal-opener.test.ts | +1 | −1 | Go to diff View file |
M | src/scripts/tuleap/modals/modal-opener.ts | +1 | −1 | Go to diff View file |
M | src/scripts/tuleap/trovecat.js | +1 | −1 | Go to diff View file |
M | src/themes/tlp/angular-tlp/tlp-modal-service-test.js | +2 | −2 | Go to diff View file |
M | src/themes/tlp/angular-tlp/tlp-modal-service.js | +3 | −3 | Go to diff View file |
M | src/themes/tlp/doc/js/editors.js | +36 | −36 | Go to diff View file |
M | src/themes/tlp/doc/js/illustration-helper.js | +2 | −2 | Go to diff View file |
M | src/themes/tlp/src/js/index.ts | +3 | −3 | Go to diff View file |
M | src/themes/tlp/src/js/modal.test.ts | +1 | −1 | Go to diff View file |
M | src/themes/tlp/src/js/modal.ts | +1 | −1 | Go to diff View file |
M | src/www/tlp-doc/resources/flyover/modals/usage/doc.html | +1 | −1 | Go to diff View file |
M | src/www/tlp-doc/resources/flyover/modals/usage/example.html | +1 | −1 | Go to diff View file |