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
Ernesto Hernández-Novich
36704aed6e
Removed a hardcoded pathname in the POD that makes sense only
...
for the Debian package. Sorry!
2008-06-06 22:11:17 +00:00
Ernesto Hernández-Novich
4555e8ca8e
Added proper POD documentation to utility scripts using POD::Usage.
2008-06-06 22:08:59 +00:00
Doug Bell
3a59968376
Removed yui-carousel since it is not being used
2008-06-06 21:25:15 +00:00
Colin Kuskie
bff85b56d0
provide a template var that will tell the user when there are no available variants for sale. Out of stock
2008-06-06 21:16:52 +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
Colin Kuskie
288fd54b17
tests for exporting, and some bug fixes in exportProducts
2008-06-05 19:57:01 +00:00
Doug Bell
f87e32452a
fixed: Password recovery no longer allows disabled users to recover or log in
2008-06-05 18:25:24 +00:00
Colin Kuskie
70e50ca329
revert the patch that checked spectre and canceled the commit if it could not talk to it
2008-06-05 04:37:04 +00:00
Colin Kuskie
994da561a5
web interface for importing and exporting products. Additional tests for the import/export API
2008-06-05 04:10:48 +00:00
Colin Kuskie
9a9e94a0de
replace the old, buggy label.t with the new, slow critic_labels.t. Add Perl::Critic and Test::Perl::Critic as optional requirements to sbin/testEnvironment.pl
2008-06-04 20:09:00 +00:00
Doug Bell
614b37e31d
added: Two new approval activities, byLineage and byCommitterGroup
...
added: Show a message to users when they log in
fixed: Gallery search form doesn't work right in IE6
fixed: Minor bug in new gallery approval handling
2008-06-02 21:16:06 +00:00
JT Smith
a0ec44567a
some minor enhancements
2008-05-31 20:45:15 +00:00
Chris Nehren
5dfc9e3bfc
bug fixes for widgets and exports. snippets were exported as index.html or the
...
like, and widget toolboxes weren't popping up in a widgetized view.
2008-05-31 19:42:38 +00:00
Chris Nehren
f5ad94c95e
remove some commented out code from a previous implementation idea for
...
inheritUrlFromParent
2008-05-31 19:24:10 +00:00
Chris Nehren
c25700bb20
correct a comment to be less confusing
2008-05-31 16:22:27 +00:00
Frank Dillon
aeb246aec3
Workflow Activity which waits until the start or end time of a version tag is reached before continuing
2008-05-31 01:14:04 +00:00
Frank Dillon
65b2202014
Added Changes to allow start/end times to be set for version tags
2008-05-31 01:13:16 +00:00
Frank Dillon
3674b88d58
added Changes to allow start/end times to be set for version tags
2008-05-31 01:13:02 +00:00
Frank Dillon
9d7adffefc
Added Changes to allow start/end times to be set for version tags
2008-05-31 01:12:38 +00:00
Frank Dillon
b54007ad46
Added workflow activity, rebuilt workflow for Commit with and without approval, and added start and end time to version tags
2008-05-31 01:11:55 +00:00
Frank Dillon
e1ee10c9de
Added Start/End time features
2008-05-31 01:09:58 +00:00
Frank Dillon
4314317031
Gotchas for Start/End Times in Version tags
2008-05-31 01:06:44 +00:00
Arjan Widlak
ab028b55ba
- add: United Knowledge Player added. This player allows you to display a photo collection as a slideshow. A demo can be found in /extras/ukplayer/slideshow. html. (Arjan Widlak, United Knowledge)
2008-05-30 23:46:01 +00:00
Chris Nehren
9c77fdcce7
Add the inheritUrlFromParent property, which causes the asset to prepend its
...
parent's URL to its own URL. Boolean, default off, found in the meta tab.
2008-05-30 23:38:07 +00:00
Yung Han Khoe
3dc01af30a
Added overridePublicEmail and overridePublicProfile settings to UserList
2008-05-30 21:16:13 +00:00
Yung Han Khoe
9446ed4e32
Removed install code from UserList
2008-05-30 20:57:39 +00:00
Yung Han Khoe
c15681bd17
Added group id and name to all group operations
2008-05-30 16:59:51 +00:00
Yung Han Khoe
65a6de8038
Changed AssetProxy macro's error handling
2008-05-30 16:32:32 +00:00