*** empty log message ***

SVN revision: 759
This commit is contained in:
Stefan Ritt 2004-02-16 07:35:25 +00:00
parent 811e6fc2ac
commit eb08f1bdda
2 changed files with 8 additions and 3 deletions

View File

@ -7,6 +7,10 @@ Version 2.5.1, released February xxth, 2004
- Implemented calendar - Implemented calendar
- Added entry counter - Added entry counter
- Added form validation via JavaScript - Added form validation via JavaScript
- Do not renumber entries which are identical
- Fixed bug with "find in all logbooks" under foreign languages
- Fixed bug wiht "last submission" display
- Change CRLF -> CR when saving elogd.cfg under Unix
- Changed "entry date" to "entry time" - Changed "entry date" to "entry time"
- Changed "Date format" to "Time format" - Changed "Date format" to "Time format"
- Implemented "Type <attrib> = date" - Implemented "Type <attrib> = date"

View File

@ -833,16 +833,17 @@ as described unter the "<I>Subst &lt;attribute&gt;</I>" option.
<br> <br>
Specified the display and order of items in a message listing page or a search Specified the display and order of items in a message listing page or a search
result page. In addition to all attributes, one can specify here <b>"ID"</b> for result page. In addition to all attributes, one can specify here <b>"ID"</b> for
the message ID, <b>"Logbook"</b> and <b>"Date"</b>. The restriction to certain the message ID and <b>"Date"</b>. The restriction to certain
attributes can be helpful if many attributes are defined in a logbook, which attributes can be helpful if many attributes are defined in a logbook, which
usually makes the table too big to fit in the browser. The default usually makes the table too big to fit in the browser. The default
is<br> is<br>
<pre> <pre>
Display search = ID, Date, &lt;all attributs&gt; List display = ID, Date, &lt;all attributs&gt;
</pre> </pre>
Which displays the message number, date, and all attributes. The display of the Which displays the message number, date, and all attributes. The display of the
message body is controlled by the <b><code>Display mode</code></b> and message body is controlled by the <b><code>Display mode</code></b> and
<b><code>Summary lines</code></b> options. <b><code>Summary lines</code></b> options. If a search goes over "all logbooks",
an additional colums with the logbook name of each entry is added in front.
<p> <p>
<LI><b><code>Thread display = &lt;string&gt;</code></b> <LI><b><code>Thread display = &lt;string&gt;</code></b>