Commit graph

8878 commits

Author SHA1 Message Date
Colin Kuskie
fba93ebcbe bugfix: more debug output when style cannot instance your template 2008-06-11 02:38:34 +00:00
Colin Kuskie
70c00b8a24 template help for the Subscription SKU 2008-06-11 02:17:52 +00:00
Colin Kuskie
bfd1f3ae07 add hasAddedToCart and thankYouMessage template variables 2008-06-11 02:09:24 +00:00
Colin Kuskie
bbe0ee5ea3 remove some duplicates 2008-06-11 01:19:13 +00:00
Colin Kuskie
09ac691b0f Fix the pod for www_viewMy.
i18n and help for Shop.
2008-06-11 01:15:42 +00:00
Colin Kuskie
5ad6047fb2 Email Receipt template is done for the PayDriver. 2008-06-10 22:54:22 +00:00
Colin Kuskie
43fb424433 Shop template variables 2008-06-10 22:47:52 +00:00
JT Smith
059f6146dc Replaced dtree javascript with YUI TreeView. 2008-06-10 21:39:58 +00:00
JT Smith
b476dcc1b0 fixed a bug in the auto start realtime 2008-06-10 20:11:05 +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
Graham Knop
bedac54d96 getting value for display shouldn't process form parameters 2008-06-10 18:35:23 +00:00
Colin Kuskie
5d35c3a56a first batch of Shop template variables 2008-06-10 18:30:04 +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
04aab005f1 Update preload.exclude.example to remove Commerce stuff and
include Shop.
2008-06-10 17:16:39 +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
Doug Bell
38a6fbef48 the MORE menu exists now, but ... it doesn't show up with the right style, nor in the right place. Work continues. 2008-06-10 05:29:22 +00:00
Colin Kuskie
d77fec01c0 add POD, change spacing 2008-06-10 03:37:21 +00:00
Colin Kuskie
227745d975 Fix getCollateral, which used to return direct copies instead of safe copies, and
add a test for that.
addToCart does not adjust inventory, that is handled by the cart.
Invert the sense of quantity in onAdjustQuantity.
2008-06-10 01:48:20 +00:00
Colin Kuskie
ad92f6b628 fix a bug in edit variant 2008-06-10 01:04:25 +00:00
JT Smith
1a4c49bbc9 switch sunset to kalamazoo 2008-06-09 23:41:10 +00:00
Colin Kuskie
1e798c23d8 fix the shop admin screen icon 2008-06-09 23:17:10 +00:00
Colin Kuskie
96837fbfd4 rename the PayDriver plugin i18n files 2008-06-09 22:29:20 +00:00
Colin Kuskie
1be93c9bdd Add a convenience link to the Asset Manager on the Import Product node. 2008-06-09 22:24:27 +00:00
Colin Kuskie
d32fa80155 Handle autocommit of products from the settings.
Tweak an error message.  Showing the file isn't that useful.
2008-06-09 22:11:44 +00:00
JT Smith
a9a591e739 not needed 2008-06-09 22:04:10 +00:00
Colin Kuskie
1fd425ac96 Convert WebGUI::Shop::Products over to be object oriented.
Update the tests and Content plugin for the Shop.
Add the Products screen to the Shop admin screen.
Add exception handling to www_import.
Add a status message to the manage products screen.
2008-06-09 21:52:59 +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
Ernesto Hernández-Novich
f289e77955 Added $webguiRoot and BEGIN preamble to utility skeleton. 2008-06-09 15:24:49 +00:00
Ernesto Hernández-Novich
8be24aec80 Make sure $webguiRoot is setup consistently in all utility scripts.
Some scripts had a hardcoded use lib "../lib" and "../.." on
Session/Config 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
the installed files (e.g. for Debian packages).
2008-06-09 15:23:26 +00:00
Ernesto Hernández-Novich
8dc4216edd Added sample copyright notice to skeleton utility script. 2008-06-09 15:06:40 +00:00
Ernesto Hernández-Novich
26171e97b4 Added missing copyright notice to utility scripts. 2008-06-09 15:06:05 +00:00
Ernesto Hernández-Novich
7e3afc15f0 Added a POD template and pod2usage sample invocation to _utility.skeleton. 2008-06-09 15:01:22 +00:00
Ernesto Hernández-Novich
fd671cec3d Used B<> instead of C<> when highlighting options and parameters in
POD documentation. Not only do they look nicer emboldened, but it's
also what's suggested in perlpod.
2008-06-09 14:54:08 +00:00
Colin Kuskie
112da861ca add missing collateral from previous commit, add more tests for import 2008-06-07 22:35:55 +00:00
Colin Kuskie
0316b74ecd add tests for upgrading existing products, with bug fixes 2008-06-07 22:16:47 +00:00
Colin Kuskie
0003f725b4 tidy up a bit and add a price to the variant dropdown 2008-06-07 04:02:12 +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
Colin Kuskie
090e4c7adf add more export products tests, along with several bug fixes 2008-06-06 23:11:38 +00:00
Steve Swanson
47921b969c Total reworking of the layout for Product template 2008-06-06 22:35:14 +00:00