Emails that we generate for commits have a handy diff link at bottom. alas, the syntax for that link has to be different for a new file. this patch implements that. requires a visit to the config file. set 'logs_cvsurls_initial' to the same as logs_cvsurls but omit the whole querystring ... i can't test this, but it should work :)

CommentFileSizeAuthor
patch_1661.91 KBmoshe weitzman

Comments

dww’s picture

Version: 6.x-1.x-dev » 4.7.x-2.x-dev
Status: Needs review » Fixed

committed a slightly cleaned up version of your patch to DRUPAL-4-7--2. however, in testing, it became clear you had a logic bug. ;) we want the '_initial' setting if we have 'NONE' in the old revision, not the other way around. :( so, i fixed that, did more testing, and it all seems to be happy now.

thanks,
-derek

dww’s picture

Component: Code » X-CVS scripts
Anonymous’s picture

Status: Fixed » Closed (fixed)