• last updated 11 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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.
Version 1.0 of project-manager. Numerous improvements and bug-fixes.

    • -0
    • +14
    ./notification-init.tcl
  1. … 46 more files in changeset.
merge all the changes on the oacs-5-1 and dotlrn-2-0 branches up to tag jcd-merge-20040420

  1. … 647 more files in changeset.
fix the very common error of calling empty_string_p with var instead of $var

  1. … 5 more files in changeset.
merge the changes between 5.0.3 and 5.0.4 to head

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

  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.

  1. … 40 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).

  1. … 20 more files in changeset.
Addresses a number of bugs: removed custom code from add-edit.tcl which was causing a bug, fixed bugs in the status_default_open proc definitions, fixed bug which prevented users from creating new tasks. Added a link to organizations.

  1. … 5 more files in changeset.