• last updated 12 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates

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. … 70 more files in changeset.
fix bug that didn't allow for null charters

  1. … 2 more files in changeset.
make it obvious that null charters are allowed

fix bug to allow for null charters

fix bug that dosen't allow null charters

fix "cellpadding" typo that was causing bboard message list table to be very cluttered.

Fixed some errors in my earlier hacking on hierarchical queries...

  1. … 3 more files in changeset.

Oops - I'd previously committed a query with a literal substituted for

:forum_id, done back when I was hacking these queries for greater efficiency

using real test data. I was using psql so I was using literal values...

Changed the representation of tree_sortkeys from "text" to "bit varying".

  1. … 58 more files in changeset.

Changed to the new tree_sortkey comparison scheme. Mostly untested (yet)

will do so shortly!

  1. … 2 more files in changeset.

First round of speedups for verious permissions issues. Key finding is that

the all_object_party_privilege_map is speedy in PostgreSQL and apparently in

Oracle, as well (having re-read some of the optimization threads).

  1. … 20 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. … 79 more files in changeset.

Fixed all sorts of cruft uncovered when I decided to fix the bug preventing

file upload in bboard.

  1. … 5 more files in changeset.
Similar to previous fix.

Fix broken threading due to incorrect query name.

Fixes the broken forum page. Wrap else clause of the "messages_select"

query in to_char so that the datatypes of both claues match.

fix small bugs

ported all bboard pages for openacs4

    • -0
    • +27
    ./attachment-oracle.xql
    • -0
    • +26
    ./attachment-postgresql.xql
    • -0
    • +17
    ./category-delete-2-oracle.xql
    • -0
    • +13
    ./category-delete-2-postgresql.xql
    • -0
    • +13
    ./category-delete-2.xql
    • -0
    • +38
    ./category-delete.xql
    • -0
    • +13
    ./category-subscribe.xql
    • -0
    • +51
    ./forum-by-category-oracle.xql
  1. … 83 more files in changeset.
*** empty log message ***

    • -0
    • +116
    ./doc/xml/configuration.xml
    • -0
    • +352
    ./doc/xml/design.xml
    • -0
    • +185
    ./doc/xml/installation.xml
    • -0
    • +427
    ./doc/xml/requirements.xml
    • -0
    • +57
    ./doc/xml/support.xml

Forgot to define binary files before importing, so .gifs were messed up.

  1. … 2465 more files in changeset.
Initial revision

    • -0
    • +16
    ./attachment-delete.tcl
    • -0
    • +25
    ./category-delete-2.tcl
    • -0
    • +13
    ./category-delete.adp
    • -0
    • +40
    ./category-delete.tcl
    • -0
    • +26
    ./category-edit-2.tcl
    • -0
    • +20
    ./category-entry.adp
    • -0
    • +26
    ./category-new-2.tcl
    • -0
    • +25
    ./category-subscribe.tcl
    • -0
    • +25
    ./category-unsubscribe.tcl
    • -0
    • +161
    ./forum-by-category.tcl
    • -0
    • +53
    ./forum-delete-2.tcl
  1. … 2465 more files in changeset.