• last updated 22 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Bug #3215. Plus changing fetching nextval of sequences.

Some time ago some plpgsql functions were changed in order to be compatible with pg 8.x, create scripts were modified but upgrade scripts were missing ( at least i couldn't find them) http://fisheye.openacs.org/changelog/OpenACS?cs=MAIN%3Ajeffd%3A20090210183154 . Bumping up package versions accordingly.

- reduce dependencies on nsf internals

nsf::object::dispatch has been renamed to nsf::dispatch

- use package_path in formfield of type form_page

- fix typo in comment

    • -2
    • +2
    /openacs-4/packages/xowiki/tcl/package-procs.tcl
- fix typp (many thanks to michael totschnig gor pointing this out)

    • -2
    • +2
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
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.