mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-08 17:13:56 +00:00
Version 2.2.4
SVN revision: 306
This commit is contained in:
parent
1e30bf3e7d
commit
54c4df0c37
@ -1,4 +1,4 @@
|
||||
Version 2.2.4, released Nobember xxth, 2002
|
||||
Version 2.2.4, released December 12th, 2002
|
||||
===========================================
|
||||
|
||||
- Added option "Menu text = xxxx" and "Find Menu text = xxxx"
|
||||
@ -10,6 +10,7 @@ Version 2.2.4, released Nobember xxth, 2002
|
||||
- Implemented "Line as link" option
|
||||
- Implemented collapse/expand of threaded display
|
||||
- Do not display password in URL if wrong password
|
||||
- Added "Quick filter" option
|
||||
|
||||
Version 2.2.3, released Nobember 20th, 2002
|
||||
===========================================
|
||||
|
||||
@ -654,6 +654,16 @@ subject with a "Re: <old subject>":<br>
|
||||
<pre>Subst on reply subject = Re: $subject</pre>
|
||||
<p>
|
||||
|
||||
<LI><b><code>Quick filter = <list></code></b>
|
||||
<br>
|
||||
Specifies list of comma separated attributes for which a drop-down filter is displayed
|
||||
in the search result page. By selecting a value from that drop-down box, only entries
|
||||
with that value are displayed. In addition to all attributes defined in the
|
||||
<b><code>Attributes =</code></b> list, the attribute <b><code>Date</code></b> can be
|
||||
listed here to display a date filter. Using that filter, the last day, week, month and so
|
||||
on can be displayed.
|
||||
<p>
|
||||
|
||||
</UL>
|
||||
|
||||
<a name="access"><hr>
|
||||
|
||||
@ -12,3 +12,5 @@ Options Category = General, Hardware, Software, Network, Other
|
||||
Required Attributes = Author, Type
|
||||
Page Title = ELOG - $subject
|
||||
Reverse sort = 1
|
||||
Quick filter = Date, Type
|
||||
|
||||
|
||||
@ -198,6 +198,7 @@ All = Alle
|
||||
Display = Zeige
|
||||
entries per page = Einträge pro Seite
|
||||
Toggle all = Alle umschalten
|
||||
Selected entries = Ausgewählte Einträge
|
||||
Automatic email notifications = Automatische Email Benachrichtigung
|
||||
|
||||
#
|
||||
@ -208,3 +209,6 @@ A old entry has been updated on %s = Ein alter Eintrag wurde von %s ge
|
||||
# New strings for V2.2.4
|
||||
Collapse = Zusammenfassen
|
||||
Expand = Erweitern
|
||||
Full = Ausfühlich
|
||||
Summary = Zusammenfassung
|
||||
Threaded = Antwortkette
|
||||
Loading…
x
Reference in New Issue
Block a user