[Checkins] SVN: Zelenium/trunk/ Found how to make the dependency on ExternalEditor optionsl (thanks to Andreas Jung for the bug report).

Tres Seaver tseaver at palladion.com
Tue Apr 11 07:41:36 EDT 2006


Log message for revision 66850:
  Found how to make the dependency on ExternalEditor optionsl (thanks to Andreas Jung for the bug report).
  
  

Changed:
  U   Zelenium/trunk/CHANGES.txt
  U   Zelenium/trunk/www/suiteMain.dtml

-=-
Modified: Zelenium/trunk/CHANGES.txt
===================================================================
--- Zelenium/trunk/CHANGES.txt	2006-04-11 11:10:44 UTC (rev 66849)
+++ Zelenium/trunk/CHANGES.txt	2006-04-11 11:41:35 UTC (rev 66850)
@@ -2,6 +2,9 @@
 
   After Zelenium-0.7
 
+    - Found how to make the dependency on ExternalEditor optionsl (thanks
+      to Andreas Jung for the bug report).
+
     - Stripped empty filenames out of manifest, to avoid infinite
       recursion.
 
@@ -27,7 +30,6 @@
     - Moved repository to Subversion:
       svn+ssh://svn.zope.org/repos/main/Zelenium/
 
-
   Zelenium-0.7 (2005/06/07)
 
     - CVS tag:  'Zelenium-0_7'

Modified: Zelenium/trunk/www/suiteMain.dtml
===================================================================
--- Zelenium/trunk/www/suiteMain.dtml	2006-04-11 11:10:44 UTC (rev 66849)
+++ Zelenium/trunk/www/suiteMain.dtml	2006-04-11 11:41:35 UTC (rev 66850)
@@ -161,7 +161,7 @@
     </dtml-if>
   <dtml-except>
   </dtml-try>
-  <dtml-if expr="externalEditLink_">
+  <dtml-if expr="getattr(this(), 'externalEditLink_', None)">
   <dtml-var expr="externalEditLink_(this())">
   </dtml-if>
   </div>



More information about the Checkins mailing list