Doug Bell
9dd6295b84
perltidy
2008-11-03 18:38:39 +00:00
Doug Bell
a8247aa1c5
added Installable aspect and a script to install classes
2008-11-03 18:07:54 +00:00
Doug Bell
ccb0442ba5
fixed problem with warn callback
2008-10-31 20:18:59 +00:00
Doug Bell
314035912d
fixed DataForm/diagnose.t
...
Added find() and findAndLoad() to WebGUI::Pluggable and updated sbin/preload.perl
2008-10-27 16:16:18 +00:00
JT Smith
b6f260d210
WebGUI now requires Class::C3 version 0.19 or greater.
2008-10-12 02:36:15 +00:00
Graham Knop
77d62f837f
fixed: testEnvironment.pl can't find WebGUI modules after installing a prerequisite
2008-10-06 08:10:03 +00:00
Graham Knop
38c42d01fd
get upgrade.pl to fail properly if upgrade script dies
2008-09-30 22:42:07 +00:00
Graham Knop
ffd685c36a
make WebGUI::Config more reliable with relative paths and chdir. fixes forking upgrade.
2008-09-27 20:07:49 +00:00
JT Smith
6f19a03dba
the fork method screwed up pathing so you couldn't set config file properties, and probably other things too. reverting to previous revision
2008-09-27 16:17:02 +00:00
Doug Bell
82a7e5dfd2
fixed problem with showing other assets' edit forms
...
fixed utility skeleton to be more complete and less annoying
added warning message when editing default templates
2008-09-21 22:56:42 +00:00
Graham Knop
a2757494af
use Module::Find instead of enumerating over the files
2008-09-17 15:38:01 +00:00
Graham Knop
6e5c140afe
no longer preloads files that start with .
2008-09-17 15:37:46 +00:00
Colin Kuskie
586164d8d0
rfe: VIM perl mode for skeletons
2008-09-16 22:28:17 +00:00
Graham Knop
6278278508
process upgrade scripts in forks to carry over -I includes and anything else
2008-09-15 21:51:41 +00:00
Graham Knop
ceb082ea1a
improve message from testEnvironment.pl when you have the latest version
2008-09-05 22:13:54 +00:00
Graham Knop
aa0bc9128d
prevent upgrades from overwriting prior upgrade backups
2008-08-21 21:57:33 +00:00
Graham Knop
ce230795aa
fixed: Custom library directories don't override WebGUI core modules
2008-08-18 15:36:19 +00:00
Kaleb Murphy
4669bd660d
Requires user input to install new modules.
2008-08-12 22:20:14 +00:00
Graham Knop
26cc8ad9df
improve behavior of preload.perl for custom lib dirs not ending in lib
2008-08-01 20:34:55 +00:00
Colin Kuskie
8582745644
Document that WebGUI now requires Text::CSV_XS version
...
0.52.
2008-08-01 17:33:24 +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
Graham Knop
6d880a1d5a
userImport.pl script was broken
2008-07-16 22:16:07 +00:00
Diona Kidd
ee61031ed7
Fixing compilation error. is no longer used
2008-07-16 16:48:42 +00:00
Colin Kuskie
aa28c0a04c
Locale::US is not used anymore
2008-07-16 00:44:04 +00:00
Graham Knop
bcedd3a348
get rid of 'USE database;' lines from upgrade backups
2008-07-09 22:05:24 +00:00
Graham Knop
491544d5e4
added File::Path 2.04 as a prerequisite
2008-07-08 20:36:35 +00:00
Graham Knop
67c0338e47
we've required 5.8 for a long time, set properly in testEnvironment.pl
2008-07-08 16:55:15 +00:00
JT Smith
b3cba88944
added support for commas and apostrophes in folder names
2008-06-29 15:53:06 +00:00
JT Smith
125a68dc41
added keyword tag support
2008-06-29 15:45:04 +00:00
JT Smith
aa9f0e8396
Replaced CLI gallery import system with a better one.
2008-06-29 02:01:40 +00:00
Graham Knop
c2296a805a
document absolute path for spectre
2008-06-13 22:03:29 +00:00
Graham Knop
cba8fa6166
use absolute path when initializing WebGUI::Config in spectre
2008-06-13 01:44:53 +00:00
Graham Knop
5861aafabd
remove Perl::Critic from testEnvironment.pl
2008-06-13 01:00:10 +00:00
JT Smith
e3d85353e8
upgrade related fixes
2008-06-12 22:24:07 +00:00
Graham Knop
2abfbb9cd3
upgrade script should exit with error status on failure
2008-06-12 19:04:03 +00:00
Graham Knop
64ac52e088
fixed: userImport.pl overwrites settings when updating users
2008-06-11 19:17:22 +00:00
Colin Kuskie
04aab005f1
Update preload.exclude.example to remove Commerce stuff and
...
include Shop.
2008-06-10 17:16:39 +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
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
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
JT Smith
3ae5587b64
depricate $session->errorHandler over $session->log
2008-05-30 01:31:50 +00:00
JT Smith
ab55978f55
fixed some keywords bugs
...
took beta label away from event manager
added option to shelf to include items below it and items included via keywords
2008-05-17 18:58:22 +00:00
JT Smith
5fb4807edc
merging commerce branch back into head
2008-04-20 18:08:26 +00:00
Chris Nehren
684ce5a7ca
The export system has been completely rewritten to be less monolithic and
...
easier to understand. It's also got a fully rewritten test suite (145 and
counting). It uses Path::Class for much of its work, which is now a requirement
for wG.
2008-04-16 22:16:11 +00:00