• last updated 33 mins ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
merge of changes between oacs-5-0-0b4 and oacs-5-0-0-final to HEAD

    • -1
    • +1
    ./sql/postgresql/project-manager-drop.sql
    • -0
    • +64
    ./sql/postgresql/project-manager-notifications-create.sql
  1. … 272 more files in changeset.
Fix allows tasks to be viewed from tasks page

Now depends on organizations package.

Cosmetic change to add-edit

Index page now shows company a project is associated with

Task page shows tickets now (instead of not showing them!)

Fixed: query for project with multiple revisions didn't work.

    • -2
    • +5
    ./www/task-assign-add-edit-postgresql.xql
Many many updates:

Added in basic notifications (no UI) for when tasks are created

Reduced the number of pages required for task create from 3 to 2 when dependencies

are being created.

Set up ability to add dependencies between newly created tasks (checks for loops so

they don't depend on each other)

Finished adding in basic categorization. UI could be improved, but it works.

Many minor UI updates.

Added in some functions that I had neglected to commit earlier.

Note that this still has a bug in the all_users view. It should be all_users_all, I

believe.

    • -3
    • +6
    ./sql/postgresql/project-manager-drop.sql
    • -0
    • +64
    ./sql/postgresql/project-manager-notifications-create.sql
    • -100
    • +0
    ./www/dependency-add-edit-postgresql.xql
  1. … 12 more files in changeset.
file project-manager-notifications-create.sql was initially added on branch oacs-5-0.

    • -0
    • +0
    ./sql/postgresql/project-manager-notifications-create.sql
file task-procs.tcl was initially added on branch oacs-5-0.

file task-procs-postgresql.xql was initially added on branch oacs-5-0.

    • -0
    • +0
    ./tcl/task-procs-postgresql.xql
file project-manager-notifications-drop.sql was initially added on branch oacs-5-0.

    • -0
    • +0
    ./sql/postgresql/project-manager-notifications-drop.sql
Add in categorization, add in ability to customize projects

table. Many bugfixes

    • -6
    • +3
    ./sql/postgresql/project-manager-drop.sql
  1. … 24 more files in changeset.
file project-manager-custom-create.sql was initially added on branch oacs-5-0.

    • -0
    • +0
    ./sql/postgresql/project-manager-custom-create.sql
file add-edit-2.tcl was initially added on branch oacs-5-0.

file add-edit-2.adp was initially added on branch oacs-5-0.

file add-edit-2-postgresql.xql was initially added on branch oacs-5-0.

    • -0
    • +0
    ./www/add-edit-2-postgresql.xql
file project-manager-custom-drop.sql was initially added on branch oacs-5-0.

    • -0
    • +0
    ./sql/postgresql/project-manager-custom-drop.sql
merge of changes on oacs-5-0 branch to oacs-5-0-0b4 tag

    • -151
    • +159
    ./sql/postgresql/project-manager-drop.sql
    • -298
    • +302
    ./sql/postgresql/project-manager-functions-create.sql
  1. … 584 more files in changeset.
clean up some of the summary and description data.

  1. … 14 more files in changeset.
Added in preliminary categories support. Now relies upon categories.

    • -0
    • +0
    ./sql/postgresql/project-manager-drop.sql
  1. … 17 more files in changeset.
Added in tasks page (to see a list of tasks assigned to you or others).

Added in data model support for project statuses.

Updated various items to get in line with 5.0

Quite a few small bugfixes.

    • -151
    • +159
    ./sql/postgresql/project-manager-drop.sql
    • -298
    • +302
    ./sql/postgresql/project-manager-functions-create.sql
  1. … 25 more files in changeset.
file tasks-postgresql.xql was initially added on branch oacs-5-0.

    • -0
    • +0
    ./www/tasks-postgresql.xql
file tasks.tcl was initially added on branch oacs-5-0.

file tasks.adp was initially added on branch oacs-5-0.

fix the __name methods so the user admin pages dont break

changes to make project-manager work on 5.0

    • -1
    • +1
    ./www/process-task-assign-add-edit.adp
    • -2
    • +2
    ./www/process-task-assign-add-edit.tcl
  1. … 7 more files in changeset.
Processes now work pretty well. There is a bug in the dependency code

for tasks now that prevents dependencies from being used.

    • -2
    • +3
    ./www/dependency-add-edit-postgresql.xql
    • -4
    • +12
    ./www/process-dependency-add-edit-postgresql.xql
    • -18
    • +58
    ./www/process-dependency-add-edit.tcl
    • -1
    • +1
    ./www/process-task-add-edit-2-postgresql.xql
    • -9
    • +10
    ./www/process-task-add-edit-postgresql.xql
    • -2
    • +2
    ./www/process-task-assign-add-edit.tcl
  1. … 8 more files in changeset.
Now can use processes from within a project.

    • -0
    • +14
    ./www/process-task-delete-2-postgresql.xql
    • -0
    • +24
    ./www/process-task-delete-2.tcl
    • -0
    • +17
    ./www/process-task-delete.adp
    • -0
    • +41
    ./www/process-task-delete.tcl
    • -0
    • +14
    ./www/process-use-postgresql.xql
    • -0
    • +64
    ./www/process-use.tcl
Added in general comments, added in dependency on general comments in .info

Can now use processes

Process tasks can now be added and edited. Process task dependencies

are not working yet.

    • -0
    • +20
    ./www/process-task-add-edit-2-postgresql.xql
    • -20
    • +68
    ./www/process-task-add-edit-2.tcl
    • -1
    • +1
    ./www/process-task-add-edit-postgresql.xql
    • -6
    • +16
    ./www/process-task-assign-add-edit.tcl
Took out auto-mount directory.