| [ Index ] | PHP Cross Reference of Mambo 4.6.5 |
|
| [ Variables ] [ Functions ] [ Classes ] [ Constants ] [ Statistics ] | ||
[Summary view] [Print] [Text view]
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 2 3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 4 5 <html xmlns="http://www.w3.org/1999/xhtml" lang="en_US" xml:lang="en_US"> 6 <head> 7 <title>Global Checkin</title> 8 <link href="css/help.css" rel="stylesheet" type="text/css" /> 9 </head> 10 <body> 11 <strong class="title">Global Checkin</strong> 12 <table width="100%" border="1" cellspacing="0" cellpadding="3"> 13 <tr> 14 <td width="16%" align="right" valign="top" bgcolor="#EFEFEF" class="datalabel">Purpose:</td> 15 <td width="84%" valign="top" class="data">When a User edits a file, 16 Mambo changes its status to, "Checked Out". In effect, 17 the file is locked and only the User who has "checked it 18 out" has permission to work with it. This is a security feature 19 that prevents two Users from editing a document at the same time, 20 thus preventing loss of data upon saving.A Content Item remains 'Checked 21 Out' until the User clicks 'Save' or 'Cancel' while 22 editing the Content Item, at which time the Content Item is "Checked 23 In". However, if there's a connection error, the user 24 presses the 'Back' icon in his/her browser, or the User 25 chooses another Menu Item without saving or canceling the work 26 in progress, the Content Item remains 'Checked Out'. This 27 means no one can edit it. This is usually reported or experienced 28 as Users being unable to edit or access items, and can be verified 29 by looking at the column labeled "Checked Out" in 30 the Section, Category, or Item file list .Mambo has a protocol, 31 called "Global Checkin" that allows an administrator 32 to unlock all Content Items that are currently "Checked Out".To 33 perform the "Global Check In", select System > Global 34 Check In from the Administrator Menubar. After performing 35 the "Global Check In", Mambo returns a list showing 36 how many items, and from which tables, were Checked back in.<strong><font color="#CC0000">WARNING:</font></strong><font color="#CC0000"> Be 37 very careful in doing this as anyone who is editing a document 38 at that very moment can have his or her work lost.</font></td> 39 </tr> 40 <tr> 41 <td align="right" valign="top" bgcolor="#EFEFEF" class="datalabel">Usage:</td> 42 <td valign="top" class="data">n/a</td> 43 </tr> 44 <tr> 45 <td align="right" valign="top" bgcolor="#EFEFEF" class="datalabel">Default State: </td> 46 <td valign="top" class="data">n/a</td> 47 </tr> 48 <tr> 49 <td align="right" valign="top" bgcolor="#EFEFEF" class="datalabel">Parameters:</td> 50 <td valign="top" class="data">n/a</td> 51 </tr> 52 <tr> 53 <td align="right" valign="top" bgcolor="#EFEFEF" class="datalabel">Toolbar Icons: </td> 54 <td valign="top" class="data">n/a</td> 55 </tr></table> 56 57 </body></html>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Wed Feb 8 00:05:01 2012 | Cross-referenced by PHPXref 0.7 |
| Mambo API: Mambo is Free software released under the GNU/General Public License, Version 2 |