stable

Clone or download

Read-only

request #14917 Remove admin delegation widgets

They are broken since ages, big warnings were added to inform about futur removal. Nobody complained, kill it with fire. Despite the removal of the plugin, the data are not purged from the DB as we tend to keep data as much as possible. The admins will be warned in the deployed guide about the purge if they want to run it by hand. At uninstall of the plugin, the widgets were purged. However in this context (forge upgrade) we cannot rely on production code and duplicating the SQL queries insider the forge upgrade is error prone and probably not worth it. Keep in mind that nobody bothered about the removal so it probably means that nobody are using them anyway. Change-Id: I7b723740755820e75489012a14dbba83d4078371

Modified Files

Name
D plugins/admindelegation/TODO +0 −5 Go to diff View file
D plugins/admindelegation/composer.json +0 −12 Go to diff View file
D plugins/admindelegation/composer.lock +0 −18 Go to diff View file
D plugins/admindelegation/db/install.sql +0 −14 Go to diff View file
D plugins/admindelegation/db/uninstall.sql +0 −2 Go to diff View file
D plugins/admindelegation/include/AdminDelegationBuilder.php +0 −98 Go to diff View file
D plugins/admindelegation/include/AdminDelegationPluginDescriptor.class.php +0 −31 Go to diff View file
D plugins/admindelegation/include/AdminDelegationPluginInfo.class.php +0 −35 Go to diff View file
D plugins/admindelegation/include/AdminDelegationPresenter.php +0 −71 Go to diff View file
D plugins/admindelegation/include/AdminDelegation_Service.class.php +0 −68 Go to diff View file
D plugins/admindelegation/include/AdminDelegation_ShowProjectWidget.class.php +0 −239 Go to diff View file
D plugins/admindelegation/include/AdminDelegation_UserServiceDao.class.php +0 −89 Go to diff View file
D plugins/admindelegation/include/AdminDelegation_UserServiceLogDao.class.php +0 −41 Go to diff View file
D plugins/admindelegation/include/AdminDelegation_UserServiceManager.class.php +0 −71 Go to diff View file
D plugins/admindelegation/include/AdminDelegation_UserWidget.class.php +0 −177 Go to diff View file
D plugins/admindelegation/include/SiteAdminController.php +0 −159 Go to diff View file
D plugins/admindelegation/include/admindelegationPlugin.php +0 −162 Go to diff View file
D plugins/admindelegation/package-lock.json +0 −6 Go to diff View file
D plugins/admindelegation/package.json +0 −19 Go to diff View file
D plugins/admindelegation/scripts/admindelegation.ts +0 −56 Go to diff View file
D plugins/admindelegation/site-content/fr_FR/LC_MESSAGES/tuleap-admindelegation.po +0 −145 Go to diff View file
D plugins/admindelegation/templates/modal-add-permission.mustache +0 −44 Go to diff View file
D plugins/admindelegation/templates/modal-revoke-permission.mustache +0 −19 Go to diff View file
D plugins/admindelegation/templates/permission-delegation.mustache +0 −82 Go to diff View file
D plugins/admindelegation/tests/unit/AdminDelegation_UserServiceTest.php +0 −66 Go to diff View file
D plugins/admindelegation/tests/unit/bootstrap.php +0 −21 Go to diff View file
D plugins/admindelegation/themes/BurningParrot/admindelegation.scss +0 −34 Go to diff View file
D plugins/admindelegation/tsconfig.json +0 −6 Go to diff View file
D plugins/admindelegation/webpack.common.js +0 −52 Go to diff View file
D plugins/admindelegation/webpack.dev.js +0 −23 Go to diff View file
D plugins/admindelegation/webpack.prod.js +0 −23 Go to diff View file
M tools/rpm/tuleap.rhel7.spec +0 −2 Go to diff View file