• last updated 10 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
pass context_bar and title to master template, cleanup some html

  1. … 43 more files in changeset.
show object creation date rather than user creation date fixes bug 1607

Removed 1pixel.tcl.orig and 1pixel.tcl.rej as these are files created by patch and shouldn't be in the repository

template for reporting a single error back to the user

Merged with OpenACS 4.5 beta1 branch.

  1. … 84 more files in changeset.

Applied Lars Pind's patch #175 - the header and trailer files were missing

and the Tcl file wasn't using the right path.

file 1pixel.footer was initially added on branch oacs-4-5.

file 1pixel.tcl.rej was initially added on branch oacs-4-5.

file 1pixel.tcl.orig was initially added on branch oacs-4-5.

file 1pixel.header was initially added on branch oacs-4-5.

1. Changed a lot of package info files to fix problems ...

2. Added Vinod's bboard patch

3. Rationalized party e-mail checking by putting a "before insert or update"

trigger on the table that lower-cases email (this was already done by the

party.new() func but at least one update missed this). Got rid of all

"lower(email) = " and "upper(email) = " checks and just made all use the

db email column directly and lower-cased Tcl vars. In this way the index

on the email column is always and consistently used without needing to

define functional indexes on the column (an EE feature for Oracle).

4. Rationalized naming of a couple of workflows and fixed a glossary PG bug

where apparently its workflow got overwritten by one from the CMS at some

point in time.

5. Made the .cmp/.dat/.frm filters in the template code usable though not

very beautiful nor exactly correct. But with practice you can use them

to debug pages in the packages/* hierarchy. I also turned these off by

default as there's no need to run these filters on a production site!

6. Performed minor surgery on templating, including adding a new

"ad_return_exception_template" that allows you to return a templated

error page and aborts the script.

7. ??? probably but I think this covers most stuff.

  1. … 73 more files in changeset.

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.