Graham Knop
02add65345
preparing for 7.5.15 release
2008-07-03 23:08:19 +00:00
Graham Knop
c1da067032
cleaned up style 3 and top navigation
2008-07-03 23:08:12 +00:00
Graham Knop
b84c0f8360
fixed: Wait Until, new approval request workflow not available to add
2008-07-03 23:07:59 +00:00
Colin Kuskie
5957c7a3f3
change the default product template to show the thank you message and a ViewCart link immediately after adding to the cart
2008-07-02 20:19:42 +00:00
Graham Knop
536ad18234
removing uploads conflicts with case insentitive fs
2008-07-02 17:18:12 +00:00
Graham Knop
2a8c77b2a9
fixed: Style 1, other areas broken due to case sensitivity in uploads
2008-07-01 15:25:36 +00:00
Graham Knop
9d9175c176
fixed: Mail messages not properly decoded
2008-07-01 15:25:14 +00:00
Graham Knop
a8d08634c6
fixed: Synopsis doesn't update after editting posts
2008-07-01 15:25:06 +00:00
JT Smith
aa9f0e8396
Replaced CLI gallery import system with a better one.
2008-06-29 02:01:40 +00:00
Colin Kuskie
bc9ddbf163
Added a method to check to see if a profile category has protected fields.
...
Use that method to see prevent the category from being deleted in the ProfileSettings operation.
Change the delete profile confirmation message to match what it does, which is delete all
the fields in the category.
2008-06-27 20:57:54 +00:00
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
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
ba4eac9afc
preparing for 7.5.15 dev
2008-06-27 03:22:59 +00:00
Graham Knop
9e978a96ec
preparing for 7.5.14 release
2008-06-26 23:30:37 +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
0b671837d5
fix Locked shelf assets
2008-06-26 20:51:08 +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
Colin Kuskie
1c72108080
remove the bad Shop/ReceiptEmail template
2008-06-25 17:17:09 +00:00
Colin Kuskie
2880a392f4
update the Default Product template to use the out of stock message
2008-06-25 17:07:33 +00:00
Yung Han Khoe
1c408b1c3f
fixed: UserList wobject not in new content menu
2008-06-24 15:40:54 +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
5ece4a1d8c
fixed: thingy now has appropriate values for all field types
2008-06-20 21:51:50 +00:00
Doug Bell
658335ac2b
fixed upgrade problem caused by allowMedia rich editor addition
2008-06-20 20:50:48 +00:00
Frank Dillon
abfbaf5242
Time tracker changes
2008-06-20 20:28:33 +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
JT Smith
858c227ee6
fix: ems 2.0: tickets get created as badges also
2008-06-20 18:39:37 +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
edf4cc4220
preparing for 7.5.14 dev
2008-06-20 09:43:33 +00:00
Graham Knop
bb645feea5
preparing for 7.5.13 release
2008-06-20 08:57:49 +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
97b773e8c5
slight change to open in new window nav js
2008-06-20 08:57:15 +00:00
Graham Knop
8ecefe130c
repair and compile gallery template package
2008-06-20 08:57:10 +00:00
Graham Knop
f7962810db
corrected DataForm upgrade script
2008-06-20 08:57:04 +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
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
b338e660ea
remove temporary table left over from 7.5.11 upgrade
2008-06-19 21:39:20 +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
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
Diona Kidd
e202cedaba
Reverting change made to DataForm table upon JT's request
2008-06-19 13:50:31 +00:00