#########################################################################
# Copyright (c)  2005, 2006  Stephan A. Rickauer.                       #
# Permission is granted to copy, distribute and/or modify this document #
# under the terms of the GNU Free Documentation License, Version 1.2    #
# or any later version published by the Free Software Foundation;       #
# with no Invariant Sections, no Front-Cover Texts, and no Back-Cover   #
# Texts.  A copy of the license is included in the section entitled     #
# "GNU Free Documentation License".                                     #
#########################################################################

* 2006-01-31 - Stephan A. Rickauer
- JavaScript for checking drop down boxes currently not generating red
  stars next to invalid field, though the popup would give hints regarding
  red stars fields - I don't know yet how to create a validateDropdown
  function which could generate those at the moment. But I really do need
  validation *now* that's why I can live with that bug. As a workaround
  I display a separate alert message - not really nice, but works.

* 2006-01-29 - Stephan A. Rickauer
- phpAuthent may not be found since DOCUMENTROOT is statically set. You
  may workaround this by setting your paths in phpauthent_config.php.

* 2006-01-08 - Stephan A. Rickauer
- PDF generation not in UTF8 yet (need to use ufpdf)
