Commit graph

6465 commits

Author SHA1 Message Date
Colin Kuskie
e3b9e4bd92 produce valid HTML in the Auth screen 2008-08-01 03:00:04 +00:00
Chris Nehren
63fe276dac Fixed: splitCSV and joinCSV had issues with complex CSV data. They now use
Text::CSV_XS internally.
2008-07-31 22:02:09 +00:00
Doug Bell
b0669c1a36 fixed Gallery Disk Space problem by adding a way to change image density 2008-07-31 20:31:08 +00:00
Colin Kuskie
cead5b8b13 fix some indent and spacing issues in the Shop i18n file 2008-07-31 03:47:55 +00:00
Colin Kuskie
3839123d8c Fix a bug where PayDriver and ShopDriver would do a redirect and ignore
the site gateway url.
2008-07-31 03:38:22 +00:00
Colin Kuskie
311ee8db1c remove debugging code from Product.t 2008-07-31 03:22:58 +00:00
Colin Kuskie
1346008650 first name and last name are separated by a space, not a break 2008-07-31 02:56:34 +00:00
Colin Kuskie
05f85c5db3 Fix the configured title that is displayed when an asset is added
to the cart.
2008-07-31 02:41:40 +00:00
Colin Kuskie
448f1ffdf5 Fix per item shipping in Products. 2008-07-31 02:37:52 +00:00
JT Smith
03092ff297 forgot to check this in somehow 2008-07-30 21:17:46 +00:00
Kaleb Murphy
d972141607 Fixed Address.pm POD to include firstName and lastName attributes. 2008-07-30 15:55:44 +00:00
Kaleb Murphy
2c41d60933 Added first name and last name address options for products. 2008-07-29 20:46:17 +00:00
Doug Bell
afea092a97 exposed a form variable for Gallery Album Others Can Add asset property
checkin missing WebGUI::User method
2008-07-29 17:11:13 +00:00
Doug Bell
26d353e7e6 Inbox can now handle millions of messages without being impossible to view 2008-07-29 16:59:10 +00:00
Yung Han Khoe
cc76e3b319 fixed: thingy's checkbox field 2008-07-29 09:45:55 +00:00
JT Smith
eea6d818e9 fixed export, purge, and some other stuff for ems. 2008-07-29 02:10:55 +00:00
Graham Knop
ff783a913f revert r7017, it didn't allow userPref macros and doing so requires more extensive changes 2008-07-28 14:57:11 +00:00
Colin Kuskie
dc82daaac8 Document the heretofore missing joinClass option in WebGUI::Search. 2008-07-28 03:23:45 +00:00
Colin Kuskie
ee9772d543 fix broken i18n labels in Asset export, and in the Shop 2008-07-27 02:59:33 +00:00
Colin Kuskie
3f870ad7f7 Fix pagination problems in the lookupRegistrants screen with YUI.
A little WGBP indenting in getRegistrantsAsJson in the EMS.
2008-07-26 16:25:43 +00:00
Colin Kuskie
d95ba6c8da Fix two issues with sub deleteAttachedFiles that were preventing
it from being purged from the trash.
2008-07-26 02:28:56 +00:00
Colin Kuskie
6db3fc1005 forceSecureConnection: grab a url object and use it directly. 2008-07-26 02:09:09 +00:00
Colin Kuskie
5e4e31380f Add a method to directly set the redirect location. 2008-07-26 02:07:31 +00:00
Colin Kuskie
59cc690859 fix a syntax error in Session/Url.pm 2008-07-25 17:39:29 +00:00
Kaleb Murphy
46562e9e8f Session/Url forceSecureConnection regex fix. 2008-07-25 16:48:21 +00:00
Graham Knop
315e47781e fixed: User is logged out if a fatal error occurs
error reporting and debug cleanups
2008-07-25 04:03:30 +00:00
Graham Knop
e37db64483 clean up credits code a little 2008-07-25 04:03:24 +00:00
Graham Knop
6126bf0fd7 fixed: Collaboration system includes header link even with RSS turned off 2008-07-25 04:03:16 +00:00
Graham Knop
91a83974cf admin bar shouldn't double includes 2008-07-25 04:03:11 +00:00
Graham Knop
847144a32f fixed: edit branch doesn't show list style metadata fields properly 2008-07-25 04:03:04 +00:00
Graham Knop
2746e6933e asset context menu tweaks 2008-07-25 04:02:55 +00:00
Colin Kuskie
6850dcbbaa Fix default values in the asset meta data. 2008-07-24 20:55:37 +00:00
Kaleb Murphy
eff953b5ed Cart now redirects to ssl if the site is ssl enabled. 2008-07-24 19:56:54 +00:00
Colin Kuskie
026e77663e fix Log::Log4perl line reporting 2008-07-24 16:38:28 +00:00
Colin Kuskie
48c1c7814b fix a typo in the collaboration rss template field for the "description" 2008-07-24 15:31:43 +00:00
Colin Kuskie
630eda0e03 fix JSON lookup methods to always return an empty array, to prevent the infamous Data Error label from being displayed. Also, EMS clean-up, round 1 2008-07-24 15:26:00 +00:00
Yung Han Khoe
a8bce70cdb fixed: EMS Ticket Meta Fields- Can't Delete 2008-07-23 23:36:52 +00:00
Colin Kuskie
462c05c5df fix typos in Shop i18n 2008-07-23 04:23:05 +00:00
Chris Nehren
bebd82d47b $content was used where $output should have been used. Fix the problem and give
the variables better names.
2008-07-22 20:07:24 +00:00
Chris Nehren
a32b0c04ab Remove a mostly unused $session variable and use $self->session-> instead. 2008-07-22 18:29:45 +00:00
Graham Knop
cb21f13d9f Converted asset context menus to YUI menus 2008-07-22 17:44:17 +00:00
Colin Kuskie
6086703d49 Apparently, any item or sku caching causes Apache to die. At this
point, both the itemCache in the Cart and the skuCache in the CartItem
have been removed.
2008-07-22 04:09:04 +00:00
Colin Kuskie
23316d60dd Removed all caching code. This seems to fix the apache
crashing problem.  Needs others to double check and
review.
2008-07-21 23:41:04 +00:00
Colin Kuskie
1031883fbf Change the order of deleting the item from the cache and calling
clean up code, since deleting the item causes the Session var
to get nuked.
2008-07-21 21:27:31 +00:00
Colin Kuskie
dafe7304c2 final tweak to the delete batch/code label 2008-07-21 20:49:50 +00:00
Colin Kuskie
ba16983a6e grammatical fine tuning the delete selected codes/batches label 2008-07-21 20:36:28 +00:00
Kaleb Murphy
7982d1f82b Web::Form::Asset can now accept assets with '|" in their names. 2008-07-21 20:17:17 +00:00
Colin Kuskie
8779905ac3 Add a method for Payment Drivers to see if they can used by a particular user, canUse.
Add some tests for the method.
Have Pay->getOptions use the method.
2008-07-21 16:14:52 +00:00
Colin Kuskie
c4d9462790 Fix i18n typos. Remember to buy BJ a beer. 2008-07-21 15:40:19 +00:00
Colin Kuskie
d4ad4ff739 Fix some i18n typos. 2008-07-21 15:31:45 +00:00