
interchange-cvs at icdevgroup
Oct 27, 2009, 9:00 AM
Post #1 of 1
(48 views)
Permalink
|
|
[SCM] Interchange branch, master, updated. REL_5_7_2-16-gdd794c8
|
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Interchange". The branch, master has been updated via dd794c81b5b696693544dab6cfc25bd26ce1ce18 (commit) via 1a7798b3b87eb15aac4a384146cb0354672519fb (commit) from a31302b0bea881534c807fed54e5e86bd6b37e45 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit dd794c81b5b696693544dab6cfc25bd26ce1ce18 Author: Jon Jensen <jon[at]endpoint.com> Date: Tue Oct 27 09:59:38 2009 -0600 Increase version number to 5.7.3 commit 1a7798b3b87eb15aac4a384146cb0354672519fb Author: Jon Jensen <jon[at]endpoint.com> Date: Tue Oct 27 09:56:54 2009 -0600 Document recent changes ----------------------------------------------------------------------- Summary of changes and diff: Makefile.PL | 2 +- README | 6 ++-- README-DEVELOPMENT | 2 +- README.rpm-dist | 12 ++++---- SPECS/interchange.spec | 2 +- WHATSNEW-5.7 | 50 ++++++++++++++++++++++++++++++++ dist/standard/products/mv_metadata.asc | 2 +- scripts/interchange.PL | 6 ++-- 8 files changed, 66 insertions(+), 16 deletions(-) diff --git a/Makefile.PL b/Makefile.PL index 0b84ec6..c93b563 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -28,7 +28,7 @@ my @mods_to_get; my @remove_old; my $Lock_troubles; -$VERSION = '5.7.2'; +$VERSION = '5.7.3'; my @os_hints; eval { diff --git a/README b/README index 20f805d..04497d9 100644 --- a/README +++ b/README @@ -2,7 +2,7 @@ I N T E R C H A N G E -Interchange 5.7.2 +Interchange 5.7.3 Copyright (C) 2002-2009 Interchange Development Group Copyright (C) 1996-2002 Red Hat, Inc. @@ -105,8 +105,8 @@ as an unprivileged user who will be the only one modifying Interchange files. Here is the quick installation summary: - tar xvzf interchange-5.7.2.tar.gz - cd interchange-5.7.2 + tar xvzf interchange-5.7.3.tar.gz + cd interchange-5.7.3 perl Makefile.PL make make test diff --git a/README-DEVELOPMENT b/README-DEVELOPMENT index cb54f6d..bd5a506 100644 --- a/README-DEVELOPMENT +++ b/README-DEVELOPMENT @@ -40,7 +40,7 @@ installing straight from your Git working copy. To do so: $ make tardist # much output ... $ ls interch*.tar.gz - interchange-5.7.1.tar.gz + interchange-5.7.3.tar.gz Unpack and install diff --git a/README.rpm-dist b/README.rpm-dist index ade34a4..c101f80 100644 --- a/README.rpm-dist +++ b/README.rpm-dist @@ -31,7 +31,7 @@ the Interchange user ID to write/create files. Sessions and temporary files: /var/cache/interchange. -Documentation: /usr/share/doc/interchange-5.7.2. +Documentation: /usr/share/doc/interchange-5.7.3. On a dedicated production server, it is wise to segregate as many of these directories as possible onto their own partitions, to prevent problems if @@ -45,7 +45,7 @@ usually come supplied with your operating system, so you will need to install them yourself. It's best to locate RPMs for each of the needed Perl modules and install them. To get a complete list of dependencies, do: -rpm -qp --requires interchange-5.7.2-1.*.rpm +rpm -qp --requires interchange-5.7.3-1.*.rpm Unfortunately, there's not currently a reliable, steady source of the latest CPAN modules in RPM format for most operating systems. Thus the easiest way @@ -66,14 +66,14 @@ perl -MCPAN -e'install Bundle::InterchangeKitchenSink' INSTALL -rpm -Uvh interchange-5.7.2-1.*.rpm -rpm -Uvh interchange-standard-5.7.2-1.*.rpm +rpm -Uvh interchange-5.7.3-1.*.rpm +rpm -Uvh interchange-standard-5.7.3-1.*.rpm If you have installed CPAN modules from source, rather than RPM, you'll need to install the main interchange package without dependency checking because RPM doesn't know about those modules you installed: -rpm -Uvh --nodeps interchange-5.7.2-1.*.rpm +rpm -Uvh --nodeps interchange-5.7.3-1.*.rpm STARTING/RESTARTING INTERCHANGE @@ -133,7 +133,7 @@ installation: INSTALL -rpm -Uvh interchange-standard-demo-5.7.2-1.*.rpm +rpm -Uvh interchange-standard-demo-5.7.3-1.*.rpm USING THE DEMO diff --git a/SPECS/interchange.spec b/SPECS/interchange.spec index 43bf27f..fd3d175 100644 --- a/SPECS/interchange.spec +++ b/SPECS/interchange.spec @@ -17,7 +17,7 @@ Summary: Interchange web application platform Name: interchange -Version: 5.7.1 +Version: 5.7.3 Release: 1 Vendor: Interchange Development Group Group: System Environment/Daemons diff --git a/WHATSNEW-5.7 b/WHATSNEW-5.7 index 94b3501..a379231 100644 --- a/WHATSNEW-5.7 +++ b/WHATSNEW-5.7 @@ -11,9 +11,59 @@ See UPGRADE document for a list of incompatible changes. Interchange 5.7.3 not yet released. +Core +---- + +* Fix empty charset= lines when no $Vend::StatusLine was previously set. + +* Allow POST with Content-type of application/json. + +* Remove empty mv_arg from more-list links. + +Tags +---- + +* Remove reference to deprecated Spreadsheet::WriteExcel::Big module in + backup-database tag. + +* Allow passing of "id" to the [display] tag. It will be output in the form + element and a label element will be created to match, if appropriate. + + Example 1: + + [.display id=category options=| + =--select--, + 1=Junior High School, + 2=High School, + 3=College, + 4=Graduate School, + | value="[evalue category]" type=select name=category] + + Output (bring your own <label for=category>): + <select name="category" id="category"> + <option value="" SELECTED>--select-- + <option value="1">Junior High School + <option value="2">High School + <option value="3">College + <option value="4">Graduate School + </select> + + Example 2 (label elements provided): + + [display name=publish_email value="[evalue publish_email]" type=radio + passed="0=No,1=Yes" blank_default=1 id=publish_email] + + Output: + <input type="radio" name="publish_email" value="0" id="publish_email0"> + <label for="publish_email0">No</label> + <input type="radio" name="publish_email" value="1" id="publish_email1" checked> + <label for="publish_email1">Yes</label> + Standard Demo ------------- +* Correct bounces to nonexistent error pages. + * Fixed bug that causes options to not show up on the checkout reciept, or the order report, or the mail reciept for most or all items. diff --git a/dist/standard/products/mv_metadata.asc b/dist/standard/products/mv_metadata.asc index 1cad60f..5ab9d24 100644 --- a/dist/standard/products/mv_metadata.asc +++ b/dist/standard/products/mv_metadata.asc @@ -281,7 +281,7 @@ transactions::auth_code text 16 Authorization transactions::deleted yesno Deleted transactions::order_id text 32 Order ID transactions::status select pending=Pending, shipped=Shipped, partial=Partially shipped, backorder=Back ordered, waiting=Waiting for payment, credit=Waiting for credit check, canceled=Canceled nullselect -ui-version 5.7.2 +ui-version 5.7.3 ui_component::mv_metadata table ui_component mv_metadata {'ui_data_fields' => "=Main code label default type width height options filter =Database lookup lookup field db =Help and misc help help_url prepend append pre_filter",'table_width' => "80%",'left_width' => "30%",} ui_component::mv_metadata::append textarea 60 5 Append HTML <SMALL>HTML to be appended to the widget. Will substitute in the macros _UI_TABLE_, _UI_COLUMN_, _UI_KEY, and _UI_VALUE_, and will resolve relative links with absolute links.</SMALL> ui_component::mv_metadata::attribute text 20 Column name Do not set this. diff --git a/scripts/interchange.PL b/scripts/interchange.PL index 6555389..7e323f2 100644 --- a/scripts/interchange.PL +++ b/scripts/interchange.PL @@ -1,7 +1,7 @@ #!/usr/bin/perl -w ##!~_~perlpath~_~ # -# Interchange version 5.7.2 +# Interchange version 5.7.3 # # Copyright (C) 2002-2009 Interchange Development Group # Copyright (C) 1996-2002 Red Hat, Inc. @@ -154,7 +154,7 @@ use vars qw($VERSION); require Exporter; BEGIN { - $VERSION = '5.7.2'; + $VERSION = '5.7.3'; } use Fcntl; @@ -360,7 +360,7 @@ interchange [--options] [file] =head1 VERSION -5.7.2 +5.7.3 =head1 DESCRIPTION hooks/post-receive -- Interchange _______________________________________________ interchange-cvs mailing list interchange-cvs[at]icdevgroup.org http://www.icdevgroup.org/mailman/listinfo/interchange-cvs
|