project-manager-table-create.sql

  • last updated 19 hours 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. … 286 more files in changeset.
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.

  1. … 26 more files in changeset.
Add in categorization, add in ability to customize projects

table. Many bugfixes

  1. … 38 more files in changeset.
merge of changes on oacs-5-0 branch to oacs-5-0-0b4 tag

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

  1. … 31 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.

  1. … 39 more files in changeset.
Added in processes. Still only half-working

    • -84
    • +90
    ./project-manager-table-create.sql
  1. … 22 more files in changeset.
Oracle9i porting changes

- Changed procedure names from delete to del

- Changed view declaration to use actual column names

- Changed "rel_constraints_violated_one" and "rel_constraints_violated_two"

(http://openacs.org/forums/message-view?message_id=81045)

    • -90
    • +83
    ./project-manager-table-create.sql
  1. … 275 more files in changeset.
Started adding in processes.

    • -0
    • +108
    ./project-manager-table-create.sql
  1. … 11 more files in changeset.
Added in constraints for uniqueness on several tables

Let me see...

    • -80
    • +77
    ./project-manager-table-create.sql
  1. … 25 more files in changeset.
Changed constraints to be called dependencies. Begin allowing null values

for dates in tasks. General cleanup of a lot of the interface. Added in

some more parameters to control what is shown to the user. Task view page

is currently broken. Fixed data model for tasks so it is more in line with

optional PERT graphs.

    • -26
    • +83
    ./project-manager-table-create.sql
  1. … 20 more files in changeset.
Fixed date code for projects. Started adding in project status info into index.

  1. … 4 more files in changeset.
Project view page now shows more information on pertinent tasks. Style

sheet modified slightly to shrink left column. Converted part of

project view page to list-builder, added in summation at bottom of

table.

  1. … 6 more files in changeset.
Added in time estimates for tasks, parameter to specify whether or not

to use minimum and maximum time estimates or not, denormalized columns

for projects on status, took out start date for tasks.

    • -14
    • +53
    ./project-manager-table-create.sql
  1. … 15 more files in changeset.
Added in data model for task and project assignments. Took out

project_name from pm_projects_revisions table -- it is now in

cr_revisions.title. Added in a sequence for project IDs.

    • -3
    • +132
    ./project-manager-table-create.sql
  1. … 6 more files in changeset.
Added in task constraints, including icons for constraints.

  1. … 17 more files in changeset.
Added in data model for task constraints.

Tasks can be added en masse now

However, editing tasks no longer works.

  1. … 5 more files in changeset.
Added in tasks, fixed bugs/added in functionality to edit projects,

removed content repository folder for each project (only one folder

per instance now), add in style sheet, rename files in line with

openacs conventions.

    • -16
    • +75
    ./project-manager-table-create.sql
  1. … 20 more files in changeset.
New datamodel incorporating Content Repository.

    • -31
    • +37
    ./project-manager-table-create.sql
  1. … 3 more files in changeset.
Importing early version of project-manager (very crude)

    • -0
    • +66
    ./project-manager-table-create.sql
  1. … 13 more files in changeset.