mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-12 19:33:03 +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"
|
- 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 "Line as link" option
|
||||||
- Implemented collapse/expand of threaded display
|
- Implemented collapse/expand of threaded display
|
||||||
- Do not display password in URL if wrong password
|
- Do not display password in URL if wrong password
|
||||||
|
- Added "Quick filter" option
|
||||||
|
|
||||||
Version 2.2.3, released Nobember 20th, 2002
|
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>
|
<pre>Subst on reply subject = Re: $subject</pre>
|
||||||
<p>
|
<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>
|
</UL>
|
||||||
|
|
||||||
<a name="access"><hr>
|
<a name="access"><hr>
|
||||||
|
|||||||
@ -12,3 +12,5 @@ Options Category = General, Hardware, Software, Network, Other
|
|||||||
Required Attributes = Author, Type
|
Required Attributes = Author, Type
|
||||||
Page Title = ELOG - $subject
|
Page Title = ELOG - $subject
|
||||||
Reverse sort = 1
|
Reverse sort = 1
|
||||||
|
Quick filter = Date, Type
|
||||||
|
|
||||||
|
|||||||
@ -198,6 +198,7 @@ All = Alle
|
|||||||
Display = Zeige
|
Display = Zeige
|
||||||
entries per page = Einträge pro Seite
|
entries per page = Einträge pro Seite
|
||||||
Toggle all = Alle umschalten
|
Toggle all = Alle umschalten
|
||||||
|
Selected entries = Ausgewählte Einträge
|
||||||
Automatic email notifications = Automatische Email Benachrichtigung
|
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
|
# New strings for V2.2.4
|
||||||
Collapse = Zusammenfassen
|
Collapse = Zusammenfassen
|
||||||
Expand = Erweitern
|
Expand = Erweitern
|
||||||
|
Full = Ausfühlich
|
||||||
|
Summary = Zusammenfassung
|
||||||
|
Threaded = Antwortkette
|
||||||
Loading…
x
Reference in New Issue
Block a user