• last updated 15 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
forgot to remove debugging code

fixing code

was missing </form> tag so was causing errors

cleaning up a bit

  1. … 1 more file in changeset.
making resetting password a lot easier

  1. … 1 more file in changeset.
making the workflow caused by forgetting one's password a lot easier

  1. … 1 more file in changeset.
removed unnecessary step

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.

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.
cleaned up content repository data-model and converted oracle apm to use file storage in the content repository

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

  1. … 8 more files in changeset.
Port queries

    • -0
    • +89
    ./basic-info-update-2.xql
    • -0
    • +28
    ./basic-info-update.xql
    • -0
    • +12
    ./password-update.xql
  1. … 14 more files in changeset.
finished porting portrait upload to work with CR

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

    • -0
    • +76
    ./portrait/upload-2-oracle.xql
    • -0
    • +103
    ./portrait/upload-2-postgresql.xql
    • -0
    • +46
    ./portrait/upload-2.xql
  1. … 3 more files in changeset.
OpenACS 4.x

  1. … 1307 more files in changeset.
Initial revision

    • -0
    • +168
    ./basic-info-update-2.tcl
    • -0
    • +37
    ./basic-info-update.adp
    • -0
    • +50
    ./basic-info-update.tcl
    • -0
    • +11
    ./password-update-2.adp
    • -0
    • +80
    ./password-update-2.tcl
    • -0
    • +33
    ./password-update.adp
    • -0
    • +43
    ./password-update.tcl
    • -0
    • +42
    ./portrait/comment-edit-2.tcl
    • -0
    • +26
    ./portrait/comment-edit.adp
    • -0
    • +55
    ./portrait/comment-edit.tcl
    • -0
    • +39
    ./portrait/erase-2.tcl
    • -0
    • +22
    ./portrait/erase.adp
    • -0
    • +34
    ./portrait/erase.tcl
    • -0
    • +43
    ./portrait/index.adp
    • -0
    • +98
    ./portrait/index.tcl
  1. … 1307 more files in changeset.