Commit graph

6342 commits

Author SHA1 Message Date
Colin Kuskie
e51d02e3d8 Add a new method to FlatDiscount to tell if it is already in the cart.
Add a template variable to tell if there is already one in the cart.
Modify the default template to include the thank you message and to hide
the add to cart button if this coupon is already in the cart.
2008-06-27 20:25:30 +00:00
Colin Kuskie
59424e1fe3 fix display bugs in the Subscription template (no price, and bare parens showing when no code batches are available) 2008-06-27 18:58:23 +00:00
Colin Kuskie
9e5642b9f6 fix bad grammar in EMS badge group help 2008-06-27 18:42:19 +00:00
Doug Bell
0d4e1cbdb9 fixed: Reverted change that made IE6 stop showing pages with RichEditors in them 2008-06-27 16:48:48 +00:00
Martin Kamerbeek
0a67594718 Fixed bug in the colorpicker which caused the colorpicker screen to not pop up. 2008-06-27 14:49:39 +00:00
Graham Knop
ea42287749 fixed: RSS feeds report modified date instead of create date 2008-06-26 20:51:12 +00:00
Graham Knop
fee64b013f better error message for database connection failure 2008-06-26 20:51:04 +00:00
JT Smith
3168aec473 shortcut overrides display titles instead of field names 2008-06-26 19:47:35 +00:00
Graham Knop
c0cd862362 fixed: Rich editor collateral image uploader is broken 2008-06-25 20:02:51 +00:00
Graham Knop
1b8567abb2 encode all parts of sent mail properly 2008-06-25 20:02:46 +00:00
Colin Kuskie
779f9f0453 fix a typo in the POD for Form/Control.pm 2008-06-25 16:09:29 +00:00
Colin Kuskie
d221dcd01d PayDriver had the wrong template namespace and assetId 2008-06-24 22:29:02 +00:00
Colin Kuskie
fcf53d7bde add missing template variable help for the MiniCart macro 2008-06-23 22:01:34 +00:00
Yung Han Khoe
99eb45695a fixed: User List- Missing Hover Help 2008-06-23 16:18:51 +00:00
Colin Kuskie
14724cbbef Add tests to check how getThumbnailUrl is supposed to work in the Product.
Then fix the bugs I added to it yesterday.
2008-06-20 22:05:47 +00:00
Doug Bell
2dac29bce5 reverting back to the way frank had it, even though it seems to break some things, since I do not know why the change was made 2008-06-20 21:55:54 +00:00
Doug Bell
5ece4a1d8c fixed: thingy now has appropriate values for all field types 2008-06-20 21:51:50 +00:00
Frank Dillon
bba9788f92 Fixed issue which caused time tracker to complete on post and not allow you to make changes 2008-06-20 20:05:45 +00:00
Chris Nehren
05cf8fa24c Fixed: One can now turn off inheritUrlFromParent, and the code is now more
robust: moved from Asset->update to Asset->fixUrl.
2008-06-20 19:21:30 +00:00
Doug Bell
d387536807 fixed grammatical error in i18n 2008-06-20 18:51:22 +00:00
Doug Bell
d3a7ef6e01 fixed: Rich editor no longer makes other form controls show up as code in Safari 3 2008-06-20 18:16:21 +00:00
Doug Bell
fb81e7d67b fixed: Thingy Data now retains File and Image unless explicitly deleted 2008-06-20 17:19:14 +00:00
Doug Bell
f8b9098991 fixed: non-admin users can now add Gallery assets 2008-06-20 15:37:45 +00:00
Graham Knop
8f9568c887 fixed: storage locations for some assets in packages not imported correctly 2008-06-20 08:57:20 +00:00
Graham Knop
deaa6c65c0 fixed: DataForm doesn't send emails correctly 2008-06-20 08:56:57 +00:00
Graham Knop
682885ac17 fixed: CS posts don't have correct URLs generated 2008-06-20 08:56:50 +00:00
Graham Knop
0efe1fabec cleaning up Asset->update checking assetData 2008-06-20 08:56:45 +00:00
Graham Knop
3ab206ad48 prevent sessions leaking when doing an export 2008-06-20 08:56:40 +00:00
Colin Kuskie
8be5eeb5f6 Prevent the Subscription from showing the redeem code label and URL unless there are codes 2008-06-20 04:41:03 +00:00
Colin Kuskie
68db4f8e46 Fix getThumbnailUrl in the Product, which was called by the Shelf directly causing failures.
Fix getPrice in the Product, which returned undef until a variant was applied to it.
These two fixes fix the Shelf.
2008-06-19 23:12:04 +00:00
Colin Kuskie
085f521225 Fix a typo with inStock vs in_stock template variables for the Product. It should be in_stock.
Add a new template variable, canEdit.
Change the default template to use canEdit to display the list of variants, so they aren't showed
twice.
2008-06-19 19:59:33 +00:00
Doug Bell
f2679ae07e added Next and Previous GalleryAlbum links in the Album Views 2008-06-19 18:49:47 +00:00
Doug Bell
5c2b9351fd fixed: Cannot add youtube videos in IE6/7. Fixed by adding an "allow media" switch to the rich editor 2008-06-19 17:28:55 +00:00
Colin Kuskie
986252e9c4 make showMessage sticky 2008-06-19 16:46:17 +00:00
Colin Kuskie
fc7efa4d5b More cleaning up of the upgrade file (forgot newlines).
Make sure that the user profile template settings have a default value and remember
their previous value.
2008-06-19 16:26:32 +00:00
Colin Kuskie
3c7855f708 fix i18n typo in PayDriver 2008-06-19 15:58:51 +00:00
Colin Kuskie
2049c28ce3 finish up exception handling for importing taxes and reporting messages back to the user 2008-06-17 23:28:28 +00:00
Doug Bell
a67775b17d really fixed those buttons. honest. and IE6 ... well... I dont want to sound like a broken record... 2008-06-17 22:13:17 +00:00
Colin Kuskie
4dfac86f2f Add hoverHelp for the Tax screen.
Change tax rate to be an integer.
2008-06-17 21:12:00 +00:00
Doug Bell
3b3a733a19 fixed gallery edit album buttons to work properly in IE6/7 2008-06-17 20:42:18 +00:00
Colin Kuskie
3bed35a223 fix some i18n with the DataForm edit form 2008-06-16 22:25:28 +00:00
Colin Kuskie
feda6ce1ec clarify what "amount" means as a field label in the context 2008-06-16 16:04:32 +00:00
Colin Kuskie
be79f1c459 grammatical edits for GalleryAlbum and RequestApprovalForVersionTag_ByCommitterGroup 2008-06-16 15:48:53 +00:00
Colin Kuskie
604b021514 clean-up www_buy and addToCart. inventory control is now completely in the cart 2008-06-14 00:52:24 +00:00
JT Smith
75208339fc fixed several ems badge related bugs. a couple upgrade bugs for ems and transaction. and jury rigged a fix for recurring transaction postback. 2008-06-13 21:54:43 +00:00
Doug Bell
f482c079d7 fixed: cannot manage revisions in version tag 2008-06-13 21:51:19 +00:00
Frank Dillon
51271ca8d6 Dashboard no longer uses AjaxRequest methods 2008-06-13 20:34:28 +00:00
Doug Bell
ea3d3e9e9c fixed: Security issue in CS RSS feeds 2008-06-13 20:16:48 +00:00
Doug Bell
879668156b fixed: Syndicated Content wobject makes H::T choke 2008-06-13 19:30:19 +00:00
Frank Dillon
0f74429d81 Fixes to project management system introduced by removing legacy Ajax module 2008-06-13 16:53:28 +00:00