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

Cast arguments to acs_sc_binding__new to make sure integer version is

selected. Add error checking to text version.

Remove the semicolon

CHanged back.

Fixed clickthrough-init.tcl

fixed aolserver tcl link

    • -1
    • +1
    ./packages/acs-core-docs/www/index.adp
removed arsdigita-specific files

    • -494
    • +0
    ./packages/acs-core-docs/www/acs.html
    • -10
    • +0
    ./packages/acs-core-docs/www/ad.css
    • -242
    • +0
    ./packages/acs-core-docs/www/redhat.html
    • -73
    • +0
    ./packages/acs-core-docs/www/requirements.html
    • -85
    • +0
    ./packages/acs-core-docs/www/tests.html
Changed ACS->OpenACS and regenerated HTML docs

    • -0
    • +54
    ./packages/acs-core-docs/www/ch01s01.html
    • -0
    • +54
    ./packages/acs-core-docs/www/ch03s01.html
    • -0
    • +54
    ./packages/acs-core-docs/www/ch04s01.html
    • -0
    • +54
    ./packages/acs-core-docs/www/ch05s01.html
    • -0
    • +81
    ./packages/acs-core-docs/www/ch07s01.html
    • -0
    • +148
    ./packages/acs-core-docs/www/index.html
    • -0
    • +336
    ./packages/acs-core-docs/www/install-overview.html
    • -0
    • +499
    ./packages/acs-core-docs/www/nextsteps.html
    • -0
    • +12
    ./packages/acs-core-docs/www/openacs.css
    • -0
    • +816
    ./packages/acs-core-docs/www/openacs.html
    • -0
    • +242
    ./packages/acs-core-docs/www/operating-system.html
    • -0
    • +388
    ./packages/acs-core-docs/www/postgres.html
fixed ACS->OpenACS. regenerated html docs

    • -2
    • +80
    ./packages/acs-core-docs/www/acs-admin.html
    • -3
    • +118
    ./packages/acs-core-docs/www/acs-dev.html
    • -174
    • +362
    ./packages/acs-core-docs/www/aolserver.html
    • -128
    • +498
    ./packages/acs-core-docs/www/apm-design.html
    • -20
    • +95
    ./packages/acs-core-docs/www/credits.html
    • -187
    • +862
    ./packages/acs-core-docs/www/db-api.html
    • -2
    • +66
    ./packages/acs-core-docs/www/dev-guide.html
  1. … 79 more files in changeset.
clean up

    • -13
    • +50
    ./packages/dotlrn/www/admin/user-edit.tcl
adding version info

    • -1
    • +8
    ./packages/dotlrn/www/admin/user-new-2.tcl