Commit graph

304 commits

Author SHA1 Message Date
JT Smith
fa89e57bb6 - Added an option to update a half indexed site, without the need to start
over from scratch.
2006-06-23 19:16:41 +00:00
JT Smith
2e1de9d214 - fix: Column Layout seems a little messed up
- Fixed the EMS default templates to expose all functionality.
 - Fixed a problem in the EMS where it wouldn't let you add any events.
 - fix: FieldName incorrect after adding profile field
 - fix: preload.perl for other roots than /data/WebGUI
 - Fixed a bug where polls weren't distributing karma.
2006-05-30 15:50:13 +00:00
JT Smith
4748163231 - Added a 2.7% speed increase by precaching i18n messages. This should also
help increase shared memory amongst Apache children. (Matt Wilson)
2006-05-16 16:47:09 +00:00
Wouter van Oijen
6c2d4c8914 Fixed typo in preload.exclude.example 2006-05-16 15:22:52 +00:00
JT Smith
c0a3695ef3 a little closer to being able to export content 2006-05-10 13:55:57 +00:00
JT Smith
7f9b081de0 updated for 7.0 api 2006-05-09 21:49:13 +00:00
JT Smith
ef036316cc updated it for the 7.0 api 2006-05-09 21:30:31 +00:00
JT Smith
5f66febbd6 updated to work with 7.0 api 2006-05-09 20:40:44 +00:00
JT Smith
d4299c3bbb misc stuff
added update.webgui.org
2006-05-04 04:01:38 +00:00
Matthew Wilson
50490a0a2e slightly less feedback 2006-05-03 22:52:38 +00:00
Matthew Wilson
248c089a5c some usability changes 2006-05-03 22:45:53 +00:00
JT Smith
d24ac0b273 fixing a problem with hex and JSON
gettign rid of the migration.txt script, because it's now published on the site instead since all changes are complete
2006-05-03 00:11:54 +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
5635534b4c added a test to spectre at startup to make sure it can connect to each webgui site
added a spectre ping function which will be useful for monitoring services like nagios and the wremonitor
removed references to the old theme systemm
2006-04-28 15:23:34 +00:00
JT Smith
7e6268df8c better debugging 2006-04-27 22:16:13 +00:00
JT Smith
29b317bec3 rebuild lineage now checks for orphans and circular references 2006-04-11 19:49:14 +00:00
JT Smith
2b02f055f9 added new mail retrieval subsystemm 2006-04-09 15:14:07 +00:00
JT Smith
e3860eb3d2 added a new warning message 2006-04-04 15:00:40 +00:00
JT Smith
78b97985ab added automated wildcards to search engine, to make it act more like people would expect 2006-03-31 03:22:05 +00:00
JT Smith
59afc74303 workflow with approval officially works 2006-03-23 04:40:01 +00:00
JT Smith
9b9b63cc12 fixed several workflow/spectre related bugs 2006-03-18 23:25:31 +00:00
JT Smith
11cc18a5c3 mostly working workflow 2006-03-17 23:13:27 +00:00
JT Smith
71b2634741 adding debug to spectre 2006-03-16 23:32:18 +00:00
Colin Kuskie
9a6e77c4eb cleanup tests, make testCodebase.pl work with traditional --configFile syntax 2006-03-09 01:00:27 +00:00
JT Smith
8a86fea5f0 converted sync profiles to ldap to workflow 2006-03-03 17:18:29 +00:00
JT Smith
f215d28b51 converted passive profile log thingy to workflow 2006-03-03 16:34:57 +00:00
JT Smith
1bddae8a19 migrated process recurring payments to workflow 2006-03-03 15:54:41 +00:00
JT Smith
524dbb6381 converted notify expired groupings to workflow 2006-03-02 23:02:51 +00:00
JT Smith
1a5bd9e647 migrated the get syndicated content hourly script to workflow 2006-03-02 21:48:48 +00:00
JT Smith
2139b9e5d4 migrated expire subscription codes to workflow 2006-03-02 21:26:28 +00:00
JT Smith
11a2c5d099 migrate delete expired trash to workflow 2006-03-02 21:15:20 +00:00
Colin Kuskie
5715ab5386 removing debug output 2006-03-02 05:05:36 +00:00
JT Smith
85c8627e66 migrated delete expired sessions hourly script to workflow activity 2006-03-01 23:25:24 +00:00
JT Smith
ba3668643e migrated delete expired revisions hourly script to a workflow activity 2006-03-01 22:57:13 +00:00
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