source: trunk/doc/src/docbook/userdoc/trashcan.xml @ 3398

Last change on this file since 3398 was 3398, checked in by Jari Häkkinen, 16 years ago

Fixes #527.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
File size: 5.1 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE chapter PUBLIC
3    "-//Dawid Weiss//DTD DocBook V3.1-Based Extension for XML and graphics inclusion//EN"
4    "../../../../lib/docbook/preprocess/dweiss-docbook-extensions.dtd">
5<!--
6  $Id: trashcan.xml 3398 2007-05-28 15:04:01Z jari $
7 
8  Copyright (C) Authors contributing to this file.
9 
10  This file is part of BASE - BioArray Software Environment.
11  Available at http://base.thep.lu.se/
12 
13  BASE is free software; you can redistribute it and/or
14  modify it under the terms of the GNU General Public License
15  as published by the Free Software Foundation; either version 2
16  of the License, or (at your option) any later version.
17 
18  BASE is distributed in the hope that it will be useful,
19  but WITHOUT ANY WARRANTY; without even the implied warranty of
20  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21  GNU General Public License for more details.
22 
23  You should have received a copy of the GNU General Public License
24  along with this program; if not, write to the Free Software
25  Foundation, Inc., 59 Temple Place - Suite 330,
26  Boston, MA  02111-1307, USA.
27-->
28
29<chapter id="trashcan">
30  <?dbhtml dir="trashcan"?>
31  <title>Trashcan</title>
32  <para>
33    All items that have been removed and are owned by you are listed in the trashcan. This list
34    page is accessed with
35    <menuchoice>
36      <guimenu>View</guimenu>
37      <guimenuitem>Trashcan</guimenuitem>
38    </menuchoice>
39    and it differs a bit from the other common list pages. The most significant difference is
40    that the trashcan page is able to contain more then one item type,
41    actually all item types in BASE that are removable. Items that
42    neither can be removed or deleted, <emphasis>i.e.,</emphasis>
43    items like sessions, nor clients' help texts since these are
44    deleted from the database immediately in list/item view will be
45    shown in the trashcan page.
46  </para>
47  <warning>
48    <para>
49      Some item types do not have any owner and these are listed in
50      the trashcans for everyone with delete permission on that
51      specific item type.
52    </para>
53  </warning>
54
55  <para>
56    Things that the trashcan page have in common with other list pages
57    are the possibility to restore and view/edit items, see
58    <xref linkend="webclient.items.restore" />
59    and
60    <xref linkend="webclient.items.edit" />
61    . If an item is restored, it will of course disappear from the trashcan.
62  </para>
63
64  <sect1 id="trashcan.deleteitem">
65    <title>Delete items permanently</title>
66    <para>
67      Items can be permanently deleted from BASE only if they aren't used by other items.
68      Items that are used have the icon
69      <inlinemediaobject>
70        <imageobject>
71          <imagedata fileref="figures/isused.gif" format="GIF" align="left" />
72        </imageobject>
73      </inlinemediaobject>
74      in the first column and by clicking on it you can get more information about the
75      dependencies, see
76      <xref linkend="trashcan.viewdependencies" />
77      .
78      <note>
79        <simpara>
80          This view is NOT the same view page as when clicking on the
81          item's name, which brings
82          you to the item's view page.
83        </simpara>
84      </note>
85    </para>
86    <para>
87      To delete one or several items permanently from trashcan you
88      first have to select them and then click on the
89      &gbDelete;
90      button. Press then on either
91      &gbOk;
92      (completes the deletion) or
93      &gbCancel;
94      (no items will be deleted) in the dialog window that appears.
95    </para>
96
97    <sect2 id="trashcan.deleteitem.empty">
98      <title>Empty trashcan</title>
99      <para>
100        If all items in the trashcan should be deleted permanently the
101        <guibutton>Empty trash</guibutton>
102        button can be used. This function will delete all items that are listed in your
103        trashcan, except those items which other items, not marked for
104        deletion or can't be deleted, are dependent on.
105      </para>
106    </sect2>
107  </sect1>
108
109  <sect1 id="trashcan.viewdependencies">
110    <title>View dependencies of a trashed item</title>
111    <helptext external_id="trash.view.properties" title="Properties for a trashed item">
112      <para>
113        This view can only be accessed from trashed items that are
114        linked together with
115        other items. Beside the item's
116        <guilabel>item type</guilabel>
117        ,
118        <guilabel>name</guilabel>
119        and
120        <guilabel>description</guilabel>
121        there is a list at the bottom of the view page with those items that are using the
122        current item in some way.
123      </para>
124    </helptext>
125    <para>
126      <nohelp>
127        <figure id="trashcan.figures.viewtrasheditem">
128          <title>Item view of a trashed item.</title>
129          <screenshot>
130            <mediaobject>
131              <imageobject>
132                <imagedata fileref="figures/trashview.png" format="PNG" />
133              </imageobject>
134            </mediaobject>
135          </screenshot>
136        </figure>
137      </nohelp>
138      <orderedlist>
139        <listitem>
140          <para>
141            This icon indicates that the item can't be deleted permanently cause of some
142            dependencies, see #<xref linkend="trashcan.lists.dependentitem3" />.
143          </para>
144        </listitem>
145        <listitem>
146          <para>Common properties for all removable items.</para>
147        </listitem>
148        <listitem id="trashcan.lists.dependentitem3">
149          <para>A list of other items that are using the current item.</para>
150        </listitem>
151      </orderedlist>
152    </para>
153  </sect1>
154
155</chapter>
Note: See TracBrowser for help on using the repository browser.