Commit graph

88 commits

Author SHA1 Message Date
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
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
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
JT Smith
a7504f380a removed memcached support
added check for new modules
2007-05-30 18:34:25 +00:00
JT Smith
9cacb28c69 You must now also have Weather::Com::Finder 0.5.1 installed. Do
this before you upgrade.
2007-02-26 06:44:13 +00:00
Colin Kuskie
0d0ec2ccca update testEnvironment.pl to require newly released HTML::Template 2007-01-30 19:19:46 +00:00
JT Smith
b806163b1e - Fixed a typo in testEnvironment.pl version number for DBD::mysql
- Fixed a Recurring Payments processing bug: illegal division by zero
2007-01-29 22:57:55 +00:00
Colin Kuskie
d5b1fe318e bump minimum required DBD::mysql version to that used by the WRE 2007-01-24 05:32:57 +00:00
Colin Kuskie
014e40a005 fix missing modules in testEnvironment.pl 2007-01-22 18:28:29 +00:00
JT Smith
fc557b517b - Removed the requirement for DBIx::FullTextSearch from testEnvironment.pl
since it hasn't been needed since 6.5. It was just never removed.
2007-01-07 00:08:18 +00:00
Colin Kuskie
bb214587bf make the testEnvironment.pl script obey user level proxy settings 2006-12-29 17:43:08 +00:00
JT Smith
3e8905a7b0 testEnvironment.pl fails in windows and implemented rebecca's rfe 2006-12-07 00:37:03 +00:00
Colin Kuskie
2b73d1ee2d add new module dependency for sales tax 2006-10-21 15:48:09 +00:00
Drake
d5be2abcf3 Make Text::Aspell optional. This is mostly to unblock development on HEAD
for those of us who can't get Text::Aspell to work, with no UI components
added to show that the spell checker is disabled.
2006-10-20 20:56:13 +00:00
Martin Kamerbeek
9f232b4049 Adding spellchecker 2006-10-19 15:25:50 +00:00
JT Smith
e22c679421 - Removed the need for DateTime::Cron::Simple, which also added the ability
to use ! < and > in schedules.
2006-09-30 19:29:47 +00:00
JT Smith
61eb59c7f8 bug fixes and new tests 2006-08-02 15:39:23 +00:00
JT Smith
35e0a63262 - fix: spectre
- fix: Spectre tries to delete the same workflow instance twice
 - Fixed part of the Spectre memory leak. See gotcha.txt for details.
2006-07-20 00:55:05 +00:00
JT Smith
d4299c3bbb misc stuff
added update.webgui.org
2006-05-04 04:01:38 +00:00
Colin Kuskie
7378f8b2df new version of Test::Deep does not spew warnings 2006-05-01 03:06:51 +00:00
Martin Kamerbeek
27af7de00c Adding the graphing engine. 2006-04-30 22:40:23 +00:00
JT Smith
f7c1c38ade don't need this 2006-04-30 17:59:09 +00:00
Colin Kuskie
b33bc102df added new requirement for File::MMagic 2006-04-30 16:25:53 +00:00
JT Smith
2b02f055f9 added new mail retrieval subsystemm 2006-04-09 15:14:07 +00:00
JT Smith
11cc18a5c3 mostly working workflow 2006-03-17 23:13:27 +00:00
Colin Kuskie
4e9eb32635 Added a new set of tests for checking the integrity of the WebGUI database.
The first tests, Asset_diagnose.t checks that assetIds match in tables
asset, assetData and each Asset's default table.

Asset/Wobject/DataForm_diagnose.t adds tests for verifying DataForm
collateral tables, DataForm_field and DataForm_tab.  With a few
small changes, the test could also cover the DataForm data tables,
DataForm_entry and DataForm_entryData.

The tests are optimized to do a quick preliminary test, and if this
test fails, then an in-depth test is run.  This second test will
run a VERY VERY VERY long time, but will tell you exactly what's
missing from your tables.

The new tests require the module Test::Deep, for comparing data structures.
2006-02-26 04:03:10 +00:00
Wouter van Oijen
2cec07048a Added Cache::Memcached to list of required modules (but optional) 2006-02-17 21:39:54 +00:00
JT Smith
75ecd4d7f4 added data serialization, encryption, and ip subnet checking to spectre 2006-02-08 20:18:00 +00:00
Colin Kuskie
67511cd89f merge of Snippet fix 2006-02-05 02:51:47 +00:00
JT Smith
edc7e24d87 getting closer to having a working spectre 2006-02-02 20:46:38 +00:00
JT Smith
9d4eb51fb2 converting spectre to POE, no where near working yet 2006-02-02 18:13:47 +00:00
JT Smith
3816ad750f replaced webgui mail system 2006-01-31 20:20:09 +00:00
Matthew Wilson
e61d2f5807 more api fixen. 2006-01-22 22:32:47 +00:00
Matthew Wilson
b123152f9c fixing problem with new Config syntax. 2006-01-22 22:28:39 +00:00
JT Smith
18060d8e4e new search engine stuff 2006-01-20 18:35:05 +00:00
kenperl
9a4972f3da Image::Magick 6.0 or above needed, Pod::Coverage is optional 2006-01-20 03:10:08 +00:00
JT Smith
4e90fb26f5 dealing with new perl modules 2006-01-18 21:40:15 +00:00
kenperl
a07e41f5ee fix the checkModule issue.
I let testEnvirement.pl to install the modules missing in my system, after one missing module is installed and the checkModule() is called again to verify the module is installed,  but checkModule() exit even the install was success.
2006-01-16 06:45:28 +00:00
JT Smith
a194408513 changing copyright year 2006-01-09 23:51:04 +00:00
Colin Kuskie
06f616caf0 add requirement for Text::Balanced for testing 2005-12-19 16:51:55 +00:00
JT Smith
18a13f0385 WSClient no longer has to resort to trickery since we require perl 5.8 2005-12-05 19:23:17 +00:00
Matthew Wilson
e9791e34e3 requiring Finance::Quote 2005-12-01 01:54:17 +00:00
Matthew Wilson
7cc38a8a81 adding JSON to the prereqs lists. 2005-12-01 01:25:55 +00:00
JT Smith
fdfb9bf5ae merging 6.7.8 changes and bug fixes 2005-11-30 20:33:40 +00:00
JT Smith
cb4729f7e7 added zip archive and in/out board assets 2005-11-19 20:54:15 +00:00