mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-08 17:13:56 +00:00
Version 2.3.6
SVN revision: 507
This commit is contained in:
parent
aba8948812
commit
dca6deb473
@ -1,9 +1,12 @@
|
|||||||
Version 2.3.6, released April xxx, 2003
|
Version 2.3.6, released April 23rd, 2003
|
||||||
=======================================
|
========================================
|
||||||
|
|
||||||
- Eliminated WEB_BUFFER_SIZE, made memory allocation dynamically
|
- Eliminated WEB_BUFFER_SIZE, made memory allocation dynamically
|
||||||
- Fixed bug that attachments were deleted on reply
|
- Fixed bug that attachments were deleted on reply
|
||||||
- Added flag "Hidden = 0|1"
|
- Added flag "Hidden = 0|1"
|
||||||
|
- Added warning if maximum number of attachments reached
|
||||||
|
- Fixed bug: Upon login on a logbook with guest access, one got
|
||||||
|
back to the "not logged in" page if username or password was wrong
|
||||||
|
|
||||||
Version 2.3.5, released April 9th, 2003
|
Version 2.3.5, released April 9th, 2003
|
||||||
=======================================
|
=======================================
|
||||||
|
|||||||
@ -31,7 +31,7 @@
|
|||||||
[<a class=nav href="#links">Links</a>]
|
[<a class=nav href="#links">Links</a>]
|
||||||
* </div>
|
* </div>
|
||||||
<P class=Sub>Home of the <i>Electronic Logbook</i> package by <a href="mailto:Stefan.Ritt@psi.ch">Stefan Ritt</a></P>
|
<P class=Sub>Home of the <i>Electronic Logbook</i> package by <a href="mailto:Stefan.Ritt@psi.ch">Stefan Ritt</a></P>
|
||||||
<div class=version> Current version is : 2.3.4 </div>
|
<div class=version> Current version is : 2.3.6 </div>
|
||||||
|
|
||||||
<hr><a name="whatis">
|
<hr><a name="whatis">
|
||||||
<div class=section> What is ELOG ? </div>
|
<div class=section> What is ELOG ? </div>
|
||||||
|
|||||||
@ -270,3 +270,4 @@ Host = Computer
|
|||||||
Your ELOG account has been activated = Ihr ELOG Konto wurde aktiviert
|
Your ELOG account has been activated = Ihr ELOG Konto wurde aktiviert
|
||||||
Activate = Aktivieren
|
Activate = Aktivieren
|
||||||
Maximum number of attachments reached = Maximale Anzahl von Anhängen erreicht
|
Maximum number of attachments reached = Maximale Anzahl von Anhängen erreicht
|
||||||
|
Invalid user name <i>"%s"</i> = Falscher Benutzer-Name <i>"%s"</i>
|
||||||
|
|||||||
@ -6,6 +6,9 @@
|
|||||||
Contents: Web server program for Electronic Logbook ELOG
|
Contents: Web server program for Electronic Logbook ELOG
|
||||||
|
|
||||||
$Log$
|
$Log$
|
||||||
|
Revision 1.92 2003/04/23 10:40:21 midas
|
||||||
|
Version 2.3.6
|
||||||
|
|
||||||
Revision 1.91 2003/04/23 09:59:46 midas
|
Revision 1.91 2003/04/23 09:59:46 midas
|
||||||
Fixed bug that administrator could not change passwords of other users
|
Fixed bug that administrator could not change passwords of other users
|
||||||
|
|
||||||
@ -794,7 +797,7 @@
|
|||||||
\********************************************************************/
|
\********************************************************************/
|
||||||
|
|
||||||
/* Version of ELOG */
|
/* Version of ELOG */
|
||||||
#define VERSION "2.3.5"
|
#define VERSION "2.3.6"
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user