• last updated 8 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- 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

Set log format according openacs one

- improve caching for random pages in aolserver

- add caching to the random-form-page includelet

- fix typo

bump version number

Fix search delete trigger

clearly nobody's ever called this proc - fixed small typo

Forgot to bump the version to 5.7.0 before regenerating the docs

  1. … 98 more files in changeset.
5.7.0 core doc html files

  1. … 105 more files in changeset.
Bumped version number to 5.7.0

    • -4
    • +4
    /openacs-4/packages/acs-tcl/acs-tcl.info
  1. … 10 more files in changeset.
No need to set package_id here ( set previously by package initialization at the beginning of the script )

- avoid attempts to resolve "self" from tcl function frames ( ref: http://fisheye.openacs.org/changelog/OpenACS?cs=MAIN%3Agustafn%3A20101030220758 )

Added a bunch of files ...

Relaxed the requirement that an acs object type's specified table name

actually exists (or is null), due to broken packages like categories.

I even provided an upgrade script and bumped the package version number.