• last updated 17 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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

send the proper date format to ad_dateentrywidget

adjusted install sequence to use ad_parameter instead of checking db directly

fixed outgoing messages to use OutgoingSender param as Sender: instead of robot@arsdigita.com

fixed version checking error

1) small fixes to the install docs

2) added the XSL stylesheet

    • -0
    • +260
    ./packages/acs-core-docs/www/xml/openacs.xsl
initial import

Initial revision

    • -0
    • +17
    ./packages/user-profile/sql/oracle/user-profile-create.sql
    • -0
    • +12
    ./packages/user-profile/sql/oracle/user-profile-drop.sql
    • -0
    • +48
    ./packages/user-profile/sql/oracle/user-profile-init.sql
fixing acs_sc_impl.delete() bug

fixed a few bugs

I completed a first cut at the currency widget support procs, left incomplete

in ACS 4.2 Classic.

    • -0
    • +190
    ./packages/acs-templating/tcl/currency-procs.tcl

Fixed the compare routine for real this time. I'd spaced earlier and forgot

that the "sql_date" property doesn't return a formatted SQL data but rather

a "to_char" function call ...

    • -2
    • +2
    ./packages/acs-templating/tcl/date-procs.tcl
improvements to get_parent_id

    • -4
    • +20
    ./packages/dotlrn/tcl/site-nodes-procs.tcl
improvments to get_parent_name

    • -1
    • +23
    ./packages/dotlrn/tcl/site-nodes-procs.xql
Reverse a change introduced in rev 1.4 which breaks the group-new

admin page