mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-08 17:13:56 +00:00
Version 2.2.3
SVN revision: 288
This commit is contained in:
parent
24f5e33e5a
commit
7c81308e0a
@ -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
|
Version 2.2.2, released Nobember 6th, 2002
|
||||||
==========================================
|
==========================================
|
||||||
|
|
||||||
|
|||||||
@ -213,8 +213,8 @@ Here are the available options, by broad categories:<p>
|
|||||||
<LI><b><code>Data dir = <directory></code></b>
|
<LI><b><code>Data dir = <directory></code></b>
|
||||||
<br>
|
<br>
|
||||||
Each logbook has a separate directory where the logbook entries are stored, which
|
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
|
is controlled by this statement. If the directory does not exist, it is created
|
||||||
be writable by the <code><b>elogd</b></code> program.
|
autmatically by the <code><b>elogd</b></code> program.
|
||||||
<p>
|
<p>
|
||||||
|
|
||||||
<LI><b><code>Number Attachments = <number></code></b>
|
<LI><b><code>Number Attachments = <number></code></b>
|
||||||
|
|||||||
24
doc/faq.html
24
doc/faq.html
@ -25,7 +25,7 @@
|
|||||||
<div class=Sub><i>Frequently Asked Questions about usage and administration</i></div>
|
<div class=Sub><i>Frequently Asked Questions about usage and administration</i></div>
|
||||||
<hr>
|
<hr>
|
||||||
|
|
||||||
<UL>
|
<OL>
|
||||||
|
|
||||||
<LI><b>How does one configure elog to display a listing of all messages by default instead the last message</b>
|
<LI><b>How does one configure elog to display a listing of all messages by default instead the last message</b>
|
||||||
<p>
|
<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>
|
/logbook?cmd=Search&<attrib>=<value> for a search with <attrib>=<value>
|
||||||
</pre>
|
</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>
|
<LI><b>What new features are planned for future releases ?</b>
|
||||||
<p>
|
<p>
|
||||||
Here are some "<I>wishlist</I>" items requested by users. I will work down the list as time permits. If you find
|
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>Collapse/Expand threads<td>1</tr>
|
||||||
<tr><td>Search substring in <i>all</i> attributes (not only text body)<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>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>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>
|
</table></center><p>
|
||||||
|
|
||||||
</UL>
|
</OL>
|
||||||
|
|
||||||
<HR>
|
<HR>
|
||||||
<div class=footer>
|
<div class=footer>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user