stable

Clone or download

Read-only

Move relative-date outside of TLP

Part of request #18842 Split TLP into separate smaller libraries It cannot be its own library due to dynamic import. It is not included in TLP but only in certain BurningParrot pages. The main problem is its polyfill dependencies: things are easier to handle when they are not included in TLP. Change-Id: I09e775f64d535e86728415d9ad2d2e7c35bf82b1

Modified Files

Name
M lerna.json +1 −1 Go to diff View file
M plugins/document/scripts/document/components/Folder/FolderContentRow.vue +1 −1 Go to diff View file
M plugins/document/scripts/document/components/Folder/QuickLook/QuickLookDocumentMetadata.vue +1 −1 Go to diff View file
M plugins/document/scripts/document/components/Folder/QuickLook/QuickLookMetadataDate.vue +1 −1 Go to diff View file
M plugins/tracker/scripts/angular-artifact-modal/src/tuleap-artifact-modal-controller.js +1 −1 Go to diff View file
M plugins/tracker/scripts/angular-artifact-modal/src/tuleap-artifact-modal.js +1 −1 Go to diff View file
M src/scripts/site-admin/dates-display.test.ts +1 −2 Go to diff View file
M src/scripts/site-admin/dates-display.ts +2 −2 Go to diff View file
R src/themes/tlp/src/js/custom-elements/relative-date/index.ts Go to diff View file
A src/scripts/tuleap/custom-elements/relative-date/package-lock.json +68 −0 Go to diff View file
A src/scripts/tuleap/custom-elements/relative-date/package.json +14 −0 Go to diff View file
R src/themes/tlp/src/js/custom-elements/relative-date/polyfills.ts Go to diff View file
R src/themes/tlp/src/js/custom-elements/relative-date/relative-date-element.test.ts Go to diff View file
R src/themes/tlp/src/js/custom-elements/relative-date/relative-date-element.ts Go to diff View file
R src/themes/tlp/src/js/custom-elements/relative-date/relative-date-formatter.test.ts Go to diff View file
R src/themes/tlp/src/js/custom-elements/relative-date/relative-date-formatter.ts Go to diff View file
R src/themes/tlp/src/js/custom-elements/relative-date/relative-date-helper.test.ts Go to diff View file
R src/themes/tlp/src/js/custom-elements/relative-date/relative-date-helper.ts Go to diff View file
M src/themes/tlp/doc/js/editors.js +1 −1 Go to diff View file
M src/themes/tlp/package-lock.json +0 −60 Go to diff View file
M src/themes/tlp/package.json +0 −4 Go to diff View file
M src/webpack.common.js +1 −1 Go to diff View file