Graham Knop
cb21f13d9f
Converted asset context menus to YUI menus
2008-07-22 17:44:17 +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
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
Colin Kuskie
a9f132b2f7
fix some template i18n in the gallery add/edit comment template
2008-07-21 04:34:52 +00:00
Colin Kuskie
5fa3f7abba
add a date selector to the manage code batch screen in the Subscription Sku
2008-07-21 04:16:11 +00:00
Yung Han Khoe
fb4eff7c4a
fixed: problem with Calendar in EMS "Ticket" tab, "Start" field
2008-07-20 22:57:16 +00:00
Doug Bell
5b4ffcec5f
fix: Image uploader in Rich Editor now works correctly
2008-07-20 19:39:41 +00:00
Doug Bell
f8141d46f6
fixed backwards compatibility with new form control API
2008-07-20 19:16:45 +00:00
Doug Bell
2763dfee25
shortcut ##userPref:<profile field>## macros now work even if shortcut is not under a dashboard
2008-07-20 18:35:16 +00:00
Kaleb Murphy
4c38fe9b81
Users who self register without emails being required and leave the email entry blank, no long receive an error from duplicate emails. Fixed.
2008-07-19 04:14:06 +00:00
Colin Kuskie
59f561eabe
change i18n labels in the listSubscriptionCodes screen to try and clear things up
2008-07-19 03:36:00 +00:00
Colin Kuskie
a417feb69d
add batch name to the manage batches screen in the subscription
2008-07-19 03:05:46 +00:00
Colin Kuskie
eff71d9c44
Fix a bug in the Keyword package where it would return a list of all assetIds with keywords if a reference asset with no keywords was passed in
2008-07-18 21:16:59 +00:00
Doug Bell
6f90867d26
fixed: issue with asset export HTML and putting head tags ABOVE <!doctype> and <html> tags. Now creates
...
a new session for each asset that it exports.
fixed: Widget gear now does not move user to a different part of the page
added a nice error message when the Widget macro can't find a URL.
2008-07-18 21:09:11 +00:00
Kaleb Murphy
6e97455afb
Product.pm no longer caches if a cart object has been created for this session.
2008-07-18 16:11:21 +00:00
Colin Kuskie
7e261bdf79
Clean up an old, empty template from old Shop work.
2008-07-18 03:06:05 +00:00
Graham Knop
4fe1000468
preparing for 7.5.18 dev
2008-07-18 02:41:32 +00:00
Graham Knop
c3afc670aa
preparing for 7.5.17 release
2008-07-18 01:46:05 +00:00
Kaleb Murphy
16ccbc7aaa
Shop Tax pagination now fixed. Pagination had a silent JS death that needed testing for, and sorting....don't ask how sorting was fixed as it involved pentacles, my soul, and a contract.
2008-07-17 16:45:14 +00:00
Yung Han Khoe
e1feea8f83
fixed: Thing list drop down broken when multiple thingy's on one page
2008-07-16 23:27:36 +00:00
Colin Kuskie
5e1a0eb1be
in Shop/Tax, make taxes floating point numbers instead of integers
2008-07-16 17:00:05 +00:00
Colin Kuskie
3e2d5c6adf
Add a continue shopping url to the Donation, Product, FlatDiscount and Subscription
...
Sku's. Update all the templates to display this URL. The new url takes the
user back to the view method with no extra variables set (like hasAddedToCart).
2008-07-16 01:05:06 +00:00
Yung Han Khoe
f2032b2d01
fixed: Gallery reverts to undeletable bare asset if created with default view "Single Album"
2008-07-15 01:38:27 +00:00
Graham Knop
11184d7a15
fixed: edit branch only changes meta data fields if another value is changed
2008-07-14 23:04:06 +00:00
Graham Knop
35890cc120
fixed: DataForm captcha doesn't show up
2008-07-14 23:04:00 +00:00
Tabitha Zipperer
c2107df502
Added the updated Shelf template that displays the View Cart link
2008-07-14 21:33:17 +00:00
Tabitha Zipperer
7086303b9d
Fixed issues with Shop templates to make cart more accessible, tweaked visual properties
2008-07-14 21:24:04 +00:00
Colin Kuskie
a8fced0fda
Process macros in the templated email receipt and user notification from the
...
PayDriver in the Shop.
2008-07-14 19:39:43 +00:00
Colin Kuskie
63ace41e97
Make the user profile field property protected sticky. Even though it is not
...
set in the interface, the ProfileField package would reset it to 0 in its set
method if it was not passed in as a property.
2008-07-14 19:20:56 +00:00
Graham Knop
ce9f7e44e6
fixed: DataForm noloop template variables have incorrect values
2008-07-14 15:02:18 +00:00
JT Smith
cc0105a9a4
move product import to shelf
2008-07-12 21:40:27 +00:00
Yung Han Khoe
3642628dc6
fixed: Thingy Search Broken
2008-07-12 20:19:56 +00:00
Yung Han Khoe
939b5b4897
fixed: Deleting Ticket from Event Management System Asset
2008-07-12 19:02:00 +00:00
Yung Han Khoe
60bb354a78
fixed: Gallery: Description Text appearing in Album
2008-07-12 17:37:49 +00:00
Colin Kuskie
f6a5ad64db
Remove more echo calls from ITransact driver.
...
Add an i18n ITransact label to the ITransact i18n.
Add a PayDriver i18n label called Credit Card to be used by any credit card processing pay driver.
Change the ITransact getButton method to use that label.
Updated the PayDriver label hover help to say the label is only used in the Payment method screen
and not anywhere else.
2008-07-11 18:14:17 +00:00
Colin Kuskie
4720a6a217
ITransact payment driver was using echo i18n calls even though
...
it had real i18n data to pull from.
2008-07-11 17:19:05 +00:00
Graham Knop
b634ec2147
preparing for 7.5.17 dev
2008-07-11 00:24:31 +00:00
Graham Knop
5d8b6d21b0
preparing for 7.5.16 release
2008-07-10 23:53:57 +00:00
Graham Knop
bddcfbdca1
move packages to end of upgrade script
2008-07-10 23:53:49 +00:00
Graham Knop
2332ee148a
slight improvement to top nav
2008-07-10 23:53:45 +00:00
Doug Bell
483bdd441f
fixed: User who can approve version tag no longer sees Permission Denied after they've approved
2008-07-10 20:19:22 +00:00
Graham Knop
1e9b0277e3
fixed: List style Content profile fields broken
2008-07-10 20:13:42 +00:00
Doug Bell
557775bb38
added some more information to an error message.
2008-07-10 16:26:04 +00:00
JT Smith
6093c410c9
- Fixed a problem where shop could create internal server errors instead of
...
catching the exceptions.
- Made the iTransact terminal link a button that automatically logs you in.
- iTransact now more gracefully handles recurring payment postback errors.
2008-07-10 14:50:42 +00:00
Colin Kuskie
9680931f34
Fix reordering of old events in the week view by giving
...
any Event with a NULL sequenceNumber a valid sequenceNumber.
2008-07-10 03:42:30 +00:00
Graham Knop
3979d9c2e5
optimized PurgeOldInboxMessages workflow
2008-07-09 20:50:45 +00:00
Colin Kuskie
f293ce06c9
do not show the add to cart form immediately after donating
2008-07-09 03:59:20 +00:00