Epoz __init__.py,1.38,1.39 version.txt,1.37,1.38 CHANGES.txt,1.106,1.107

Maik Jablonski <[email protected]>
Newsgroups gmane.comp.web.zope.epoz
Message-ID <[email protected]>
Update of /cvsroot/epoz/Epoz
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2185

Modified Files:
	__init__.py version.txt CHANGES.txt 
Log Message:
EpozPostTidy eats up HTML-comments....

Index: CHANGES.txt
===================================================================
RCS file: /cvsroot/epoz/Epoz/CHANGES.txt,v
retrieving revision 1.106
retrieving revision 1.107
diff -C2 -d -r1.106 -r1.107
*** CHANGES.txt	3 Aug 2005 17:30:01 -0000	1.106
--- CHANGES.txt	11 Sep 2005 19:38:46 -0000	1.107
***************
*** 1,9 ****
  Epoz - Changes
  
   2.0.1
  
       - Disabling buttons with CSS-Ids was not a good idea when using
         multiple Epoz-Widgets. Switched to CSS-Classes. Thanks to
!        Tonica Strasser for pointing me to the problem. If you use
         a customized epoz_script_widget.js, please use the following
         CSS (compare to 2.0.0 to see the difference) to disable single buttons:
--- 1,15 ----
  Epoz - Changes
  
+  2.0.2 (unreleased)
+ 
+      - fixed bug in EpozPostTidy: HTML-Comments were eaten by parser.
+        Thanks to Stefan Palme for bug-fix!!!
+ 
+ 
   2.0.1
  
       - Disabling buttons with CSS-Ids was not a good idea when using
         multiple Epoz-Widgets. Switched to CSS-Classes. Thanks to
!        Tonico Strasser for pointing me to the problem. If you use
         a customized epoz_script_widget.js, please use the following
         CSS (compare to 2.0.0 to see the difference) to disable single buttons:

Index: version.txt
===================================================================
RCS file: /cvsroot/epoz/Epoz/version.txt,v
retrieving revision 1.37
retrieving revision 1.38
diff -C2 -d -r1.37 -r1.38
*** version.txt	3 Aug 2005 17:30:01 -0000	1.37
--- version.txt	11 Sep 2005 19:38:46 -0000	1.38
***************
*** 1 ****
! 2.0.1
\ No newline at end of file
--- 1 ----
! 2.0.2 (unreleased)
\ No newline at end of file

Index: __init__.py
===================================================================
RCS file: /cvsroot/epoz/Epoz/__init__.py,v
retrieving revision 1.38
retrieving revision 1.39
diff -C2 -d -r1.38 -r1.39
*** __init__.py	23 May 2005 20:47:33 -0000	1.38
--- __init__.py	11 Sep 2005 19:38:46 -0000	1.39
***************
*** 16,19 ****
--- 16,20 ----
  import urlparse
  import cgi
+ import sys
  
  # try to import mxTidy as default



-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.