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

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.

    • -47
    • +13
    ./sql/postgresql/bboard-views.sql
  1. … 2 more files in changeset.

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.

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.

    • -15
    • +12
    ./tcl/bboard-procs-postgresql.xql
  1. … 75 more files in changeset.
added name method support for content_revision type

  1. … 5 more files in changeset.

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

file upload in bboard.

  1. … 3 more files in changeset.
Don't use db_dml when calling stored procs. Use db_exec_plsql instead.

Similar to previous fix.

Added missing where clause in "bboard_message_set.message_set_content"

query. Thanks to Louis Zirkel for catching this.

Fix for message-edit-3 blowing up. Tested on both PG and Oracle. Thanks

go out to Louis. - Arjun

"In digging into the code I found that there is a call to

bboard_message_clear_categories which in turn calls db_dml to call a

stored proc. This doesn't seem to work, but changing the db_dml call

to db_exec_plsql seems to have resolved the issue." -- Louis Zirkel

Fix broken threading due to incorrect query name.

Fixed posting error due to incorrect partialquery name.

Added patch form Luke Pond that updates bboard_garbage_collect_postgresql

so that general_comments are prevented from being garbage collected.

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

simple bug fixes

obvious bug fixes

ported all bboard pages for openacs4

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

    • -0
    • +116
    ./www/doc/xml/configuration.xml
    • -0
    • +352
    ./www/doc/xml/design.xml
    • -0
    • +66
    ./www/doc/xml/index.xml
    • -0
    • +185
    ./www/doc/xml/installation.xml
    • -0
    • +21
    ./www/doc/xml/intro.xml
    • -0
    • +42
    ./www/doc/xml/notes.xml
    • -0
    • +427
    ./www/doc/xml/requirements.xml
    • -0
    • +57
    ./www/doc/xml/support.xml
    • -0
    • +66
    ./www/doc/xml/top.xml
inital changes for openacs port

    • -0
    • +495
    ./tcl/bboard-procs-oracle.xql
    • -0
    • +461
    ./tcl/bboard-procs-postgresql.xql
    • -0
    • +221
    ./tcl/bboard-procs.xql
added all new files for port

ported data model

    • -0
    • +337
    ./sql/postgresql/bboard-create.sql
    • -0
    • +136
    ./sql/postgresql/bboard-drop.sql
    • -0
    • +572
    ./sql/postgresql/bboard-packages.sql
    • -0
    • +59
    ./sql/postgresql/bboard-views.sql
latest changes (post-beta 6) from aD repository

    • -2
    • +127
    ./sql/oracle/bboard-packages.sql
new from ad cvs

    • -0
    • +11
    ./sql/oracle/upgrade-4.0.2b6-4.0.2b7.sql

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

    • -0
    • +0
    ./sql/oracle/upgrade-4.0.2b3-4.0.2b4.sql
    • -0
    • +0
    ./sql/oracle/upgrade-4.0.2b5-4.0.2b6.sql
  1. … 2465 more files in changeset.
Initial revision

    • -0
    • +453
    ./sql/oracle/bboard-create.sql
    • -0
    • +144
    ./sql/oracle/bboard-drop.sql
    • -0
    • +571
    ./sql/oracle/bboard-packages.sql
    • -0
    • +34
    ./sql/oracle/bboard-views.sql
    • -0
    • +11
    ./sql/oracle/index_sync.sql
    • -0
    • +139
    ./sql/oracle/upgrade-4.0-4.0.1.sql
    • -0
    • +163
    ./sql/oracle/upgrade-4.0.1-4.0.2.sql
    • -0
    • +55
    ./sql/oracle/upgrade-4.0.2b3-4.0.2b4.sql
    • -0
    • +11
    ./sql/oracle/upgrade-4.0.2b5-4.0.2b6.sql
    • -0
    • +152
    ./sql/oracle/upgrade-4.0b-4.0.sql
    • -0
    • +11
    ./tcl/bboard-init.tcl
    • -0
    • +1010
    ./tcl/bboard-procs.tcl
    • -0
    • +16
    ./www/attachment-delete.tcl
  1. … 2465 more files in changeset.