• last updated 11 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fixes bug which prevents daily reminder emails from going out

closed to Closed.

Simplify the email notifications.

Add option to edit tasks en masse from tasks page.

Fixes bug that prevented display of all tasks on calendar

Bump version number to require new logger version (so parameter changes

are reflected without error).

Fix to bug introduced by Malte's parameter name change.

Hide tasks by default, show roles in calendar, show key

    • -42
    • +46
    ./tcl/calendar-procs-postgresql.xql
Changed switches to more appropriate naming estimated_hours

Fix bug 2073: comments were not displayed in notifications when the task was

being closed. Bump version up to 2.15b3. Also, minor color change for task

calendar.

Fixes bug in sorting, which allows tasks to appear on right day on calendar.

Introduce the calendar to the UI. Improve the appearance of the task

calendar. Bump to version 2.15b1

    • -10
    • +0
    ./www/task-assign-add-edit-postgresql.xql
Improved calendar (still not visible in UI, however). Bumped version

number to 2.14

Adds in a primitive calendar to view tasks. Not linked in in any way, however.

    • -0
    • +52
    ./tcl/calendar-procs-postgresql.xql
file calendar-procs-postgresql.xql was initially added on branch oacs-5-1.

    • -0
    • +0
    ./tcl/calendar-procs-postgresql.xql
file task-calendar.tcl was initially added on branch oacs-5-1.

    • -0
    • +0
    ./www/task-calendar.tcl
file task-calendar.adp was initially added on branch oacs-5-1.

    • -0
    • +0
    ./www/task-calendar.adp
file calendar-procs.tcl was initially added on branch oacs-5-1.

    • -0
    • +0
    ./tcl/calendar-procs.tcl
Fix for bug 1789: CSV export produces HTML file.

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

    • -0
    • +16
    ./sql/postgresql/upgrade/upgrade-2.12-2.13b1.sql
    • -0
    • +12
    ./sql/postgresql/upgrade/upgrade-2.13b1-2.13b2.sql
  1. … 124 more files in changeset.
Fixed link to customer, moved project name to left of customer name.

Better fix for checking percentage range.

Check to make sure percentage entered is between 0 and 100, inclusive.

Bump to version 2.13b3. No other changes.

Sorts view of tasks by their status first (closed tasks at the end)

file task-delete-postgresql.xql was initially added on branch oacs-5-1.

    • -0
    • +0
    ./www/task-delete-postgresql.xql
file upgrade-2.12-2.13b1.sql was initially added on branch oacs-5-1.

    • -0
    • +0
    ./sql/postgresql/upgrade/upgrade-2.12-2.13b1.sql
file upgrade-2.13b1-2.13b2.sql was initially added on branch oacs-5-1.

    • -0
    • +0
    ./sql/postgresql/upgrade/upgrade-2.13b1-2.13b2.sql
Added in task 'delete', with significant code from Chris Davies. Adds

in a new view for active tasks, a new column for pm_tasks that keeps

track of whether a task is deleted or not, and adds in new delete

pages. Includes upgrade scripts. There may be code that still needs to

switch to using the pm_tasks_active view, but I caught all the obvious

ones. Bump to version 2.13b2.

    • -0
    • +16
    ./sql/postgresql/upgrade/upgrade-2.12-2.13b1.sql
    • -0
    • +12
    ./sql/postgresql/upgrade/upgrade-2.13b1-2.13b2.sql
Show all tasks, open and closed. Highlight open tasks. I'd prefer to

shade the background, but for now, this is the next best thing.