• last updated 11 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
cleanups, playing with cvs, hi log readers

  1. … 1 more file in changeset.
cleanup

  1. … 1 more file in changeset.
removed trigger delete

  1. … 1 more file in changeset.
fixes

  1. … 2 more files in changeset.
removed deleted file

  1. … 1 more file in changeset.
- converted over to using pg lobs,

- always uses template system for content generation

- added basic double click checks to postcard sending

- added more fine grained security checks based on

a more atomic security/permission model

    • -7
    • +16
    ./postcard/www/add-picture-2-postgresql.xql
    • -0
    • +25
    ./postcard/www/add-picture.adp
    • -0
    • +14
    ./postcard/www/index.xql
    • -5
    • +3
    ./postcard/www/postcard-picture-postgresql.xql
    • -1
    • +1
    ./postcard/www/show-card-postgresql.xql
  1. … 15 more files in changeset.
added basic permissioning and pg lob support

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