Forum OpenACS Q&A: Project manager 2.21 beta 1 released

Collapse
Posted by Jade Rubick on
Quite a few changes since my last announced release.

2004-10-08 14:24  jader

        * project-manager.info,
        sql/postgresql/project-manager-table-create.sql,
        sql/postgresql/upgrade/upgrade-2.20b3-2.21b1.sql,
        tcl/project-procs.tcl, tcl/task-procs.tcl, www/index.adp,
        www/one-postgresql.xql, www/one.adp, www/one.tcl, www/style.css,
        www/task-one-postgresql.xql, www/task-one.tcl: UI improvements,
        distinguish between project and tasks by using green for projects,
        blue for tasks. Minor database upgrade to allow for some UI
        improvements. Release new version 2.21b1

2004-10-07 16:59  jader

        * www/one.tcl: Change the appearance of closed tasks in the project
        view page. Also remove link to processes.

2004-09-27 15:39  jader

        * tcl/task-procs.tcl, www/task-assign-add-edit-postgresql.xql,
        www/task-assign-add-edit.tcl: Prevent throwing errors when users
        assign the same user to the same task twice

2004-09-24 14:31  jader

        * project-manager.info: Release of 2.20b3 version.

2004-09-24 13:53  jader

        * tcl/calendar-procs.tcl: Fix error in task calendar which showed
        dates off by one task deadline

2004-09-24 12:22  jader

        * www/: task-add-edit.tcl, task-assign-add-edit-postgresql.xql,
        task-assign-add-edit.tcl: Fixes html in email notifications.

2004-09-23 15:00  jader

        * tcl/project-manager-procs.tcl, www/task-add-edit.tcl: Move date
        cleanup to proc.

2004-09-23 14:46  jader

        * tcl/task-procs-postgresql.xql, tcl/task-procs.tcl,
        www/task-add-edit-postgresql.xql, www/task-add-edit.tcl: Move some
        code to a proc, to clean up task-add-edit page just a little bit.

2004-09-22 11:30  jader

        * www/tasks.tcl: Take out assignee from tasks list -- it is
        unwieldy if there are lots of assignees (unscalable interface)