Changeset 1048

Show
Ignore:
Timestamp:
01/20/07 03:54:29 (2 years ago)
Author:
gboggs
Message:

Added POD for missing methods. Many missing descriptions here: Callin' out around the world to my 6A dev homies.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/wheeljack/lib/MT/App/CMS.pm

    r1031 r1048  
    1176711767Registers an itemset action with the CMS. The parameters accepted are: 
    1176811768 
     11769=head2 $app->backup_download 
     11770 
     11771=head2 $app->restore_directory 
     11772 
     11773=head2 $app->restore_file 
     11774 
     11775=head2 $app->restore_premature_cancel 
     11776 
     11777=head2 $app->restore_upload_manifest 
     11778 
    1176911779=over 4 
    1177011780 
     
    1218112191=over 4 
    1218212192 
     12193=item * add_tags_to_assets 
     12194 
     12195Applies a set of tags to one or more assets. 
     12196 
    1218312197=item * add_tags_to_entries 
    1218412198 
     
    1226612280Deprecated routine to confirm the deletion of an object. 
    1226712281 
     12282=item * dialog_restore_upload 
     12283 
     12284Handles display of the modal dialog for the upload restore process. 
     12285 
     12286=item * dialog_select_weblog 
     12287 
     12288Handles display of the modal dialog for selecting a weblog. 
     12289 
    1226812290=item * dialog_grant_role 
    1226912291 
     
    1248212504Handler that returns the "mt.reg" for enabling a conext-menu QuickPost item 
    1248312505that is suitable for Internet Explorer. 
     12506 
     12507=item * remove_tags_from_assets 
     12508 
     12509Itemset handler for removing a list of tags from one or more assets. 
    1248412510 
    1248512511=item * remove_tags_from_entries 
     
    1280012826 
    1280112827=item CMSViewPermissionFilter 
    12802      
     12828 
    1280312829Calling convention is: 
    1280412830 
     
    1282012846 
    1282112847=item CMSSavePermissionFilter 
    12822      
     12848 
    1282312849Calling convention is: 
    1282412850 
    1282512851    callback($cb, $app, $id) 
    12826      
     12852 
    1282712853Where C<$id> is the ID of the object, if it already exists, or 
    1282812854C<undef> if it is a new object with this request. 
     
    1284212868 
    1284312869The routine is called as follows: 
    12844      
     12870 
    1284512871    callback($cb, $app) 
    1284612872 
     
    1289412920image, both the C<CMSUploadFile> and C<CMSUploadImage> callbacks are invoked. 
    1289512921 
     12922=back 
     12923 
    1289612924=head3 Parameters 
    1289712925 
     
    1291912947 
    1292012948=back 
     12949 
     12950=over 4 
    1292112951 
    1292212952=item CMSUploadImage 
     
    1292912959for the thumbnail that was generated for it. 
    1293012960 
     12961=back 
     12962 
    1293112963=over 4 
    1293212964 
     
    1296813000=back 
    1296913001 
    12970 =back 
    12971  
    1297213002=cut