View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0010289 | CDash | public | 2010-02-14 00:17 | 2011-12-23 08:32 | |||||
Reporter | Emmanuel Christophe | ||||||||
Assigned To | Julien Jomier | ||||||||
Priority | normal | Severity | feature | Reproducibility | N/A | ||||
Status | resolved | Resolution | fixed | ||||||
Platform | OS | OS Version | |||||||
Product Version | 1.6 | ||||||||
Target Version | Fixed in Version | 2.0 | |||||||
Summary | 0010289: 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. | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | ![]() ![]() | ||||||||
Relationships | |
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! |
Notes |
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 |
Issue History |
Copyright © 2000 - 2018 MantisBT Team |