• last updated 2 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Wrappers to CR API

Various stored procs to support storage in filesystem, wrappers to CR API.

Added parameter to allow storage of files on filesystem. Upped version to 4.1b.

Removed two unused procs.

Removed unused and duplicate (of an unused) proc.

hardcoded SearchIndexerInterval value

modified serving of templates so that they are dynamically regenerated if they don't exist in the file system

    • -10
    • +0
    /openacs-4/packages/cms/tcl/form-procs-oracle.xql
    • -24
    • +0
    /openacs-4/packages/cms/tcl/form-procs.tcl
    • -12
    • +0
    /openacs-4/packages/cms/tcl/form-procs.xql

Fixed a couple of minor problems:

1. A typo in version-edit-2 that didn't really impact anything

2. A "triggered data change" error caused by apm-create.sql

3. restore-user flat-out didn't work and aD had never tested it

blah

    • -2
    • +4
    /openacs-4/packages/dotlrn/dotlrn.info
    • -59
    • +51
    /openacs-4/packages/dotlrn/tcl/dotlrn-procs.tcl
    • -0
    • +12
    /openacs-4/packages/dotlrn/tcl/dotlrn-procs.xql

added files

    • -0
    • +28
    /openacs-4/packages/dotlrn/sql/oracle/dotlrn-classes-create.sql

dotLRN beginning

    • -0
    • +0
    /openacs-4/packages/dotlrn/dotlrn.info
    • -0
    • +0
    /openacs-4/packages/dotlrn/tcl/dotlrn-filter.tcl
    • -0
    • +0
    /openacs-4/packages/dotlrn/tcl/dotlrn-procs.tcl
    • -0
    • +0
    /openacs-4/packages/dotlrn/tcl/dotlrn-procs.xql
  1. … 6 more files in changeset.
Initial revision

    • -0
    • +58
    /openacs-4/packages/dotlrn/dotlrn.info
    • -0
    • +50
    /openacs-4/packages/dotlrn/sql/oracle/dotlrn-create.sql
    • -0
    • +77
    /openacs-4/packages/dotlrn/tcl/class-applets-procs.tcl
    • -0
    • +133
    /openacs-4/packages/dotlrn/tcl/class-procs.tcl
    • -0
    • +32
    /openacs-4/packages/dotlrn/tcl/class-procs.xql
    • -0
    • +31
    /openacs-4/packages/dotlrn/tcl/dotlrn-filter.tcl
    • -0
    • +21
    /openacs-4/packages/dotlrn/tcl/dotlrn-init.tcl
    • -0
    • +12
    /openacs-4/packages/dotlrn/tcl/dotlrn-procs-oracle.xql
    • -0
    • +134
    /openacs-4/packages/dotlrn/tcl/dotlrn-procs.tcl
    • -0
    • +11
    /openacs-4/packages/dotlrn/tcl/dotlrn-procs.xql
    • -0
    • +15
    /openacs-4/packages/dotlrn/www/class-new-2.tcl
    • -0
    • +16
    /openacs-4/packages/dotlrn/www/class-new.adp
    • -0
    • +12
    /openacs-4/packages/dotlrn/www/class-new.tcl
  1. … 6 more files in changeset.
removed debug messages

    • -3
    • +1
    /openacs-4/packages/search/www/search.tcl

Added Kapil's Oracle port of acs-service-contract.

support date range searches

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

file upload in bboard.

*** empty log message ***

*** empty log message ***

*** empty log message ***

*** empty log message ***

*** empty log message ***

Extra "<queryset>" ...

*** empty log message ***

    • -31
    • +0
    /openacs-4/packages/calendar/sql/cal-item-drop.sql
*** empty log message ***

    • -145
    • +0
    /openacs-4/packages/calendar/sql/calendar-drop.sql
    • -0
    • +258
    /openacs-4/packages/calendar/sql/oracle/cal-item-create.sql
    • -0
    • +31
    /openacs-4/packages/calendar/sql/oracle/cal-item-drop.sql
    • -0
    • +26
    /openacs-4/packages/calendar/sql/oracle/cal-table-drop.sql
    • -0
    • +624
    /openacs-4/packages/calendar/sql/oracle/calendar-create.sql
    • -0
    • +145
    /openacs-4/packages/calendar/sql/oracle/calendar-drop.sql
*** empty log message ***

*** empty log message ***

moved CMS stuff to CR so that content can be displayed by the search interface without requiring the user to load cms

    • -41
    • +0
    /openacs-4/packages/cms/tcl/item-procs-oracle.xql
  1. … 7 more files in changeset.
slight change to db_qd_get_fullname that compensates for procs that are called with the global namespace qualifier - ::foo versus foo.

minor fix to handle lob

    • -2
    • +4
    /openacs-4/packages/search/tcl/search-procs.tcl

Fixed db_blob_get for PG, and got rid of db_continue_transaction, which we

can no longer support because PG automatically aborts a transaction after an

error.