• last updated 19 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
    • -3
    • +3
    ./packages/project-manager/www/tasks.tcl
    • -3
    • +2
    ./packages/project-manager/www/lib/master.adp
fix bad index on customer_id

fixed commit script

Fixing bug in index creation

update version number

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

    • -2
    • +4
    ./packages/project-manager/tcl/task-procs.tcl
    • -2
    • +2
    ./packages/project-manager/www/index.tcl
    • -3
    • +3
    ./packages/project-manager/www/tasks.tcl
Add comment on possible but untested improvement to day of week proc.

file upgrade-2.80d2-3.0b1.sql was initially added on branch oacs-5-1.

bumped up version, added indexes, fixed bug in editing multiple tasks

    • -2
    • +2
    ./packages/project-manager/www/log-bulk.tcl
Reset number counter so adding a process doesn't error.

Having issues with this date validation code, reverting it for now.

Fixing an earlier validation patch I made that would not let you enter a "--" to get a task with no hard deadline. My apologies to anyone who were running a cvs copy and got bit by this bug.

Validate deadline date and give user a nice'ish error message rather then an error

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

An embarassingly ugly hack to allow multiple tasks to be edited. This was needed because task_item_id on tasks.tcl was changed to tasks_id.

Fixing a fatal error when you edit a task and given empty strings for work required. In this event these values will be converted to 0 since that is probably what the user intended.

Fixed problem with I18n of actions

    • -2
    • +2
    ./packages/project-manager/www/task-delete.tcl
Fixed typo that was causing a fatal error

    • -2
    • +2
    ./packages/project-manager/www/task-one.tcl
Fixed fatal error on task-delete

    • -9
    • +20
    ./packages/project-manager/www/task-delete.tcl
Fix to keep task-print from failing

    • -5
    • +4
    ./packages/project-manager/www/task-print.tcl
Fixing 'OK' typo in message keys

Fixed typo of "No" message key

    • -2
    • +2
    ./packages/project-manager/www/add-edit.tcl
Get tasks page to display, add missing message keys

    • -3
    • +2
    ./packages/project-manager/www/tasks.tcl
Drop ACS Templating 5.1.6 dependency so this packages will be compatible with openACS 5.1.5

Patch to allow the task-revisions page to show up

Correcting message key for "No"

Fixed problems calling libs/customizations-portlet

    • -1
    • +6
    ./packages/project-manager/www/one.adp
Added ability to approve a reservation

Ability to approve a reservation that was canceled

Removed cancel option when reservation was canceled

Removed duplicate cancel | edit links if you are an administrator

Bumped version to .4

file reservation-approve.tcl was initially added on branch oacs-5-1.