• last updated 46 mins ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
adding message key for Units Publication

    • -0
    • +8
    ./learning-content/catalog/learning-content.en_US.ISO-8859-1.xml
    • -0
    • +8
    ./learning-content/catalog/learning-content.es_GT.ISO-8859-1.xml
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

- 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

    • -62
    • +81
    ./xowiki/tcl/xowiki-utility-procs.tcl
fix for bug in tinymce init code regarding booleans

    • -1
    • +5
    ./acs-templating/tcl/richtext-procs.tcl
- missing index and foreign key constraints on cr_item_publish_audit fixed

    • -2
    • +2
    ./acs-content-repository/acs-content-repository.info
- fix typo

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

- pass language from page as default language to included page

- finalize last change (dirty edigtor buffer)

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

Merged oacs-5-7 to HEAD

    • -1
    • +1
    ./acs-api-browser/acs-api-browser.info
    • -1
    • +1
    ./acs-authentication/acs-authentication.info
    • -1
    • +1
    ./acs-automated-testing/acs-automated-testing.info
    • -1
    • +1
    ./acs-bootstrap-installer/acs-bootstrap-installer.info
    • -1
    • +1
    ./acs-content-repository/acs-content-repository.info
    • -4
    • +4
    ./acs-core-docs/www/acs-package-dev.html
    • -9
    • +9
    ./acs-core-docs/www/analog-install.html
    • -15
    • +15
    ./acs-core-docs/www/analog-setup.html
  1. … 153 more files in changeset.
bad cache key causing incorrect results to be returned

    • -5
    • +4
    ./acs-object-management/tcl/attribute-procs.tcl
Fix subsite search

Fixed problem with generation of the JSON Activity Tree from the manifest.

    • -5
    • +10
    ./scorm-core/tcl/scorm-core-procs.tcl
::nsf::dispatch was renamed to ::nsf::object::dispatch.

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

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.

    • -2
    • +2
    ./acs-content-repository/acs-content-repository.info
    • -0
    • +683
    ./acs-content-repository/sql/postgresql/upgrade/upgrade-5.8.0d1-5.8.0d2.sql
    • -0
    • +310
    ./acs-kernel/sql/postgresql/upgrade/upgrade-5.8.0d1-5.8.0d2.sql
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

    • -676
    • +1097
    ./acs-content-repository/sql/postgresql/content-item.sql
    • -117
    • +207
    ./acs-content-repository/sql/postgresql/content-keyword.sql
    • -210
    • +354
    ./acs-content-repository/sql/postgresql/content-revision.sql
    • -106
    • +170
    ./acs-content-repository/sql/postgresql/content-symlink.sql
  1. … 40 more files in changeset.
Bumping up version numbers for core packages to 5.8.0d1

    • -3
    • +3
    ./acs-api-browser/acs-api-browser.info
    • -5
    • +5
    ./acs-authentication/acs-authentication.info
    • -3
    • +3
    ./acs-automated-testing/acs-automated-testing.info
    • -3
    • +3
    ./acs-bootstrap-installer/acs-bootstrap-installer.info
    • -5
    • +5
    ./acs-content-repository/acs-content-repository.info
    • -3
    • +3
    ./acs-service-contract/acs-service-contract.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 ...

    • -4
    • +2
    ./acs-tcl/tcl/test/object-test-case-procs.tcl
Revert unintended change

    • -5
    • +0
    ./acs-content-repository/tcl/search-procs.tcl
Revert unintended change

    • -5
    • +0
    ./acs-content-repository/tcl/search-procs.tcl
Set log format according openacs one

    • -2
    • +2
    ./user-tracking/config/awstats_dotlrn.site.conf
- improve caching for random pages in aolserver

- add caching to the random-form-page includelet