• last updated 22 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
add calendar template to include in the project-manager portlet

  1. … 4 more files in changeset.
Fixed daily task reminders, set project status default to open on tasks and projects, increased pager size to 1000 as a kludgey temporary fix for paging

  1. … 2 more files in changeset.
Add comment on possible but untested improvement to day of week proc.

In the word diff initialize res variable so projects that go from an empty description to a full description don't cause an error.

Took out debug notice...

When creating a new task the assignees are defaultet to the assignees of the project now

  1. … 1 more file in changeset.
Fixed problem with finding the correct url for a subproject. Sadly this still won't work with notifications for subprojects which will be considerably more easy once we have the package_id stored with the object.

Fixed the permissioning so that a new project inherits form the package or parent_project. Added the updateing of context_ids for existing packages using a webpage. The SQL upgrade script is still missing.

  1. … 3 more files in changeset.
Closed projects will now be detected by a special proc. Furthermore it is now possible to unset the status filter for projects and tasks

  1. … 2 more files in changeset.
Finished I18N of project manager. For the next project I'll start to wrtie code in German to force others to I18N packages as well :-)

  1. … 80 more files in changeset.
Added functions to retrieve the name and root folder so they can be cached

    • -1
    • +7
    ./project-manager-procs-postgresql.xql
file project-manager-procs.xql was initially added on branch oacs-5-1.

    • -0
    • +0
    ./project-manager-procs.xql
Fix to date handling on processes

  1. … 1 more file in changeset.
Reverting changes from Timo

    • -1
    • +1
    ./project-manager-procs-postgresql.xql
  1. … 85 more files in changeset.
merge with 5-1 code

    • -1
    • +1
    ./project-manager-procs-postgresql.xql
  1. … 84 more files in changeset.
Fixed notifications to use the URL of package which deals with the specific task instead of the first one it finds. This was necessary due to the changes introduced for support of package_id. The cludge used here should not be needed in HEAD anymore, as we store the package_id with the object

commit to HEAD of merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20050111 and jcd-merge-5-1-20050224

  1. … 321 more files in changeset.
Reintroduced util_memoize and added the subsite_id as a parameter to it, so the memoize will work correctly. Kudos to Jeff for pointing this out

You cannot memoize this query, as the assignees are different for each package_id

commit to HEAD of merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040724 and jcd-merge-5-1-20050111

    • -1
    • +19
    ./project-manager-procs-postgresql.xql
  1. … 2261 more files in changeset.
Support for priority in PM

  1. … 9 more files in changeset.
Prevent duplication of role assignments. Only offer users valid choices based upon current selections.

  1. … 5 more files in changeset.
Make Remove Myself link appear only when user is assigned to the project

Make Remove Myself link appear only when user is assigned to the project

Fix query to eliminate duplication in assignees list

    • -4
    • +3
    ./project-manager-procs-postgresql.xql
  1. … 1 more file in changeset.
Make Remove Myself link appear only when user is assigned to the project

  1. … 2 more files in changeset.
Add ability to add extra information to email alerts.

pm::task::what_changed proc showed day estimates changing when they weren't.

This resulted in comments on all task edits that showed the date estimates

changing.

Release version 2.54: allows you to estimate times in days instead of

hours if you prefer. This is now the default for new installs.

  1. … 11 more files in changeset.
Allow users to log hours for different dates on task-add-edit page.

  1. … 6 more files in changeset.