From: Boris Z. <bz...@2b...> - 2003-11-26 10:08:30
|
Hi, here is the brand new version of Apache::Pagekit. today here: http://eg.2bz.de/Apache-PageKit-1.12.tar.gz tomorrow or CPAN For more details on migration, see migration/README 1.12 - PageKit now install the right version for the installed perl. This requires the patch command if you use perl 5.8.x. ( Boris Zentner ) - Replace Apache::test with Apache::Test ( Boris Zentner ) - Workaround segfault in XML::LibXML2 in context with findnodes ( Boris Zentner ) - Add large comments in front of custom response headers for MSIE. ( Boris Zentner ) - Send full response messages if no data is send to the user. This fix display problems on some browsers. ( Boris Zentner, Rob Starkey ) - Send headers even if we process a SubRequest ( Boris Zentner, Anton Permyakov ) - Some case changes in the eg site, to get it working case-sensitive. ( Boris Zentner ) - All PageKit vars in the output object like pkit_user, pkit_done and so on are in lowercase now. This is usefull if we use another templating engine where case matters. ( Boris Zentner ) - Add docs for pkit_internal_execute_redirect ( Boris Zentner ) - pkit_internal_redirect and pkit_internal_execute_redirect handle page_id's with parameters (Boris Zentner) - Fix: Cache handling on the client side more restrictive ( Boris Zentner ) - Fixed bug in params_as_string when value is 0 ( TJ Mather ) - Improved error message when template not found and XML::LibXSLT not installed ( TJ Mather ) - Fix: Expansion of multivalued parameters for HTML::Template ( Paul G. Weiss ) - FIX: Typo in HAVE_NOT_MESSAGES close tag. ( Boris Zentner ) - Add new option upload_tmp_dir see Apache::Request TEMP_DIR ( Ben Ausden ) - Large speedup for all static pages ( Boris Zentner ) - Add docs for the ignore_fillinform_fields methode (Boris Zentner) - Fix: remove again 0xa0 chars from FAQ.pod (Boris Zentner) -- Boris |