Author: david
Date: Wed Sep 14 20:55:18 2011
New Revision: 9730

Log:
Add path to google code repository to source files

Modified:
   trunk/lib/task/i18nConsolidateTask.class.php

Modified: trunk/lib/task/i18nConsolidateTask.class.php
==============================================================================
--- trunk/lib/task/i18nConsolidateTask.class.php        Wed Sep 14 20:51:06 
2011        (r9729)
+++ trunk/lib/task/i18nConsolidateTask.class.php        Wed Sep 14 20:55:18 
2011        (r9730)
@@ -192,7 +192,8 @@
       {
         if (!isset($this->sourceFile[$message]))
         {
-          $this->sourceFile[$message] = 
str_replace(sfConfig::get('sf_web_dir'), '', $file);
+          // Link to file in googlecode repository
+          $this->sourceFile[$message] = 
str_replace(sfConfig::get('sf_web_dir'), 
'http://code.google.com/p/qubit-toolkit/source/browse/trunk', $file);
         }
       }
     }

-- 
You received this message because you are subscribed to the Google Groups 
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/qubit-commits?hl=en.

Reply via email to