Commit graph

1232 commits

Author SHA1 Message Date
JT Smith
5fb4807edc merging commerce branch back into head 2008-04-20 18:08:26 +00:00
JT Smith
8d03655bdb added in-store credit
added refund mechanism
modified ems to use refund mechanism
2008-04-20 01:12:25 +00:00
JT Smith
9d99c7e71d registrant management is mostly working 2008-04-19 18:25:42 +00:00
JT Smith
709ed6971a merging form fixes 2008-04-18 14:51:16 +00:00
JT Smith
040d593999 some form fixes 2008-04-18 14:49:03 +00:00
Doug Bell
4ebed16c69 added more vars to GalleryAlbum and GalleryFile. fixed some tests 2008-04-17 22:54:19 +00:00
Doug Bell
7668f68980 add: Calendar can now choose workflow for Events
fix: Event now saves ownerUserId correctly
add: GalleryAlbum now shows link to add a Photo
added a test skeleton for Test::WWW::Mechanize tests
2008-04-16 23:32:12 +00:00
JT Smith
11e4f6ea7e merging form pollution fix 2008-04-16 21:55:38 +00:00
JT Smith
8500c4d506 Cleaned the pollution from the forms system. 2008-04-16 16:11:10 +00:00
Colin Kuskie
c0f2c2c3c6 forgot that options need a value, with i18n 2008-04-16 04:30:02 +00:00
Colin Kuskie
d8fac0fdf9 edit parameter options form code 2008-04-15 23:17:59 +00:00
JT Smith
f5ab66c0af add view cart test
add metadata to ems tickets
2008-04-14 16:22:47 +00:00
Colin Kuskie
6b017ad991 fix undocumented template variable in the Layout 2008-04-14 04:12:22 +00:00
Colin Kuskie
0e747fd5ed Add asset properties for parameters and variants as JSON.
Handle getting and setting this data, interfaced as
perl data rather than JSON.
Basic screen for adding/editing parameters.
i18n for the parameter editing screen.
2008-04-14 03:55:12 +00:00
Colin Kuskie
f150b19a73 more trash semantics 2008-04-12 17:48:11 +00:00
JT Smith
23ea56bbe6 Added the viewcart macro.
Lookup registrant now works.
Fixed some bugs.
2008-04-11 22:00:17 +00:00
Colin Kuskie
ede0d57974 Change the labels for Trash to My Trash and Everyones Trash 2008-04-10 20:25:20 +00:00
JT Smith
02c24aa44a fixed more c2 bugs
added a workflow activity that removes EMS items from the cart if they've been in there too long
2008-04-09 22:48:15 +00:00
Doug Bell
99aa2919d6 fixed: Back to Album link doesn't work
fixed: Minor i18n wording discrepencies
fixed: Photo->www_showConfirmation Add a Photo link points to the wrong place
2008-04-09 16:21:52 +00:00
Yung Han Khoe
3e82c7368d fixed: Thingy: delete a thing dysfunctions linked things 2008-04-09 15:42:24 +00:00
Colin Kuskie
e21ddc8bf3 remove unused i18n tags 2008-04-07 16:29:11 +00:00
Yung Han Khoe
f5c3c977ae fixed: Thingy: Text, File and Hidden field types listed twice 2008-04-06 18:35:02 +00:00
Yung Han Khoe
00b939f262 fixed: Thingy: Text field type listed twice 2008-04-05 11:02:31 +00:00
JT Smith
ac3c7d18b9 fixed a limitation with buildSearchQuery in SQL
started working on registrant search in EMS
2008-04-04 18:37:53 +00:00
JT Smith
4ca80ad734 the badge/ticket relationships through badge groups now work 2008-04-03 23:22:03 +00:00
JT Smith
50a4b564e5 added item and sku caching to cart
ribbon discounts now work
checklist form control works more like you'd expect
added badge groups
2008-04-02 22:46:40 +00:00
JT Smith
cfcfc88714 ems user experience mostly done 2008-04-01 18:25:13 +00:00
Graham Knop
221d5ac0aa fixed: subscription group in CS edit not internationalized 2008-03-28 19:54:53 +00:00
Yung Han Khoe
fbe16aae27 removed an unused Thingy label 2008-03-28 15:41:32 +00:00
Graham Knop
cc75819ca9 upgrading to TinyMCE 3 2008-03-27 22:12:33 +00:00
Doug Bell
3ea9420479 fix: Fixed permission issues with Gallery comments
Gallery now checks to see if it's committed before allowing Albums to be added
Slideshow and thumbnails work better
Much, much more
2008-03-27 00:24:00 +00:00
JT Smith
3ce33df7ec added WebGUI.str javascript class with sprintf and trim functions
got the badge builder working in the EMS
2008-03-26 02:00:16 +00:00
Colin Kuskie
466baa1c81 fix typo in Thingy i18n for searchResult_loop 2008-03-25 18:57:48 +00:00
Colin Kuskie
0b516612b9 add tax UI 2008-03-24 22:30:04 +00:00
Colin Kuskie
ff3a650cc7 import tax data 2008-03-24 20:43:07 +00:00
Colin Kuskie
58425066f9 finish delete UI 2008-03-24 19:06:23 +00:00
JT Smith
31729dc14a add payment processing interface 2008-03-24 18:27:33 +00:00
Colin Kuskie
825f6e2503 Add the export button and div. 2008-03-23 21:35:52 +00:00
Colin Kuskie
bb274380ce Add a column for the tax rate (duh) and the taxId. The taxId will
eventually be replaced with an icon for deleting tax info.
Change the comment character in the JS.
Return the generated output inside of an admin console.
2008-03-23 20:58:05 +00:00
JT Smith
5888459de3 you can add tokens and ribbons now 2008-03-22 21:53:19 +00:00
JT Smith
1623356e4b can now add a badge to your cart 2008-03-21 23:48:22 +00:00
JT Smith
45fef64fd6 added more documentation to sku types
continuing to migrate EMS to C2
2008-03-20 22:35:45 +00:00
Graham Knop
d3b85ef723 fixed: errors on package importing are always reported as corrupted packages 2008-03-20 22:30:36 +00:00
JT Smith
5a50203b35 added token and ribbon skus 2008-03-20 18:57:35 +00:00
Doug Bell
ab6f4defe3 - moved Gallery utility methods to WebGUI::Utility::Gallery
- Added tests for GalleryAlbum RSS
- More tests for comments
- Test International Macro sprintf as third+ arguments
- Add Gallery search limiting by user ID
- Remaining i18n for Gallery templates
- Fix: Search form now visible in Photo assets
Moved a lot of stuff from Photo to GalleryFile
2008-03-20 18:51:44 +00:00
Graham Knop
13df5fb547 improve Thingy i18n 2008-03-20 15:46:07 +00:00
JT Smith
2a2e683dd9 made event handlers for cart/sku
created baseline emsbadge and emsticket
added completePurchase() and denyPurchase() utility methods for transaction
2008-03-19 20:18:00 +00:00
Graham Knop
c9c14261d0 fixed: Thingy i18n has an empty message 2008-03-18 18:08:59 +00:00
JT Smith
537824fdc9 fixed some bugs, added human friendly order number to transactions 2008-03-17 17:02:27 +00:00
Yung Han Khoe
683657b523 Fixed some labels, added some help. 2008-03-15 23:27:25 +00:00