Opened 12 years ago
Closed 12 years ago
#73 closed defect (bug) (fixed)
Blame link is broken in core Trac
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | Priority: | low | |
| Component: | Trac | Keywords: | |
| Cc: |
Description (last modified by )
- Go to http://core.trac.wordpress.org/browser/trunk/src/wp-includes/class-wp-xmlrpc-server.php.
- Click the Blame link.
- You'll get an error: "No node trunk/wp-includes/class-wp-xmlrpc-server.php at revision 25017".
The link points to http://core.trac.wordpress.org/browser/trunk/wp-includes/class-wp-xmlrpc-server.php?annotate=blame, whereas the correct URL is http://core.trac.wordpress.org/browser/trunk/src/wp-includes/class-wp-xmlrpc-server.php?annotate=blame (note the /src).
Change History (5)
Note: See
TracTickets for help on using
tickets.
The info I could glean about this was posted over here: http://core.trac.wordpress.org/ticket/24976#comment:14
Seems something funny is going on in Trac For example, on http://core.trac.wordpress.org/browser/trunk/src/wp- includes/admin-bar.php the Blame link lacks the {{{src/}}} path, however the Previous Revision link works (and it links to the non-src/ url, as that's where the file was at the time). But then take a file that's been modified since the move, such as http://core.trac.wordpress.org/browser/trunk/src/wp-includes/script- loader.php, and the Blame link is fine, but the Previous Revision link is missing.