• last updated 22 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Merged oacs-5-6 to HEAD. HEAD now installs and passes all core tests. There

may still be some lingering problems due to my screwing up the oacs-5-6

branch earlier, I'll be looking into this later.

  1. … 214 more files in changeset.
Bumped to 5.6.0.

  1. … 24 more files in changeset.
Bumped to beta 3 so I could put in this important upgrade script, fixing

a problem with using package_instantiate_object to instantiate a base

(acs_object) object. Never done in core or .lrn code apparently because typically

you instantiate subtypes, but it is important to get right.

  1. … 26 more files in changeset.
Bumped remaining packages to 5.6.0b2

  1. … 24 more files in changeset.
Bumped info files for 5.6.0b1

  1. … 22 more files in changeset.
Bumped version number for 5.6.0a1

  1. … 22 more files in changeset.
The instantiate callback would fail if search was mounted during initial

install (as in a custom install.xml file). It only indexes now if the

init file has been sourced, which will be after server restart if one is

doing an initial install.

"object_type" was not defined at the point where a DELETE error was being

logged.

Don't kill the whole search page if a datasource or other proc fails on one item. Log info on the error.

Somehow managed to forget committing the version bump to 5.5.1 to CVS

  1. … 22 more files in changeset.
Merged 5.5.1 to HEAD

  1. … 179 more files in changeset.
Bumped version number to 5.5.1b1 in preparation for release.

  1. … 22 more files in changeset.
Added a package instantiate callback so when someone mounts "search", the

search indexer is correctly started up without a server restart being required.

file apm-callback-procs.tcl was initially added on branch oacs-5-5.

    • -0
    • +0
    ./tcl/apm-callback-procs.tcl
Bumped version to 5.5.1d1

  1. … 22 more files in changeset.
Merged info files from 5.5.0

  1. … 22 more files in changeset.
Bumped info files in preparation for final release.

  1. … 22 more files in changeset.
Bumped version number and release date in anticipation of releasing beta1

after tomorrow's OCT meeting.

  1. … 22 more files in changeset.
Bumped HEAD to 5.6.0d1.

  1. … 22 more files in changeset.
Bumped release date as I'll be releasing today.

  1. … 22 more files in changeset.
Bumped version numbers

  1. … 22 more files in changeset.
Implement TIP#130 Add -exta_args to search callback definition to avoid having to redefine it constantly

    • -0
    • +36
    ./tcl/extra-args-procs.tcl
  1. … 2 more files in changeset.
use parameter::get rather than ad_parameter

- reduce lock contention with other background jobs scheduled at full minutes

  1. … 1 more file in changeset.
- fix version numbering

- fix for bug #3154

- don't hardcode localized string (feeling luck was just working for english)

- don't hardcode internationalized strings in program code ("feeling lucky" worked only in english)

- fix for bug #3154

Preparing for release:

1. Created new ChangeLog file

2. Created new docs

3. Bumped version numbers

  1. … 152 more files in changeset.
correctly escape the rss_xml_frag (by Michael Totschnig) http://openacs.org/bugtracker/openacs/patch?patch_number=882