• last updated 6 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
changed datamodel for items, sections, item-section-map, assessment-section-map; added section display types; added support to move/delete multiple choices; added item and section catalog

  1. … 55 more files in changeset.
change notification text

add changes to be supported by complex-survey

    • -77
    • +59
    /openacs-4/packages/rules/www/process-response.tcl
modify to be supported by complex survey

    • -0
    • +1
    /openacs-4/packages/rules/www/add-action.adp
    • -2
    • +4
    /openacs-4/packages/rules/www/index.adp
    • -3
    • +3
    /openacs-4/packages/rules/www/index.tcl
upping version numbers for release

  1. … 15 more files in changeset.
bumping to 2.55b2 to get @import fix out

small fix to @import syntax. also duplicated the @import within the body of the adp as passing it up via the header_stuff property doesn't seem to be working

Apply patch 456 for bug 1622: ad_proc doesn't show which items are required.

Applying patch 386, fixes bug 1274: link to start your weblog is shown

to everyone with write permission.

Apply patch 304, fixes bug 889: $action_pretty_past_tense not localized.

fixing bug when displaying the list of evaluated students

fixing bug when displaying the evaluated students

Added a parameter, upped the version

Added the hiding of done tasks. Should be handled as a filter though

added catalog search and browsing

    • -0
    • +47
    /openacs-4/packages/assessment/lib/section-show.adp
    • -0
    • +16
    /openacs-4/packages/assessment/lib/section-show.tcl
    • -0
    • +20
    /openacs-4/packages/assessment/lib/section-show.xql
    • -0
    • +5
    /openacs-4/packages/assessment/www/admin/catalog-browse.adp
    • -0
    • +173
    /openacs-4/packages/assessment/www/admin/catalog-browse.tcl
    • -0
    • +184
    /openacs-4/packages/assessment/www/admin/catalog-browse.xql
    • -0
    • +45
    /openacs-4/packages/assessment/www/admin/catalog-item-add.adp
    • -0
    • +78
    /openacs-4/packages/assessment/www/admin/catalog-item-add.tcl
    • -0
    • +57
    /openacs-4/packages/assessment/www/admin/catalog-item-add.xql
    • -0
    • +7
    /openacs-4/packages/assessment/www/admin/catalog-search.adp
    • -0
    • +85
    /openacs-4/packages/assessment/www/admin/catalog-search.tcl
    • -0
    • +23
    /openacs-4/packages/assessment/www/admin/catalog-search.xql
  1. … 8 more files in changeset.
Changed section display type documentation

Oracle testing uncovered a missing parenthesis. Don't you wish EVERYONE

tested their changes under Oracle as well as PG?

Oops forgot the ever-so-important .xql files!

file list-procs-oracle.xql was initially added on branch oacs-5-1.

    • -0
    • +0
    /openacs-4/packages/acs-templating/tcl/list-procs-oracle.xql
file list-procs-postgresql.xql was initially added on branch oacs-5-1.

Greatly sped up pagination in the list builder.

1. The list builder builds a separate (optionally cached) paginator for each

page group, rather than each list. No more filling of the Tcl cache with (say) 5500

forum entries when we know that users rarely march through the entire list of forums.

2. Since the list builder builds an "in (list of ids)" query clause to select

just those rows needed for this display page, there's no reason to sort the list

of ids so I'm building the list within the list builder rather than using

the more generalized paginator code. Minor speedup ...

This could probably be sped up more by simply caching the list of keys within

the list builder and replicating some other paginator functionality in lightweight

form specific to the list builder, but this will do for now. And maybe forever.

Remove the $ from the word Permissions in quotes. Was throwing a variable not found error.

Reverse previous commit - fix was actually in catalog. There was a duplicate value for 'Remove' and no 'Remove_All'.

The key 'Remove' had two values 'Remove' and 'Remove_All'. Have now changed the second 'Remove' key to 'Remove_All' and have removed the underscore from the value.

Correct message key 'acs-subsite.Remove_All' to acs-subsite.Remove' to eliminate MISSING KEY message.

no questions bug

    • -1
    • +4
    /openacs-4/packages/rules/www/add-trigger.tcl
add edit icon

    • -0
    • +11
    /openacs-4/packages/rules/www/one-rule.tcl
add Edit icon

    • binary
    /openacs-4/packages/rules/www/images/Edit16.gif
change new_rule procedure

    • -0
    • +1
    /openacs-4/packages/rules/tcl/rules-procs.tcl
add edit icon

    • -2
    • +5
    /openacs-4/packages/rules/www/index.tcl