stable

Clone or download

Read-only

Intrdocution of BurningParrot in user Logging

part of story #9585 Get rid of Bootstrap in site admin / plugins This step introduce new table, filter and pagination will be in dedicted commits. Change-Id: I4426d2eacdc20b971d9570646aacb70755267b98

Modified Files

Name
M plugins/userlog/build-manifest.json +17 −0 Go to diff View file
A plugins/userlog/include/UserLogBuilder.php +122 −0 Go to diff View file
M plugins/userlog/include/UserLogManager.class.php +38 −117 Go to diff View file
A plugins/userlog/include/UserLogPresenter.php +53 −0 Go to diff View file
M plugins/userlog/include/autoload.php +4 −2 Go to diff View file
A plugins/userlog/include/constants.php +21 −0 Go to diff View file
M plugins/userlog/include/userlogPlugin.class.php +16 −3 Go to diff View file
M plugins/userlog/site-content/en_US/userlog.tab +11 −0 Go to diff View file
M plugins/userlog/site-content/fr_FR/userlog.tab +12 −1 Go to diff View file
A plugins/userlog/templates/userlogs.mustache +42 −0 Go to diff View file
A plugins/userlog/www/themes/BurningParrot/css/_userlog.scss +9 −0 Go to diff View file
A plugins/userlog/www/themes/BurningParrot/css/style-blue.scss +22 −0 Go to diff View file
A plugins/userlog/www/themes/BurningParrot/css/style-green.scss +22 −0 Go to diff View file
A plugins/userlog/www/themes/BurningParrot/css/style-grey.scss +22 −0 Go to diff View file
A plugins/userlog/www/themes/BurningParrot/css/style-orange.scss +22 −0 Go to diff View file
A plugins/userlog/www/themes/BurningParrot/css/style-purple.scss +22 −0 Go to diff View file
A plugins/userlog/www/themes/BurningParrot/css/style-red.scss +22 −0 Go to diff View file