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
JT Smith
5b9f994b50
added pod coverage test
2005-11-19 05:38:22 +00:00
JT Smith
c6202874ee
added check for libaprereq
2005-11-12 06:15:45 +00:00
JT Smith
ea868a8c0e
moved uploadsAccessHandler into the main webgui handler mechanism
...
converted macros to use references
fixed some other various bugs
2005-11-07 01:40:07 +00:00
JT Smith
8ac8530227
now using DateTime instead of Date::Manip
2005-11-02 09:37:49 +00:00
Gerald Young
bd5bdf49fa
Change testEnvironment.pl to verify .18 instead of .1801 for Poe::Component::IKC::Server
2005-10-30 03:43:35 +00:00
JT Smith
177c9867e1
changed Page to be called Page Layout
...
started migrating to DateTime
2005-10-22 16:04:13 +00:00
Wouter van Oijen
d23e580115
fix [ 1302878 ] testEnvironment.pl does not check versions
2005-09-24 07:46:48 +00:00
Daniel Collis-Puro
88d751b64e
Updated to ensure it checks for HTML::Template version 2.7
2005-07-12 15:24:56 +00:00
JT Smith
13b52b07f2
new caching system
2005-07-12 00:28:25 +00:00
JT Smith
45eb557978
changed the windows signature check
2005-06-14 19:48:23 +00:00
JT Smith
6aa9f76a71
added a new logger
2005-04-01 03:24:23 +00:00
JT Smith
4e6e41ce2c
upgrade.pl and testEnvironment.pl now use the same config file reader as
...
the rest of WebGUI
2005-03-31 21:22:57 +00:00
JT Smith
21767a5789
reworking preload a little
2005-03-31 17:04:44 +00:00
JT Smith
401e8938a6
updated test environment to install all requisite perl modules
2005-03-29 15:12:02 +00:00
JT Smith
a83e8b85c1
made image magick required
2005-03-04 16:42:28 +00:00
JT Smith
370a708ab9
some bug fixes
2005-02-14 20:56:51 +00:00
JT Smith
55c709a051
updated copyright
2005-02-07 00:52:47 +00:00
JT Smith
d47830aceb
merging 6.2.10 and 6.2.11 changes
2005-01-28 22:19:39 +00:00
JT Smith
c765c1ebfb
added more tie-ins for itransact commerce
2004-12-31 04:29:39 +00:00
JT Smith
6ddb7c49e6
merging 6.2.8 changes and initial draft of TinyMCE as rich editor
2004-10-30 15:49:59 +00:00
JT Smith
c866d00c1b
changed company name
2004-09-03 17:01:59 +00:00
JT Smith
a7e9ffb440
replaced Date::Calc with Date::Manip
2004-08-30 23:05:03 +00:00
JT Smith
48fd2d44e9
committing first round of GUID changes
2004-08-09 15:45:44 +00:00