removing a bunch of grap we no longer need

This commit is contained in:
JT Smith 2004-12-30 03:17:12 +00:00
parent 4f8489300f
commit 9e31680f41
28 changed files with 52 additions and 8280 deletions

View file

@ -213,5 +213,19 @@ is not specified.
You can now dynamically add tabs to WebGUI::TabForms.
5.14 Persistent API Removed
The never understood and not really used Persistent API has been removed. If
you want to store something in a tree, it probably belongs in the asset tree
anyway.
5.15 Node/Attachment System Replaced
The file system storage mechanism of lib/WebGUI/Node.pm and
lib/WebGUI/Attachment.pm have been replaced in favor of lib/WebGUI/Storage.pm.
If you had anything using the old system we highly recommend migrating it into
the new system as it is much more flexible. Alternatively you can copy the old
system back into place (it should still work, but no guarantees).

View file

@ -467,7 +467,13 @@ print "\tDeleting files which are no longer used.\n" unless ($quiet);
#unlink("../../lib/WebGUI/Wobject/DataForm.pm");
#unlink("../../lib/WebGUI/Wobject/USS.pm");
#unlink("../../lib/WebGUI/Wobject/FileManager.pm");
#unlink("../../lib/WebGUI/Operation/Collateral.pm");
#unlink("../../lib/WebGUI/Collateral.pm");
#unlink("../../lib/WebGUI/CollateralFolder.pm");
#unlink("../../lib/WebGUI/Persistent.pm");
#rmtree("../../lib/WebGUI/Persistent");
#rmtree("../../lib/Tree");
#rmtree("../../lib/DBIx/Tree");