Version 2.2.3
SVN revision: 288
This commit is contained in:
@@ -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
@@ -213,8 +213,8 @@ Here are the available options, by broad categories:<p>
|
||||
<LI><b><code>Data dir = <directory></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 = <number></code></b>
|
||||
|
||||
+20
-4
@@ -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&<attrib>=<value> for a search with <attrib>=<value>
|
||||
</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>
|
||||
<center>
|
||||
<a href="?mode=summary">Summary</a> |
|
||||
<a href="?mode=full">Full</a> |
|
||||
<a href="?mode=threaded">Threaded</a>
|
||||
</center>
|
||||
</pre>
|
||||
<p>
|
||||
This gives you three links with different display mode. You can also add filters there
|
||||
like<br>
|
||||
|
||||
<b><code><a href="?mode=summary&Type=Routine">Routine entries</a></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>
|
||||
|
||||
Reference in New Issue
Block a user