stable

Clone or download

Read-only

request #12958 Complete usage of front router for tracker plugin

Even if the scripts were poorly name, I prefered to keep this change as small as possible. The main goal being to reduce as much code as possible in Tracker_URLVerification. Change-Id: I2cf4cc4f4b2bb702d4f66e057dc8b0283279891e

Modified Files

Name
M plugins/tracker/etc/nginx/tracker.conf +1 −10 Go to diff View file
A plugins/tracker/include/Tracker/Artifact/InvertCommentsController.php +54 −0 Go to diff View file
A plugins/tracker/include/Tracker/Artifact/InvertDisplayChangesController.php +52 −0 Go to diff View file
R plugins/tracker/include/Tracker/Config/ConfigRouter.php Go to diff View file
M plugins/tracker/include/Tracker/Tracker_URLVerification.class.php +6 −23 Go to diff View file
M plugins/tracker/include/trackerPlugin.class.php +91 −0 Go to diff View file
D plugins/tracker/www/.htaccess +0 −6 Go to diff View file
D plugins/tracker/www/config.php +0 −108 Go to diff View file
D plugins/tracker/www/invert_comments_order.php +0 −14 Go to diff View file
D plugins/tracker/www/invert_display_changes.php +0 −23 Go to diff View file
M src/common/include/URLVerification.class.php +1 −1 Go to diff View file