stable
Clone or download
Read-only
Merge 'gerrit #13919' into stable/master
* commit 'c9b4416166': request #12958 Complete usage of front router for tracker plugin Change-Id: I264f826055bd8c7a1459059d6586f6e229493973
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 |