[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [websites/utils-kde-org] /: Adjust websvn references to git
From:       Raphael Kubo da Costa <rakuco () FreeBSD ! org>
Date:       2011-08-20 19:00:32
Message-ID: 20110820190032.5165AA60A6 () git ! kde ! org
[Download RAW message or body]

Git commit a69089f71c8e8603394018397228aefefd8ecf79 by Raphael Kubo da Costa.
Committed on 20/08/2011 at 21:00.
Pushed by rkcosta into branch 'master'.

Adjust websvn references to git

M  +13   -13   includes/class_websvnlinks.inc
M  +1    -1    projects/kcharselect/project.inc
M  +1    -1    projects/kwalletmanager/project.inc

http://commits.kde.org/websites/utils-kde-org/a69089f71c8e8603394018397228aefefd8ecf79


diff --git a/includes/class_websvnlinks.inc b/includes/class_websvnlinks.inc
index 91537e7..8292376 100644
--- a/includes/class_websvnlinks.inc
+++ b/includes/class_websvnlinks.inc
@@ -20,23 +20,23 @@ class WebSvnLinks
         global $versionStateTexts;
 
         $kdeVersionPathList = array(
-        "4.8" => "trunk/KDE/",
-        "4.7" => "branches/KDE/4.7/",
-        "4.6" => "branches/KDE/4.6/",
-        "4.5" => "branches/KDE/4.5/",
-        "4.4" => "branches/KDE/4.4/",
-        "4.3" => "branches/KDE/4.3/",
-        "4.2" => "branches/KDE/4.2/",
-        "4.1" => "branches/KDE/4.1/",
-        "4.0" => "branches/KDE/4.0/",
-        "3.5" => "branches/KDE/3.5/"
+        "4.8" => "master",
+        "4.7" => "4.7",
+        "4.6" => "4.6",
+        "4.5" => "4.5",
+        "4.4" => "4.4",
+        "4.3" => "4.3",
+        "4.2" => "4.2",
+        "4.1" => "4.1",
+        "4.0" => "4.0",
+        "3.5" => "3.5"
         );
 
         print
 "
  <p>\n
   <img src=\"../../icons/ox32-c++src.png\" align=\"right\" hspace=\"20\" />
-  Browse the sources of ".$this->project->name." in the <a \
href=\"http://websvn.kde.org/\">KDE Source Repository</a> online:\n +  Browse the \
sources of ".$this->project->name." in the <a \
href=\"https://projects.kde.org/projects/kde/kdeutils/\">KDE Source Repository</a> \
online:\n  </p>\n
 
  <table>\n
@@ -61,12 +61,12 @@ class WebSvnLinks
 "
   <tr>\n
    <td><b>".$versionId."</b> (KDE SC ".$kdeVersionId.", \
                ".$versionStateText."):</td>\n
-   <td><a href=\"http://websvn.kde.org/".$versionPath."kdeutils/".$projectId."/\">Program</a>";
 +   <td><a href=\"https://projects.kde.org/projects/kde/kdeutils/".$projectId."/repository/show?rev=".$versionPath."\">Program</a>";
  
                 foreach ($otherSourcesList as $name => $path)
                     print
 ",
-   <a href=\"http://websvn.kde.org/".$versionPath.$path->path($kdeVersionId)."\">".$name."</a>";
 +   <a href=\"https://projects.kde.org/projects/".$path->path($kdeVersionId)."?rev=".$versionPath."\">".$name."</a>";
  
                 print
 "  </td>\n
diff --git a/projects/kcharselect/project.inc b/projects/kcharselect/project.inc
index d93667c..6927606 100644
--- a/projects/kcharselect/project.inc
+++ b/projects/kcharselect/project.inc
@@ -24,7 +24,7 @@ class VersionedPathWith3dot5
     $project->setDocPoFileNameList(null);
     $project->setManualList(null);
     $project->setOtherSourcesList(
-        array("Library (kcharselect*.* files)"=>new \
VersionedPathWith3dot5("kdelibs/kdeui/widgets","kdelibs/kdeui"))); +        \
array("Library (kcharselect*.* files)"=>new \
VersionedPathWith3dot5("kdelibs/repository/show/kdeui/widgets","kdelibs/repository/show/kdeui")));
  $project->setOtherAPIList(
         array("Library (KCharSelect)"=>new \
VersionedPath("kdelibs-apidocs/kdeui/html/classKCharSelect.html")));  ?>
diff --git a/projects/kwalletmanager/project.inc \
b/projects/kwalletmanager/project.inc index dfef97d..2b31901 100644
--- a/projects/kwalletmanager/project.inc
+++ b/projects/kwalletmanager/project.inc
@@ -1,7 +1,7 @@
 <?php
     $project = new Project("kwallet","KDE Wallet \
Manager",array("4.8"=>"1.9","4.7"=>"1.8","4.6"=>"1.7","4.5"=>"1.6","4.4"=>"1.5","4.3"=>"1.4","4.2"=>"1.3","4.1"=>"1.2","4.0"=>"1.1","3.5"=>"1.1"));
                
     $project->setGuiPoFileNameList(new \
                VersionedArrayOfArray(array("kwalletmanager","kcmkwallet")));
-    $project->setOtherSourcesList(array("Library"=>new \
VersionedPath("kdelibs/kwallet","kdelibs/kdeui/"))); +    \
$project->setOtherSourcesList(array("Library"=>new \
VersionedPath("kdelibs/repository/show/kwallet","kdelibs/repository/show/kdeui/")));  \
                $project->setOtherAPIList(
         array("Library (KWallet)"=>new \
VersionedPath("kdelibs-apidocs/kdeui/html/classKWallet_1_1Wallet.html")));  ?>


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic