• last updated 1 hour ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Bump to version 2.13b3. No other changes.

Sorts view of tasks by their status first (closed tasks at the end)

file task-delete-postgresql.xql was initially added on branch oacs-5-1.

    • -0
    • +0
    ./www/task-delete-postgresql.xql
file upgrade-2.12-2.13b1.sql was initially added on branch oacs-5-1.

    • -0
    • +0
    ./sql/postgresql/upgrade/upgrade-2.12-2.13b1.sql
file upgrade-2.13b1-2.13b2.sql was initially added on branch oacs-5-1.

    • -0
    • +0
    ./sql/postgresql/upgrade/upgrade-2.13b1-2.13b2.sql
Added in task 'delete', with significant code from Chris Davies. Adds

in a new view for active tasks, a new column for pm_tasks that keeps

track of whether a task is deleted or not, and adds in new delete

pages. Includes upgrade scripts. There may be code that still needs to

switch to using the pm_tasks_active view, but I caught all the obvious

ones. Bump to version 2.13b2.

    • -0
    • +16
    ./sql/postgresql/upgrade/upgrade-2.12-2.13b1.sql
    • -0
    • +12
    ./sql/postgresql/upgrade/upgrade-2.13b1-2.13b2.sql
Show all tasks, open and closed. Highlight open tasks. I'd prefer to

shade the background, but for now, this is the next best thing.

Releasing version 2.12: includes bug fix in hours remainding shown for tasks.

Add ability to search Project list page.

Merging from oacs-5-1 (jcd-merge-5-1-20040628 to jcd-merge-5-1-20040712)

Was incorrectly displaying estimated hours when work had not been done on

the task.

When a task is 100% complete, display 0 hours work remaining.

Fix bug introduced in last release (which prevents logging hours), bump to

version 2.11.

Releasing project-manager 2.1

Right align hour estimates

UI improvement: changed display of hours to reflect what people actually

want to see, instead of just reflecting the state of the system. Now shows

estimated amount of work remaining, rather than work done and total work

required.

Removed categories column from view, which fixes a display bug when many people

are assigned to a project.

Improves the way deadlines are computed. Now based on percentage complete,

instead of the number of hours worked.

You are automatically added to projects you create

Latest finish date was mistakenly displayed as latest start date

Merged all changes over from HEAD. Further development will be on oacs-5-1.

    • -0
    • +0
    ./sql/postgresql/project-manager-drop.sql
    • -1
    • +1
    ./sql/postgresql/upgrade/upgrade-1.08b1-1.09b1.sql
    • -1
    • +1
    ./tcl/project-manager-procs-postgresql.xql
  1. … 73 more files in changeset.
Added in ability to close several projects at once.

    • -0
    • +39
    ./www/bulk-close.tcl
Improvement to the way categories are dealt with. Handles multiple trees

(or no trees) better.

    • -23
    • +13
    ./tcl/project-manager-procs-postgresql.xql
Release of project-manager 2.1b1

Main project page now limits view by assignee

Added in email notifications when you are assigned to a project.

    • -6
    • +13
    ./www/project-assign-task-assignees.tcl
When changing the project of a task, the logger entries weren't moved

over to the new project.

Bumped to version 2.0b1. No other changes.

Bump project-manager to version 1.1b1

Adds in the option to email comments made on projects