Author: tkoomzaaskz
Date: 2010-09-14 18:25:45 +0200 (Tue, 14 Sep 2010)
New Revision: 30907

Modified:
   
plugins/sfApplicationMapPlugin/branches/1.2/lib/task/sfProjectApplicationMapTask.class.php
   plugins/sfApplicationMapPlugin/branches/1.2/package.xml
   
plugins/sfApplicationMapPlugin/branches/1.4/lib/task/sfProjectApplicationMapTask.class.php
   plugins/sfApplicationMapPlugin/branches/1.4/package.xml
   
plugins/sfApplicationMapPlugin/trunk/lib/task/sfProjectApplicationMapTask.class.php
   plugins/sfApplicationMapPlugin/trunk/package.xml
Log:
[application_map] fixed minor bugs

Modified: 
plugins/sfApplicationMapPlugin/branches/1.2/lib/task/sfProjectApplicationMapTask.class.php
===================================================================
--- 
plugins/sfApplicationMapPlugin/branches/1.2/lib/task/sfProjectApplicationMapTask.class.php
  2010-09-14 12:02:43 UTC (rev 30906)
+++ 
plugins/sfApplicationMapPlugin/branches/1.2/lib/task/sfProjectApplicationMapTask.class.php
  2010-09-14 16:25:45 UTC (rev 30907)
@@ -283,8 +283,7 @@
         'shape' => $config['root_shape'],
         'comment' => 'root node',
         'style' => $config['root_style'],
-        'fillcolor' => $config['root_fillcolor']),
-      $app_name);
+        'fillcolor' => $config['root_fillcolor']));
 
     // loop iterating applications
     foreach ($content as $app_name => $app_content)
@@ -296,8 +295,7 @@
           'shape' => $config['app_shape'],
           'comment' => $app_name.' application',
           'style' => $config['app_style'],
-          'fillcolor' => $config['app_fillcolor']),
-        $app_name);
+          'fillcolor' => $config['app_fillcolor']));
 
       // loop iterating each module
       foreach ($app_content as $mod_name => $mod_content)
@@ -375,8 +373,7 @@
         'shape' => $config['app_shape'],
         'comment' => $app_name.' application',
         'style' => $config['app_style'],
-        'fillcolor' => $config['app_fillcolor']),
-      $app_name);
+        'fillcolor' => $config['app_fillcolor']));
 
     // loop iterating each module
     foreach ($app_content as $mod_name => $mod_content)

Modified: plugins/sfApplicationMapPlugin/branches/1.2/package.xml
===================================================================
--- plugins/sfApplicationMapPlugin/branches/1.2/package.xml     2010-09-14 
12:02:43 UTC (rev 30906)
+++ plugins/sfApplicationMapPlugin/branches/1.2/package.xml     2010-09-14 
16:25:45 UTC (rev 30907)
@@ -10,11 +10,11 @@
     <email>[email protected]</email>
     <active>yes</active>
   </lead>
-  <date>2010-09-13</date>
+  <date>2010-09-14</date>
   <time>11:00:00</time>
   <version>
-    <release>1.0.6</release>
-    <api>1.0.6</api>
+    <release>1.0.7</release>
+    <api>1.0.7</api>
   </version>
   <stability>
     <release>stable</release>
@@ -68,6 +68,23 @@
 
     <release>
       <version>
+        <release>1.0.7</release>
+        <api>1.0.7</api>
+      </version>
+      <stability>
+        <release>stable</release>
+        <api>stable</api>
+      </stability>
+      <license uri="http://www.symfony-project.org/license";>MIT 
license</license>
+      <date>2010-09-14</date>
+      <license>MIT</license>
+      <notes>
+        * fixed minor bugs (thanks to Tristan Rivoallan)
+      </notes>
+    </release>
+
+    <release>
+      <version>
         <release>1.0.6</release>
         <api>1.0.6</api>
       </version>

Modified: 
plugins/sfApplicationMapPlugin/branches/1.4/lib/task/sfProjectApplicationMapTask.class.php
===================================================================
--- 
plugins/sfApplicationMapPlugin/branches/1.4/lib/task/sfProjectApplicationMapTask.class.php
  2010-09-14 12:02:43 UTC (rev 30906)
+++ 
plugins/sfApplicationMapPlugin/branches/1.4/lib/task/sfProjectApplicationMapTask.class.php
  2010-09-14 16:25:45 UTC (rev 30907)
@@ -283,8 +283,7 @@
         'shape' => $config['root_shape'],
         'comment' => 'root node',
         'style' => $config['root_style'],
-        'fillcolor' => $config['root_fillcolor']),
-      $app_name);
+        'fillcolor' => $config['root_fillcolor']));
 
     // loop iterating applications
     foreach ($content as $app_name => $app_content)
@@ -296,8 +295,7 @@
           'shape' => $config['app_shape'],
           'comment' => $app_name.' application',
           'style' => $config['app_style'],
-          'fillcolor' => $config['app_fillcolor']),
-        $app_name);
+          'fillcolor' => $config['app_fillcolor']));
 
       // loop iterating each module
       foreach ($app_content as $mod_name => $mod_content)
@@ -375,8 +373,7 @@
         'shape' => $config['app_shape'],
         'comment' => $app_name.' application',
         'style' => $config['app_style'],
-        'fillcolor' => $config['app_fillcolor']),
-      $app_name);
+        'fillcolor' => $config['app_fillcolor']));
 
     // loop iterating each module
     foreach ($app_content as $mod_name => $mod_content)

Modified: plugins/sfApplicationMapPlugin/branches/1.4/package.xml
===================================================================
--- plugins/sfApplicationMapPlugin/branches/1.4/package.xml     2010-09-14 
12:02:43 UTC (rev 30906)
+++ plugins/sfApplicationMapPlugin/branches/1.4/package.xml     2010-09-14 
16:25:45 UTC (rev 30907)
@@ -10,11 +10,11 @@
     <email>[email protected]</email>
     <active>yes</active>
   </lead>
-  <date>2010-09-13</date>
+  <date>2010-09-14</date>
   <time>11:00:00</time>
   <version>
-    <release>1.2.4</release>
-    <api>1.2.4</api>
+    <release>1.2.5</release>
+    <api>1.2.5</api>
   </version>
   <stability>
     <release>stable</release>
@@ -68,6 +68,23 @@
 
     <release>
       <version>
+        <release>1.2.5</release>
+        <api>1.2.5</api>
+      </version>
+      <stability>
+        <release>stable</release>
+        <api>stable</api>
+      </stability>
+      <license uri="http://www.symfony-project.org/license";>MIT 
license</license>
+      <date>2010-09-14</date>
+      <license>MIT</license>
+      <notes>
+        * fixed minor bugs (thanks to Tristan Rivoallan)
+      </notes>
+    </release>
+
+    <release>
+      <version>
         <release>1.2.4</release>
         <api>1.2.4</api>
       </version>

Modified: 
plugins/sfApplicationMapPlugin/trunk/lib/task/sfProjectApplicationMapTask.class.php
===================================================================
--- 
plugins/sfApplicationMapPlugin/trunk/lib/task/sfProjectApplicationMapTask.class.php
 2010-09-14 12:02:43 UTC (rev 30906)
+++ 
plugins/sfApplicationMapPlugin/trunk/lib/task/sfProjectApplicationMapTask.class.php
 2010-09-14 16:25:45 UTC (rev 30907)
@@ -283,8 +283,7 @@
         'shape' => $config['root_shape'],
         'comment' => 'root node',
         'style' => $config['root_style'],
-        'fillcolor' => $config['root_fillcolor']),
-      $app_name);
+        'fillcolor' => $config['root_fillcolor']));
 
     // loop iterating applications
     foreach ($content as $app_name => $app_content)
@@ -296,8 +295,7 @@
           'shape' => $config['app_shape'],
           'comment' => $app_name.' application',
           'style' => $config['app_style'],
-          'fillcolor' => $config['app_fillcolor']),
-        $app_name);
+          'fillcolor' => $config['app_fillcolor']));
 
       // loop iterating each module
       foreach ($app_content as $mod_name => $mod_content)
@@ -375,8 +373,7 @@
         'shape' => $config['app_shape'],
         'comment' => $app_name.' application',
         'style' => $config['app_style'],
-        'fillcolor' => $config['app_fillcolor']),
-      $app_name);
+        'fillcolor' => $config['app_fillcolor']));
 
     // loop iterating each module
     foreach ($app_content as $mod_name => $mod_content)

Modified: plugins/sfApplicationMapPlugin/trunk/package.xml
===================================================================
--- plugins/sfApplicationMapPlugin/trunk/package.xml    2010-09-14 12:02:43 UTC 
(rev 30906)
+++ plugins/sfApplicationMapPlugin/trunk/package.xml    2010-09-14 16:25:45 UTC 
(rev 30907)
@@ -10,11 +10,11 @@
     <email>[email protected]</email>
     <active>yes</active>
   </lead>
-  <date>2010-09-13</date>
+  <date>2010-09-14</date>
   <time>11:00:00</time>
   <version>
-    <release>1.2.4</release>
-    <api>1.2.4</api>
+    <release>1.2.5</release>
+    <api>1.2.5</api>
   </version>
   <stability>
     <release>stable</release>
@@ -68,6 +68,23 @@
 
     <release>
       <version>
+        <release>1.2.5</release>
+        <api>1.2.5</api>
+      </version>
+      <stability>
+        <release>stable</release>
+        <api>stable</api>
+      </stability>
+      <license uri="http://www.symfony-project.org/license";>MIT 
license</license>
+      <date>2010-09-14</date>
+      <license>MIT</license>
+      <notes>
+        * fixed minor bugs (thanks to Tristan Rivoallan)
+      </notes>
+    </release>
+
+    <release>
+      <version>
         <release>1.2.4</release>
         <api>1.2.4</api>
       </version>

-- 
You received this message because you are subscribed to the Google Groups 
"symfony SVN" 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/symfony-svn?hl=en.

Reply via email to