• last updated 1 hour ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
applied patches 130,131,132,133,134,135,137

  1. … 6 more files in changeset.

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.

  1. … 13 more files in changeset.

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

in ACS 4.2 Classic.

    • -0
    • +190
    ./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 ...

Date compare didn't work, does now.

Removed some log file noise (ns_log notice)

I fixed the currency datatype and did a little other mumbo-jumbo stuff. I

did this on another installation of OpenACS 4 (dotLRN, to tell the truth)

and just mass-copied the files over to make sure I didn't miss anything.

Not the best idea now that I think about it ...

  1. … 1 more file in changeset.

Added new code from Walter.

bug fix

Oops - I mindlessly copied a patch posted by Stephen Deasy to one of the

openacs.org forums, which of course stripped out the backslash escapes,

causing the patch to bomb.

Grrr ...

Incorporated Stephen Deasy's patch to fix the "elseif" template tag.

Incorporated Bruno Mattarollo's HTML fixes (adding quotes to stuff, etc)

Removed two unused procs.

moved CMS stuff to CR so that content can be displayed by the search interface without requiring the user to load cms

  1. … 21 more files in changeset.
removed FILTER_ABORT code from template::forward as the RP doesn't support the catching of the FILTER_ABORT error as a control structure. Removal of the FILTER_ABORT code allows code to be executed after a template::forward command

  1. … 2 more files in changeset.
cleanup

changed result_name back to name as it has a hardwired dependency on the variable name that wasen't obvious to me when I changed it

ported dynamic queries

  1. … 14 more files in changeset.
files no lnger applicable

tested and fixed the template query db api

  1. … 12 more files in changeset.
added ad_proc to template query procs

ported templating to use standard db api

  1. … 23 more files in changeset.
OpenACS 4.x

  1. … 1307 more files in changeset.
Initial revision

    • -0
    • +7
    ./acs-integration-init.tcl
    • -0
    • +63
    ./acs-integration-procs.tcl
    • -0
    • +656
    ./doc-tcl-procs.tcl
    • -0
    • +554
    ./element-procs.tcl
    • -0
    • +205
    ./filter-procs.tcl
    • -0
    • +487
    ./paginator-procs.tcl
    • -0
    • +566
    ./parse-procs.tcl
    • -0
    • +207
    ./query-procs.tcl
  1. … 1307 more files in changeset.