stable

Clone or download

Read-only

request #14717: Cleanup of tracker templates

Old trackers should not anymore be instantiated in default site template for new installations: (build and run is your friend) * ChangeRequest * Empty (new UI allows to create "Empty" trackers) * Patches * Requirements * Risks * SupportRequests New tracker should be available though: * Activity Following trackers that cannot be instantiated right now will be done later: * Release * Sprint Note: having both an issue tracker and a bug tracker might be confusing for end users ("which one should I choose?") so we should not instantiate it for now. The old web page (that was barely known because the link was too small) should be removed: /plugins/tracker/resources/templates/ Change-Id: I8a5a5b24a201cdcacce9ee7e17a78ff443e96093

Modified Files

Name
M Makefile +4 −0 Go to diff View file
M plugins/agiledashboard/www/resources/.gitignore +1 −0 Go to diff View file
M plugins/tracker/include/Tracker/Creation/TrackerCreationProcessorController.php +1 −1 Go to diff View file
R plugins/tracker/www/resources/templates/Tracker_Empty.xml Go to diff View file
M plugins/tracker/include/Tracker/TrackerManager.class.php +1 −1 Go to diff View file
D plugins/tracker/include/XMLTemplatesController.php +0 −59 Go to diff View file
M plugins/tracker/include/trackerPlugin.php +0 −8 Go to diff View file
M plugins/tracker/site-content/en_US/tracker.tab +1 −1 Go to diff View file
M plugins/tracker/site-content/fr_FR/tracker.tab +1 −1 Go to diff View file
M plugins/tracker/www/resources/templates/.gitignore +3 −0 Go to diff View file
D plugins/tracker/www/resources/templates/Tracker_ChangeRequest.xml +0 −430 Go to diff View file
D plugins/tracker/www/resources/templates/Tracker_Patches.xml +0 −243 Go to diff View file
D plugins/tracker/www/resources/templates/Tracker_Requirements.xml +0 −580 Go to diff View file
D plugins/tracker/www/resources/templates/Tracker_Risks.xml +0 −378 Go to diff View file
D plugins/tracker/www/resources/templates/Tracker_SupportRequests.xml +0 −312 Go to diff View file
R plugins/agiledashboard/www/resources/Tracker_activity.xml Go to diff View file