2001-03-30 Julian Midgley * [agnostos-0-9-11] released 2001-03-30 jtjm * /home/jtjm/cvsroot/agnostos/agnostos_docroot/add_name.pl, /home/jtjm/cvsroot/agnostos/agnostos_docroot/config/agnostos.conf, /home/jtjm/cvsroot/agnostos/agnostos_docroot/name_edit.pl, /home/jtjm/cvsroot/agnostos/agnostos_docroot/name_manage.pl, /home/jtjm/cvsroot/agnostos/agnostos_docroot/update_task.pl: Added support for emailing users when they are assigned a task (set notify_email to 1 in agnostos.conf to enable). Suggested by Michael O'Rourke . 2001-03-06 jtjm * /home/jtjm/cvsroot/agnostos/agnostos_docroot/config/agnostos.conf, /home/jtjm/cvsroot/agnostos/agnostos_docroot/update_task.pl: Added support for logging REMOTE_USER in the audit logs. This feature is enabled by setting audit_log_remote_user to 1 in agnostos.conf. This patch supplied by Marco A. Bravo . 2001-01-31 jtjm * /home/jtjm/cvsroot/agnostos/agnostos_docroot/select_report.pl: weekly_report.pl now called as weekly_report.pl/report.txt (to give a more sensible filename when you save the report). Suggested by Larry Geralds 2001-01-17 jtjm * /home/jtjm/cvsroot/agnostos/install.pl: Fix to remove requirement for correct path to bash in install_mysql.sh. 2001-01-09 jtjm * /home/jtjm/cvsroot/agnostos/agnostos_docroot/config/agnostos.conf, /home/jtjm/cvsroot/agnostos/agnostos_docroot/set_view.pl: User, groups, and departments now displayed in alphabetical order by set_view.pl. The tuneable $config{set_view_alphabetical} can be set to 0 to revert to the old behaviour, if you prefer. 2000-11-13 jtjm * /home/jtjm/cvsroot/agnostos/install.pl: Now uses 'cp -r' instead of 'cp -a' for compatability across OSes. 2000-11-12 Julian T J Midgley * [agnostos-0-9-10] released 2000-11-12 jtjm * /home/jtjm/cvsroot/agnostos/mysql_data/database_struct: Added new fields - authname and passwd, for use with the authentication feature when it's completed. * /home/jtjm/cvsroot/agnostos/install.pl: Now upgrades an existing installation, merging in any new options in agnostos.conf, and preserving those settings which had been changed from their defaults. * /home/jtjm/cvsroot/agnostos/agnostos_docroot/config/agnostos.conf, /home/jtjm/cvsroot/agnostos/agnostos_docroot/view_tasks.pl: New configurable 'tasks_done_days' sets the time (in days, since the date of their completion) for which done/cancelled tasks which will be shown. Default is 30. * /home/jtjm/cvsroot/agnostos/agnostos_docroot/config/.htaccess: config directory now protected by .htaccess file (denys all access). * /home/jtjm/cvsroot/agnostos/doc/Configuration: Added note on config. file location. * /home/jtjm/cvsroot/agnostos/install.pl, /home/jtjm/cvsroot/agnostos/install_mysql.sh: New Installation/Upgrade Script: install.pl install.pl replaces install_mysql.sh as the Agnostos installer. It prompts for installation directory, database name and user names, then creates and initialises the database, installs the CGIs, amending agnostos.conf and the mysql database as appropriate. 2000-11-11 jtjm * /home/jtjm/cvsroot/agnostos/agnostos_docroot/config/agnostos.conf, /home/jtjm/cvsroot/agnostos/agnostos_docroot/taskman_lib.pm, /home/jtjm/cvsroot/agnostos/agnostos_docroot/view_audit.pl, /home/jtjm/cvsroot/agnostos/agnostos_docroot/view_tasks.pl, /home/jtjm/cvsroot/agnostos/agnostos_docroot/weekly_report.pl, /home/jtjm/cvsroot/agnostos/agnostos_docroot/edit_task.pl, /home/jtjm/cvsroot/agnostos/agnostos_docroot/select_report.pl: User Definable Date format: added new config option 'date_format' (see comments in config/agnostos.conf for details), and converted existing scripts to use parse_date_format() and format_text_date() to display all dates in user defined format. 2000-11-07 jtjm * /home/jtjm/cvsroot/agnostos/agnostos_docroot/taskman_lib.pm: Fixed bug reported by James Ledbetter and Michael O'Rourke that prevented the select_report.pl retrieving a cookie. (Apache mod_perl sets a cookie's path if it's unset by the CGI; Cookie path now set to /. 2000-10-15 jtjm * /home/jtjm/cvsroot/agnostos/agnostos_docroot/magglass.png: Put magglass.png into image directory * /home/jtjm/cvsroot/agnostos/test_progs/crypttest.pl: Simple program to check that check_passwd() and desalinate() do what they're supposed to. * /home/jtjm/cvsroot/agnostos/doc/authentication: Details of the Agnostos authentication mechanism * /home/jtjm/cvsroot/agnostos/agnostos_docroot/config/agnostos.conf: New keys (for the authentication mechanism): auth_inuse - sets whether or not to use authentication. auth_crypt_alg - sets the crypt() algorithm to use (either MD5 or DES) * /home/jtjm/cvsroot/agnostos/agnostos_docroot/taskman_lib.pm: Added check_passwd(), desalinate() and a placeholder for gen_salt() as part of the authentication additions * /home/jtjm/cvsroot/agnostos/agnostos_docroot/name_manage.pl: Show password fields when adding a user and $config{auth_inuse} is set * /home/jtjm/cvsroot/agnostos/agnostos_docroot/add_name.pl: Now asks for a password when adding a user and $config{auth_inuse} is set. 2000-10-13 jtjm * /home/jtjm/cvsroot/agnostos/agnostos_docroot/select_report.pl: Now checks to see whether or not the cookie is 'completely fubar'ed; this fixes the bug reported by Jeremy Welling . 2000-10-06 Julian Midgley * [agnostos-0-9-9] released. 2000-10-06 Julian T J Midgley * /home/jtjm/cvsroot/agnostos/agnostos_docroot/taskman_lib.pm: dbserver_connect() now takes $config_ref as an argument instead of the database name. added sel_table_html(), which displays the names of the selected user, group and department in a prettier? fashion. * /home/jtjm/cvsroot/agnostos/agnostos_docroot/update_task.pl: Uses $config{dbase_name) and updates mtime on each INSERT or UPDATE * /home/jtjm/cvsroot/agnostos/agnostos_docroot/view_tasks.pl: Uses $config{dbase_name}; also, uses sel_table_html() for title. * /home/jtjm/cvsroot/agnostos/agnostos_docroot/view_audit.pl: Uses $config{dbase_name} and now displays last modified time instead of completed_date (column headed 'Mtime') * /home/jtjm/cvsroot/agnostos/agnostos_docroot/weekly_report.pl: Uses $config{dbase_name}, and has slightly improved title section. * /home/jtjm/cvsroot/agnostos/agnostos_docroot/select_report.pl: Now uses $config{dbase_name} for the database name, and sel_table_html() for the page title. * /home/jtjm/cvsroot/agnostos/agnostos_docroot/config/agnostos.conf: Added database and colour config options * /home/jtjm/cvsroot/agnostos/agnostos_docroot/add_name.pl, /home/jtjm/cvsroot/agnostos/agnostos_docroot/edit_task.pl, /home/jtjm/cvsroot/agnostos/agnostos_docroot/name_edit.pl, /home/jtjm/cvsroot/agnostos/agnostos_docroot/name_manage.pl, /home/jtjm/cvsroot/agnostos/agnostos_docroot/set_view.pl: All scripts now read database name from config file ($config{dbase_name}) instead of having it hard-coded. 2000-09-18 Julian T J Midgley * /home/jtjm/cvsroot/agnostos/doc/Configuration: Config file format docs. * /home/jtjm/cvsroot/agnostos/agnostos_docroot/config/agnostos.conf: Config file added * /home/jtjm/cvsroot/agnostos/agnostos_docroot/taskman_lib.pm: Added: get_config(): reads the config file into a hash Updated: set_cookie() and get_cookie() which now set and retrieve cookie data more sensibly. Note, this breaks compatability with cookies from earlier versions, so the cookie has been renamed to 'AGNOSTOS-TABLEREF' ('-' in place of '_'). Default cookie expiry reduce to 90 days from one year. (Even schoolteachers have a good chance of returning from holiday before the cookie expires ;-) ) 2000-09-16 Julian T J Midgley * /home/jtjm/cvsroot/agnostos/agnostos_docroot/view_tasks.pl: A couple of minor optimisations (designed primarily to make the code look more readable and to eliminate unnecessary duplication). Any effect on speed of execution is likely to be insignificant. * /home/jtjm/cvsroot/agnostos/agnostos_docroot/add_name.pl, /home/jtjm/cvsroot/agnostos/agnostos_docroot/name_edit.pl, /home/jtjm/cvsroot/agnostos/agnostos_docroot/taskman_lib.pm: Names of users, groups or departments are now checked to prevent zero length or duplicate names being entered. 2000-09-15 Julian T J Midgley * /home/jtjm/cvsroot/agnostos/agnostos_docroot/taskman_lib.pm: Added Pragma: no-cache HTTP headers (belt and braces ;-) ). 2000-09-08 Julian T J Midgley * /home/jtjm/cvsroot/agnostos/agnostos_docroot/select_report.pl, /home/jtjm/cvsroot/agnostos/agnostos_docroot/weekly_report.pl: Reports now display the correct period. * /home/jtjm/cvsroot/agnostos/agnostos_docroot/toolbar.html, /home/jtjm/cvsroot/agnostos/agnostos_docroot/weekly_report.pl: Added user definable reporting periods for the weekly report * /home/jtjm/cvsroot/agnostos/agnostos_docroot/view_audit.pl: Now reports completed_date as well. 2000-09-05 Julian Midgley * [agnostos-0-9-8] released 2000-09-05 jtjm * /home/jtjm/cvsroot/agnostos/agnostos_docroot/edit_task.pl: The 'select date' boxes are now greyed out in IE5 when the "none" box is selected - patch from Troy Smith . 2000-09-04 jtjm * /home/jtjm/cvsroot/agnostos/doc/program_flow.eps, /home/jtjm/cvsroot/agnostos/doc/program_flow.fig, /home/jtjm/cvsroot/agnostos/doc/programmers_docs: Added programmer's documentation 2000-08-31 jtjm * /home/jtjm/cvsroot/agnostos/agnostos_docroot/set_view.pl: Now reads the cookie, and sets the User, Workgroup, and Department drop down boxes to your previous selection. Inspired by a patch from Conny . 2000-08-29 Julian Midgley * [agnostos-0-9-7] released 2000-08-29 jtjm * /home/jtjm/cvsroot/agnostos/agnostos_docroot/add_name.pl, /home/jtjm/cvsroot/agnostos/agnostos_docroot/taskman_lib.pm, /home/jtjm/cvsroot/agnostos/agnostos_docroot/update_task.pl: Added some 'nocache' meta tags (suggested by Conny ) * /home/jtjm/cvsroot/agnostos/agnostos_docroot/set_view.pl, /home/jtjm/cvsroot/agnostos/agnostos_docroot/edit_task.pl, /home/jtjm/cvsroot/agnostos/agnostos_docroot/taskman_lib.pm, /home/jtjm/cvsroot/agnostos/agnostos_docroot/view_tasks.pl, /home/jtjm/cvsroot/agnostos/agnostos_docroot/weekly_report.pl: The system now allows you to select any combination of user, group and department simultaneously (so you could, for example, select tasks for the Marketing Department and the Widget Group, or just look at Joe's outstanding tasks for group Foo). 2000-08-25 Julian Midgley * [agnostos-0-9-6] released 2000-08-25 jtjm * /home/jtjm/cvsroot/agnostos/agnostos_docroot/view_tasks.pl: Choosing to sort by date and status now give a sensible default ordering, and sorting by date drops all entries without a due date. * /home/jtjm/cvsroot/agnostos/agnostos_docroot/view_tasks.pl: Sort by status, priority and date now toggle between sort in ascending and descending order. * /home/jtjm/cvsroot/agnostos/agnostos_docroot/edit_task.pl: The user, department and group drop down boxes are now forced to "unset" by default, fixing a bug which could allow random entities to be the default option when adding a new task. * /home/jtjm/cvsroot/agnostos/agnostos_docroot/taskman_lib.pm: named_optionlist now sorts items numerically by ID 2000-08-23 jtjm * /home/jtjm/cvsroot/agnostos/agnostos_docroot/view_tasks.pl: The "Show cancelled" button is now a toggle. 2000-08-22 jtjm * /home/jtjm/cvsroot/agnostos/agnostos_docroot/update_task.pl: Had forgotten a "print $query->header();" line when adding a task, so no HTTP headers were being sent, which caused problems on webservers that don't insert them automatically. Spotted by Kevin Connover . 2000-08-20 Julian Midgley * [agnostos-0-9-5] released. 2000-08-20 jtjm * /home/jtjm/cvsroot/agnostos/mysql_data/database_struct: Added 'audit' table * /home/jtjm/cvsroot/agnostos/agnostos_docroot/update_task.pl: Fixed bug with auditing when new task created (audit_prepare was being called before todoid was assigned). * /home/jtjm/cvsroot/agnostos/agnostos_docroot/magglass.png, /home/jtjm/cvsroot/agnostos/agnostos_docroot/update_task.pl, /home/jtjm/cvsroot/agnostos/agnostos_docroot/view_audit.pl, /home/jtjm/cvsroot/agnostos/agnostos_docroot/view_tasks.pl: Audit Trail added. * /home/jtjm/cvsroot/agnostos/agnostos_docroot/taskman_lib.pm, /home/jtjm/cvsroot/agnostos/agnostos_docroot/view_tasks.pl: Added links to users, groups and departments in view_tasks.pl 2000-08-20 Julian Midgley * [agnostos-0-9-0] released. 2000-08-20 jtjm * /home/jtjm/cvsroot/agnostos/README: Added installation instructions * /home/jtjm/cvsroot/agnostos/agnostos_docroot/toolbar.html: Renamed Agnostos * /home/jtjm/cvsroot/agnostos/agnostos_docroot/edit_task.pl: Prevented use of $date when uninitialised 2000-08-19 jtjm * /home/jtjm/cvsroot/agnostos/install_mysql.sh, /home/jtjm/cvsroot/agnostos/mysql_data/agnostos_inserts, /home/jtjm/cvsroot/agnostos/mysql_data/database_struct, /home/jtjm/cvsroot/agnostos/mysql_data/mysql_inserts: Added script to create and initialise the database. * /home/jtjm/cvsroot/agnostos/agnostos_docroot/taskman_lib.pm: Changed database user from "web" to "agnostos" * /home/jtjm/cvsroot/agnostos/doc/database_struct: removed database_struct * /home/jtjm/cvsroot/agnostos/agnostos_docroot/add_name.pl, /home/jtjm/cvsroot/agnostos/agnostos_docroot/edit_task.pl, /home/jtjm/cvsroot/agnostos/agnostos_docroot/name_edit.pl, /home/jtjm/cvsroot/agnostos/agnostos_docroot/name_manage.pl, /home/jtjm/cvsroot/agnostos/agnostos_docroot/set_view.pl, /home/jtjm/cvsroot/agnostos/agnostos_docroot/update_task.pl, /home/jtjm/cvsroot/agnostos/agnostos_docroot/view_tasks.pl, /home/jtjm/cvsroot/agnostos/agnostos_docroot/weekly_report.pl: Database renamed 'agnostos' 2000-08-19 Julian Midgley * /home/jtjm/cvsroot/agnostos/README: Added README * /home/jtjm/cvsroot/agnostos/agnostos_docroot/taskman_lib.pm: Added GPL Preamble * /home/jtjm/cvsroot/agnostos/LICENCE, /home/jtjm/cvsroot/agnostos/agnostos_docroot/add_name.pl, /home/jtjm/cvsroot/agnostos/agnostos_docroot/edit_task.pl, /home/jtjm/cvsroot/agnostos/agnostos_docroot/name_edit.pl, /home/jtjm/cvsroot/agnostos/agnostos_docroot/name_manage.pl, /home/jtjm/cvsroot/agnostos/agnostos_docroot/set_view.pl, /home/jtjm/cvsroot/agnostos/agnostos_docroot/taskman_lib.pm, /home/jtjm/cvsroot/agnostos/agnostos_docroot/update_task.pl, /home/jtjm/cvsroot/agnostos/agnostos_docroot/view_tasks.pl, /home/jtjm/cvsroot/agnostos/agnostos_docroot/weekly_report.pl: Added GPL to each perl script, and removed dependencies on lib-common, in preparation for releasing the system from xenoclast.org * /home/jtjm/cvsroot/agnostos/agnostos_docroot/view_tasks.pl: Added option to show done/cancelled items. * /home/jtjm/cvsroot/agnostos/agnostos_docroot/view_tasks.pl: Now colours 'done' and 'cancelled' items light blue. 2000-08-19 Julian Midgley * [taskman-1-0-8] released 2000-08-19 Julian Midgley * /cvs/cvsroot/olympus/taskman/Documentation/database_struct: Updated... (new 'completed_date' field and re-ordering of 'status' field) * /cvs/cvsroot/olympus/taskman/weekly_report.pl: Unassigned tasks are now listed as unassigned, rather than  ... * /cvs/cvsroot/olympus/taskman/view_tasks.pl: Cookies now expire after a year. * /cvs/cvsroot/olympus/taskman/edit_task.pl: New tasks now have 'nodate' set by default. 2000-08-10 Julian Midgley * [taskman-1-0-7] released * /cvs/cvsroot/olympus/taskman/view_tasks.pl: Moved "add new tasks" link to top of page, and cleared up several 'unassigned variable' errors. * /cvs/cvsroot/olympus/taskman/edit_task.pl: Now wraps text in the text box. * /cvs/cvsroot/olympus/taskman/weekly_report.pl: Now wraps the description and title appropriately. Placeholder for completed_date added. All sections compiled using status_report. 2000-08-09 Julian Midgley * [taskman-1-0-6] released * /cvs/cvsroot/olympus/taskman/weekly_report.pl: Added error checking in case called without any cookies set, and removed completed_date from uncompleted items. * /cvs/cvsroot/olympus/taskman/view_tasks.pl: Overdue items now turn particularly loud shade of red ;-) * /cvs/cvsroot/olympus/taskman/weekly_report.pl: Added better section separators. * /cvs/cvsroot/olympus/taskman/weekly_report.pl: Corrected couple of errors in Completed section * /cvs/cvsroot/olympus/taskman/toolbar.html: Added Weekly Report link * /cvs/cvsroot/olympus/taskman/weekly_report.pl: Tidied up the presentation a little. 2000-08-09 Julian Midgley * [taskman-1-0-5] released 2000-08-09 Julian Midgley * /cvs/cvsroot/olympus/taskman/update_task.pl, /cvs/cvsroot/olympus/taskman/weekly_report.pl: Wrote weekly report generator (and got update_task.pl to update completion_date). * /cvs/cvsroot/olympus/taskman/taskman_lib.pm, /cvs/cvsroot/olympus/taskman/view_tasks.pl: Moved fetch_ents into taskman_lib 2000-08-07 Julian Midgley * /cvs/cvsroot/olympus/taskman/view_tasks.pl: Now checks that a cookie is set, and displays an error message if not, instead of just crashing out. * /cvs/cvsroot/olympus/taskman/taskman_lib.pm: Cosmetic improvement to comments 2000-08-05 Julian Midgley * [taskman-1-0-4] released * /cvs/cvsroot/olympus/taskman/view_tasks.pl: Now has coloured backgrounds for tasks. 2000-08-04 Julian Midgley * /cvs/cvsroot/olympus/taskman/view_tasks.pl: Terminated if, elsif, else clause (in cause invalid value provided for "sortby"). * /cvs/cvsroot/olympus/taskman/view_tasks.pl: Can now sort by priority, status or date, as user desires. 2000-08-04 Julian Midgley * [taskman-1-0-3] released 2000-08-04 Julian Midgley * /cvs/cvsroot/olympus/taskman/view_tasks.pl: Now orders by status as well * /cvs/cvsroot/olympus/taskman/edit_task.pl: Now preserves "no date" status of todos without dates. 2000-08-03 Julian Midgley * [taskman-1-0-2] released * /cvs/cvsroot/olympus/taskman/view_tasks.pl: Now sorts by date as well. * /cvs/cvsroot/olympus/taskman/update_task.pl: Adjusted meta refresh rates (now set to 0) * /cvs/cvsroot/olympus/taskman/edit_task.pl, /cvs/cvsroot/olympus/taskman/update_task.pl, /cvs/cvsroot/olympus/taskman/view_tasks.pl: Added support for dated todos. 2000-08-01 Julian Midgley * /cvs/cvsroot/olympus/taskman/edit_task.pl: Added note on priorities 2000-08-01 Julian Midgley * [taskman-1-0-1] released * /cvs/cvsroot/olympus/taskman/view_tasks.pl: Now displays users, groups and departments alongside each todo entry. * /cvs/cvsroot/olympus/taskman/update_task.pl: Now quotes quotation marks "'", preventing some entries from failing. * /cvs/cvsroot/olympus/taskman/taskman_lib.pm: Added sql_quote * /cvs/cvsroot/olympus/taskman/set_view.pl: Comments on use of selection boxes added. 2000-07-31 Julian Midgley * /cvs/cvsroot/olympus/taskman/Documentation/database_struct: Updated 2000-07-31 Julian Midgley * [taskman-1-0-0] released 2000-07-31 Julian Midgley * /cvs/cvsroot/olympus/taskman/edit_task.pl, /cvs/cvsroot/olympus/taskman/taskman_lib.pm, /cvs/cvsroot/olympus/taskman/toolbar.html, /cvs/cvsroot/olympus/taskman/update_task.pl, /cvs/cvsroot/olympus/taskman/view_tasks.pl: Added some cookies to enable the selected user/group/department to be tracked through the system. * /cvs/cvsroot/olympus/taskman/edit_task.pl: Very minor cosmetic amendment to the code. * /cvs/cvsroot/olympus/taskman/edit_task.pl, /cvs/cvsroot/olympus/taskman/index.html, /cvs/cvsroot/olympus/taskman/set_view.pl, /cvs/cvsroot/olympus/taskman/toolbar.html, /cvs/cvsroot/olympus/taskman/view_tasks.pl: Added toolbar, and corrected a few 'uninitialised variable' errors * /cvs/cvsroot/olympus/taskman/ChangeLog, /cvs/cvsroot/olympus/taskman/add_name.pl, /cvs/cvsroot/olympus/taskman/edit_task.pl, /cvs/cvsroot/olympus/taskman/name_edit.pl, /cvs/cvsroot/olympus/taskman/name_manage.pl, /cvs/cvsroot/olympus/taskman/set_view.pl, /cvs/cvsroot/olympus/taskman/taskman_lib.pm, /cvs/cvsroot/olympus/taskman/update_task.pl, /cvs/cvsroot/olympus/taskman/view_tasks.pl: - 'Done' and 'Cancelled' items can now be displayed if desired - html_header now supplies a proper HTTP header. - Add and editing users/groups/departments now auto-refreshes on completion 2000-07-28 Julian Midgley * /cvs/cvsroot/olympus/taskman/edit_task.pl, /cvs/cvsroot/olympus/taskman/name_manage.pl, /cvs/cvsroot/olympus/taskman/set_view.pl, /cvs/cvsroot/olympus/taskman/taskman_lib.pm, /cvs/cvsroot/olympus/taskman/view_tasks.pl: First working version. User interface needs some considerable tidying up. 2000-07-27 Julian Midgley * /cvs/cvsroot/olympus/taskman/edit_task.pl, /cvs/cvsroot/olympus/taskman/name_manage.pl, /cvs/cvsroot/olympus/taskman/update_task.pl, /cvs/cvsroot/olympus/taskman/view_tasks.pl: Corrected location of lib-common in several scripts * /cvs/cvsroot/olympus/taskman/view_tasks.pl: Some cosmetic improvements * /cvs/cvsroot/olympus/taskman/edit_task.pl, /cvs/cvsroot/olympus/taskman/update_task.pl, /cvs/cvsroot/olympus/taskman/view_tasks.pl: Can now edit and view tasks... huzzah. * /cvs/cvsroot/olympus/taskman/taskman_lib.pm: Added gen_assigned_name 2000-07-26 Julian Midgley * /cvs/cvsroot/olympus/taskman/add_name.pl, /cvs/cvsroot/olympus/taskman/edit_entities.html, /cvs/cvsroot/olympus/taskman/name_edit.pl, /cvs/cvsroot/olympus/taskman/name_manage.pl: Entity editing/addition scripts complete (for now) * /cvs/cvsroot/olympus/taskman/Documentation/database_struct, /cvs/cvsroot/olympus/taskman/Documentation/overview, /cvs/cvsroot/olympus/taskman/add_name.pl, /cvs/cvsroot/olympus/taskman/name_manage.pl, /cvs/cvsroot/olympus/taskman/taskman_lib.pm: Added first versions of a few files * /cvs/cvsroot/olympus/taskman/ChangeLog, /cvs/cvsroot/olympus/taskman/Documentation/overview, /cvs/cvsroot/olympus/taskman/MAINTAINER, /cvs/cvsroot/olympus/taskman/RELEASE_DIR: New file. * /cvs/cvsroot/olympus/taskman/ChangeLog, /cvs/cvsroot/olympus/taskman/Documentation/overview, /cvs/cvsroot/olympus/taskman/MAINTAINER, /cvs/cvsroot/olympus/taskman/RELEASE_DIR: Task Management System