Merging changes from 6.6.4

Added new definition features to wobjects and assets.
This commit is contained in:
JT Smith 2005-07-21 01:17:05 +00:00
parent 3805ebed23
commit c4b3e4092d
43 changed files with 457 additions and 717 deletions

View file

@ -125,6 +125,15 @@ The following tips should also help make your migration easer:
using the wobject processTemplate() method, please note that it has
been replaced by the WebGUI::Asset::Template asset.
1.2.16 Since all assets are now pages, you need to provide your own
view level security on your www_ methods like this:
return WebGUI::Privilege::noAccess() unless ($self->canView);
and like this:
return WebGUI::Privilege::insufficient() unless ($self->canEdit);
1.3 Quick Read Assets