• last updated 3 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fixed bug in creation of pm_tasks_xrefs table

Lots of changes!

First of all, one user reported that a view was breaking because

customer_id wasn't a part of the projects table. I'm trying one other

thing that might work.

Add a proc for creating tasks

Add sorting columns in list builder views

Add in status values for tasks, procs to get standard status values

Tasks page now shows own tasks by default, option to show other people's tasks.

Lots more debugging, but some of the new functionality hasn't been

tested much yet.

    • -10
    • +14
    ./project-manager-custom-create.sql
    • -12
    • +18
    ./project-manager-functions-create.sql
    • -17
    • +47
    ./project-manager-table-create.sql
  1. … 31 more files in changeset.
Version 0.7d upgrade not supported (need to use the drop and create script)

Many many updates and fixes and improvements, too numerous really to mention.

    • -51
    • +44
    ./project-manager-functions-create.sql
    • -28
    • +43
    ./project-manager-table-create.sql
  1. … 34 more files in changeset.
merge of changes between oacs-5-0-0b4 and oacs-5-0-0-final to HEAD

    • -0
    • +31
    ./project-manager-custom-create.sql
    • -1
    • +1
    ./project-manager-functions-create.sql
    • -0
    • +64
    ./project-manager-notifications-create.sql
    • -0
    • +92
    ./project-manager-notifications-drop.sql
  1. … 279 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
    • +9
    ./project-manager-functions-create.sql
    • -0
    • +64
    ./project-manager-notifications-create.sql
    • -0
    • +92
    ./project-manager-notifications-drop.sql
  1. … 21 more files in changeset.
file project-manager-notifications-create.sql was initially added on branch oacs-5-0.

    • -0
    • +0
    ./project-manager-notifications-create.sql
file project-manager-notifications-drop.sql was initially added on branch oacs-5-0.

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

table. Many bugfixes

    • -0
    • +31
    ./project-manager-custom-create.sql
    • -9
    • +1
    ./project-manager-functions-create.sql
  1. … 33 more files in changeset.
file project-manager-custom-create.sql was initially added on branch oacs-5-0.

    • -0
    • +0
    ./project-manager-custom-create.sql
file project-manager-custom-drop.sql was initially added on branch oacs-5-0.

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

    • -151
    • +159
    ./project-manager-drop.sql
    • -298
    • +302
    ./project-manager-functions-create.sql
  1. … 596 more files in changeset.
Added in preliminary categories support. Now relies upon categories.

    • -0
    • +0
    ./project-manager-functions-create.sql
  1. … 28 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
    ./project-manager-drop.sql
    • -298
    • +302
    ./project-manager-functions-create.sql
  1. … 36 more files in changeset.
fix the __name methods so the user admin pages dont break

    • -4
    • +4
    ./project-manager-functions-create.sql
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. … 10 more files in changeset.
Added in constraints for uniqueness on several tables

Let me see...

    • -80
    • +77
    ./project-manager-table-create.sql
  1. … 24 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.

    • -50
    • +56
    ./project-manager-functions-create.sql
    • -26
    • +83
    ./project-manager-table-create.sql
  1. … 18 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.

    • -25
    • +29
    ./project-manager-functions-create.sql
    • -14
    • +53
    ./project-manager-table-create.sql
  1. … 14 more files in changeset.
Drop script now correctly drops the main content folder for projects.

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.

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

  1. … 16 more files in changeset.
Bumped a version, now includes parameters for names for project, task,

assignee, watcher. Also tweaked the UI a bit based on comments from irc.

    • -5
    • +6
    ./project-manager-functions-create.sql
  1. … 11 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. … 4 more files in changeset.
Tasks now can be edited.

    • -4
    • +3
    ./project-manager-functions-create.sql
  1. … 8 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.

    • -114
    • +407
    ./project-manager-functions-create.sql
    • -16
    • +75
    ./project-manager-table-create.sql
  1. … 17 more files in changeset.