diff --git a/doc/CHANGELOG.TXT b/doc/CHANGELOG.TXT index 51677f19..c1c7900c 100755 --- a/doc/CHANGELOG.TXT +++ b/doc/CHANGELOG.TXT @@ -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 =========================================== diff --git a/doc/config.html b/doc/config.html index eceb313b..c6404dd3 100755 --- a/doc/config.html +++ b/doc/config.html @@ -654,6 +654,16 @@ subject with a "Re: <old subject>":
Subst on reply subject = Re: $subject

+

  • Quick filter = <list> +
    +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 +Attributes = list, the attribute Date can be +listed here to display a date filter. Using that filter, the last day, week, month and so +on can be displayed. +

    +


    diff --git a/elogd.cfg b/elogd.cfg index d8eba98e..0f243660 100755 --- a/elogd.cfg +++ b/elogd.cfg @@ -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 + diff --git a/eloglang.german b/eloglang.german index caa48a69..bfb02a22 100755 --- a/eloglang.german +++ b/eloglang.german @@ -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 \ No newline at end of file