From 50d295218e3beb4c6835c38b1f8d62059bd8e08d Mon Sep 17 00:00:00 2001 From: Stefan Ritt Date: Mon, 16 Sep 2002 07:03:01 +0000 Subject: [PATCH] Version 2.1.3 SVN revision: 243 --- doc/CHANGELOG.TXT | 1 + doc/faq.html | 5 ++++- elogd.c | 6 +++++- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/doc/CHANGELOG.TXT b/doc/CHANGELOG.TXT index 679e335c..05237761 100755 --- a/doc/CHANGELOG.TXT +++ b/doc/CHANGELOG.TXT @@ -8,6 +8,7 @@ Version 2.1.3, released September xx, 2002 even with correct password - Don't display check box for edit with "Suppress email on edit = 1" - Implemented "Deny " option +- Fixed bug with config other user as admin user Version 2.1.2, released September 12th, 2002 ============================================ diff --git a/doc/faq.html b/doc/faq.html index e9e960a8..f0e911e2 100755 --- a/doc/faq.html +++ b/doc/faq.html @@ -159,7 +159,10 @@ a feature you find useful on the list, there is a good chance that it will appea Remove HTML tags for summary tags for "summary only" search mode1 Use "and" and "or" operands in queries1 Password expiration, email forgotten password upon request1 -Require entered attribute must be date, number, alpha, certain length1 +Require entered attribute must be date, number, alpha, certain length2 +Collapse/Expand threads1 +Search substring in all attributes (not only text body)1 +

diff --git a/elogd.c b/elogd.c index 51133059..4ea1a015 100755 --- a/elogd.c +++ b/elogd.c @@ -6,6 +6,9 @@ Contents: Web server program for Electronic Logbook ELOG $Log$ + Revision 2.78 2002/09/16 07:02:54 midas + Version 2.1.3 + Revision 2.77 2002/09/16 06:45:22 midas Fixed problem with saving other user as admin @@ -335,7 +338,7 @@ \********************************************************************/ /* Version of ELOG */ -#define VERSION "2.1.2" +#define VERSION "2.1.3" #include #include @@ -9698,6 +9701,7 @@ LOGBOOK *cur_lb; } show_elog_page(cur_lb, dec_path); + return; }