• last updated 2 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
file upgrade-2.15b4-2.16b1.sql was initially added on branch oacs-5-1.

Release of 2.16b1 of project manager: features an improved task calendar

and better daily reminders. More HTML email.

skeletons of some files with broken code

    • -0
    • +16
    ./packages/assessment/www/assessment-postgresql.xql
    • -0
    • +38
    ./packages/assessment/www/assessment.adp
    • -0
    • +26
    ./packages/assessment/www/assessment.tcl
    • -0
    • +7
    ./packages/assessment/www/process-response.adp
    • -0
    • +18
    ./packages/assessment/www/process-response.tcl
fixes

    • -2
    • +2
    ./packages/assessment/www/unzip_file.tcl
show_assessments fixes

    • -8
    • +3
    ./packages/assessment/www/show_assessments.adp
new functions

    • -0
    • +71
    ./packages/assessment/tcl/assessment-procs.tcl
fix enconding issue. adding "encoding system utf-8" to the XML parser

removing leadding zeros from grades

file upgrade-2.1.0a2-2.1.0b1.sql was initially added on branch oacs-5-1.

users in classes were labeled with dotlrn_member_rel if they were not added from the class administratio page. This caused issues with bulk-mailing them by role. Includes upgrade script to properly label these users as dotlrn_student_rel

    • -1
    • +4
    ./packages/dotlrn/tcl/community-procs.tcl
    • -2
    • +5
    ./packages/dotlrn/www/spam-recipients.adp
showing net value of the task (always)

showing net value of the task... always

fixing syntax error

fixing syntax error, by David Ortega doa@tid.es

definition can be null

fixing syntax error, by David Ortega doa@tid.es

minor typo

    • -2
    • +2
    ./packages/assessment/www/doc/as_items.html
improving information display

    • -1
    • +1
    ./packages/evaluation/lib/tasks-chunk.adp
    • -0
    • +0
    ./packages/evaluation/www/answer-add-edit.tcl
    • -0
    • +0
    ./packages/evaluation/www/evaluation-list.tcl
    • -1
    • +20
    ./packages/evaluation/www/index-postgresql.xql
    • -0
    • +0
    ./packages/evaluation/www/task-list.tcl
    • -0
    • +0
    ./packages/evaluation/www/task-view.tcl
    • -0
    • +2
    ./packages/evaluation/www/admin/index.adp
    • -0
    • +0
    ./packages/evaluation/www/admin/index.tcl
  1. … 6 more files in changeset.
improving informatin display and performance

Improve robustness of rollout email support for 'filter' option.

    • -4
    • +11
    ./packages/acs-tcl/tcl/rollout-email-procs.tcl
Applied patch 177, even though ticket-tracker-lite is deprecated.

-performance:

writing the function source code instead of calling the plsql function

trying not to use views

-new stuff:

adding the option to store the files in the file system (this is the default now)

    • -15
    • +58
    ./packages/evaluation/lib/student-grades-report-chunk-postgresql.xql
    • -3
    • +3
    ./packages/evaluation/lib/tasks-chunk.tcl
  1. … 69 more files in changeset.
Applying patch 79 to fix feature request bug 238: Add functionality to

disable a notification temporarily.

bulk mail to everyone had a typo. bulk mail to people who had not responded was hugely slow

Close tag in email sent out when tasks are closed.

Fix bug where hours logged to a task wouldn't show up if the default

logger variable (hours2) for a project was not the same as the default

variable (hours).

Added in more explanation about adding yourself to unix groups.

Fix bug in pm::task::close that prevented notifications from going out.

Fixed username constraint problem and added two new optional columns: password (if the admin wants to assign a password) and notify (wether the user should receive an email at all "f" "t").

    • -10
    • +27
    ./packages/dotlrn/www/admin/users-bulk-upload-2.tcl
Adds in HTML email notifications. Note: requires bug fix in

acs-tcl/tcl/html-email-procs.tcl (copy from head of oacs-5-1)