• last updated 1 hour ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- bump version numbers

  1. … 39 more files in changeset.
- update release dates in .info files to make it easier to spot, what old versions are installed

  1. … 36 more files in changeset.
- bump version number to 5.8.0

  1. … 24 more files in changeset.
ppthtml is now catppt, part of catdoc package on most distros

- bump version number to beta 2 (5.8.0b2)

  1. … 24 more files in changeset.
- replace deprecated acs_sc_call by acs_sc::invoke

  1. … 9 more files in changeset.
- bumped version number to 5.8.0b1

  1. … 24 more files in changeset.
Bumping up version numbers to 5.9.0d1 for core packages on HEAD.

  1. … 24 more files in changeset.
- Bumping version numbers to 5.8.0a1

  1. … 24 more files in changeset.
- update postgres function to modern style plpgsql definitions, avoid backslash escaping

- add missing function_args

  1. … 18 more files in changeset.
Merged oacs-5-7 to HEAD

  1. … 167 more files in changeset.
Fix subsite search

Bumping up version numbers for core packages to 5.8.0d1

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

  1. … 24 more files in changeset.
Bump to 5.7.0b1

  1. … 24 more files in changeset.
Add title to the search input since there is no label (WCAG2). Added corresponding message key and its translation to spanish.

Bumped version numbers to 5.6.0d1

  1. … 23 more files in changeset.
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.