opental-checkins
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[OpenTAL-checkins] opental/PlacelessTranslationService NEWS Placel...


From: Fernando Lalo Martins
Subject: [OpenTAL-checkins] opental/PlacelessTranslationService NEWS Placel...
Date: Mon, 06 Oct 2003 13:20:17 -0400

CVSROOT:        /cvsroot/opental
Module name:    opental
Branch:         
Changes by:     Fernando Lalo Martins <address@hidden>  03/10/06 13:20:16

Modified files:
        PlacelessTranslationService: NEWS PlacelessTranslationService.py 

Log message:
        adding past and future release notes

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/opental/opental/PlacelessTranslationService/NEWS.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/opental/opental/PlacelessTranslationService/PlacelessTranslationService.py.diff?tr1=1.29&tr2=1.30&r1=text&r2=text

Patches:
Index: opental/PlacelessTranslationService/NEWS
diff -u opental/PlacelessTranslationService/NEWS:1.1 
opental/PlacelessTranslationService/NEWS:1.2
--- opental/PlacelessTranslationService/NEWS:1.1        Mon Feb  3 15:22:19 2003
+++ opental/PlacelessTranslationService/NEWS    Mon Oct  6 13:20:15 2003
@@ -1 +1,71 @@
-the release information is in the OpenTAL package.
+1.0beta1 - 2003-10-??
+
+    Internationalized our own page templates (for ZMI) and added a
+    pt_BR translation
+
+    Generalized the Negotiator so that it may negotiate any header in
+    the "accept" format (TODO)
+
+1.0alpha2 - 2003-09-27
+
+    Some primitive DTML support
+
+    Fixed persistence issues that were arising from having the same
+    object stored in the ZODB and in a module-level global var (thanks
+    to Sidnei)
+
+1.0alpha1 - 2003-??-??
+
+    Removed dependency from PAX
+
+    Now PTS looks for an "i18n" subdirectory under each Product
+    package, which makes it easier to package/install i18n-aware
+    products.  The i18n dir on INSTANCE_HOME is still kept, you can
+    use it for local overrides
+
+    Improvements on the ZMI usability
+
+0.5 - 2003-03-31
+
+    Now we have a ZMI (Zope Management Interface) in Zope's Control
+    Panel.  You can use it to refresh catalogs without restarting, and
+    to test installed catalogs
+
+    Some functions at module-level are exported for use in Python
+    Scripts and Page Templates (Open or Z): negotiate(), translate(),
+    getLanguages(), getLanguageName()
+
+    Added a "hotfix" to StringIO that should make PTS work with ZPT
+    without UnicodeError being raised constantly
+
+0.4 - 2003-02-03
+
+    Relicensed to GPL
+
+    Now it really works with ZPT (thoroughly tested)
+
+    If used with OpenPT, it will use the output encoding negotiation
+    hooks
+
+    Negotiator now uses a cache (stored in the request) to speed
+    things up
+
+    Can now use multiple catalogs for the same domain (but the order
+    in which they are checked is a bit randomic)
+
+    Special thanks to Magnus Heino for the ZPT support hints and
+    patches
+
+0.3 - 2003-01-02
+
+  This release marked the split of PlacelessTranslationService into
+  its own package, and the initial attempts at making it compatible
+  with ZPT.
+
+0.2 - 2002-09-22
+
+  Updated release
+
+0.1 - 2002-08-24
+
+  Initial release
Index: opental/PlacelessTranslationService/PlacelessTranslationService.py
diff -u opental/PlacelessTranslationService/PlacelessTranslationService.py:1.29 
opental/PlacelessTranslationService/PlacelessTranslationService.py:1.30
--- opental/PlacelessTranslationService/PlacelessTranslationService.py:1.29     
Mon Oct  6 13:02:50 2003
+++ opental/PlacelessTranslationService/PlacelessTranslationService.py  Mon Oct 
 6 13:20:15 2003
@@ -17,7 +17,7 @@
 #    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307, USA
 """Placeless Translation Service for providing I18n to file-based code.
 
-$Id: PlacelessTranslationService.py,v 1.29 2003/10/06 17:02:50 lalo Exp $
+$Id: PlacelessTranslationService.py,v 1.30 2003/10/06 17:20:15 lalo Exp $
 """
 
 import sys, re, zLOG, Globals, fnmatch
@@ -84,8 +84,8 @@
     icon = 'misc_/PlacelessTranslationService/PlacelessTranslationService.png'
     # major, minor, patchlevel, internal
     # internal is always 0 on releases; if you hack this internally, increment 
it
-    # (exception: on beta releases, "internal" is the beta number)
-    _class_version = (0, 9, 9, 3)
+    # -3 for alpha, -2 for beta, -1 for release candidate
+    _class_version = (1, -2, 1, 0)
     all_meta_types = ()
 
     security = ClassSecurityInfo()




reply via email to

[Prev in Thread] Current Thread [Next in Thread]