• last updated 3 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
file upgrade-5.1.2d2-5.1.2d3.sql was initially added on branch oacs-5-1.

Changed cc_users and registered_users views to use the acs__magic_object_id

function that was written quite some time ago but never used in those views.

And those views are really slow when joined against the acs_magic_objects

table ...

    • -15
    • +5
    ./acs-kernel/sql/postgresql/acs-create.sql
Added a section on upgrades

new version of ev package

adding missing files

    • -0
    • +88
    ./evaluation/www/evaluation-view-postgresql.xql
    • -0
    • +11
    ./evaluation/www/evaluation-view.adp
    • -0
    • +138
    ./evaluation/www/evaluation-view.tcl
    • -0
    • +53
    ./evaluation/www/admin/tasks/task-add-edit.xql
Fix } where ) was supposed to be. Fixes bug#2104.

    • -1
    • +1
    ./acs-content-repository/tcl/symlink-procs-postgresql.xql
fixes to make index show assessments

    • -0
    • +22
    ./assessment/www/index.xql
don't create the same session twice

For reasons i find incomprehensible, this portlet was originally written

using Tcl code embedded in the .adp file. I've rewritten it using the

group tag, which makes it considerably cleaner. Make that much cleaner.

    • -53
    • +19
    ./forums-portlet/www/forums-portlet.adp
Bump version number to release new version. When toggling status of projects,

also toggles status of corresponding project manager project when

appropriate (behavior is the same if no project-manager is installed)

    • -0
    • +12
    ./logger/www/admin/project-make-active.tcl
    • -0
    • +12
    ./logger/www/admin/project-make-inactive.tcl
Merge all code over from HEAD. New development on logger can now procede from

the oacs-5-1 branch, instead of HEAD.

    • -19
    • +52
    ./logger/lib/entries-postgresql.xql
    • -0
    • +11
    ./logger/tcl/entry-procs-postgresql.xql
  1. … 7 more files in changeset.
Capitalize English.

Added a link to documentation on how to upgrade an Oracle OpenACS 4.6.3 to 5.

Added "add news" link for users. will be i18nized soon

moving out sms notifications

Fixing bug for display portrait. Wrong variable name.

Fix bug in one-entry page that prevents the page from being visible.

max_content_length was not present.

Fixes error which prevents lars-blogger from displaying any information

(missing max_content_length in include)

skeletons of some files with broken code

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

show_assessments fixes

    • -2
    • +2
    ./assessment/www/show_assessments-postgresql.xql
new functions

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

    • -11
    • +14
    ./assessment/tcl/assessment-qti-procs.tcl
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

showing net value of the task (always)

    • -2
    • +2
    ./evaluation/lib/evaluations-chunk.tcl
showing net value of the task... always

    • -2
    • +2
    ./evaluation-portlet/lib/evaluations-chunk.tcl
fixing syntax error

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