Commit graph

405 commits

Author SHA1 Message Date
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
Doug Bell
8ec2c763b4 fix: Events can no longer be edited by anyone who can add events 2008-04-15 18:10:39 +00:00
Doug Bell
ab6f4defe3 - moved Gallery utility methods to WebGUI::Utility::Gallery
- Added tests for GalleryAlbum RSS
- More tests for comments
- Test International Macro sprintf as third+ arguments
- Add Gallery search limiting by user ID
- Remaining i18n for Gallery templates
- Fix: Search form now visible in Photo assets
Moved a lot of stuff from Photo to GalleryFile
2008-03-20 18:51:44 +00:00
Graham Knop
9e3094e05a fixed: spectre outputs errors to file named /STDIN 2008-03-13 22:08:20 +00:00
Graham Knop
fc524df15c properly daemonize spectre 2008-02-28 15:53:24 +00:00
Graham Knop
1673a67dfc added script to remove unneeded .wgaccess files instead of running during upgrade 2008-02-26 23:28:08 +00:00
Colin Kuskie
0f8f605872 add testEnvironment check for Exception::Class 2008-02-26 22:57:08 +00:00
JT Smith
93b5ca16e4 updating copyright year 2008-02-07 23:28:18 +00:00
Graham Knop
9606b7f1a3 Improve rebuildLineage.pl behavior 2008-02-04 13:29:24 +00:00
JT Smith
7627174884 rfe: maintenance - turn on/off maintenance mode from the command line 2008-01-29 15:36:02 +00:00
JT Smith
34fd8c9245 updated webgui to run with Config::JSON 2.04 2008-01-25 05:10:33 +00:00
Doug Bell
0e55ec42cd Added migration utility for Gallery 2008-01-04 06:23:38 +00:00
Doug Bell
5222ad6be1 merged with SVN HEAD 2007-12-18 12:22:37 +00:00
Doug Bell
fb33859cc6 fix: when upgrading, two revisions of same asset in same second broke upgrade 2007-12-13 20:13:27 +00:00
Graham Knop
f14c6e4b91 merging 7.4 changes 2007-12-13 10:41:27 +00:00
Doug Bell
55135c8147 more work. completed GalleryAlbum. started Gallery. 2007-11-06 04:13:43 +00:00
Doug Bell
673faf9be6 added Image::ExifTool to WebGUI. fixed upgrade script properlike 2007-10-29 22:44:35 +00:00
Colin Kuskie
dcd20ec8d9 fix for Devel::Cover warnings that clutter up the smoke test report. Also, fix the --help switch to testCodebase.pl 2007-10-26 22:34:46 +00:00
JT Smith
dfa0f2d9b3 thumbnailer.pl is broken 2007-09-18 18:38:09 +00:00
Graham Knop
ad914d3a7e fix and cleanup utility skel 2007-09-13 15:45:01 +00:00
Graham Knop
a94c7b1a4b report module loading errors to apache log during preload 2007-09-11 23:45:42 +00:00
Graham Knop
b64102a91f fix thumbnail script with Graphics::Magick, other cleanups 2007-09-06 16:11:39 +00:00
JT Smith
83ab8ea914 rfe patch: userImport.pl able to import a date for date of birth 2007-08-21 14:02:46 +00:00
Graham Knop
6c77bb0c95 didn't mean to commit that 2007-08-17 16:48:17 +00:00
Graham Knop
bcaf1243b0 fix group editing adding numbers 2007-08-17 16:39:46 +00:00
JT Smith
074840d27b fix testEnvironment.pl Problems 2007-08-14 23:05:13 +00:00
JT Smith
5175cceb39 Config file bugs fixed, see gotcha.txt for details. 2007-08-14 14:07:46 +00:00
JT Smith
fe734f2359 we don't need to check if they have a json config file anymore 2007-07-31 20:18:09 +00:00
JT Smith
bde1a7a941 Graphics::Magick is now the standard graphics package in WebGUI, but
Image::Magick will be supported for backwards compatibility. See gotcha.txt
   for details.
2007-07-26 03:23:47 +00:00
Doug Bell
11ba1ea660 fix: Re-added ability to have comments in preload.custom 2007-07-11 00:18:36 +00:00
Doug Bell
eabffb0342 fix: Error with new 7.4 preload.custom. Added better sanity checking with messages. 2007-07-10 21:25:54 +00:00
JT Smith
f36ba1b268 - Added keyword tagging to Wiki. 2007-07-07 21:09:39 +00:00
JT Smith
23fa0283b3 - Added keyword tagging api. 2007-07-07 04:37:38 +00:00
JT Smith
a7dde82421 updated copyright 2007-07-01 16:09:42 +00:00