Incremented version
SVN revision: 2377
This commit is contained in:
@@ -1176,6 +1176,16 @@ Preset on first reply Subject = Re: $Subject
|
||||
<b><code>Show Attributes Edit = <list></code></b><br>
|
||||
The same as <b><code>Show Attributes</code></b>, but for the entry form.
|
||||
</li>
|
||||
<li>
|
||||
<b><code>Propagate Attributes = <list></code></b><br>
|
||||
With this option, changed in an attribute are autmatically propagated
|
||||
to all entries of a thread. This can be useful if one has an attribute
|
||||
"problem status" for example with the options "open",
|
||||
"under investigation", "fixed". A thread related to a specific problem
|
||||
can then have several replies. If the problem gets fixed, a new
|
||||
reply can be made with the attribute "problem status" being "fixed", and
|
||||
then the propagation causes all entries of this thread to become "fixed".
|
||||
</li>
|
||||
<li>
|
||||
<b><code>Page title = <string></code></b><br>
|
||||
The string specified here is used for the title of the web page. It is
|
||||
|
||||
+1
-1
@@ -28,7 +28,7 @@
|
||||
[<a class="nav" href="#links">Links</a>] * </div>
|
||||
<P class="Sub">Home of the <i>Electronic Logbook</i> package by <a href="mailto:Stefan.Ritt@psi.ch">
|
||||
Stefan Ritt</a></P>
|
||||
<div class="version">Current version is : 2.8.1</div>
|
||||
<div class="version">Current version is : 2.9.0</div>
|
||||
<center>
|
||||
<a href="http://www.softpedia.com/progClean/ELOG-Clean-30897.html"><img border="0" src="http://www.softpedia.com/images/spyward/softpedia_free_award_f.gif" alt="certificate" title="certificate" /></a>
|
||||
|
||||
|
||||
+1
-1
@@ -28,7 +28,7 @@
|
||||
[<a class="nav" href="#links">Links</a>] * </div>
|
||||
<P class="Sub">Home of the <i>Electronic Logbook</i> package by <a href="mailto:Stefan.Ritt@psi.ch">
|
||||
Stefan Ritt</a></P>
|
||||
<div class="version">Current version is : 2.8.1</div>
|
||||
<div class="version">Current version is : 2.9.0</div>
|
||||
<center>
|
||||
<a href="http://www.softpedia.com/progClean/ELOG-Clean-30897.html"><img border="0" src="http://www.softpedia.com/images/spyward/softpedia_free_award_f.gif" alt="certificate" title="certificate" /></a>
|
||||
</center>
|
||||
|
||||
+1
-1
@@ -9,7 +9,7 @@
|
||||
|
||||
\********************************************************************/
|
||||
|
||||
#define VERSION "2.8.1"
|
||||
#define VERSION "2.9.0"
|
||||
char svn_revision[] = "$Id$";
|
||||
|
||||
/* ELOG identification */
|
||||
|
||||
+1
-1
@@ -9,7 +9,7 @@
|
||||
\********************************************************************/
|
||||
|
||||
/* Version of ELOG */
|
||||
#define VERSION "2.8.1"
|
||||
#define VERSION "2.9.0"
|
||||
|
||||
#define _GNU_SOURCE
|
||||
#include <stdio.h>
|
||||
|
||||
Reference in New Issue
Block a user