Commit graph

267 commits

Author SHA1 Message Date
JT Smith
741de69841 converted delete expired groupings hourly script 2006-03-01 22:02:52 +00:00
JT Smith
136a89ee7a converted delete expired events hourly script 2006-03-01 19:59:24 +00:00
JT Smith
103969816e removed start/end dates from assets in favor of workflows that can do the same thing only better 2006-03-01 18:02:36 +00:00
Colin Kuskie
d3c13840f5 pull out debugging code for versions 2006-02-26 22:43:34 +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
Colin Kuskie
587b03b51c Proper naming for upgrade script (v2)
Forward port of generating a list of Rich Editors with correct version status.
2006-02-24 23:50:30 +00:00
JT Smith
3f55240237 added archive old posts activity 2006-02-23 17:44:30 +00:00
JT Smith
e04a1b6fca migrated a few of the run hourly scripts
fixed a cron bug
2006-02-18 14:38:09 +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
18e24618e7 eliminated the purgeBranch method, cuz purge() should always do that anyway. 2006-02-15 04:31:29 +00:00
JT Smith
6171357937 some bug fixes 2006-02-09 20:06:37 +00:00
JT Smith
ec5193e5d3 more workflow stuff 2006-02-09 18:45:14 +00:00
JT Smith
75ecd4d7f4 added data serialization, encryption, and ip subnet checking to spectre 2006-02-08 20:18:00 +00:00
JT Smith
8950b951bc it lives!!!! 2006-02-08 15:46:07 +00:00
Thibaut Dabonneville
aabd51116a Improve speed performance 2006-02-06 20:58:18 +00:00
Thibaut Dabonneville
fb717eff81 correct minor bugs and time performance for huge amount of files to import 2006-02-05 22:06:20 +00:00
Colin Kuskie
67511cd89f merge of Snippet fix 2006-02-05 02:51:47 +00:00
JT Smith
d9a80d9f6f more spectre goodness, it almost runs!! 2006-02-03 03:05:28 +00:00
JT Smith
9ff0794746 new config file format 2006-02-03 02:04:49 +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
Martin Kamerbeek
f5e70f74b0 Added an option to select a arbitrary perl install. 2006-02-02 14:38:37 +00:00
JT Smith
3816ad750f replaced webgui mail system 2006-01-31 20:20:09 +00:00
JT Smith
394da51da7 simplified the rules engine 2006-01-27 07:25:14 +00:00
kenperl
7d1dfed519 WEBGUI_CONFIG and --configFile options work together 2006-01-25 09:05:21 +00:00
JT Smith
b045ac2d61 fixed test script 2006-01-23 04:01:07 +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
29ec0c1904 added indexall option to manual indexer, and started a rules engine for the search mechanism 2006-01-22 15:35:22 +00:00
JT Smith
e33b3bb9b9 the search engine, it works!!! 2006-01-22 04:46:59 +00:00
JT Smith
66baa5cea2 more search related changes 2006-01-22 03:31:37 +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
JT Smith
ea14e9de4c adding base36 functions 2006-01-18 15:21:10 +00:00
Matthew Wilson
09483e18c5 a ton of $session fixes (thanks to Colin), and a new $session checker, that supposedly, shouldn't be needed now. It can be backed out, however, easily. 2006-01-16 22:45:21 +00:00
JT Smith
5df71d4de0 now using sub folders for tests 2006-01-16 16:57:06 +00:00
Len Kranendonk
04e66a1a8c Apache won't start 2006-01-16 15:08:33 +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
Matthew Wilson
77f9ae07b2 upgrade fixes. previousVersion.sql change is merely temporary (until 6.8.5 is released) 2006-01-16 00:01:20 +00:00
JT Smith
75e83b2da0 fixing stuff related to new api 2006-01-15 23:40:56 +00:00
Matthew Wilson
00d97170f9 some changes 2006-01-15 23:22:52 +00:00
JT Smith
a194408513 changing copyright year 2006-01-09 23:51:04 +00:00
Thibaut Dabonneville
63b1c2edcc Add a comment, to detail if the Asset is overwritten or added 2006-01-05 20:51:49 +00:00
Thibaut Dabonneville
9a17a77b43 feature : skipOlderThan, findbyExt, recursive, overwrite, ignoreExtInName, exit code 2006-01-02 13:35:23 +00:00
JT Smith
d4b7f2ce59 first round of changes for the new session system 2005-12-31 21:54:06 +00:00
Frank Dillon
13366609f4 Added better error messages to file. Fixed search filter which was not returning users correctly. 2005-12-19 21:50:33 +00:00
Colin Kuskie
06f616caf0 add requirement for Text::Balanced for testing 2005-12-19 16:51:55 +00:00
Matthew Wilson
e7b1b16efc adding skeletons. 2005-12-12 18:23:11 +00:00
Colin Kuskie
908cab06e9 fix a bug where the list of macros does not work 2005-12-09 04:47:53 +00:00