• last updated 18 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
The process task edit page had to be explicitly left justified on IE

Fixes typo in dependency edit pages, bumped to 1.09b2.

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

    • -18
    • +4
    ./process-dependency-add-edit-postgresql.xql
    • -30
    • +38
    ./process-dependency-add-edit.tcl
    • -3
    • +6
    ./process-task-add-edit-2-postgresql.xql
    • -3
    • +7
    ./process-task-add-edit-postgresql.xql
    • -91
    • +0
    ./process-task-assign-add-edit-postgresql.xql
    • -347
    • +0
    ./process-task-assign-add-edit.tcl
  1. … 5 more files in changeset.
Partial fix to bug 1891, adds Aolserver 3.x compatibility.

  1. … 1 more file in changeset.
Handles case where no role is entered in process tasks add-edit page

Fixes error when no role is chosen when creating a task.

Adds in a administrative page to update the status of all projects

    • -0
    • +41
    ./admin/update-projects.tcl
Fixed duplicate subject. Pointed out by Eduardo.

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.

    • -0
    • +42
    ./project-assign-add.tcl
    • -0
    • +36
    ./project-assign-edit-2.tcl
    • -0
    • +5
    ./project-assign-edit.adp
    • -0
    • +109
    ./project-assign-edit.tcl
    • -0
    • +34
    ./project-assign-remove.tcl
  1. … 5 more files in changeset.
Make dates internationalized, patch 50% courtesy of Eduardo.

Added in two files left out from the last commit: adds in general

comments, and sends out email.

Adding general comments optionally sends out an email now.

  1. … 2 more files in changeset.
Added admin script that synchronizes the logger projects. Not

necessary for most new installations, but necessary if you had a bunch

of older projects that needed to be synchronized with logger. Also, a

few administrative pages were left out of the 1.05 release.

    • -0
    • +22
    ./admin/logger-primary.adp
    • -0
    • +67
    ./admin/logger-primary.tcl
    • -0
    • +24
    ./admin/logger-sync.adp
    • -0
    • +93
    ./admin/logger-sync.tcl
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.

    • -0
    • +44
    ./project-revisions-postgresql.xql
    • -0
    • +7
    ./project-revisions.adp
  1. … 25 more files in changeset.
Resolves conflicts, merging from HEAD to oacs-5-1

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

  1. … 38 more files in changeset.
Updated project-manager to 1.04b1: fixes bug #1796.

  1. … 3 more files in changeset.
Removed overquoting from context bar.

Sorting on one.tcl page now sorts by first name, last name as a secondary sort.

Move comments on project view page to left column.

Removed overquoting from title

Sort assignees by first name, last name, after the deadline

If a task is assigned to multiple people, now uses the group templating tag to group them together

Improve appearance of task print page

Fix for bug 1828: link to print page for a task fails

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.

    • -29
    • +30
    ./task-assign-add-edit-postgresql.xql
  1. … 5 more files in changeset.
Changed permissions to delete process tasks. Now required write permissions instead of delete permissions

Fixed display of title when making comments on projects

Hide unused dependency types in process task creation page. Also now correctly brings in description from processes.

Untested fix for bug where unsetting the variable bombed when the variable wasn't set in the first place