Fixing #304025 - drupal in subdirectory redirecting issues.
Removing the node edit language path tests. These no longer apply due to #1399506.
Fixing #1399506 - only language redirect nodes being VIEWED, not edited or deleted.
Adding experimental Comment To Node redirection to avoid duplicate content URLs when Comment module is enabled and providing its own Permalinks.
Issue #1600784 - Moving the D7 project in the the suggested package as defined in http://groups.drupal.org/node/97054.
Improving the test coverage.
Changing from a specific locale_language_url_rewrite_url to using drupal_alter('url_outbound'...). Tests seem to still pass.
Fixing minor code style issue.
Fixing silly typo.