diff --git a/doc/ChangeLog b/doc/ChangeLog index aa87a86b..ddbf71fd 100755 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,18 @@ +Version 2.4.1, released January 13th, 2004 +========================================== + +- Added "top text" option +- "Bottom text" and "Top text" are displayed now on ALL pages +- Only section of current logbook can be edited in elogd.cfg, this + makes it possible to declar different administrators for different + logbooks +- Added logging for SMTP communication (for debugging) +- Added "last submission" option +- Evaluate configuration options after conditional attributes change +- Implemented expansion of logbook selection page +- Fixed bug that text disappeared after upload +- Admin users can edit "[global ]" and "[global]" sections + Version 2.4.0, released January 5th, 2004 ========================================= diff --git a/doc/adminguide.html b/doc/adminguide.html index e3bca407..409c7ce1 100755 --- a/doc/adminguide.html +++ b/doc/adminguide.html @@ -20,7 +20,7 @@  [FAQ]   [Wishlist]   [Contributions]  - [DEMO]  + [DEMO]   [Download

@@ -204,7 +204,7 @@ the "-k" flag to the elogd command line to turn keep- Recai Oktas report that under Mac OS X there is a problem with the default stack size. The command limit stacksize unlimited (for tcsh) or ulimit -s unlimited (for bash) increases the stacksize and fixes this problem. -Read the according thread in the forum. +Read the according thread in the forum.


diff --git a/doc/config.html b/doc/config.html index 17eb6633..0de9330f 100755 --- a/doc/config.html +++ b/doc/config.html @@ -1166,6 +1166,7 @@ have to change the password in all logbooks individually.

+

With this option it is possible for new users to self-register an user account. At the login page, a link is displayed "Register as a new user" which leads the user to diff --git a/doc/contrib.html b/doc/contrib.html index bac5df3e..0e74d0b6 100755 --- a/doc/contrib.html +++ b/doc/contrib.html @@ -19,7 +19,7 @@  [FAQ]   [Wishlist]   [Contributions]  - [DEMO]  + [DEMO]   [Download

diff --git a/doc/dl-menu.html b/doc/dl-menu.html index 1a70781d..de677cb2 100755 --- a/doc/dl-menu.html +++ b/doc/dl-menu.html @@ -8,7 +8,7 @@  [FAQ]   [Wishlist]   [Contributions]  - [DEMO]  + [DEMO]   [Download] 

diff --git a/doc/faq.html b/doc/faq.html index 852a73d1..9f5bb911 100755 --- a/doc/faq.html +++ b/doc/faq.html @@ -20,7 +20,7 @@  [FAQ]   [Wishlist]   [Contributions]  - [DEMO]  + [DEMO]   [Download

@@ -69,7 +69,7 @@ format and MySQL would be needed, which is lots of work and not planned right no However, there are several contributions from other people who wrote scripts to put ELOG entries into a MySQL database. One is available at -http://midas.psi.ch/elogdemo/Forum/387. +http://midas.psi.ch/elogdemo/Forum/387.

  • Can I run the ELOG daemon from inside Apache or any other Web server? diff --git a/doc/index.html b/doc/index.html index aa065781..b81a32c5 100755 --- a/doc/index.html +++ b/doc/index.html @@ -20,7 +20,7 @@  [FAQ]   [Wishlist]   [Contributions]  - [DEMO]  + [DEMO]   [Download

    @@ -80,7 +80,7 @@ after being submitted. An additional feature is the automatic generation of a notification email messages based on a certain type or category of a logbook entry.

    -Also try out the online demo ! +Also try out the online demo !

    diff --git a/doc/userguide.html b/doc/userguide.html index 1d8cf89d..2917dd23 100755 --- a/doc/userguide.html +++ b/doc/userguide.html @@ -20,7 +20,7 @@  [FAQ]   [Wishlist]   [Contributions]  - [DEMO]  + [DEMO]   [Download

    diff --git a/doc/wishlist.html b/doc/wishlist.html index 905426d5..6dac6ad9 100755 --- a/doc/wishlist.html +++ b/doc/wishlist.html @@ -18,7 +18,7 @@  [Administrator's Guide]   [FAQ]   [Wishlist]  - [DEMO]  + [DEMO]   [Download

    @@ -33,7 +33,6 @@ starting at the items with the most votes. You can vote for a feature, or sugges FeatureVotes Implement groups of users3 -Display the last logbook entry date and author on logbook selection page1 Remove HTML tags for summary tags for "summary only" search mode1 Use "and" and "or" operands in queries3 Password expiration1 @@ -43,7 +42,6 @@ starting at the items with the most votes. You can vote for a feature, or sugges Convert elog text files into XML files and comma separated files with elconv1 Implement multi-line attributes2 Derive attribute options from list of entries of another logbook1 -Separate administrators for different logbooks should only see their section in elogd.cfg2 Derive list of options for attribute from user list (Options [attrib] = $user_list)1 Add "Top text = " statement, use it and "bottom text" in all pages1