• last updated 1 hour ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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
    • +1
    ./obsolete-packages/bboard/www/message-threaded-postgresql.xql
  1. … 3 more files in changeset.

Added code to make use of David Walker's wonderfully abusive hack on the

pg_proc table that showed me how to write recursive SQL functions. We now

have good use of the index on tree_sortkey when climbing the tree, woo-hoo!

  1. … 17 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".

    • -3
    • +10
    ./obsolete-packages/bboard/www/message-delete-2-postgresql.xql
    • -3
    • +3
    ./obsolete-packages/bboard/www/message-move-2-postgresql.xql
  1. … 57 more files in changeset.

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

will do so shortly!

    • -16
    • +12
    ./obsolete-packages/bboard/tcl/bboard-procs-postgresql.xql
    • -7
    • +12
    ./obsolete-packages/bboard/www/forum.xql
    • -8
    • +3
    ./obsolete-packages/bboard/www/message-delete-2-postgresql.xql
    • -11
    • +6
    ./obsolete-packages/bboard/www/message-move-2-postgresql.xql
    • -7
    • +5
    ./obsolete-packages/bboard/www/message-threaded-postgresql.xql

1. Replaced more "tree_sortkey like" with "tree_sortkey between" expressions

2. Fixed a bad port of an Oracle query in site-nodes-procs.tcl and removed

a needless outer join from both versions in the process.

  1. … 11 more files in changeset.

Check the comments in postgresql.sql - my previous commit didn't quite work

as expected.

I also removed an ugly assumption made in the PG port in bboard-procs.tcl.

  1. … 1 more file in changeset.

Added "tree_left" and "tree_right" in order to optimize tree queries, which

I did for the bboard package. "LIKE (tree_sortkey || %)" never uses the

index as we thought it did, as it turns out ... see postgresql.sql for

example queries that do.

  1. … 1 more file 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).

    • -12
    • +16
    ./obsolete-packages/bboard/tcl/bboard-procs-postgresql.xql
    • -1
    • +1
    ./obsolete-packages/bboard/www/forum-move.xql
  1. … 18 more files in changeset.

Added a comment to this file ...

1. Fixed a boneheaded error in the bootstrapper: "AvailablePool" was being

submitted to a case-sensitive check. Of course AOLserver parameters are

case-insensitive.

2. A recently submitted patch to the db routine that PSQL's source broke

the code if you haven't started postmaster with the "-i" option.

3. Bboard was very, very slow in PG. It is now much faster.

    • -5
    • +6
    ./obsolete-packages/bboard/bboard.info
  1. … 2 more files in changeset.
initial revision of acs-workflow-4.3

initial revision of acs-workflow-4.3

initial revision of acs-workflow-4.3

initial revision of acs-workflow-4.3

initial revision of acs-workflow-4.3

initial revision of acs-workflow-4.3

initial revision of acs-workflow-4.3

initial revision of acs-workflow-4.3

initial revision of acs-workflow-4.3

initial revision of acs-workflow-4.3

initial revision of acs-workflow-4.3

  1. … 8 more files in changeset.
initial revision of acs-workflow-4.3

1. Modified the Javascript "check/uncheck all boxes" code in the APM

package install page so that it still works if javascript's disabled.

2. Slight rewrite of a view in bboard.

3. Skin works in OpenACS Oracle/PG - changed info file to reflect this.

4. Added clean error handling to wimpy point attachment upload page.

  1. … 3 more files in changeset.
initial revision of acs-workflow-4.3

  1. … 20 more files in changeset.
initial revision of acs-workflow-4.3

    • -220
    • +615
    ./obsolete-packages/acs-workflow/tcl/workflow-procs-postgresql.xql
  1. … 220 more files in changeset.
initial revision of acs-workflow-4.3

    • -0
    • +1973
    ./obsolete-packages/acs-workflow/sql/oracle/workflow-case-package-body.sql
  1. … 137 more files in changeset.

Bug fixes in the postgres ports of these packages ...

  1. … 2 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.

    • -8
    • +6
    ./obsolete-packages/bboard/bboard.info
    • -11
    • +11
    ./obsolete-packages/bboard/tcl/bboard-procs-oracle.xql
    • -15
    • +12
    ./obsolete-packages/bboard/tcl/bboard-procs-postgresql.xql
    • -26
    • +0
    ./obsolete-packages/bboard/www/attachment-postgresql.xql
    • -18
    • +2
    ./obsolete-packages/bboard/www/attachment.tcl
  1. … 73 more files in changeset.