Mailing List Archive

CVS notice: activity by heins
CVS activity by user 'heins':
interchange/lib/Vend Data.pm,1.17.2.7,1.17.2.8
Update of /anon_cvs/repository/interchange/lib/Vend
In directory www.akopia.com:/tmp/cvs-serv17177

Modified Files:
Tag: DEV_4_7_0
Data.pm
Log Message:

* Connection cache now works with fallback ALTERNATE_DSN even if
HotDBI is enabled (i.e. persistent connections). Requires reconnect
each page transaction (still cached), but will reliably work with
fallback redundant db server.

Bad connections are cached when ALTERNATE_DSN is present so we don't
try to reconnect to a bad DBI connection every time.
CVS notice: activity by heins [ In reply to ]
CVS activity by user 'heins':
interchange/lib/Vend/Table DBI.pm,1.25.2.8,1.25.2.9
Update of /anon_cvs/repository/interchange/lib/Vend/Table
In directory www.akopia.com:/tmp/cvs-serv17177/Table

Modified Files:
Tag: DEV_4_7_0
DBI.pm
Log Message:

* Connection cache now works with fallback ALTERNATE_DSN even if
HotDBI is enabled (i.e. persistent connections). Requires reconnect
each page transaction (still cached), but will reliably work with
fallback redundant db server.

Bad connections are cached when ALTERNATE_DSN is present so we don't
try to reconnect to a bad DBI connection every time.
CVS notice: activity by heins [ In reply to ]
CVS activity by user 'heins':
interchange/lib/Vend/Table DBI.pm,1.25.2.9,1.25.2.10
Update of /anon_cvs/repository/interchange/lib/Vend/Table
In directory www.akopia.com:/tmp/cvs-serv17963/Table

Modified Files:
Tag: DEV_4_7_0
DBI.pm
Log Message:

* Fix problem with bad connect on cached connection for fallback.
Fallback connections now tested when:

1. HotDBI = 1, db connection not there to begin with
2. HotDBI = 0, db connection not there to begin with
3. HotDBI = 1, db connection disappears after daemon startup
4. HotDBI = 0, db connection disappears after daemon startup
CVS notice: activity by heins [ In reply to ]
CVS activity by user 'heins':
interchange/lib/Vend Config.pm,1.25.2.10,1.25.2.11
Update of /anon_cvs/repository/interchange/lib/Vend
In directory www.akopia.com:/tmp/cvs-serv19216

Modified Files:
Tag: DEV_4_7_0
Config.pm
Log Message:

* Re-add HotDBI directive now that it is tested fully

* Adjust ALTERNATE_LDAP parameters, port not needed
CVS notice: activity by heins [ In reply to ]
CVS activity by user 'heins':
interchange/lib/Vend Interpolate.pm,1.40.2.12,1.40.2.13
Update of /anon_cvs/repository/interchange/lib/Vend
In directory www.akopia.com:/tmp/cvs-serv19261

Modified Files:
Tag: DEV_4_7_0
Interpolate.pm
Log Message:
Added new filters:

mime_type: returns mime type based on file extension
compress_space: strip trailing/leading, s/\s+/ /g
checkbox: set value to "" if not defined in CGI space

Added <optgroup> support to tag_accessories select build:

Allows grouping of options. When an option value is ^\s*~~something~~\*$,
it is read as an <OPTGROUP LABEL="something">, and options can
be grouped.
CVS notice: activity by heins [ In reply to ]
CVS activity by user 'heins':
interchange/lib/Vend Order.pm,1.18.2.3,1.18.2.4
Update of /anon_cvs/repository/interchange/lib/Vend
In directory www.akopia.com:/tmp/cvs-serv19342

Modified Files:
Tag: DEV_4_7_0
Order.pm
Log Message:
Change Cybercash (or other charge) processing in routes so that it is run before
the order profiles are all marked OK. This allows a sub-route to use CyberCash,
with others *not* using Cybercash, and makes entire order fail when the CyberCash
subroute doesn't auth.
Reliablility should be good since the regular order profile will have already
passed before this happens. Obviously if two subroutes are run, one of which
auths and one of which doesn't, a return will have to be done if in auto-settle
mode. (How can we flag this?)
CVS notice: activity by heins [ In reply to ]
CVS activity by user 'heins':
interchange/lib/Vend Server.pm,1.8.2.5,1.8.2.6
Update of /anon_cvs/repository/interchange/lib/Vend
In directory www.akopia.com:/tmp/cvs-serv19407

Modified Files:
Tag: DEV_4_7_0
Server.pm
Log Message:

* Mime types now generated in Vend::Util.

* Internal HTTP server now requires basic auth if catalog is
AllowGlobal.

* Initial admin logging hooks in, far from complete.

* Status pages now actually use locale_error_message.
CVS notice: activity by heins [ In reply to ]
CVS activity by user 'heins':
interchange WHATSNEW,1.15.2.3,1.15.2.4
Update of /anon_cvs/repository/interchange
In directory www.akopia.com:/tmp/cvs-serv28253

Modified Files:
Tag: DEV_4_7_0
WHATSNEW
Log Message:
Trying to keep current. Added all December2000/January 2001 changes to
date.
CVS notice: activity by heins [ In reply to ]
CVS activity by user 'heins':
interchange/lib/Vend Config.pm,1.25.2.11,1.25.2.12
Update of /anon_cvs/repository/interchange/lib/Vend
In directory www.akopia.com:/tmp/cvs-serv28322

Modified Files:
Tag: DEV_4_7_0
Config.pm
Log Message:
Add Logging global parameter for admin logging.
CVS notice: activity by heins [ In reply to ]
CVS activity by user 'heins':
interchange/lib/Vend Config.pm,1.25.2.12,1.25.2.13 Control.pm,1.6.2.1,1.6.2.2 Error.pm,1.3.6.2,1.3.6.3 Interpolate.pm,1.40.2.13,1.40.2.14 Order.pm,1.18.2.4,1.18.2.5 Server.pm,1.8.2.6,1.8.2.7 Util.pm,1.14.2.7,1.14.2.8
Update of /anon_cvs/repository/interchange/lib/Vend
In directory www.akopia.com:/tmp/cvs-serv28771

Modified Files:
Tag: DEV_4_7_0
Config.pm Control.pm Error.pm Interpolate.pm Order.pm
Server.pm Util.pm
Log Message:

* Beginning redo of logGlobal, with full level callout for all
system error messages.

* Global Logging parameter can be set to some (as yet undefined)
levels to control verbosity of admin logging.

* Bug in Syslog priority/facility/tagging fixed, what was tag is
now corrected to match syslog tag; facility is set to local3 by
default.

* Added log_http_data routine to allow logging of all HTTP
incoming requests.
CVS notice: activity by heins [ In reply to ]
CVS activity by user 'heins':
interchange/lib/Vend/Misc Static.pm,1.4.6.1,1.4.6.2
Update of /anon_cvs/repository/interchange/lib/Vend/Misc
In directory www.akopia.com:/tmp/cvs-serv28771/Misc

Modified Files:
Tag: DEV_4_7_0
Static.pm
Log Message:

* Beginning redo of logGlobal, with full level callout for all
system error messages.

* Global Logging parameter can be set to some (as yet undefined)
levels to control verbosity of admin logging.

* Bug in Syslog priority/facility/tagging fixed, what was tag is
now corrected to match syslog tag; facility is set to local3 by
default.

* Added log_http_data routine to allow logging of all HTTP
incoming requests.
CVS notice: activity by heins [ In reply to ]
CVS activity by user 'heins':
interchange/dist/lib/UI/pages/admin ship_data.html,1.8,1.8.6.1
Update of /anon_cvs/repository/interchange/dist/lib/UI/pages/admin
In directory www.akopia.com:/tmp/cvs-serv16875

Modified Files:
Tag: DEV_4_7_0
ship_data.html
Log Message:
Changes to enable FedEx shipping mode setup when Business::Fedex module
(and LWP) are installed.
CVS notice: activity by heins [ In reply to ]
CVS activity by user 'heins':
interchange/dist/usertag fedex_query.tag,NONE,1.1.2.1
Update of /anon_cvs/repository/interchange/dist/usertag
In directory www.akopia.com:/tmp/cvs-serv16920

Added Files:
Tag: DEV_4_7_0
fedex_query.tag
Log Message:
Add fedex_query tag. Some embedded docs -- see also Business::Fedex pod.
CVS notice: activity by heins [ In reply to ]
CVS activity by user 'heins':
interchange/extra/Business Fedex.pm,NONE,1.1.2.1
Update of /anon_cvs/repository/interchange/extra/Business
In directory www.akopia.com:/tmp/cvs-serv16990/extra/Business

Added Files:
Tag: DEV_4_7_0
Fedex.pm
Log Message:

Added Business::Fedex module with permission from Sitepak. Thanks to

Francois Belanger, francois@sitepak.com
Jean-Philippe Bouchard, jeanphil@sitepak.com

for the module. Well done!

Supported by usertag [fedex-query].
CVS notice: activity by heins [ In reply to ]
CVS activity by user 'heins':
interchange Makefile.PL,1.32.2.2,1.32.2.3
Update of /anon_cvs/repository/interchange
In directory www.akopia.com:/tmp/cvs-serv17087

Modified Files:
Tag: DEV_4_7_0
Makefile.PL
Log Message:

* Add module detection for Business::Fedex -- this can't be part
of Bundle::Interchange yet, as it is not on CPAN.
CVS notice: activity by heins [ In reply to ]
CVS activity by user 'heins':
interchange/share/akopia/ui std.js,1.1.2.1,1.1.2.2
Update of /anon_cvs/repository/interchange/share/akopia/ui
In directory www.akopia.com:/tmp/cvs-serv8914/akopia/ui

Modified Files:
Tag: DEV_4_7_0
std.js
Log Message:
Add checkAll JavaScript function to check/uncheck all of a set of checkboxes.
Call is:

checkAll(form,name,uncheck);

Example links:
<A HREF="javascript:checkAll(document.dbdownload, 'ui_do_export', 1)">
Uncheck all
</A>
<A HREF="javascript:checkAll(document.dbdownload, 'ui_do_export', 0)">
Check all
</A>
CVS notice: activity by heins [ In reply to ]
CVS activity by user 'heins':
interchange/dist/lib/UI/pages/admin dbdownload.html,1.13.4.1,1.13.4.2
Update of /anon_cvs/repository/interchange/dist/lib/UI/pages/admin
In directory www.akopia.com:/tmp/cvs-serv8984

Modified Files:
Tag: DEV_4_7_0
dbdownload.html
Log Message:

* Add checkAll JS function to check/uncheck all boxes.

* Removed Gnumeric simple text options -- alas, format is no more (in
Gnumeric, that is).
CVS notice: activity by heins [ In reply to ]
CVS activity by user 'heins':
interchange/lib/Vend Config.pm,1.25.2.13,1.25.2.14
Update of /anon_cvs/repository/interchange/lib/Vend
In directory www.akopia.com:/tmp/cvs-serv12236

Modified Files:
Tag: DEV_4_7_0
Config.pm
Log Message:

* Added "OutputAllCfg" directive which causes output of a file
called "allconfigs.cfg" to the catalog.directory. This is
intended to be similar to DumpStructure, except it allows you
to view the entire configuration as one file (and possibly
later use that file to duplicate a configuration on a
production machine without all of the "include" statements.

* Fixed Default Search File stuff yet again. Sheesh.

* Fixed Global::AllowGlobal{key} Global::AllowGlobal->{key}
mismatch.
CVS notice: activity by heins [ In reply to ]
CVS activity by user 'heins':
interchange/lib/Vend Data.pm,1.17.2.8,1.17.2.9
Update of /anon_cvs/repository/interchange/lib/Vend
In directory www.akopia.com:/tmp/cvs-serv12271

Modified Files:
Tag: DEV_4_7_0
Data.pm
Log Message:

* Added check for empty database which is showing up in catalogs
that don't have a "products" table. NOTE: This should be fixed
at the source of the problem -- why is the empty thing showing
up?
CVS notice: activity by heins [ In reply to ]
CVS activity by user 'heins':
interchange/lib/Vend Interpolate.pm,1.40.2.14,1.40.2.15
Update of /anon_cvs/repository/interchange/lib/Vend
In directory www.akopia.com:/tmp/cvs-serv12295

Modified Files:
Tag: DEV_4_7_0
Interpolate.pm
Log Message:

* Added Stefan's table background pragma approach -- I thought I
had done this once before? Hmm.
CVS notice: activity by heins [ In reply to ]
CVS activity by user 'heins':
interchange/lib/Vend Parse.pm,1.12.2.7,1.12.2.8
Update of /anon_cvs/repository/interchange/lib/Vend
In directory www.akopia.com:/tmp/cvs-serv12321

Modified Files:
Tag: DEV_4_7_0
Parse.pm
Log Message:

* Removed alias of a --> href, which was screwing with javascript
variables like [a]. Never really used by anybody that I know
of.
NOTE: Add to WHATSNEW as minor incompatiblity for upgrade.
CVS notice: activity by heins [ In reply to ]
CVS activity by user 'heins':
interchange/lib/Vend Order.pm,1.18.2.5,1.18.2.6
Update of /anon_cvs/repository/interchange/lib/Vend
In directory www.akopia.com:/tmp/cvs-serv12346

Modified Files:
Tag: DEV_4_7_0
Order.pm
Log Message:

* Added two new profile checking directives:

&noerror=[1|0]
says that errors will not get written to Session->{errors}.
&overwrite=[1|0]
says that errors will overwrite (not append) to Session->{errors}.
CVS notice: activity by heins [ In reply to ]
CVS activity by user 'heins':
interchange/lib/Vend Server.pm,1.8.2.7,1.8.2.8
Update of /anon_cvs/repository/interchange/lib/Vend
In directory www.akopia.com:/tmp/cvs-serv12374

Modified Files:
Tag: DEV_4_7_0
Server.pm
Log Message:
Remove debug committed by mistake.
CVS notice: activity by heins [ In reply to ]
CVS activity by user 'heins':
interchange/lib/Vend Util.pm,1.14.2.8,1.14.2.9
Update of /anon_cvs/repository/interchange/lib/Vend
In directory www.akopia.com:/tmp/cvs-serv12397

Modified Files:
Tag: DEV_4_7_0
Util.pm
Log Message:
Remove debug.
CVS notice: activity by heins [ In reply to ]
CVS activity by user 'heins':
interchange/lib/Vend Server.pm,1.8.2.8,1.8.2.9
Update of /anon_cvs/repository/interchange/lib/Vend
In directory www.akopia.com:/tmp/cvs-serv12421

Modified Files:
Tag: DEV_4_7_0
Server.pm
Log Message:

* Oracle doesn't have "HAS_LIMIT" capability. Is there a replacement
we can use? This makes a big difference in startup speed for catalogs.

1 2 3 4 5 6 7 8  View All