stable

Clone or download

Read-only

Add button to clear history

This is part of story #10257: show artifact view history This introduces a wrapper around fetch() so that we can stop using jQuery. Change-Id: I5083950072cdc7b58dfe3ff441ee21548a26bd5d

Modified Files

Name
M site-content/fr_FR/LC_MESSAGES/tuleap-core.po +5 −3 Go to diff View file
M site-content/tuleap-core.pot +3 −0 Go to diff View file
M src/www/scripts/navbar-history/navbar-history.js +24 −6 Go to diff View file
M src/www/themes/BurningParrot/Navbar/DropdownMenuItem/Content/History/UserHistoryPresenter.php +4 −0 Go to diff View file
M src/www/themes/BurningParrot/css/includes/_navbar-dropdown-history.scss +11 −0 Go to diff View file
M src/www/themes/BurningParrot/templates/navbar/dropdown-menu-item/content/content-history.mustache +6 −0 Go to diff View file
M src/www/themes/common/tlp/package.json +3 −1 Go to diff View file
M src/www/themes/common/tlp/src/index.fr_FR.js +3 −1 Go to diff View file
A src/www/themes/common/tlp/src/js/fetch-wrapper.js +43 −0 Go to diff View file
M src/www/themes/common/tlp/src/js/index.js +2 −0 Go to diff View file
M src/www/themes/common/tlp/webpack.config.js +5 −0 Go to diff View file