[ Index ]

PHP Cross Reference of Mambo 4.6.5

[ Variables ]     [ Functions ]     [ Classes ]     [ Constants ]     [ Statistics ]

title

Body

[close]

/help/ -> checkin.main.html (source)

   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, &quot;Checked Out&quot;. In effect,
  17                 the file is locked and only the User who has &quot;checked it
  18                 out&quot; 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 &#39;Checked
  21                 Out&#39; until the User clicks &#39;Save&#39; or &#39;Cancel&#39; while
  22                 editing the Content Item, at which time the Content Item is &quot;Checked
  23                 In&quot;. However, if there&#39;s a connection error, the user
  24                 presses the &#39;Back&#39; 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 &#39;Checked Out&#39;. 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&nbsp;at the column labeled &quot;Checked Out&quot; in
  30                 the Section, Category, or Item file list .Mambo has a protocol,
  31                 called &quot;Global Checkin&quot; that allows an administrator
  32                 to unlock all Content Items that are currently &quot;Checked Out&quot;.To
  33                 perform the &quot;Global Check In&quot;, select System &gt; Global
  34                 Check In from the Administrator Menubar.&nbsp; After performing
  35                 the &quot;Global Check In&quot;, 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>