Mailing List Archive

1 2  View All
CVS notice: activity by jason [ In reply to ]
CVS activity by user 'jason':
interchange/lib/Vend Interpolate.pm,1.40.2.64,1.40.2.65
Update of /anon_cvs/repository/interchange/lib/Vend
In directory developer.akopia.com:/tmp/cvs-serv24102

Modified Files:
Tag: DEV_4_7_0
Interpolate.pm
Log Message:
This patch adds 4 options to the [perl] tag that make it a bit easier to
work with when debugging:

number_errors
Add line numbers to the source code displayed in the error.log, amazingly
useful if some of the perl is being generated elsewhere and interpolated.

eval_label
Set to a string, will replace the (eval ###) in the error message with
this label, handy to quickly track down bugs when you have more than
one perl block in the page, especially if you are using short_errors.

short_errors
If set to a true value, syntax errors and the like in [perl] tags will
log just the error, not the whole source code of the block in question,
handy when you have the code open in an editor anyway and don't want
the error itself to get scrolled away when running 'tail -f error.log'.

trim_errors
Seemed to be the logical extension of short_errors, if set to a number,
and the error produced includes a line number, then only that number
of lines before and after the broken line itself will be displayed,
instead of the whole block.
CVS notice: activity by jason [ In reply to ]
CVS activity by user 'jason':
interchange/lib/Vend Scan.pm,1.7.2.6,1.7.2.7
Update of /anon_cvs/repository/interchange/lib/Vend
In directory developer.akopia.com:/tmp/cvs-serv1729

Modified Files:
Tag: DEV_4_7_0
Scan.pm
Log Message:
For some reason, under some circumstances, %INC gets emptied, I haven't
figured out why, but to work around the problem this patch changes
unless $INC{'SQL/Statement.pm'} to unless defined &SQL::Statement::new, which
has the same effect without depending on %INC.
CVS notice: activity by jason [ In reply to ]
CVS activity by user 'jason':
interchange/lib/Vend/Table Common.pm,1.16.4.11,1.16.4.12
Update of /anon_cvs/repository/interchange/lib/Vend/Table
In directory developer.akopia.com:/tmp/cvs-serv1828

Modified Files:
Tag: DEV_4_7_0
Common.pm
Log Message:
Fix a bug that suppressed error messages that Vend::Scan::sql_statement
returned using 'die'.
CVS notice: activity by jason [ In reply to ]
CVS activity by user 'jason':
interchange/lib/Vend Scan.pm,1.8,1.9
Update of /anon_cvs/repository/interchange/lib/Vend
In directory developer.akopia.com:/tmp/cvs-serv2549

Modified Files:
Scan.pm
Log Message:
Fix a problem detecting if SQL::Statement is available.
CVS notice: activity by jason [ In reply to ]
CVS activity by user 'jason':
interchange/lib/Vend/Table Common.pm,1.16,1.17
Update of /anon_cvs/repository/interchange/lib/Vend/Table
In directory developer.akopia.com:/tmp/cvs-serv2616

Modified Files:
Common.pm
Log Message:
Fix a bug that suppressed error messages that Vend::Scan::sql_statement
returned using 'die'.
CVS notice: activity by jason [ In reply to ]
CVS activity by user 'jason':
interchange/dist/usertag button.tag,1.1.2.1,1.1.2.2
Update of /anon_cvs/repository/interchange/dist/usertag
In directory interchange.redhat.com:/tmp/cvs-serv6927

Modified Files:
Tag: DEV_4_7_0
button.tag
Log Message:
Mark Johnson's updated button usertag, which provides alternatives to the
image input when using a javascript-challenged browser.
CVS notice: activity by jason [ In reply to ]
CVS activity by user 'jason':
interchange/lib/Vend Interpolate.pm,1.40.2.70,1.40.2.71
Update of /anon_cvs/repository/interchange/lib/Vend
In directory interchange.redhat.com:/tmp/cvs-serv9120

Modified Files:
Tag: DEV_4_7_0
Interpolate.pm
Log Message:
Fix a bug in the options tag that passed the wrong argument to
tag_accessories (weight instead of o_widget, oops). Also allow [item-options]
to take a type argument, which is passed through so that you can override the
type should you need to.
CVS notice: activity by jason [ In reply to ]
CVS activity by user 'jason':
interchange/dist/foundation/templates/components cart,1.1.2.13,1.1.2.14
Update of /anon_cvs/repository/interchange/dist/foundation/templates/components
In directory interchange.redhat.com:/tmp/cvs-serv10676

Modified Files:
Tag: DEV_4_7_0
cart
Log Message:
Use the correct sku/description fields when using matrix options.
CVS notice: activity by jason [ In reply to ]
CVS activity by user 'jason':
interchange/dist/foundation/templates/components cart_display,1.1.2.4,1.1.2.5 cart_tiny,1.1.2.5,1.1.2.6
Update of /anon_cvs/repository/interchange/dist/foundation/templates/components
In directory interchange.redhat.com:/tmp/cvs-serv10874

Modified Files:
Tag: DEV_4_7_0
cart_display cart_tiny
Log Message:
Use the correct sku/description when using matrix options.
CVS notice: activity by jason [ In reply to ]
CVS activity by user 'jason':
interchange/scripts interchange.PL,1.15.2.43,1.15.2.44
Update of /anon_cvs/repository/interchange/scripts
In directory interchange.redhat.com:/tmp/cvs-serv11060

Modified Files:
Tag: DEV_4_7_0
interchange.PL
Log Message:
Fix a bug that prevented changing your selection once you had selected one
(code was only updated if mv_sku was not already set).
CVS notice: activity by jason [ In reply to ]
CVS activity by user 'jason':
interchange/dist/foundation/pages/ord checkout.html,1.1.2.27,1.1.2.28
Update of /anon_cvs/repository/interchange/dist/foundation/pages/ord
In directory interchange.redhat.com:/tmp/cvs-serv11234

Modified Files:
Tag: DEV_4_7_0
checkout.html
Log Message:
Use correct sku/description in display, and show options during verification.
CVS notice: activity by jason [ In reply to ]
CVS activity by user 'jason':
interchange/dist/foundation/etc receipt.html,1.1.2.5,1.1.2.6
Update of /anon_cvs/repository/interchange/dist/foundation/etc
In directory interchange.redhat.com:/tmp/cvs-serv11679

Modified Files:
Tag: DEV_4_7_0
receipt.html
Log Message:
Use correct sku/description when displaying order, and display selection when
options were included with ordered item.
CVS notice: activity by jason [ In reply to ]
CVS activity by user 'jason':
interchange/lib/Vend Interpolate.pm,1.40.2.71,1.40.2.72
Update of /anon_cvs/repository/interchange/lib/Vend
In directory interchange.redhat.com:/tmp/cvs-serv21396

Modified Files:
Tag: DEV_4_7_0
Interpolate.pm
Log Message:
Fix some bugs in option display to allow over-riding for simple options too,
and to select the widget type for matrix options, and then seek psychiatric
care while I try and figure out where o_widget went in the first place.
CVS notice: activity by jason [ In reply to ]
CVS activity by user 'jason':
interchange/lib/Vend Interpolate.pm,1.40.2.73,1.40.2.74
Update of /anon_cvs/repository/interchange/lib/Vend
In directory interchange.redhat.com:/tmp/cvs-serv10579

Modified Files:
Tag: DEV_4_7_0
Interpolate.pm
Log Message:
Add a filter for decode_entities, and make encode_entities an alias to entities.
CVS notice: activity by jason [ In reply to ]
CVS activity by user 'jason':
interchange/dist/foundation/etc mail_receipt,1.1.2.1,1.1.2.2
Update of /anon_cvs/repository/interchange/dist/foundation/etc
In directory interchange.redhat.com:/tmp/cvs-serv12132

Modified Files:
Tag: DEV_4_7_0
mail_receipt
Log Message:
Include options in the emailed receipt.
CVS notice: activity by jason [ In reply to ]
CVS activity by user 'jason':
interchange/dist/foundation/etc report,1.1.2.3,1.1.2.4
Update of /anon_cvs/repository/interchange/dist/foundation/etc
In directory interchange.redhat.com:/tmp/cvs-serv12807

Modified Files:
Tag: DEV_4_7_0
report
Log Message:
Since mail_list is a multiple-select box now, this changes the report to
actually indicate which lists were selected, instead of the old true/false
option.
CVS notice: activity by jason [ In reply to ]
CVS activity by user 'jason':
interchange/dist/foundation/etc report,1.1.2.4,1.1.2.5
Update of /anon_cvs/repository/interchange/dist/foundation/etc
In directory interchange.redhat.com:/tmp/cvs-serv13464

Modified Files:
Tag: DEV_4_7_0
report
Log Message:
Display option selections in report.

1 2  View All