https://bugzilla.wikimedia.org/show_bug.cgi?id=18593
Brion Vibber <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Status|RESOLVED |REOPENED Resolution|FIXED | --- Comment #3 from Brion Vibber <[email protected]> 2009-04-27 17:58:05 UTC --- This was partially reverted in r49950 apparently on the basis that it looks funny. :) More seriously, it has some real problems: * Hardcoded Wikimedia SVN URL means that extensions checked out from a third-party SVN will be totally wrong * Hardcoded trunk path means that extensions checked out from branch will link to the totally wrong place * Hardcoded path points just to 'extensions' and fails to specify the particular directory You should be able to extract the actual source path out of the .svn files just like the version, in which case we can identify whether it's our own SVN and we can stick a pretty viewvc link on it -- with the correct path. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
