Apache-PageKit

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

Revision history for Perl extension Apache::PageKit.

	For more details on migration, see migration/README
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 )

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.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.15
	- 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 )
1.14
 	- Fix: parse for xsl-params again in the xsl files. This was 
 		broken in 1.13. ( Ben Ausden )
	- Fix: add use Apache::PageKit::Model to eg/Model/MyPageKit/Common.pm
		since it is possible that the application class is loaded
		before Apache::PageKit ( Boris Zentner )
	- the eg site use DBD::SQLite now. This obsoletes
		DBD::CSV, SQL::Statement and Text::CSV_XS.
		( Boris Zentner )
	- fop_command can be disabled with fop_command = ""
		( Boris Zentner, Shimon Rura )
	- Remove Apache->request calls from Apache::PageKit::Edit
		just to make apache 2 changes smaller ( Boris Zentner )
	- Fix: Parse Accept-Charsets more pettier ( Boris Zentner )
	! If the client browser has no accept charset header or no good one,
		deliver in the default_output_charset and set the charset
		in the content_type header. ( Erik Günther )
	- Fix uri_prefix in conjunction with can_edit
		( Boris Zentner, Erik Günther ) 
1.13
	- Add scripts/pkit_rename_app.pl it helps to start new applications
                fast ( Boris Zentner )
	- Add <PKIT_COMMENT> and </PKIT_COMMENT> tags. ( Boris Zentner )
	- Fix filetest for upload_tmp_dir ( Boris Zentner )
	- Fix locale support. One message was twice in the .po files.
		( Boris Zentner )
	- Fix Encoding of Apache::PageKit::Edit. Use HTML::Entities
		and encode only '<>&"' ( Boris Zentner )	
	- Fix encoding of Apache::ErrorReport stacktrace
		( Boris Zentner, Paul Flinders )
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 )



( run in 0.620 second using v1.01-cache-2.11-cpan-39bf76dae61 )