stable

Clone or download

Read-only

request #15121: Extract FilterInlineTable out of TLP

Its usage does not justify adding it to every BurningParrot page ever (which is the case for TLP). That said, the size gain is still marginal for the TLP asset (about 4 KiB). Now that we have webpack, we can safely import it only where it is used. I took this opportunity to export constants for CSS class names. How to test: - No functional change. Pages using it still function and filter tables correctly. Usage is mainly in site administration and project administration. Change-Id: Ief3d65773af0bb3ddc5e96a015969fa46fc11221

Modified Files

Name
M plugins/git/scripts/siteadmin/gitolite.js +1 −1 Go to diff View file
M plugins/pluginsadministration/scripts/pluginsadministration.js +2 −1 Go to diff View file
M plugins/statistics/scripts/admin.js +5 −4 Go to diff View file
M plugins/testmanagement/scripts/testmanagement/src/enable-tlp-table-filter-directive.js +2 −2 Go to diff View file
M src/scripts/dashboards/dashboard-modals.js +2 −1 Go to diff View file
M src/scripts/labels/project-admin/project-admin-labels.js +2 −1 Go to diff View file
M src/scripts/project/admin/src/project-admin-members.js +2 −1 Go to diff View file
M src/scripts/project/admin/src/project-admin-ugroups.js +2 −1 Go to diff View file
M src/scripts/site-admin/most-recent-logins.js +4 −5 Go to diff View file
M src/scripts/tuleap/manage-allowed-projects-on-resource.js +2 −1 Go to diff View file
R src/themes/tlp/src/js/filter-inline-table.d.ts Go to diff View file
R src/themes/tlp/src/js/filter-inline-table.js Go to diff View file
R src/themes/tlp/src/js/filter-inline-table.test.ts Go to diff View file
M src/themes/tlp/doc/js/editors.js +2 −1 Go to diff View file
M src/themes/tlp/src/index.d.ts +0 −1 Go to diff View file
M src/themes/tlp/src/js/index.js +0 −2 Go to diff View file
M src/tsconfig.json +2 −1 Go to diff View file
M src/www/tlp-doc/resources/tables/filter/doc.html +1 −1 Go to diff View file
M src/www/tlp-doc/resources/tables/filter/example.html +1 −1 Go to diff View file