[svn:p5ee] r13309 - p5ee/trunk/App-Widget
[email protected] Fri, 11 Sep 2009 07:30:05 -0700 (PDT)
| Newsgroups | perl.cvs.p5ee |
|---|---|
| Message-ID | <[email protected]> |
Author: spadkins
Date: Fri Sep 11 07:30:04 2009
New Revision: 13309
Modified:
p5ee/trunk/App-Widget/CHANGES
p5ee/trunk/App-Widget/Makefile.PL
Log:
Release 0.967
Modified: p5ee/trunk/App-Widget/CHANGES
==============================================================================
--- p5ee/trunk/App-Widget/CHANGES (original)
+++ p5ee/trunk/App-Widget/CHANGES Fri Sep 11 07:30:04 2009
@@ -2,6 +2,12 @@
# CHANGE LOG
#########################################
+VERSION 0.967
+ o App::Widget::DataTable2 - Fix bug when nowrap was set to 0, it wasn't working
+ o App::Widget::Graph - fixed a couple bugs on graphs
+ o App::Widget - cleaned up an extraneous </script> tag
+ o App::Widget - added the action="$url" to the mainform <form> tag (includes PATH_INFO but not QUERY_STRING)
+
VERSION 0.966
o App::Widget::Select: add {init_default}
o App::Widget::DataTable2: fix use of get_table_def() so that it works on redirected tables
Modified: p5ee/trunk/App-Widget/Makefile.PL
==============================================================================
--- p5ee/trunk/App-Widget/Makefile.PL (original)
+++ p5ee/trunk/App-Widget/Makefile.PL Fri Sep 11 07:30:04 2009
@@ -14,7 +14,7 @@
%opts = (
'NAME' => 'App-Widget',
'DISTNAME' => 'App-Widget',
- 'VERSION' => '0.965',
+ 'VERSION' => '0.967',
'EXE_FILES' => [ @programs ],
'PREREQ_PM' => { # I haven't yet determined what the minimum versions should be
'Compress::Zlib' => 0, # for compressed serialization and browser responses