• last updated 17 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fixed ordering so it is ordered by priority. Changed description a little bit.

Added support for groups to send comments to.

Removed a dangling </p> that was found by Olga.

Removed a dangling </table> (found by Olga)

Forgot to cvs-add the callback procs :)

file apm-callback-procs.tcl was initially added on branch oacs-5-2.

    • -0
    • +0
    /openacs-4/packages/theme-selva/tcl/apm-callback-procs.tcl
Upgrade script to change the default navbar when you upgrade theme

selva from the development version.

Enabled support for party_ids also containing groups

Added online resource feature to report template sections. This feature allows online resources to be associated to a section. These resources could be links to self-assessment quizzes for helping students under what content belongs in a specific section.

Added online resources portlet to a section view.

Fixed typo.

Added group sending support

After testing lab report in dotfolio, I found that the section content sections were not subsite aware. So I've added package_id to the lr_section_content object, and changed queries to include this field to match the correct report for each instance of dotfolio.

Updated infor file.

Fixed javascript redirection.

Set the kernel parameter "ad_vpt_home" to the control panel when we

install .LRN. Bumped version number to 2.2.0a4 and provided upgrade

script.

    • -2
    • +2
    /openacs-4/packages/dotlrn/dotlrn.info
Adding canadian province validation and automatic conversion to the two digit province code from the official list of provinces (which is the format expected by Canada Post).

adding contact::contact_form_after_submit callback that is acted up at the very end of processing the contact add and edit forms. I need the information from the form to be in the database so the other callbacks (which run before then) wouldn't work

adding missing package_id parameter to parameter::get in ontact::message::mailing_address_attribute_id_priority

Turned some hardwired English into message keys, fixed a minor graphical

element problem, blah blah

Misspelled new message key

Got rid of unused facilitator-bio script in www, and renamed lib/facilitator-bio

to bio since it's used for everyone's bio, not just facilitators.

SOLUTION GROVE: QUIT HARDWIRING ENGLISH INTO .LRN.

    • -0
    • +15
    /openacs-4/packages/dotlrn/lib/bio.adp
    • -0
    • +79
    /openacs-4/packages/dotlrn/lib/bio.tcl
    • -6
    • +10
    /openacs-4/packages/dotlrn/www/bio-update.tcl
file bio.adp was initially added on branch oacs-5-2.

    • -0
    • +0
    /openacs-4/packages/dotlrn/lib/bio.adp
file bio.tcl was initially added on branch oacs-5-2.

    • -0
    • +0
    /openacs-4/packages/dotlrn/lib/bio.tcl
Changed db pool config to keep handles open forever rather than a billion

seconds. A billion seconds from mid-May 2006 is 2038, so folks were

running into the Unix Y2.038K bug a few decades early. That billion number

was originally picked because 0 (keep open forever) didn't work in earlier

versions of AOLserver. Early versions of the Oracle client interface on

Linux used to hang when the handle was closed, thus the need to keep them

open "forever". Turns out it's a good idea anyway if the db library and

the appropriate db driver for AOLserver don't leak memory. Both PG and

Oracle have been well-behaved in this respect, so we just keep the db handles

open indefinitely by default.

Changes to display feedback even if points isn't set for the question

Changes to display feedback even if points isn't set for the question

Changed queryset to querytext

fix for bug #2860

    • -2
    • +2
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
    • -3
    • +4
    /openacs-4/packages/xowiki/www/edit.tcl
improved default localization for editing and creating new items