Commit graph

4347 commits

Author SHA1 Message Date
JT Smith
5fe11ed251 added manual thread archive/unarchive options 2006-02-26 20:31:46 +00:00
JT Smith
357794959a it's official, we're skipping the 6.9 releases and going straight for 7.0 betas (which will be called 6.99) 2006-02-26 19:07:35 +00:00
JT Smith
eea0cc0569 miscellaneous stuff i've forgotten to check in 2006-02-26 19:02:10 +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
dd2a923022 merge bug fix information 2006-02-25 20:22:21 +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
Colin Kuskie
dc4f719dd9 catch upgrade script name to current 6.8 version 2006-02-24 23:25:09 +00:00
Wouter van Oijen
a92453d33f fixing bugs 2006-02-24 14:58:27 +00:00
kenperl
65cfad4096 fix Global symbol %session requires explicit package name at WebGUI/lib/WebGUI/AssetPackage.pm line 87 and the WebGUI::Grouping::isInGroup('4') reference. 2006-02-24 07:42:08 +00:00
Colin Kuskie
45cacac882 doc bugfix in 6.8 2006-02-24 01:04:10 +00:00
Colin Kuskie
d669e20083 duplicateBranch copies source and then sets parent to the destination 2006-02-24 00:35:19 +00:00
JT Smith
3f55240237 added archive old posts activity 2006-02-23 17:44:30 +00:00
Roy Johnson
841c430ab4 6.8.7 release 2006-02-23 04:34:02 +00:00
Roy Johnson
3530c41e7d Merging 6.8.7 security fixes 2006-02-23 02:40:58 +00:00
Colin Kuskie
b32a94d4d0 forward port of MultiSearch docs and setParent privilege checks 2006-02-23 00:54:30 +00:00
Colin Kuskie
406b9310a6 forward port of autocommit docs and hoverHelp 2006-02-21 18:35:32 +00:00
kenperl
380a498127 rolling back my r989 2006-02-21 02:04:52 +00:00
kenperl
9c63291d96 don't need to loop all authMethods when adding a new user or editing an existing user, this will save db spaces and run less perl statements. 2006-02-21 01:03:35 +00:00
Colin Kuskie
7b15e606c6 Add help docs for add/edit event, manage events and setHelp for both
in the Admin Console.  Straighten out which template variables go
with which template.
2006-02-20 22:43:58 +00:00
Colin Kuskie
a991401a6a User.pm: fixed a type Group->group should be group->get
Template documentation for EMS and another i18n label.
2006-02-20 20:37:27 +00:00
Colin Kuskie
9f4b73a946 Update label.t to pull the lib directory from WebGUI::Test
Set correct package name in i18n file.
2006-02-20 17:38:16 +00:00
kenperl
b1fc8adc15 typo in the description of LoginToggle macro 2006-02-20 05:25:56 +00:00
kenperl
ebbb129b9a make authenticate() method explain more clear 2006-02-19 11:39:56 +00:00
Roy Johnson
a655fbd947 We have prerequisite checking in the EMS! 2006-02-19 07:39:20 +00:00
Colin Kuskie
46987e4b07 forward port of doc patch 2006-02-19 00:11:56 +00:00
Colin Kuskie
4260ecd7ce fixing tests broken during 6.9 upgrade cycle 2006-02-18 22:08:33 +00:00
Colin Kuskie
6fd7575eb9 Removed Utility test for base36, which no longer exists in WebGUI::Utility.pm
new i18n message for duplicate usernames.
2006-02-18 21:58:27 +00:00
Roy Johnson
e76ea86b52 Fixed bug allowing admin to create a new user using a username that already exists 2006-02-18 21:15:08 +00:00
Roy Johnson
bc41c87d62 Fixing my screwup. Admins can change usernames now. 2006-02-18 20:32:23 +00:00
Roy Johnson
7dc954ebca Fixed the change password always changes admins password bug.
Also some more work on the EMS.
2006-02-18 18:24:40 +00:00
Roy Johnson
c5579c81ca Cleaned up editUserSave method. Still working on the password bug. 2006-02-18 17:52:16 +00:00
Colin Kuskie
539f22285e fixing syntax errors 2006-02-18 17:48:01 +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
Roy Johnson
a50a190642 Working on making this work again 2006-02-17 22:53:54 +00:00
Wouter van Oijen
2cec07048a Added Cache::Memcached to list of required modules (but optional) 2006-02-17 21:39:54 +00:00
Colin Kuskie
3155beb6f8 forward port of File template docs 2006-02-17 17:40:49 +00:00
Wouter van Oijen
7366c7abf9 Fixing my mistake... 2006-02-17 16:14:27 +00:00
Wouter van Oijen
9cf20110c8 added list of failed packages to output of syntaxCheck.t 2006-02-17 15:32:45 +00:00
JT Smith
5dcdab0700 fixed a privilege problem 2006-02-17 15:09:26 +00:00
JT Smith
4b97b4b431 fixed some syntax errors 2006-02-17 15:07:17 +00:00
Wouter van Oijen
ea72e3927c Fixed syntax error (Compilation Failed) 2006-02-17 12:27:08 +00:00
Wouter van Oijen
6e4d3f4881 Fixed syntax error (Compilation Failed) 2006-02-17 10:52:13 +00:00
Colin Kuskie
e06331cae9 Add space to Add/Edit Event in the EMS.
Allow the Navigation Asset to set the MIME type of its output.
Upgrade script, Wobject code, documentation.
Add a new MimeType form element, stolen out of the Snippet and
generalized for use.
2006-02-17 01:23:31 +00:00
Colin Kuskie
3f7bffef88 merge of missing commas in InOutBoard labels 2006-02-16 23:47:23 +00:00
Colin Kuskie
a4c95d10b6 document in out board bugfix 2006-02-16 23:46:25 +00:00
Colin Kuskie
9c6d978a7d merge of bugfix doc in changelog 2006-02-16 22:09:40 +00:00
Colin Kuskie
34fd684fde bugfix for dataform collateral ordering 2006-02-16 22:07:37 +00:00
Colin Kuskie
51e021ba11 remove commit item from mangage Asset and wobject icon context menus 2006-02-16 22:04:10 +00:00
JT Smith
aa6fa763c1 bug fixes, and working on next workflow activity 2006-02-16 21:54:58 +00:00
JT Smith
b92b4044ec more tweaks 2006-02-16 17:20:00 +00:00