View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0010289CDashpublic2010-02-14 00:172011-12-23 08:32
ReporterEmmanuel Christophe 
Assigned ToJulien Jomier 
PrioritynormalSeverityfeatureReproducibilityN/A
StatusresolvedResolutionfixed 
PlatformOSOS Version
Product Version1.6 
Target VersionFixed in Version2.0 
Summary0010289: Patch for the support of hgweb navigation (mercurial)
Description
Here is a patch to add the navigation in hgweb repositories (mercurial web interface) from cdash.
TagsNo tags attached.
Attached Filespatch file icon cdash-hgweb-support.patch [^] (1,815 bytes) 2010-02-14 00:17 [Show Content]
patch file icon cdash-182-hgweb-support.patch [^] (1,782 bytes) 2011-01-03 15:28 [Show Content]

 Relationships

  Notes
(0024366)
Emmanuel Christophe (reporter)
2011-01-03 15:28

Added the patch working with cdash 1.8.2.
(0028049)
Julien Jomier (manager)
2011-12-22 16:02

Thanks for the patch. Could you check if the URL to get all the changes given a revision is this right one:

    $revision_url = $projecturl."/detail?r=".$revision;

Thanks again.
(0028063)
Emmanuel Christophe (reporter)
2011-12-23 08:29

Seems like the url to get all the change for a revision is not correct:

It's something like:
http://hg.orfeo-toolbox.org/OTB/rev/1b3d97b65810 [^]

So
 $revision_url = $projecturl."/detail?r=".$revision;
Should be changed to
 $revision_url = $projecturl."/rev/".$revision;
(0028065)
Julien Jomier (manager)
2011-12-23 08:32

Should be better now. Thanks for the report!

 Issue History
Date Modified Username Field Change
2010-02-14 00:17 Emmanuel Christophe New Issue
2010-02-14 00:17 Emmanuel Christophe File Added: cdash-hgweb-support.patch
2011-01-03 15:28 Emmanuel Christophe File Added: cdash-182-hgweb-support.patch
2011-01-03 15:28 Emmanuel Christophe Note Added: 0024366
2011-12-22 12:41 Julien Jomier Assigned To => Julien Jomier
2011-12-22 12:41 Julien Jomier Status new => assigned
2011-12-22 16:02 Julien Jomier Note Added: 0028049
2011-12-22 16:02 Julien Jomier Status assigned => resolved
2011-12-22 16:02 Julien Jomier Fixed in Version => 2.0
2011-12-22 16:02 Julien Jomier Resolution open => fixed
2011-12-23 08:29 Emmanuel Christophe Note Added: 0028063
2011-12-23 08:29 Emmanuel Christophe Status resolved => feedback
2011-12-23 08:29 Emmanuel Christophe Resolution fixed => reopened
2011-12-23 08:32 Julien Jomier Note Added: 0028065
2011-12-23 08:32 Julien Jomier Status feedback => resolved
2011-12-23 08:32 Julien Jomier Resolution reopened => fixed


Copyright © 2000 - 2018 MantisBT Team