• last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates

Added a simple database error template that can be used instead of

ad_return_complaint.

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
    • +35
    ./session-update.tcl
  1. … 13 more files in changeset.
parameterized url of community member page; changed some procs to use the parameter; changed some pages to use the procs instead of linking directly

  1. … 3 more files in changeset.

Bunch of files I forgot to add to the last commit ...

  1. … 13 more files in changeset.

1. Added a new Tcl procedure to the content repository's library, named

cr_write_content, which properly writes content to the connection

regardless of RDBMS and storage type. This simplified a bunch of stuff

(which explains the removed files).

2. Fixed a lot of general comments issues regarding HTML vs. Plain/Text,

attachments, etc.

3. Partially ported glossary.

  1. … 81 more files in changeset.
added oracle query

    • -0
    • +15
    ./portrait-bits-oracle.xql
cleaned up content repository data-model and converted oracle apm to use file storage in the content repository

  1. … 11 more files in changeset.
more cleanup of CR and blob support

  1. … 3 more files in changeset.
tested lob support for content-repository. converted photo upload in acs-subsite to use lobs instead of files

  1. … 9 more files in changeset.
finished porting portrait upload to work with CR

  1. … 4 more files in changeset.
work on protrait upload

    • -0
    • +15
    ./portrait-bits-postgresql.xql
  1. … 5 more files in changeset.
Port queries

    • -0
    • +14
    ./whos-online-postgresql.xql
  1. … 27 more files in changeset.
Port queries

    • -0
    • +18
    ./community-member-postgresql.xql
  1. … 2 more files in changeset.
OpenACS 4.x

  1. … 1307 more files in changeset.
Initial revision

    • -0
    • +85
    ./community-member.adp
    • -0
    • +134
    ./community-member.tcl
    • -0
    • +11
    ./iso-codes-no-exist.adp
    • -0
    • +35
    ./portrait-thumbnail-bits.tcl
  1. … 1307 more files in changeset.