• last updated 4 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Allow users to enter search strings that contain apostrophes

    • -3
    • +3
    ./packages/project-manager/www/index.tcl
Fixed bug when questions non-sequential sort orders are swapped.

    • -4
    • +5
    ./packages/survey/www/admin/question-swap.tcl
    • -0
    • +16
    ./packages/survey/www/admin/question-swap.xql
remove code from this branch, the development must be on head

Added rejection of bookings

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

Fix for error that would occur if you link a task to one that does not exist

    • -2
    • +7
    ./packages/project-manager/tcl/task-procs.tcl
    • -6
    • +9
    ./packages/project-manager/www/task-link.tcl
remove files from this branch

add calendar template to include in the project-manager portlet

    • -0
    • +46
    ./packages/project-manager/lib/task-calendar.adp
    • -0
    • +130
    ./packages/project-manager/lib/task-calendar.tcl
Removed application data link and replaced with old style integration

Last commit broke this page, reverted

Fixed bug from i18n

Modifying .info file and readying release

Fixes error when you would update a task without a percent_complete

Fix to task searching

    • -3
    • +3
    ./packages/project-manager/www/tasks.tcl
    • -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.