stable

Clone or download

Read-only

Display history in FlamingParrot

part of story #10257: show artifact view history How to test: in FP and BP pages - you can browse your tracker history - you can clear your history Change-Id: I004b75df44370e0d876904e7ba67f47d7a8888a6

Modified Files

Name
R src/www/themes/BurningParrot/templates/navbar/dropdown-menu-item/content/content-history.mustache Go to diff View file
A src/www/scripts/navbar-history/history-items-builder.js +56 −0 Go to diff View file
A src/www/scripts/navbar-history/index-burningparrot.js +31 −0 Go to diff View file
A src/www/scripts/navbar-history/index-flamingparrot.js +32 −0 Go to diff View file
A src/www/scripts/navbar-history/navbar-history-controller.js +113 −0 Go to diff View file
D src/www/scripts/navbar-history/navbar-history.js +0 −138 Go to diff View file
A src/www/scripts/navbar-history/promise-polyfill.js +5 −0 Go to diff View file
M src/www/scripts/package.json +3 −1 Go to diff View file
M src/www/scripts/webpack.config.js +12 −3 Go to diff View file
M src/www/themes/BurningParrot/templates/navbar/dropdown-menu-item/content/content.mustache +1 −1 Go to diff View file
M src/www/themes/FlamingParrot/FlamingParrot_Theme.class.php +4 −1 Go to diff View file
M src/www/themes/FlamingParrot/NavBarPresenter.class.php +7 −4 Go to diff View file
A src/www/themes/FlamingParrot/css/utils/_navbar-dropdown-history.scss +365 −0 Go to diff View file
M src/www/themes/FlamingParrot/css/utils/_navbar.scss +1 −18 Go to diff View file
D src/www/themes/FlamingParrot/templates/navbar-content-history.mustache +0 −6 Go to diff View file
A src/www/themes/FlamingParrot/templates/navbar-history.mustache +6 −0 Go to diff View file
M src/www/themes/FlamingParrot/templates/navbar-user-logged-in.mustache +7 −2 Go to diff View file