Epoz __init__.py,1.35,1.36 version.txt,1.33,1.34 CHANGES.txt,1.97,1.98

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-serv17768

Modified Files:
	__init__.py version.txt CHANGES.txt 
Log Message:
added slovak translation

Index: CHANGES.txt
===================================================================
RCS file: /cvsroot/epoz/Epoz/CHANGES.txt,v
retrieving revision 1.97
retrieving revision 1.98
diff -C2 -d -r1.97 -r1.98
*** CHANGES.txt	19 Jan 2005 22:57:35 -0000	1.97
--- CHANGES.txt	19 Feb 2005 13:46:33 -0000	1.98
***************
*** 1,29 ****
  Epoz - Changes
  
   0.9.0
!  
       - Reorganized directory layout into core, i18n, images & plone. Please
         note: You need to "reinstall" Epoz with Quickinstaller / External Method
         when using Epoz in CMF/Plone.
!      
! 	 - Andy Dustman provided a patch for removing MS-Word-Garbage-tags.
! 	   Thanks Andy!!!
! 	   
!      - Documentation about Epoz for end-users is provided by Tom Purl (see 
         "EpozBook":http://zopewiki.org/EpozBook). Thanks Tom!
!  
!      - fixed bug: Plone-Toolbox didn't check permissions 'View' and 
         'List folder contents' in breadcrumbs. Thanks to Cyrille Lebeaupin
         from Ingeniweb for patch!
!        
       - fixed bug: Image-Preview in Plone-Toolbox was broken in IE.
!      
!      - fixed bug: JavaScript in content-area could break Epoz...       
         Thanks to Christian Zagrodnick from gocept.com for patch!
!        
!      - cleaned up line-endings. No more need to write complicated 
         PERL/C++/ADA-Scripts to get rid of them...
!      
!      
   0.8.6
  
--- 1,33 ----
  Epoz - Changes
  
+  0.9.1 (in progress)
+ 
+      - added slovak translation for Epoz; Thanks to Rastislav "Rasto" Mucha!
+ 
   0.9.0
! 
       - Reorganized directory layout into core, i18n, images & plone. Please
         note: You need to "reinstall" Epoz with Quickinstaller / External Method
         when using Epoz in CMF/Plone.
! 
!      - Andy Dustman provided a patch for removing MS-Word-Garbage-tags.
!        Thanks Andy!!!
! 
!      - Documentation about Epoz for end-users is provided by Tom Purl (see
         "EpozBook":http://zopewiki.org/EpozBook). Thanks Tom!
! 
!      - fixed bug: Plone-Toolbox didn't check permissions 'View' and
         'List folder contents' in breadcrumbs. Thanks to Cyrille Lebeaupin
         from Ingeniweb for patch!
! 
       - fixed bug: Image-Preview in Plone-Toolbox was broken in IE.
! 
!      - fixed bug: JavaScript in content-area could break Epoz...
         Thanks to Christian Zagrodnick from gocept.com for patch!
! 
!      - cleaned up line-endings. No more need to write complicated
         PERL/C++/ADA-Scripts to get rid of them...
! 
! 
   0.8.6
  
***************
*** 31,35 ****
         an empty form. Epoz will clean this mess now.
  
!      - added a wysiwyg_support-switch so Epoz can coexist with 
         other wysiwyg-editors in Plone (esp. Kupu). Moved former
         wysiwyg_support to epoz_wysiwyg_support. Thanks to
--- 35,39 ----
         an empty form. Epoz will clean this mess now.
  
!      - added a wysiwyg_support-switch so Epoz can coexist with
         other wysiwyg-editors in Plone (esp. Kupu). Moved former
         wysiwyg_support to epoz_wysiwyg_support. Thanks to
***************
*** 38,53 ****
       - little cleanup to epoz_script_widget: refactored img-string
         for spacer, so the code becomes more readable.
!                 
       - fixed bug in epoz_toolbox: CMFPhotos were only shown for preview,
         but not for inserting as image. Thanks to Bjorn van der Meer
         for patch!!!
!        
       - updated russian translation; thanks to Michael Krishtopa!
! 	 
       - added some new FAQs.
  
!  	 
   0.8.5
!       
       - added keyboard shortcuts for Mozilla / Firefox which are already
         supported by IE: CTRL + b for bold, CTRL + i for italics, CTRL + u
--- 42,57 ----
       - little cleanup to epoz_script_widget: refactored img-string
         for spacer, so the code becomes more readable.
! 
       - fixed bug in epoz_toolbox: CMFPhotos were only shown for preview,
         but not for inserting as image. Thanks to Bjorn van der Meer
         for patch!!!
! 
       - updated russian translation; thanks to Michael Krishtopa!
! 
       - added some new FAQs.
  
! 
   0.8.5
! 
       - added keyboard shortcuts for Mozilla / Firefox which are already
         supported by IE: CTRL + b for bold, CTRL + i for italics, CTRL + u
***************
*** 56,67 ****
       - added a HowTo for easier setup of mxTidy to get valid XHTML from Epoz
         (see mxTidyHowTo.txt).
!      
       - fixed bug: made width/height-settings for Epoz working
         with Archetypes. Thanks to Christian Theune from Gocept for patch!
!        
! 	 - fixed bug: corrected the slashing of folders in Epoz-toolbox 
! 	   for Plone (http://plone.org/collector/3479)
! 	          
!        
   0.8.4
  
--- 60,71 ----
       - added a HowTo for easier setup of mxTidy to get valid XHTML from Epoz
         (see mxTidyHowTo.txt).
! 
       - fixed bug: made width/height-settings for Epoz working
         with Archetypes. Thanks to Christian Theune from Gocept for patch!
! 
!      - fixed bug: corrected the slashing of folders in Epoz-toolbox
!        for Plone (http://plone.org/collector/3479)
! 
! 
   0.8.4
  
***************
*** 74,81 ****
         always, regardless of the condition... Thanks to Simon Pamies
         for patch!
!        
       - updated browser-detection-javascript to Browser Detect v2.1.6.
!               
!      - some whitespace-cleanups thanks to AnyEdit for Eclipse.      
  
   0.8.3
--- 78,85 ----
         always, regardless of the condition... Thanks to Simon Pamies
         for patch!
! 
       - updated browser-detection-javascript to Browser Detect v2.1.6.
! 
!      - some whitespace-cleanups thanks to AnyEdit for Eclipse.
  
   0.8.3

Index: version.txt
===================================================================
RCS file: /cvsroot/epoz/Epoz/version.txt,v
retrieving revision 1.33
retrieving revision 1.34
diff -C2 -d -r1.33 -r1.34
*** version.txt	19 Jan 2005 22:57:35 -0000	1.33
--- version.txt	19 Feb 2005 13:46:33 -0000	1.34
***************
*** 1 ****
! 0.9.0
--- 1 ----
! 0.9.1 (in progress)
\ No newline at end of file

Index: __init__.py
===================================================================
RCS file: /cvsroot/epoz/Epoz/__init__.py,v
retrieving revision 1.35
retrieving revision 1.36
diff -C2 -d -r1.35 -r1.36
*** __init__.py	19 Jan 2005 22:54:01 -0000	1.35
--- __init__.py	19 Feb 2005 13:46:33 -0000	1.36
***************
*** 74,77 ****
--- 74,78 ----
  'epoz_lang_pt-br.js':ImageFile('epoz/epoz_i18n/epoz_lang_pt-br.js.dtml', globals()),
  'epoz_lang_ru.js':ImageFile('epoz/epoz_i18n/epoz_lang_ru.js.dtml', globals()),
+ 'epoz_lang_sk.js':ImageFile('epoz/epoz_i18n/epoz_lang_sk.js.dtml', globals()),
  'epoz_lang_zh-cn.js':ImageFile('epoz/epoz_i18n/epoz_lang_zh-cn.js.dtml', globals()),
  
***************
*** 326,328 ****
  except:
      pass
-     
\ No newline at end of file
--- 327,328 ----



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
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.