• last updated 2 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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.

  1. … 6 more files in changeset.
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.

  1. … 2 more files in changeset.
Add ability to search Project list page.

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

  1. … 5 more files in changeset.
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.

  1. … 2 more files in changeset.
Removed categories column from view, which fixes a display bug when many people

are assigned to a project.

Latest finish date was mistakenly displayed as latest start date

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

  1. … 73 more files in changeset.
Added in ability to close several projects at once.

  1. … 2 more files in changeset.
Improvement to the way categories are dealt with. Handles multiple trees

(or no trees) better.

  1. … 2 more files in changeset.
Main project page now limits view by assignee

  1. … 1 more file in changeset.
Added in email notifications when you are assigned to a project.

    • -6
    • +13
    ./project-assign-task-assignees.tcl
  1. … 1 more file in changeset.
Adds in the option to email comments made on projects

  1. … 2 more files in changeset.
Fixes sorting and display of roles in project view page

Added in a link which will assign people to a task based on the task

assignments. Also adds in the ability to not send out emails when

editings a task. Slightly changes the task add/edit page.

    • -0
    • +71
    ./project-assign-task-assignees.tcl
Add ability to delete processes.

    • -0
    • +16
    ./process-delete.adp
    • -0
    • +41
    ./process-delete.tcl
  1. … 1 more file in changeset.
The process task edit page had to be explicitly left justified on IE

Fixes typo in dependency edit pages, bumped to 1.09b2.

  1. … 1 more file in changeset.
Update to version 1.09b1. Fixes several bugs in the handling of

processes. Dramatically improves the handling of process tasks (much

better UI). Add a column for ordering of process tasks, including

upgrade script.

    • -18
    • +4
    ./process-dependency-add-edit-postgresql.xql
    • -30
    • +38
    ./process-dependency-add-edit.tcl
    • -3
    • +6
    ./process-task-add-edit-2-postgresql.xql
    • -3
    • +7
    ./process-task-add-edit-postgresql.xql
    • -91
    • +0
    ./process-task-assign-add-edit-postgresql.xql
    • -347
    • +0
    ./process-task-assign-add-edit.tcl
  1. … 5 more files in changeset.
Partial fix to bug 1891, adds Aolserver 3.x compatibility.

  1. … 1 more file in changeset.
Handles case where no role is entered in process tasks add-edit page

Fixes error when no role is chosen when creating a task.

Adds in a administrative page to update the status of all projects

    • -0
    • +41
    ./admin/update-projects.tcl
Fixed duplicate subject. Pointed out by Eduardo.

Beginning to add project assignments. Can now view project assignments from

the project view page. Also began moving a lot of code into procs, and

util_memoized quite a few things.

    • -0
    • +42
    ./project-assign-add.tcl
    • -0
    • +36
    ./project-assign-edit-2.tcl
    • -0
    • +5
    ./project-assign-edit.adp
    • -0
    • +109
    ./project-assign-edit.tcl
    • -0
    • +34
    ./project-assign-remove.tcl
  1. … 5 more files in changeset.
Make dates internationalized, patch 50% courtesy of Eduardo.

Added in two files left out from the last commit: adds in general

comments, and sends out email.

Adding general comments optionally sends out an email now.

  1. … 2 more files in changeset.