fix POD related to asset mixin classes, Asset*.pm
This commit is contained in:
parent
c193360f79
commit
1c8dbfe5b4
10 changed files with 12 additions and 8 deletions
|
|
@ -1,4 +1,6 @@
|
|||
7.6.5
|
||||
- fixed #8800: Errors in POD of Asset-related mix-in modules (Bernd Kalbfuß-Zimmermann)
|
||||
- fixed: Products imported into the Shelf have bad URLs
|
||||
|
||||
7.6.4
|
||||
- Survey now will show progress and time limit.
|
||||
|
|
|
|||
|
|
@ -50,6 +50,8 @@ Package to manipulate items in WebGUI's asset system.
|
|||
|
||||
An asset is the basic class of content in WebGUI. This handles security, urls, and other basic information common to all content items.
|
||||
|
||||
The following modules are mixed in via declaration of the same package: AssetBranch.pm, AssetClipboard.pm, AssetExportHtml.pm, AssetLineage.pm, AssetMetaData.pm, AssetPackage.pm, AssetTrash.pm, AssetVersioning.pm.
|
||||
|
||||
A lineage is a concatenated series of sequence numbers, each six digits long, that explain an asset's position in its familiy tree. Lineage describes who the asset's ancestors are, how many ancestors the asset has in its family tree (lineage length), and the asset's position (rank) amongst its siblings. In addition, lineage provides enough information about an asset to generate a list of its siblings and descendants.
|
||||
|
||||
use WebGUI::Asset;
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ use strict;
|
|||
|
||||
=head1 NAME
|
||||
|
||||
Package WebGUI::Asset
|
||||
Package WebGUI::Asset (AssetBranch)
|
||||
|
||||
=head1 DESCRIPTION
|
||||
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ use strict;
|
|||
|
||||
=head1 NAME
|
||||
|
||||
Package WebGUI::AssetClipboard
|
||||
Package WebGUI::Asset (AssetClipboard)
|
||||
|
||||
=head1 DESCRIPTION
|
||||
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ use URI::URL;
|
|||
|
||||
=head1 NAME
|
||||
|
||||
Package WebGUI::AssetExportHtml
|
||||
Package WebGUI::Asset (AssetExportHtml)
|
||||
|
||||
=head1 DESCRIPTION
|
||||
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ use Carp qw( croak );
|
|||
|
||||
=head1 NAME
|
||||
|
||||
Package WebGUI::AssetLineage
|
||||
Package WebGUI::Asset (AssetLineage)
|
||||
|
||||
=head1 DESCRIPTION
|
||||
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ use strict;
|
|||
|
||||
=head1 NAME
|
||||
|
||||
Package WebGUI::Asset
|
||||
Package WebGUI::Asset (AssetMetaData)
|
||||
|
||||
=head1 DESCRIPTION
|
||||
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ use WebGUI::Storage;
|
|||
|
||||
=head1 NAME
|
||||
|
||||
Package WebGUI::Asset
|
||||
Package WebGUI::Asset (AssetPackage)
|
||||
|
||||
=head1 DESCRIPTION
|
||||
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ use WebGUI::Asset::Shortcut;
|
|||
|
||||
=head1 NAME
|
||||
|
||||
Package WebGUI::Asset
|
||||
Package WebGUI::Asset (AssetTrash)
|
||||
|
||||
=head1 DESCRIPTION
|
||||
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ use WebGUI::Search::Index;
|
|||
|
||||
=head1 NAME
|
||||
|
||||
Package WebGUI::AssetVersioning
|
||||
Package WebGUI::Asset (AssetVersioning)
|
||||
|
||||
=head1 DESCRIPTION
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue