• last updated 3 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
applied patches 119,121

1) added missing param to workflow_case__add_task_assignment

2) Fixed minor typos in workflow docs, ACS->OpenACS

  1. … 3 more files in changeset.
fixing the package for better scoping

updated small details for smoother operation

fixed up a number of ugly things

    • -2
    • +11
    ./packages/calendar/www/cal-item.tcl
fixed a number of display procs

small tweaks

    • -2
    • +5
    ./packages/new-portal/tcl/portal-procs.xql
fixed up the portlet with new links

small fix

updated small details for smoother operation

fixed a few things

added data model and tcl stuff for subgroups

    • -3
    • +21
    ./packages/dotlrn/tcl/community-procs.tcl
    • -0
    • +13
    ./packages/dotlrn/tcl/community-procs.xql
    • -2
    • +4
    ./packages/dotlrn/www/admin/user-new-2.tcl
fixed up a lot of things

adding a full portlet

fixed up the way calendar portlet adds and removes self

oops, fix

    • -1
    • +1
    ./packages/dotlrn-faq/tcl/dotlrn-faq-procs.tcl
added applet_key proc

    • -1
    • +5
    ./packages/dotlrn-faq/tcl/dotlrn-faq-procs.tcl
fixed up removing an faq

    • -3
    • +8
    ./packages/dotlrn-faq/tcl/dotlrn-faq-procs.tcl
fixed up removing a calendar

fixed typo

    • -3
    • +3
    ./packages/dotlrn/tcl/community-procs.tcl
applied patches 130,131,132,133,134,135,137

    • -1
    • +1
    ./packages/acs-tcl/tcl/30-xml-utils-procs.tcl
    • -1
    • +2
    ./packages/acs-tcl/tcl/admin-procs.tcl
    • -2
    • +68
    ./packages/acs-templating/tcl/parse-procs.tcl
    • -15
    • +31
    ./packages/acs-templating/tcl/tag-init.tcl
removed graphics, whooops, wrong place

added graphics

    • binary
    ./packages/calendar/www/graphics/left-arrow.gif
    • binary
    ./packages/calendar/www/graphics/right-arrow.gif

This package didn't have a "provides" tag, breaking any package declared to

have a dependency on it!

fixed the rel segment names for dotlrn-procs.tcl, for dotlrn-init

    • -2
    • +2
    ./packages/dotlrn/tcl/dotlrn-procs.xql

I boo-booed when changing the notification callback signature.

cleaning a few things up

    • -1
    • +1
    ./packages/dotlrn/www/admin/users-chunk.adp

1. Added session-update.tcl, a small utility which somewhat safely allows

you to put up a link that changes a session_property, for instance to

change the number of items displayed or that sort of thing. The caller

must sign their values and URL, which are verified by the callee via

ad_page_contract. If the referrer doesn't match the signed expected

referrer, you get bounced. I think this is reasonably secure (though

permissions should always be rigorously checked on all pages, of course)

2. acs_events had an html_p flag in the datamodel but no way to set it.

Fixed. It should really be a mime-type but since it's not using the

CR, and since I'm extremely busy with other stuff, I didn't fix it.

3. While doing #1 above I learned that signing and verifying arrays didn't

quite work. Fixed.

4. Found and fixed a small problem with my earlier work on the currency widget.

    • -0
    • +1
    ./packages/acs-subsite/acs-subsite.info
    • -0
    • +35
    ./packages/acs-subsite/www/shared/session-update.tcl
    • -1
    • +2
    ./packages/acs-tcl/tcl/security-procs.tcl
    • -3
    • +12
    ./packages/acs-tcl/tcl/utilities-procs.tcl
changed dotlrn user infrastructure

    • -0
    • +56
    ./packages/dotlrn/sql/oracle/dotlrn-admin-profile-provider-create.sql
    • -0
    • +50
    ./packages/dotlrn/sql/oracle/dotlrn-admin-profile-provider-drop.sql
    • -0
    • +24
    ./packages/dotlrn/sql/oracle/dotlrn-admins-create.sql
    • -0
    • +13
    ./packages/dotlrn/sql/oracle/dotlrn-admins-drop.sql
    • -0
    • +105
    ./packages/dotlrn/sql/oracle/dotlrn-admins-init.sql
    • -0
    • +174
    ./packages/dotlrn/sql/oracle/dotlrn-admins-package-create.sql
    • -0
    • +65
    ./packages/dotlrn/sql/oracle/dotlrn-admins-sanitize.sql
    • -2
    • +0
    ./packages/dotlrn/sql/oracle/dotlrn-create.sql
    • -5
    • +0
    ./packages/dotlrn/sql/oracle/dotlrn-init.sql
    • -0
    • +56
    ./packages/dotlrn/sql/oracle/dotlrn-professor-profile-provider-create.sql
    • -0
    • +50
    ./packages/dotlrn/sql/oracle/dotlrn-professor-profile-provider-drop.sql
    • -0
    • +24
    ./packages/dotlrn/sql/oracle/dotlrn-professors-create.sql
    • -0
    • +13
    ./packages/dotlrn/sql/oracle/dotlrn-professors-drop.sql
  1. … 35 more files in changeset.
use ad_acs_kernel_id to get package_id