mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-14 20:33:48 +00:00
Version 2.1.3
SVN revision: 243
This commit is contained in:
parent
6c10fa5251
commit
50d295218e
@ -8,6 +8,7 @@ Version 2.1.3, released September xx, 2002
|
|||||||
even with correct password
|
even with correct password
|
||||||
- Don't display check box for edit with "Suppress email on edit = 1"
|
- Don't display check box for edit with "Suppress email on edit = 1"
|
||||||
- Implemented "Deny <command>" option
|
- Implemented "Deny <command>" option
|
||||||
|
- Fixed bug with config other user as admin user
|
||||||
|
|
||||||
Version 2.1.2, released September 12th, 2002
|
Version 2.1.2, released September 12th, 2002
|
||||||
============================================
|
============================================
|
||||||
|
|||||||
@ -159,7 +159,10 @@ a feature you find useful on the list, there is a good chance that it will appea
|
|||||||
<tr><td>Remove HTML tags for summary tags for "summary only" search mode<td>1</tr>
|
<tr><td>Remove HTML tags for summary tags for "summary only" search mode<td>1</tr>
|
||||||
<tr><td>Use "and" and "or" operands in queries<td>1</tr>
|
<tr><td>Use "and" and "or" operands in queries<td>1</tr>
|
||||||
<tr><td>Password expiration, email forgotten password upon request<td>1</tr>
|
<tr><td>Password expiration, email forgotten password upon request<td>1</tr>
|
||||||
<tr><td>Require entered attribute must be date, number, alpha, certain length<td>1</tr>
|
<tr><td>Require entered attribute must be date, number, alpha, certain length<td>2</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>
|
||||||
|
|
||||||
|
|
||||||
</table></center><p>
|
</table></center><p>
|
||||||
|
|
||||||
|
|||||||
6
elogd.c
6
elogd.c
@ -6,6 +6,9 @@
|
|||||||
Contents: Web server program for Electronic Logbook ELOG
|
Contents: Web server program for Electronic Logbook ELOG
|
||||||
|
|
||||||
$Log$
|
$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
|
Revision 2.77 2002/09/16 06:45:22 midas
|
||||||
Fixed problem with saving other user as admin
|
Fixed problem with saving other user as admin
|
||||||
|
|
||||||
@ -335,7 +338,7 @@
|
|||||||
\********************************************************************/
|
\********************************************************************/
|
||||||
|
|
||||||
/* Version of ELOG */
|
/* Version of ELOG */
|
||||||
#define VERSION "2.1.2"
|
#define VERSION "2.1.3"
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
@ -9698,6 +9701,7 @@ LOGBOOK *cur_lb;
|
|||||||
}
|
}
|
||||||
|
|
||||||
show_elog_page(cur_lb, dec_path);
|
show_elog_page(cur_lb, dec_path);
|
||||||
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user