stable
Clone or download
Read-only
Part of request #19306 @mention does not work in HTML format for follow-ups and text fields How to test: - No functional change expected. Notes: Since the escaper is a dependency of the tuleap.mention part, it is better to extract it as a (small) lib and have a clear dependency. Change-Id: I145d735ef72a12de812517ef342df4afaecb6ab4
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/scripts/kanban/package.json | +1 | −0 | Go to diff View file |
M | plugins/agiledashboard/scripts/kanban/src/app/edit-kanban/edit-kanban-controller.js | +1 | −1 | Go to diff View file |
M | plugins/docman/package-lock.json | +4 | −2 | Go to diff View file |
M | plugins/docman/package.json | +16 | −12 | Go to diff View file |
M | plugins/git/package.json | +1 | −0 | Go to diff View file |
M | plugins/ldap/package.json | +3 | −1 | Go to diff View file |
M | plugins/ldap/scripts/autocomplete-for-select2.js | +1 | −1 | Go to diff View file |
M | plugins/svn/package.json | +19 | −17 | Go to diff View file |
M | plugins/tracker/package.json | +1 | −0 | Go to diff View file |
M | plugins/tracker/scripts/artifact/create-view.ts | +1 | −1 | Go to diff View file |
M | src/package.json | +1 | −0 | Go to diff View file |
A | src/scripts/lib/html-escaper/.gitignore | +1 | −0 | Go to diff View file |
A | src/scripts/lib/html-escaper/README.md | +11 | −0 | Go to diff View file |
A | src/scripts/lib/html-escaper/package-lock.json | +5 | −0 | Go to diff View file |
A | src/scripts/lib/html-escaper/package.json | +27 | −0 | Go to diff View file |
R | src/scripts/tuleap/escaper.d.ts | Go to diff View file | ||
R | src/scripts/tuleap/escaper.js | Go to diff View file | ||
A | src/scripts/lib/html-escaper/vite.config.ts | +31 | −0 | 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-members.js | +1 | −2 | 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/tuleap/autocomplete-for-select2.js | +1 | −1 | Go to diff View file |
M | src/scripts/tuleap/user-and-ugroup-autocompleter.js | +1 | −1 | Go to diff View file |
M | src/webpack.common.js | +1 | −1 | Go to diff View file |