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

Fixed the 4K character limit on session properties for Oracle by making an

optional "clob" value available. The APM wouldn't let me load any packages

when I added all the dotLRN packages plus standard packages over to a new

"dotlrn" user from my normal "acs" user - the list of packages grew to

> 4KB in size! Grrrr!

Initial shot at getting documentation.

1. Changed a couple of ns_schedule_proc calls to ad_schedule_proc.

2. Moved job scheduling for workflow from the db to tcl, because PG doesn't

support in-db job scheduling.

1. Removed call to "schedule_proc" in acs-workflow. It's no longer needed.

2. Changed admin UI so you can enter the sort order when adding or editing

places.

3. Duplicated Bart Teeuwisse's glossary changes for Oracle.

The bindvar emulation for db_exec_plpgsql now calls DoubleApos on the

values ...

Made the datasource "::dbname" function the same as

"localhost::dbname"

fix "cellpadding" typo that was causing bboard message list table to be very cluttered.

escaped backslashes in static_page_regexp. (olah)

Renamed a column named "timestamp" in the security package because this is

now a reserved word in PG (correctly). I changed the Oracle version, too,

because I know that 9i has added the "timestamp" datatype and even if it

will accept it as a column name it's confusing.

I also changes postgresql.sql to load correctly under PG 7.1 and 7.2.

fix minor bug with name of auto-page-number sequence

fix defect #647

Check for new object type created by site-wide search interface

updating .info file, no biggie

    • -5
    • +32
    /openacs-4/packages/dotlrn/dotlrn.info
Added drop scripts for objects and API needed by site-wide search

Modification of types needed by site-wide search interface

Added site-wide search interface

Site-wide search interface

Fix three obvious porting bugs I encountered when trying to use spam with Postgres.

    • -1
    • +1
    /openacs-4/packages/spam/www/spam-add.xql
    • binary
    /openacs-4/packages/spam/www/images/spacer.gif
add UI for choosing date attribute type, and example of its use in the news application

Removed name attribute from glossary and term forms. Name is now assigned by the new method of either object type.

Note this change currently only works for Postgres and breaks the Oracle implementation.

    • -161
    • +99
    /openacs-4/packages/glossary/www/term-add-edit.tcl
in order that they need to occur

bunch o' stuff

    • -20
    • +50
    /openacs-4/packages/dotlrn/tcl/class-procs.tcl
    • -0
    • +37
    /openacs-4/packages/dotlrn/tcl/term-procs-oracle.xql
    • -0
    • +74
    /openacs-4/packages/dotlrn/tcl/term-procs.tcl
    • -0
    • +28
    /openacs-4/packages/dotlrn/tcl/term-procs.xql
  1. … 37 more files in changeset.
bug fix

updated

sample template

added templating

added support for templating

added templating paramters

Added sp_folder_get_tree_sortkey function to the drop script

incorporated two patches by Bart Teeuwisse