2.14_15
! Adjust post_max limit to sync with yet another incompatble
change in libapreq2. The new default limit is
64_000_000 instead of 100_000_000 the current limit
in libapreq2 is 64 * 1024 * 1024
( Boris Zentner )
- Fix: typo in Apache2::PageKit::View::get_static_gzip
should improve speed of sending static gzipped files
( Shimon Rura )
Supposed to work with mod_perl 1.9913 .. 1.9915 and libapreq2-2.03_04-dev As opposide to version 2.14_06, this one can use Template Toolkit to output your pages. Just add a template_class = "Template" to your global config section in Config/Config.xml
Same futures and requirements as 2.14_07-tt only the file eg/dbfile was removed. It is rebuild on the fly with your version of DBD::SQLite.
Includes all from the above, but use mod_perl 1.991[67] and libapreq2-2.04_03-dev
Includes all from the above, but use mod_perl 1.991[67] and libapreq2-2.04_03-dev
2.14_10
- Add: request_class parameter just for the case, that you like
another class or subclass do what Apache::Request do for
you. Defaults to Apache::Request::PageKit
( Boris Zentner )
- Fix: conversion error if the tmpl file's encoding is != utf8
and no content_var's are used. affects only perl < 5.8.0
( Boris Zentner )
- Add: Basic testsuite ( Boris Zentner )
- Remove setup_eg.pl this file is obsolete ( Boris Zentner )
- Fix: Fresh created session cookie headers are wrongly not send
for pkit_redirect pages this is fixed now. ( Boris Zentner )
- Add: Experimental support for Template Toolkit. Enabled with
template_class = "Template" in your Config.xml
( Boris Zentner)
- Fix: with pkit_admin=on and perl 5.8.x the input data is
converted to your default_input_charset.
( Boris Zentner, Sean Lee )
- Send Content-Length header for static files. ( Boris Zentner )
- Fix: eg/dbfile needs rw permission even for nobody or nouser
if apache is started as root.
( Boris Zentner, Shawn Poulson )
Includes all from the above, use mod_perl 1.991[67] and libapreq2-2.04_03-dev
2.14_11
! The param method returns a empty list in list context if
the param was not defined. Older PageKits returned undef
( Boris Zentner )
- Fix: add missing : in binmode $fh, ":encoding(...)";
( Boris Zentner )
- Fix: typo in scripts/pkit_rename_app.pl ( Boris Zentner )
Includes all from the above, use mod_perl >= 1.9916 and libapreq2-2.04_03-dev
2.14_12
- Fix: Use Apache::ServerRec and Apache::ServerUtil in
Apache::ErrorReport ( Boris Zentner )
Includes all from the above, use mod_perl >= 1.9916 and libapreq2-2.04_03-dev
2.14_13
- Add: new config option use_recent_login_timeout in the global
section of Config.xml. Defaults to yes.
( Boris Zentner, Shimon Rura )
- Adjust Makefile.PL to support ExtUtils::MakeMaker > 6.21
( Boris Zentner, Mike Castle )
Includes all from the above, use mod_perl >= 1.9916 and libapreq2-2.04_03-dev
2.14_14
- Allow testsuit to catch up with Changes in Apache::Test.
POST's can be redirected on the fly.
Otherwise the tests 05, 06 and 07 fail.
( Boris Zentner )
1.16
! The param method returns a empty list in list context if
the param was not defined. Older PageKits returned undef
( Boris Zentner )
- Fix: add missing : in binmode $fh, ":encoding(...)";
( Boris Zentner )
- Fix: typo in scripts/pkit_rename_app.pl ( Boris Zentner )
1.17
- Fix: a new typo in Makefile.PL
-+binmode $template_fh, ':encoding($default_input_charset)';
++binmode $template_fh, ":encoding($default_input_charset)";
( Boris Zentner )
1.18
- Allow testsuit to catch up with Changes in Apache::Test.
POST's can be redirected on the fly.
Otherwise the tests 05, 06 and 07 fail.
( Boris Zentner )
|