• last updated 5 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Resolves conflicts, merging from HEAD to oacs-5-1

    • -5
    • +1
    ./project-manager-functions-create.sql
  1. … 5 more files in changeset.
Merge HEAD to the 5.1 branch.

    • -52
    • +62
    ./project-manager-functions-create.sql
  1. … 48 more files in changeset.
Updated project-manager to 1.04b1: fixes bug #1796.

    • -4
    • +4
    ./project-manager-functions-create.sql
    • -0
    • +70
    ./upgrade/upgrade-1.03-1.04b1.sql
  1. … 2 more files in changeset.
Adding in upgrade script for 1.02 to 1.03

    • -0
    • +87
    ./upgrade/upgrade-1.02-1.03.sql
Project manager 1.03: now allows you to edit the project for a task. Lots of

other minor bug-fixes and UI improvements. No major datamodel changes, but

there is an upgrade script run to allow you to change projects for a task.

    • -7
    • +8
    ./project-manager-functions-create.sql
  1. … 15 more files in changeset.
Version 1.0 of project-manager. Numerous improvements and bug-fixes.

    • -44
    • +49
    ./project-manager-functions-create.sql
  1. … 49 more files in changeset.
merge the changes between 5.0.3 and 5.0.4 to head

    • -107
    • +104
    ./project-manager-drop.sql
    • -25
    • +30
    ./project-manager-functions-create.sql
    • -4
    • +10
    ./project-manager-notifications-create.sql
    • -13
    • +32
    ./project-manager-table-create.sql
  1. … 245 more files in changeset.
Project manager 1.0 alpha release. Contains logger integration, UI enhancements and fewer bugs (or newer, more interesting ones). Upgrades not supported

    • -21
    • +28
    ./project-manager-functions-create.sql
    • -2
    • +8
    ./project-manager-notifications-create.sql
    • -13
    • +31
    ./project-manager-table-create.sql
  1. … 53 more files in changeset.
Version 0.8 of project-manager. Processes now work as they should,

task editing fixed, began moving some functionality to /tcl

procs. Found a bug in compute_status proc that could hang the

server. Still not release-ready, but getting closer. Notifications are

broken, and Processes use an older UI than Tasks, but at least they

now work.

    • -109
    • +104
    ./project-manager-drop.sql
    • -9
    • +7
    ./project-manager-functions-create.sql
    • -2
    • +2
    ./project-manager-notifications-create.sql
  1. … 39 more files in changeset.
merge of all changes on oacs-5-0 branch between tag openacs-5-0-0-final and jcd-merge-pre503 (except those in lars-blogger).

    • -11
    • +17
    ./project-manager-custom-create.sql
    • -55
    • +54
    ./project-manager-functions-create.sql
    • -31
    • +76
    ./project-manager-table-create.sql
  1. … 19 more files in changeset.
Typo: organizaion -> organization

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