CIPP
view release on metacpan or search on metacpan
$Id: Changes,v 1.47 2006/05/29 11:25:09 joern Exp $
3.0.8 Mon May 29, 2006, joern
Features:
- set locale for LC_TIME as well
3.0.7 Tue May 16, 2006, joern
Features:
- Real implementation of the new gettext based l10n
framework. Set the actual LC_MESSAGES language
with the new tag <?lang><?/lang>.
- new command line tool cipp-l10n handles all tasks
around .pot file generation, .po merging and .mo
installation.
3.0.6 Thu Nov 17, 2005, joern
Bugfix:
- Omit CIPP version header when XHTML conformity
is enabled.
3.0.5 Mon Oct 31, 2005, joern
Features:
- 'Initial Perl Statement' for database handles.
This affects the runtime API!
3.0.4 Fri Oct 28, 2005, joern
Features:
- All database commands now support getting a variable
passed in the DB option for runtime evaluation.
3.0.3 Thu Sep 22, 2005, joern
Features:
- HTTP Header Content-type: default to windows-1252
instead of iso-8859-1.
3.0.2 Wed Sep 21, 2005, joern
Features:
- optionally truncate whitespace around CIPP tags
- optionally generate XHTML conform HTML code
3.0.1 Fri Sep 16, 2005, joern
Bugfix:
- Runtime: Determiniation of full prod path didn't
work with Apache2
3.0.0 Mon Sep 12, 2005, joern
Bugfix:
- <?GETPARAM MY VAR="@list" NAME="foo"> returned only
the first value of the foo list parameter when
utf8 was enabled.
2.99.38 Thu Aug 11, 2005, joern
Notes:
- <?l> tag changed incompatibly! The 'MY' and 'VAR'
options were dropped and in PERL context the text
is not printed to STDOUT anymore but returned
in expression context.
Feature:
- <?l> command now works as a expression in PERL and
VAR context and inside <?OPTION> and other
VAR_QUOTE context tags as well.
2.99.37 Wed May 25 2005, joern
Feature:
- l10n: <?l MY VAR="$foo">...<?/l> stores translated message
in a variable instead of printing it.
- l10n: Runtime API officially documented, for direct access
from your Perl code: CIPP->request->print_gettext and
CIPP->request->gettext. Refer to the CIPP::Runtime::Request
manpage for details.
2.99.36 Fri May 20 2005, joern
Feature:
- New command <?l> for l10n, as a future frontend to the
Locale::TextDomain module. Currently a dummy implementation
translating nothing, but printing the text as is.
For details refer to CIPP::Manual.
2.99.35 Tue Mar 15 2005, joern
Feature:
- Changes to Runtime library only: print more/better
information about runtime exceptions. Switched on
include backtracing again, although it's *just* what it
is: a backtrace of include calls. Method calls are *not*
listed here (only if an include was called *by* a method),
so aware: this may be confusing.
2.99.34 Fri Feb 25 2005, joern
Feature:
- CIPP::Runtime::Request 0.92: print_http_equiv_content_type()
prints iso-8859-1 charset mime type by default, not only
a utf-8 mime type if request is utf8 enabled.
2.99.33 Tue Nov 30 2004, joern
Bugfix:
- Under special circumstances changes of includes where
ignored at runtime in a persistant einvironment.
( run in 1.672 second using v1.01-cache-2.11-cpan-d06a3f9ecfd )