• last updated 11 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Improves the way deadlines are computed. Now based on percentage complete,

instead of the number of hours worked.

You are automatically added to projects you create

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

    • -1
    • +1
    ./project-manager-procs-postgresql.xql
  1. … 78 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.

    • -23
    • +13
    ./project-manager-procs-postgresql.xql
  1. … 1 more file in changeset.
Main project page now limits view by assignee

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

  1. … 3 more files in changeset.
When changing the project of a task, the logger entries weren't moved

over to the new project.

Adds in the option to email comments made on projects

  1. … 1 more file in changeset.
Patch 546, fixes bug 1929: can't read tree_id error.

Fixed a bug that would occasionally lead some tasks to display a

deadline of n/a instead of their real deadline. Bumped to version 1.09b3

  1. … 1 more file in changeset.
Add ability to delete processes.

  1. … 4 more files in changeset.
Fix for bug 1805, server error when logging task completion.

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.

    • -0
    • +150
    ./process-procs.tcl
  1. … 19 more files in changeset.
Fixed potential security issue when description contained - and was

passed to Tcl.

Partial fix to bug 1891, adds Aolserver 3.x compatibility.

  1. … 5 more files in changeset.
Fix for Bug 1786. Fixes calculation of latest finish and latest start dates

when the project is ongoing

  1. … 1 more file in changeset.
Better handles multiple email addresses (especially if there are a lot of them)

Forgot to add a xql file.

    • -0
    • +49
    ./project-manager-procs-postgresql.xql
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.

  1. … 12 more files in changeset.
Adding general comments optionally sends out an email now.

  1. … 2 more files in changeset.
Fixes bug in project::open_p function when there is more than one row returned.

  1. … 1 more file in changeset.
If a project is closed, now shows that project as an option when editing tasks.

  1. … 1 more file in changeset.
Update to project-manager 1.05 version.

Improves integration with logger (Added parameters for logger

integration, added in admin UI pages for logger integration, add link

to logger in navbar, add in proc to get logger url)

Renamed the pm::task::dependency_options proc pm::task::options_list

(I won't change public procs in the future, promise! Next time I'll

deprecate them and so on..)

Moved some code from add-edit pages to procs.

Added ad_returnredirect messages after most form pages.

Allow you to edit logger variables when editing projects.

Took out most code from log.tcl, log.adp, etc pages (moved to logger)

Added parameter to hide subprojects

Improves appearance of admin pages.

Added a dependency on kernel 5.1, and newer logger and organizations.

Italicize the current location in the navbar

Fixed the function in project-manager-functions-create that creates

the root folder for project manager. Upgrade script included. This

allows new installs to create projects!

Added in pages that show the differences between versions of tasks and

projects. Uses a word_diff to give you a nice looking difference

between versions.

  1. … 35 more files in changeset.
Resolves conflicts, merging from HEAD to oacs-5-1

  1. … 4 more files in changeset.
Merge HEAD to the 5.1 branch.

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

  1. … 13 more files in changeset.
Moved notifications to a separate proc. cc_users to acs_users_all

  1. … 4 more files in changeset.
Email status reminders only on weekdays. Took out test email to me.

Improved the interface for editing tasks: you can now add a comment at

the same time as you edit a task. I backported the util::word_diff

proc to project manager. I use it to show the difference between old

and new descriptions of tasks. I'll also use it to show differences on

the revisions of tasks (not done yet). I backported it so that

project-manager won't require acs-kernel 5.2; later, we'll move to the

correct util::word_diff. There are certainly a few bugs in how

descriptions are displayed: I haven't got the mime-type settings right

yet, but it's close. The email notifications that go out are much more

informative now.

  1. … 6 more files in changeset.