• last updated 12 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
updated with latest file revisions, not sure about url conventions

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

cleanup of old oracle code

made date format prettier

fixed to use new acs_mail notifications

1. Added a check that PG was initdb's with the collation order for

characters that we expect.

2. Jon added a "sql/common" directory for the insert statements which

load data for acs-references, so I added a new datamodel type "common"

to the APM.

3. Created a new db API routine that returns true if a given db_type is

compatible with the current RDBMS.

4. Added a workaround for a PL/pgSQL "execute" bug in acs-workflow (other

cases had been fixed previously by others but this one was missed)

5. Diddled a couple of .info files using the APM.

    • -3
    • +11
    ./bboard-portlets/bboard-portlets.info
    • -1
    • +2
    ./ticket-tracker/tcl/ttracker-procs.tcl
  1. … 8 more files in changeset.

Initial version of bboard-portlets, grabbed from aD's repository.

    • -0
    • +0
    ./bboard-portlets/bboard-portlets.info
    • -0
    • +0
    ./bboard-portlets/tcl/bboard-portlets-procs.tcl
    • -0
    • +0
    ./bboard-portlets/www/summarize-oracle.xql
    • -0
    • +0
    ./bboard-portlets/www/summarize-postgresql.xql
Initial revision

    • -0
    • +33
    ./bboard-portlets/bboard-portlets.info
    • -0
    • +31
    ./bboard-portlets/sql/oracle/bboard-portlets-create.sql
    • -0
    • +37
    ./bboard-portlets/sql/oracle/bboard-portlets-drop.sql
    • -0
    • +20
    ./bboard-portlets/sql/postgresql/bboard-portlets-create.sql
    • -0
    • +37
    ./bboard-portlets/sql/postgresql/bboard-portlets-drop.sql
    • -0
    • +39
    ./bboard-portlets/tcl/bboard-portlets-procs.tcl
    • -0
    • +26
    ./bboard-portlets/www/summarize-oracle.xql
    • -0
    • +25
    ./bboard-portlets/www/summarize-postgresql.xql
    • -0
    • +21
    ./bboard-portlets/www/summarize.adp
    • -0
    • +34
    ./bboard-portlets/www/summarize.tcl
Fixed typo

    • -1
    • +1
    ./ticket-tracker-lite/www/doc/index.adp
Fixed typo

    • -1
    • +1
    ./ticket-tracker-lite/www/doc/index.adp
code cleanup

    • -194
    • +155
    ./ticket-tracker/sql/postgresql/ttracker-workflow-create.sql
forgot a -

minor bugfixes

    • -13
    • +1
    ./ticket-tracker/www/ticket-add-2-postgresql.xql
    • -1
    • +1
    ./ticket-tracker/www/tickets-postgresql.xql
added perms assignment to __new

removed a drop fxn statement

fix small bugs

    • -2
    • +2
    ./bboard/www/message-delete-2-postgresql.xql
simple bug fixes

    • -3
    • +3
    ./bboard/sql/postgresql/bboard-create.sql
    • -1
    • +5
    ./bboard/sql/postgresql/bboard-drop.sql
obvious bug fixes

    • -4
    • +4
    ./bboard/sql/postgresql/bboard-drop.sql
ported all bboard pages for openacs4

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

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

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

ported data model

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

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

    • -0
    • +11
    ./bboard/sql/oracle/upgrade-4.0.2b6-4.0.2b7.sql
took out some debugging info

various fixes

    • -6
    • +6
    ./ticket-tracker/tcl/ttracker-procs-oracle.xql
    • -2
    • +2
    ./ticket-tracker/tcl/ttracker-procs-postgresql.xql
    • -23
    • +23
    ./ticket-tracker/tcl/ttracker-procs.xql
    • -0
    • +55
    ./ticket-tracker/www/category-oracle.xql
    • -0
    • +55
    ./ticket-tracker/www/category-postgresql.xql
    • -0
    • +73
    ./ticket-tracker/www/category-summary-oracle.xql
    • -0
    • +73
    ./ticket-tracker/www/category-summary-postgresql.xql
    • -4
    • +4
    ./ticket-tracker/www/category-summary.tcl
    • -2
    • +3
    ./ticket-tracker/www/ticket-add-2-postgresql.xql
  1. … 9 more files in changeset.
first revision - ported datamodel and query files.

    • -1
    • +62
    ./ticket-tracker/ticket-tracker.info
    • -0
    • +125
    ./ticket-tracker/sql/postgresql/category-create.sql
    • -0
    • +65
    ./ticket-tracker/sql/postgresql/options-create.sql
    • -0
    • +171
    ./ticket-tracker/sql/postgresql/ticket-create.sql
    • -0
    • +21
    ./ticket-tracker/sql/postgresql/ticket-tracker-create.sql
    • -0
    • +84
    ./ticket-tracker/sql/postgresql/ticket-tracker-drop.sql
    • -0
    • +719
    ./ticket-tracker/sql/postgresql/ticket-tracker-packages.sql
    • -0
    • +443
    ./ticket-tracker/sql/postgresql/ttracker-workflow-create.sql
    • -0
    • +25
    ./ticket-tracker/sql/postgresql/ttracker-workflow-drop.sql
    • -0
    • +33
    ./ticket-tracker/tcl/ttracker-procs-oracle.xql
    • -0
    • +35
    ./ticket-tracker/tcl/ttracker-procs-postgresql.xql
    • -0
    • +46
    ./ticket-tracker/tcl/ttracker-procs.xql
  1. … 53 more files in changeset.
fixed bug that disallowed html input

    • -1
    • +1
    ./ticket-tracker-lite/www/ticket-add-2.tcl