Commit graph

3750 commits

Author SHA1 Message Date
Doug Bell
8a258ccc4f cross publish cancel button now works. 2008-06-12 22:34:28 +00:00
Doug Bell
4e99061584 new layout for Album Edit screen 2008-06-12 22:29:09 +00:00
JT Smith
e3d85353e8 upgrade related fixes 2008-06-12 22:24:07 +00:00
Doug Bell
e40a11895d cleared up some descriptions for Gallery properties 2008-06-12 22:15:21 +00:00
Doug Bell
58417faf8a fix problems with gallery URLs. fixed disk space check. added error messages to photo template 2008-06-12 22:08:10 +00:00
Colin Kuskie
33564cee94 Add POD to the ProfileField, formField method.
Fix all profile field defaults being ignored by the createAccount screen.
2008-06-12 20:59:12 +00:00
Graham Knop
dbe99c3295 fixes for data form list fields 2008-06-12 19:40:19 +00:00
Graham Knop
d41fe1e4ab ensure correct database defaults 2008-06-12 19:04:06 +00:00
Graham Knop
fc5078fde1 silence upgrade script with quiet option 2008-06-12 19:03:59 +00:00
Colin Kuskie
2189fa2580 make sure that commerce products with no variants still have a sku variant created for them with a title 2008-06-12 17:34:10 +00:00
Colin Kuskie
ccf97b2736 forward porting the bad css fix for the default wiki page 2008-06-12 16:57:50 +00:00
Steve Swanson
81ea537bfc Made a few graphical changes to Style 3 to accommodate the new dropdown menu 2008-06-12 16:06:28 +00:00
JT Smith
60a6f97c48 commerce bug fixes 2008-06-12 16:05:01 +00:00
Colin Kuskie
6b759f2b8e fix a CSS class typo in the layout/news template 2008-06-12 15:21:22 +00:00
Steve Swanson
4106570700 Layout changes to templates for Product, Subscription, My Purchases and My Purchases Details 2008-06-12 14:54:50 +00:00
JT Smith
f786ad7ce4 fixed several ems migration bugs 2008-06-12 06:00:13 +00:00
Colin Kuskie
1391eca387 extend assetMetaData values to 255 characters. update hoverhelp 2008-06-12 05:36:53 +00:00
Colin Kuskie
dc813c7d3c fix a template variable problem in the calendar list view 2008-06-12 04:50:38 +00:00
Graham Knop
8b752dd64e DataForm rewritten 2008-06-11 19:27:23 +00:00
Graham Knop
e1527b5fda fixed: Syndicated content fills results with empty entries up to max headlines count 2008-06-11 19:17:42 +00:00
Graham Knop
88e7113fae fixed: email password recovery submit button effected by UI level 2008-06-11 19:17:35 +00:00
Graham Knop
5b78160079 fixed: Creating a shortcut creates a version tag even with autocommit turned on 2008-06-11 19:17:28 +00:00
Graham Knop
64ac52e088 fixed: userImport.pl overwrites settings when updating users 2008-06-11 19:17:22 +00:00
Graham Knop
24c42e33ab fixed: Collaboration RSS link in header doesn't indicate title 2008-06-11 19:17:15 +00:00
Graham Knop
3b874ad540 fixed: edit branch can't update URLs on most assets 2008-06-11 14:14:36 +00:00
Graham Knop
d99b77c70a remove svn meta dirs from package 2008-06-11 14:14:30 +00:00
Colin Kuskie
ef53b51985 fix a typo in the folder templating code that made titles get confused with menuTitles 2008-06-11 03:29:56 +00:00
Colin Kuskie
c341cf0b5b make the admin console templates have unique titles 2008-06-11 03:17:31 +00:00
Colin Kuskie
fba93ebcbe bugfix: more debug output when style cannot instance your template 2008-06-11 02:38:34 +00:00
Colin Kuskie
bfd1f3ae07 add hasAddedToCart and thankYouMessage template variables 2008-06-11 02:09:24 +00:00
JT Smith
059f6146dc Replaced dtree javascript with YUI TreeView. 2008-06-10 21:39:58 +00:00
JT Smith
1e4c392ab8 removed cool menus nav in favor of yui nav 2008-06-10 19:46:20 +00:00
Colin Kuskie
ab7bc3afe2 after having re-redisposed of the old email cash receipt template... 2008-06-10 18:43:00 +00:00
JT Smith
108c652414 templates i forgot to check in before 2008-06-10 18:24:41 +00:00
Colin Kuskie
d6a2d6e321 Add subscription assets to the user's config file and the example config file. 2008-06-10 17:56:57 +00:00
Colin Kuskie
499a275eb1 remove an old template 2008-06-10 17:51:17 +00:00
Colin Kuskie
9cc3e84ed9 Prune old EventManagementSystem stuff in www/extras 2008-06-10 16:45:21 +00:00
Colin Kuskie
fc2b5a0d10 add EventManagementSystem_product to the list of template namespaces that are deleted 2008-06-10 05:53:37 +00:00
Colin Kuskie
cdefb4f85d Move the deleteOldCommerceCode subroutine in the upgrade script to the end for safety.
Deleted all templates in Commerce related namespaces.
Deleted the commerceSettings table.
Added notes to the gotchas about the template deletions.
2008-06-10 05:46:57 +00:00
JT Smith
1a4c49bbc9 switch sunset to kalamazoo 2008-06-09 23:41:10 +00:00
Doug Bell
b137688f65 added ability to configure number of files per page in the galleryalbum 2008-06-09 21:37:23 +00:00
Doug Bell
e7260285be added a thumbnail for the photo edit screen 2008-06-09 20:17:04 +00:00
Steve Swanson
008c12ab48 Redid the layout for the My Purchases & Details display 2008-06-09 19:08:22 +00:00
Ernesto Hernández-Novich
a268eead6a Added $webguiRoot and BEGIN preamble to upgrade skeleton. 2008-06-09 15:40:53 +00:00
Ernesto Hernández-Novich
a338e75d41 Upgrade scripts have webguiRoot two directories behind.
Changed ".." for "../.." in the BEGIN preamble.
2008-06-09 15:39:29 +00:00
Ernesto Hernández-Novich
bc2ec90354 Make sure $webguiRoot is setup consistently in all upgrade scripts.
All the scripts had a hardcoded use lib "../../lib" and "../.."
on Session method calls. This was changed to a BEGIN prologue
where @INC gets $webguiRoot added, and the method calls use
$webguiRoot instead.

This eases the creation of patches for filesystem reorganization
of WebGUI files (e.g. for Debian packaging).
2008-06-09 15:35:43 +00:00
Doug Bell
2511c406ff added a flag to distinguish between albums and files 2008-06-06 23:42:05 +00:00
Doug Bell
cad6226d70 fix: Gallery search now limits by classname correctly 2008-06-06 23:33:49 +00:00
Steve Swanson
47921b969c Total reworking of the layout for Product template 2008-06-06 22:35:14 +00:00
Steve Swanson
0a35d8e6c9 A variety of template upgrades to calendar, donations, gallery, shelf, thingy and shopping cart 2008-06-06 16:58:05 +00:00