• last updated 14 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fixed ""-must-be-null problem for results returned from the database. I

added a utility in json-procs.tcl to help with this, but since I also needed

to convert PG intervals to the "PT01H02M03.5S" format used by the SCORM RTE

in actuality it's fixed in the scorm player package. But the JSON proc may

be useful for someone else so I left it in ...

Added daveb's fix

adding functionality for publishing units

adding message key for Units Publication

fixing broken site_node::conn_url see: http://openacs.org/forums/message-view?message_id=3653550

- use new flag "-export_vars" for package initialize to prevent interaction with query-vars

- bump version number and update dependencies

    • -3
    • +3
    /openacs-4/packages/xowiki/xowiki.info
    • -2
    • +2
    /openacs-4/packages/xowiki/tcl/package-procs.tcl
- bump version number to 0.121

- add flag "-export_vars" to PackageMgr.initialize to avoid conditionally exporting of variables

- updated cr_thin_out; make it more configurable

fix for bug in tinymce init code regarding booleans

- missing index and foreign key constraints on cr_item_publish_audit fixed

- fix typo

- make sure to use "ns_conn query" just in connected mode

    • -1
    • +1
    /openacs-4/packages/xowiki/tcl/weblog-procs.tcl
- pass language from page as default language to included page

    • -1
    • +2
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
- finalize last change (dirty edigtor buffer)

- call ::xo::at_cleanup to remove potential garbage

Merged oacs-5-7 to HEAD

  1. … 153 more files in changeset.
bad cache key causing incorrect results to be returned

Fix subsite search

    • -2
    • +4
    /openacs-4/packages/search/www/search.tcl
Fixed problem with generation of the JSON Activity Tree from the manifest.

::nsf::dispatch was renamed to ::nsf::object::dispatch.

- return ref_ids (list of ids in a path) from item_ref

    • -2
    • +4
    /openacs-4/packages/xowiki/tcl/package-procs.tcl
Upgrade scripts contain the following changes:

- getting right name of triggers, following the pattern *_tr

- redefining funtion arguments for each function using define_function_args

- getting rid of unncesary backslashes, used for escaping, in some functions.

- redefinitions of content_type__refresh_trigger and content_type__drop_type in order to get rid of some 7.2 vs 7.3 querying.

got rid of garbage that snuck in some way.

Bring PostgreSQL functions closer to the current level of PL/pgSQL:

- upgrade PL/pgSQL functions to the $$ notation (recommended since pg8.0, jan 2005).

- get rid of backslash usages in function definitions

- drop aliases in favor of named function arguments (recommended since pg8.0)

- fix wrong function_args, add missing function_args, align default semantics

with the defaults in pg (providing "null" as default means the argument is

optional).

- change return types of triggers from "opaque" to "trigger" (recommended since pg8.0)

- unify names of triggers *_tr

- removed some version dependencies of pg 7.2 and 7.3

  1. … 40 more files in changeset.
Bumping up version numbers for core packages to 5.8.0d1

    • -4
    • +4
    /openacs-4/packages/acs-tcl/acs-tcl.info
  1. … 10 more files in changeset.
- use function args when they are provided for determining the parameters for xo::db::sql::* functions

- provide some more fixes for buggy function args

Fixed ailing oracle test ...

Revert unintended change

Revert unintended change