Changeset 5705
- Timestamp:
- Aug 22, 2011, 2:21:49 PM (12 years ago)
- Location:
- trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/src/docbook/userdoc/file_system.xml
r5362 r5705 340 340 <para> 341 341 This is the file-type that the uploaded file should get. 342 <nohelp>The 343 file-types to choose between from the drop-down list are 344 described in 345 <xref linkend="file_system.filetypes" />.</nohelp> 346 Select 347 <userinput>- none -</userinput> 342 Select <userinput>- none -</userinput> 348 343 if the file should not be associated with any file type. 349 344 </para> … … 487 482 <listitem> 488 483 <para> 489 The full URL to the referenced file. Currently, BASE 490 only supports <emphasis>http</emphasis> or 491 <emphasis>https</emphasis> URLs. 484 The full URL to the referenced file. BASE 485 ships with support <emphasis>http</emphasis> and 486 <emphasis>https</emphasis> URLs, but the administrator may have 487 installed support for other protocols. 492 488 </para> 493 489 </listitem> … … 541 537 <para> 542 538 The name of the file server. 539 </para> 540 </listitem> 541 </varlistentry> 542 <varlistentry> 543 <term> 544 <guilabel>Host</guilabel> 545 </term> 546 <listitem> 547 <para> 548 If specified, overrides the host (and/or port) part of the file URL with the 549 value in this field. This is useful, if for example, a file can be 550 accessed using a "public" path that is entered as the URL for the file and 551 an "internal" path that is used from the BASE server. 543 552 </para> 544 553 </listitem> … … 636 645 <listitem> 637 646 <para> 638 See <emphasis>External files</emphasis> below.647 See <emphasis>External files</emphasis> above. 639 648 </para> 640 649 </listitem> … … 984 993 <varlistentry> 985 994 <term> 986 <guilabel>Compress files</guilabel>995 <guilabel>Compress new files</guilabel> 987 996 </term> 988 997 <listitem> … … 1062 1071 </sect3> 1063 1072 </sect2> 1064 1065 1073 </sect1> 1066 1074 1067 <sect1 id="file_system.filetypes">1068 <title>File types</title>1069 <para>1070 A file can be associated with one of the file types that exists in BASE. File types1071 make it possible to filter the files depending of what kind of file it is. Here1072 is a list of file types that are defined in BASE.1073 <menuchoice>1074 <guimenu>Administrate</guimenu>1075 <guisubmenu>Types</guisubmenu>1076 <guimenuitem>File types</guimenuitem>1077 </menuchoice>1078 </para>1079 <variablelist>1080 <title>File types</title>1081 <varlistentry>1082 <term>Image</term>1083 <listitem>1084 <para>Indicates that the file is an image file.</para>1085 </listitem>1086 </varlistentry>1087 <varlistentry>1088 <term>Plate</term>1089 <listitem>1090 <para>The associated file is a file with information about plate/plates.</para>1091 </listitem>1092 </varlistentry>1093 <varlistentry>1094 <term>Plate mapping</term>1095 <listitem>1096 <para>Files with information about plate mapping.</para>1097 </listitem>1098 </varlistentry>1099 <varlistentry>1100 <term>Print map</term>1101 <listitem>1102 <para>Print map files</para>1103 </listitem>1104 </varlistentry>1105 <varlistentry>1106 <term>Protocol</term>1107 <listitem>1108 <para>Files with protocol information</para>1109 </listitem>1110 </varlistentry>1111 <varlistentry>1112 <term>Raw data</term>1113 <listitem>1114 <para>Raw data files</para>1115 </listitem>1116 </varlistentry>1117 <varlistentry>1118 <term>Reporter</term>1119 <listitem>1120 <para>Files with information about reporters</para>1121 </listitem>1122 </varlistentry>1123 <varlistentry>1124 <term>Reporter map</term>1125 <listitem>1126 <para>1127 Files of this type contain information about how the reporters are mapped.1128 </para>1129 </listitem>1130 </varlistentry>1131 <varlistentry>1132 <term>Spot images</term>1133 <listitem>1134 <para>A zip-file containing generated spot images in JPEG format.</para>1135 </listitem>1136 </varlistentry>1137 </variablelist>1138 </sect1>1139 1075 </chapter> -
trunk/doc/src/docbook/userdoc/jobs.xml
r4889 r5705 25 25 --> 26 26 27 <chapter id="jobs" >27 <chapter id="jobs" chunked="0"> 28 28 <?dbhtml dir="jobs"?> 29 29 <title>Jobs</title> 30 <para>Job is a configured task performed by a plug-in.</para>30 31 31 <para> 32 Creating/configuring a job is made from a context, which is supported by the plug-in you want 33 to use. If no particularly context is needed, the job configuration is started from the 34 plug-in's single item view. 35 </para> 36 <para> 32 A <emphasis>job</emphasis> is a task that is performed by a plug-in. 37 33 Some jobs can be configured to execute immediately (for a few plug-ins it is mandatory that 38 34 the job runs immediately), but normally jobs are placed in the job queue after they have 39 35 been configured. The jobs will then be picked out for execution depending on their priority 40 and estimated execution time. 36 and waiting time in the queue. 37 </para> 38 <para> 39 Creating and configuring a job is made from a context, eg. a particular list page or singe-item page, 40 which is supported by the plug-in you want to use. If no context is needed, the job configuration is started from the 41 plug-in's single item view. Typically, there are three main types of jobs, <emphasis>import</emphasis>, 42 <emphasis>export</emphasis> and <emphasis>other</emphasis> jobs. They usually show up as <guilabel>Import</guilabel>, 43 <guilabel>Export</guilabel> and <guilabel>Run plug-in</guilabel> buttons in the gui. In the experiment analysis 44 section two more types of plug-ins are used, <emphasis>intensity</emphasis> and <emphasis>analysis</emphasis>. 41 45 </para> 42 46 … … 60 64 The values listed on the <guilabel>Parameters</guilabel> tab depends on 61 65 what the plug-in needs from the user. If a specific plug-in configuration was 62 use , those parameters are also listed here.66 used, those parameters are also listed here. 63 67 </para> 64 68 </helptext> … … 76 80 The name of the job is set in the last step of a job configuration. 77 81 </para> 82 </listitem> 83 </varlistentry> 84 <varlistentry> 85 <term> 86 <guilabel>Plugin</guilabel> 87 </term> 88 <listitem> 89 <para>The plug-in to use in the job.</para> 90 </listitem> 91 </varlistentry> 92 <varlistentry> 93 <term> 94 <guilabel>Configuration</guilabel> 95 </term> 96 <listitem> 97 <para>Name of the plug-in configuration that is used.</para> 98 </listitem> 99 </varlistentry> 100 <varlistentry> 101 <term> 102 <guilabel>User</guilabel> 103 </term> 104 <listitem> 105 <para>The user who created/configured the job.</para> 106 </listitem> 107 </varlistentry> 108 <varlistentry> 109 <term> 110 <guilabel>Experiment</guilabel> 111 </term> 112 <listitem> 113 <para>Name of the experiment which the job was configured within.</para> 78 114 </listitem> 79 115 </varlistentry> … … 135 171 <para> 136 172 <emphasis>Waiting</emphasis> 137 - Job is waiting in the job queue.173 - The job is waiting in the job queue. 138 174 </para> 139 175 </listitem> … … 141 177 <para> 142 178 <emphasis>Executing</emphasis> 143 - Job is being executed.179 - The job is being executed. 144 180 </para> 145 181 </listitem> … … 147 183 <para> 148 184 <emphasis>Done</emphasis> 149 - Indicates that the job is finished.185 - Indicates that the job has finished successfully. 150 186 </para> 151 187 </listitem> … … 153 189 <para> 154 190 <emphasis>Error</emphasis> 155 - The job was aborted cause of someerror.191 - The job has finsished with an error. 156 192 </para> 157 193 </listitem> … … 159 195 <para> 160 196 <emphasis>Preparing</emphasis> 161 - Doing some preparing tasks befor executingthe job.197 - The job queue is preparing to executed the job. 162 198 </para> 163 199 </listitem> … … 165 201 <para> 166 202 <emphasis>Aborting</emphasis> 167 - Job has received an abort signal and tries to abort the168 work.203 - The job has received an abort signal from the user 204 and tries to abort the work. 169 205 </para> 170 206 </listitem> … … 201 237 <listitem> 202 238 <para> 203 Date and time when the job was created and registerd in the database. 239 Date and time when the job was created and registered in the database. 240 </para> 241 </listitem> 242 </varlistentry> 243 <varlistentry> 244 <term> 245 <guilabel>Scheduled</guilabel> 246 </term> 247 <listitem> 248 <para> 249 Date and time when the job was added to the job queue. This is usually the same 250 as the <emphasis>created</emphasis> date and time, but can be different if the 251 job has been restared after an error. 204 252 </para> 205 253 </listitem> … … 221 269 <listitem> 222 270 <para> 223 Date and time when the job stopped running. Either cause ofit was271 Date and time when the job stopped running. Either because it was 224 272 finished, aborted or interrupted by an error. 225 273 </para> … … 257 305 </listitem> 258 306 </varlistentry> 259 <varlistentry>260 <term>261 <guilabel>User/Owner</guilabel>262 </term>263 <listitem>264 <para>The user who created/configured the job.</para>265 </listitem>266 </varlistentry>267 <varlistentry>268 <term>269 <guilabel>Experiment</guilabel>270 </term>271 <listitem>272 <para>Name of the experiment which the job was configured within.</para>273 </listitem>274 </varlistentry>275 <varlistentry>276 <term>277 <guilabel>Plugin</guilabel>278 </term>279 <listitem>280 <para>The plug-in to use in the job.</para>281 </listitem>282 </varlistentry>283 <varlistentry>284 <term>285 <guilabel>Configuration</guilabel>286 </term>287 <listitem>288 <para>Name of the plug-in configuration that is used.</para>289 </listitem>290 </varlistentry>291 307 </variablelist> 292 308 </para> … … 298 314 299 315 <variablelist> 300 <varlistentry>301 <term><guibutton>Refresh</guibutton></term>302 <listitem>303 <para>304 Update the page with the information. This button is available as long305 as the job has not finished. This button is only for the impatient since306 the page will automatically refresh every ten seconds anyway.307 </para>308 </listitem>309 </varlistentry>310 316 311 317 <varlistentry> … … 314 320 <para> 315 321 Aborts a job that is running or hasn't started yet. Jobs that hasn't 316 started can always be aborted. Jobs that are already e ecuting can only322 started can always be aborted. Jobs that are already executing can only 317 323 be aborted if the plug-in supports it. The button will not be visible if 318 324 the plug-in doesn't supports being aborted. … … 322 328 323 329 <varlistentry> 324 <term><guibutton>Restart </guibutton></term>325 <listitem> 326 <para> 327 Retry a failed job . Sometimes the reason that a job failed can be fixed. For330 <term><guibutton>Restart job</guibutton></term> 331 <listitem> 332 <para> 333 Retry a failed job with the same parameters. Sometimes the reason that a job failed can be fixed. For 328 334 example, by changing the permissions on items the job needs to access. Use 329 335 this button to place the job in the job queue again. It is not possible to … … 336 342 337 343 <varlistentry> 344 <term><guibutton>Re-configure job</guibutton></term> 345 <listitem> 346 <para> 347 Retry a failed job with different. This feeture is supported by most but not 348 all plug-ins. It is very useful when the failure is due to a misconfiguration 349 and the job may succeed if it was configured differently. 350 </para> 351 </listitem> 352 </varlistentry> 353 354 <varlistentry> 355 <term><guibutton>Really run</guibutton></term> 356 <listitem> 357 <para> 358 Some plug-ins have support for a <emphasis>dry-run</emphasis> mode that executes 359 the job but doesn't save any changes to the database. If the dry run completes 360 successfully, this button can be used to run the job for real. 361 </para> 362 </listitem> 363 </varlistentry> 364 365 <varlistentry> 338 366 <term><guibutton>Close</guibutton></term> 339 367 <listitem> -
trunk/doc/src/docbook/userdoc/project_permission.xml
r5370 r5705 106 106 <para> 107 107 Permission to change the owner of an item. This is implemented as a 108 < synopsis>Set owner</synopsis> function in the web client108 <guilabel>Set owner</guilabel> function in the web client 109 109 (<xref linkend="webclient.items.changeowner" />), where you can 110 110 change the owner of items that you have permission to do so on. … … 143 143 </variablelist> 144 144 <note> 145 A nuser's permissions need to be reloaded for the permissions that have been145 A user's permissions need to be reloaded for the permissions that have been 146 146 changed should take effect. This is done either manually with the menu choice 147 147 <menuchoice> … … 177 177 generic item types and is valid for all items of that type. 178 178 The role-based permissions also include a special deny permission 179 that can prevents a nuser from accessing any item. In that case,179 that can prevents a user from accessing any item. In that case, 180 180 the permission check stops here. 181 181 </para> … … 410 410 </para> 411 411 <para> 412 The drop-down menu can display a maximum of 25 projects. If you are a413 member of more projects, the last menu entry will take you to the414 complete list of projects.412 The most recently used projects are listed first, then the list is filled with the 413 rest of your projects up to a maximum of 15. If you have more projects an option to 414 display the remaining projects is activated. 415 415 </para> 416 416 <tip> 417 417 <para> 418 The sort order in the menuis the same as the sort order on the418 The sort order of the non-recent projects is the same as the sort order on the 419 419 projects list page. If you, for example, want to sort the newest 420 420 project first, select to sort by the <guilabel>Registered</guilabel> … … 476 476 settings for the project. Simply open the edit-view page for the project 477 477 and select the permissions you want and save. From now on, all new 478 items will be shared with the specified permissions. 478 items will be shared with the specified permissions. Items that are 479 already in the project are not affected by the change. 479 480 </para> 480 481 </sect3> … … 681 682 <listitem> 682 683 <para> 683 It support only a limited set of columns ( name, description and684 It support only a limited set of columns (id, name, description and 684 685 owner) since these are the only properties that are common 685 686 among all items. … … 689 690 <listitem> 690 691 <para> 691 The list cannot be filtered (except by item type) 692 or sorted. This is due to a limitation in the query system 693 used to generate the list. 692 The list cannot be sorted. This is due to a limitation in the 693 query system used to generate the list. 694 694 </para> 695 695 </listitem> -
trunk/www/views/jobs/view_job.jsp
r5556 r5705 318 318 <td><%=HTML.encodeTags(job.getName())%></td> 319 319 </tr> 320 <tr valign="top"> 321 <td class="prompt">Plugin</td> 322 <td> 323 <base:propertyvalue item="<%=job%>" property="pluginDefinition.name" /> 324 <%=job.getPluginVersion() == null ? 325 "" : "(version " + HTML.encodeTags(job.getPluginVersion()) + ")"%> 326 </td> 327 </tr> 328 <% 329 if (currentConfig != null) 330 { 331 %> 332 <tr valign="top"> 333 <td class="subprompt">-configuration</td> 334 <td> 335 <base:propertyvalue item="<%=job%>" property="pluginConfiguration.name" /> 336 </td> 337 </tr> 338 <% 339 } 340 %> 341 <tr valign="top"> 342 <td class="prompt">User</td> 343 <td> 344 <base:propertyvalue item="<%=job%>" property="owner.name" /> 345 </td> 346 </tr> 347 <tr valign="top"> 348 <td class="prompt">Experiment</td> 349 <td> 350 <base:propertyvalue item="<%=job%>" property="experiment.name" /> 351 </td> 352 </tr> 320 353 <tr> 321 354 <td class="prompt">Description</td> … … 423 456 <td class="prompt">Job agent</td> 424 457 <td><%=Base.getEncodedName(agent, !readAgent)%></td> 425 </tr>426 <tr valign="top">427 <td class="prompt">User</td>428 <td>429 <base:propertyvalue item="<%=job%>" property="owner.name" />430 </td>431 </tr>432 <tr valign="top">433 <td class="prompt">Experiment</td>434 <td>435 <base:propertyvalue item="<%=job%>" property="experiment.name" />436 </td>437 </tr>438 <tr valign="top">439 <td class="prompt">Plugin</td>440 <td>441 <base:propertyvalue item="<%=job%>" property="pluginDefinition.name" />442 <%=job.getPluginVersion() == null ?443 "" : "(version " + HTML.encodeTags(job.getPluginVersion()) + ")"%>444 </td>445 </tr>446 <tr valign="top">447 <td class="prompt">Configuration</td>448 <td>449 <base:propertyvalue item="<%=job%>" property="pluginConfiguration.name" />450 </td>451 458 </tr> 452 459 </table>
Note: See TracChangeset
for help on using the changeset viewer.