Revision history for CGI::Application.

4.50 Thu Jun 16, 2011

[FEATURES]
Better PSGI support in the core

$psgi_coderef = WebApp->psgi_app({ ... args to new() ... });

[DOCUMENTATION]

[INTERNAL]

4.31 Wed Jul 29, 2009

[FEATURES]

[DOCUMENTATION]

4.21 Sat Jan 3, 2009

[FEATURES]

[DOCUMENTATION]

4.20 Sat Nov 1, 2008

[DOCUMENTATION]

4.19_1 Fri Sep 27, 2008

[FEATURES]

      Thanks to Rhesa Rozendaal for the initial patch, and Mark Stosberg for
      documentation refinements.

[DOCUMENTATION]

[INTERNALS]

4.11 Sun Aug 10, 2008

No code changes.

[DOCUMENTATION]

4.10 Tue Jun 17, 2008

This release maintains the same API public from 4.06. Changes since the last stable release include documentation updates and refactors to the internal of CGI::Application.

[DOCUMENTATION]
Several documentation improvements (Mark Stosberg)

4.07_03 Mon Jun 16, 2008

[INTERNALS]

[DOCUMENTATION]

4.07_02 Weds Oct 31, 2007

[DOCUMENTATION]

[INTERNALS]

4.07_01 Sun Jul 2, 2006

[INTERNALS]

4.06 Wed Apr 12, 2006

(No code changes)

4.05 Wed Mar 1, 2006

(No code changes)

4.04 Wed Oct 11, 2005

4.04_02 Thu Sep 8, 2005

4.04_01 Wed Aug 31, 2005

my $t = $self->load_tmpl();

      And it will default to a file named after the current run mode with a
      .html extension. 

4.03 Thu Aug 04, 2005

4.02 Sat Jul 30, 2005

4.01 Tue Jun 14, 2005

NOTE: This release has an important incompatibility from the 4.0 release two days ago. The 'load_tmpl' hook which was just introduced has had it's interface changed. The change allows plug-in authors to affect the parameters passed to the 'new' constructor of the template object, instead of just adding parameters later.

4.0 Fri Jun 10, 2005

This release adds a major new feature of special interest to plugin authors: 'hooks'. This concept helps to create plugins that are more powerful and simpler to use for end users. See the documentation on writing plugins for details.

Special thanks to Cees Hek and Michael Graham for their effort to develop and refine the hook system.

Since the last major release, there has been an explosion of new plugins developed. This is an incomplete list of modules below the 'CGI::Application::Plugin' namespace. Expect more to be added and updated soon with the advent of the hook system:

      ::AnyTemplate - Use any templating system with a unified interface 
      ::Apache - Use Apache::* modules without interference
      ::AutoRunmode - Automatically register runmodes
      ::ConfigAuto - Integration with Config::Auto
      ::Config::Context - Integration with Config::Context
      ::Config::General - Integration with Config::General
      ::Config::Simple - Integration with Config::Simple
      ::CompressGzip - Add Gzip compression 
      ::DBH - Integration with DBI
      ::LogDispatch - Integration with Log::Dispatch
      ::Session - Integration with CGI::Session
      ::Stream - Help stream files to the browser
      ::TT - Use Template::Toolkit as an alternative to HTML::Template
      ::ValidateRM - Integration with Data::FormValidator and HTML::FillInForm

The following additional changes are also present in this release:

3.31 Sun Sep 26, 2004

3.30 Sun Sep 26, 2004

3.22 Fri Feb 13, 2004

3.21 Wed Feb 4, 2004

3.2 Sat Jan 31, 2004

3.1 Mon Jun 2 07:54:31 EDT 2003

3.0 Sat Feb 1 02:27:19 EST 2003

2.6 Mon Oct 7 07:34:35 EDT 2002

2.5 Thu Jul 18 07:45:47 EDT 2002

2.4 Sat May 25 13:32:44 EDT 2002

2.3 Mon May 6 07:12:09 EDT 2002

2.2 Sun Aug 19 12:20:21 EDT 2001

2.1 Sat Aug 11 12:57:49 EDT 2001

2.0 Sun Jun 24 23:01:58 EDT 2001

1.31 Mon May 28 14:06:16 EDT 2001

1.3 Sun May 20 18:48:36 EDT 2001

1.2 Fri Jul 14 01:49:30 EDT 2000

1.1 Tue Jul 11 22:59:17 EDT 2000

1.0 Mon Jul 10 23:47:30 2000

0.01 Mon Jul 3 20:40:30 2000