mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-12 19:33:03 +00:00
Incremented version
SVN revision: 2377
This commit is contained in:
parent
a0bc43fb40
commit
827de5f960
@ -1176,6 +1176,16 @@ Preset on first reply Subject = Re: $Subject
|
|||||||
<b><code>Show Attributes Edit = <list></code></b><br>
|
<b><code>Show Attributes Edit = <list></code></b><br>
|
||||||
The same as <b><code>Show Attributes</code></b>, but for the entry form.
|
The same as <b><code>Show Attributes</code></b>, but for the entry form.
|
||||||
</li>
|
</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>
|
<li>
|
||||||
<b><code>Page title = <string></code></b><br>
|
<b><code>Page title = <string></code></b><br>
|
||||||
The string specified here is used for the title of the web page. It is
|
The string specified here is used for the title of the web page. It is
|
||||||
|
|||||||
@ -28,7 +28,7 @@
|
|||||||
[<a class="nav" href="#links">Links</a>] * </div>
|
[<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">
|
<P class="Sub">Home of the <i>Electronic Logbook</i> package by <a href="mailto:Stefan.Ritt@psi.ch">
|
||||||
Stefan Ritt</a></P>
|
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>
|
<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>
|
<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>
|
||||||
|
|
||||||
|
|||||||
@ -28,7 +28,7 @@
|
|||||||
[<a class="nav" href="#links">Links</a>] * </div>
|
[<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">
|
<P class="Sub">Home of the <i>Electronic Logbook</i> package by <a href="mailto:Stefan.Ritt@psi.ch">
|
||||||
Stefan Ritt</a></P>
|
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>
|
<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>
|
<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>
|
</center>
|
||||||
|
|||||||
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
\********************************************************************/
|
\********************************************************************/
|
||||||
|
|
||||||
#define VERSION "2.8.1"
|
#define VERSION "2.9.0"
|
||||||
char svn_revision[] = "$Id$";
|
char svn_revision[] = "$Id$";
|
||||||
|
|
||||||
/* ELOG identification */
|
/* ELOG identification */
|
||||||
|
|||||||
@ -9,7 +9,7 @@
|
|||||||
\********************************************************************/
|
\********************************************************************/
|
||||||
|
|
||||||
/* Version of ELOG */
|
/* Version of ELOG */
|
||||||
#define VERSION "2.8.1"
|
#define VERSION "2.9.0"
|
||||||
|
|
||||||
#define _GNU_SOURCE
|
#define _GNU_SOURCE
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user