Version 2.2.3

SVN revision: 288
This commit is contained in:
2002-11-20 14:20:48 +00:00
parent 24f5e33e5a
commit 7c81308e0a
3 changed files with 31 additions and 6 deletions
+9
View File
@@ -1,3 +1,12 @@
Version 2.2.3, released Nobember 20th, 2002
===========================================
- Added "charset = ..." option
- Fixed bug with 10 attachments
- Added "Table align = ..." option
- Create data directory automatically
- Allow substitutions in attributes for searches, like "Author=$full_name"
Version 2.2.2, released Nobember 6th, 2002
==========================================
+2 -2
View File
@@ -213,8 +213,8 @@ Here are the available options, by broad categories:<p>
<LI><b><code>Data dir = &lt;directory&gt;</code></b>
<br>
Each logbook has a separate directory where the logbook entries are stored, which
is controlled by this statement. Note that the directories must exist and must
be writable by the <code><b>elogd</b></code> program.
is controlled by this statement. If the directory does not exist, it is created
autmatically by the <code><b>elogd</b></code> program.
<p>
<LI><b><code>Number Attachments = &lt;number&gt;</code></b>
+20 -4
View File
@@ -25,7 +25,7 @@
<div class=Sub><i>Frequently Asked Questions about usage and administration</i></div>
<hr>
<UL>
<OL>
<LI><b>How does one configure elog to display a listing of all messages by default instead the last message</b>
<p>
@@ -140,6 +140,24 @@ This causes the welcome page being redirected to <b>/logbook/last10</b>, where <
/logbook?cmd=Search&amp;&lt;attrib&gt;=&lt;value&gt; for a search with &lt;attrib&gt;=&lt;value&gt;
</pre>
<LI><b>I want to switch from full/summary/threaded display with a single button</b>
<p>
This can be achieved with the <b><code>Bottom text = bottom.html</b></code> option. Put
following HTML code in your bottom.html:
<pre>
&lt;center&gt;
&lt;a href="?mode=summary"&gt;Summary&lt;/a&gt; |
&lt;a href="?mode=full"&gt;Full&lt;/a&gt; |
&lt;a href="?mode=threaded"&gt;Threaded&lt;/a&gt;
&lt;/center>
</pre>
<p>
This gives you three links with different display mode. You can also add filters there
like<br>
<b><code>&lt;a href="?mode=summary&Type=Routine"&gt;Routine entries&lt;/a&gt;</b></code>.<p>
<LI><b>What new features are planned for future releases ?</b>
<p>
Here are some "<I>wishlist</I>" items requested by users. I will work down the list as time permits. If you find
@@ -164,13 +182,11 @@ a feature you find useful on the list, there is a good chance that it will appea
<tr><td>Collapse/Expand threads<td>1</tr>
<tr><td>Search substring in <i>all</i> attributes (not only text body)<td>1</tr>
<tr><td>Have a hierarchy of logbooks<td>2</tr>
<tr><td>Search substring in <i>all</i> attributes (not only text body)<td>1</tr>
<tr><td>Expand/Collabse threads in threaded display, possible with text<td>1</tr>
<tr><td>Switch threaded/summary/full display with single button<td>1</tr>
</table></center><p>
</UL>
</OL>
<HR>
<div class=footer>&nbsp;