2000-10-27  Paul Sokolovsky  <pfalcon@users.sourceforge.net>

	* project/admin/index.php: make fact that admins cannot be
	deleted explicitly visible by showing crossed trash icon.

2000-10-20  Paul Sokolovsky  <pfalcon@users.sourceforge.net>

	* include/User.class: getUnixStatus() added.

        * admin/approve_pending.php: Added LDAP support. For this,
        update each group individually instead of in mass. Also, some
        UI tweaks: now it's possible to approve projects individually,
        fields are shown somewhat cleaner. Since data now doubled
        between SQL and LDAP, steps to detect inconsistencies are
        performed with (hopefully) proper diagnostics (including
        preserving LDAP error descriptions in status_comment of
        group) and rudimentary auto-repair.

        * include/Error.class: Allow error messages to accumulate.

        * include/Group.class: addUser() and removeUser() LDAPized.

        * admin/groupedit.php: LDAPized.


2000-10-19  Geoffrey Herteg  <gherteg@users.sourceforge.net>

	* pm/pm_util.php: added mail_followup() to mail followups to 
			  task owner and assigned developers...

	* pm/pm_data.php: modified pm_data_create_task() and
			  pm_data_update_task() to call mail_followup()
			  if create/update successful.

2000-10-19  Paul Sokolovsky  <pfalcon@users.sourceforge.net>

	* include/ldap.php: module for LDAP support.

        * DB: groups: new column 'status_comment', should provide
        some explaination (for human) while group in given status.

2000-10-18  Paul Sokolovsky  <pfalcon@users.sourceforge.net>

	* include/User.class: user_get_object() can take either
        $user_id or $res.

2000-10-17  Paul Sokolovsky  <pfalcon@users.sourceforge.net>

        * DB: user_group: add 'cvs_flags' column to hold CVS
        permissions.
	* project/admin/userperms.php: Add CVS access selector
        for read, write, admin permissions (accumulated).
        Reformat and add more roles descriptions.
        * include/Group.class: make updateUser() method take
        additional argument - cvs permissions (0,1,2 for read,
        write, admin).
	
2000-10-15  Paul Sokolovsky  <pfalcon@users.sourceforge.net>

	* include/menu.php: Make docs link bold.
	* account/first.php: Make docs link bold.

2000-10-14  Paul Sokolovsky  <pfalcon@users.sourceforge.net>

	* pre.php: If run without supported_languages table,
	mod_php died on including the directory instead of
	language class. Bad behaviour, almost as segfault of
	C app. Fixed.

2000-10-11  Paul Sokolovsky  <pfalcon@users.sourceforge.net>

	* Russian.class: File submitted by me was magically
        converted to windows-1251 encoding. Turn back to
        iso-8859-5.

