• last updated 15 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- bump version numbers to 6.9.0 (oacs) / 2.9.0 (dotlrn)

  1. … 72 more files in changeset.
- bump version numbers

  1. … 75 more files in changeset.
*** empty log message ***

  1. … 75 more files in changeset.
- use templating for navigation in doc files

- add adp-files /packages/acs-core-docs/lib/navheader and

/packages/acs-core-docs/lib/navfooter

  1. … 217 more files in changeset.
- let all package doc files start with H1

  1. … 51 more files in changeset.
file index.adp was initially added on branch oacs-5-9.

  1. … 1 more file in changeset.
- update/add .adp files for documentation

  1. … 14 more files in changeset.
Bumping up core packages version to 5.10.0d1

  1. … 24 more files in changeset.
- fix bug, when "dfs" was specified

Example: http://openacs.org/search/search?q=Spam&dfs=m3

Merging back to HEAD all changes that happened in branch oacs-5-8 between tags: vg-merge-oacs-5-8-from-20141027 and vg-merge-oacs-5-8-from-20150427

    • -4
    • +2
    ./tcl/tsearch2-driver-procs-postgresql.xql
  1. … 519 more files in changeset.
- provide default values, concentrate concerns

    • -4
    • +2
    ./tcl/tsearch2-driver-procs-postgresql.xql
Merging back to HEAD branch oacs-5-8 (using tag vg-merge-oacs-5-8-from-20141027).

    • -2
    • +2
    ./tcl/tsearch2-driver-install-procs.tcl
  1. … 2545 more files in changeset.
- bump version numbers to 5.8.1

  1. … 74 more files in changeset.
- bump version number to 5.8.1b2

  1. … 75 more files in changeset.
- bump version numbers for beta release

  1. … 74 more files in changeset.
- bump version numbers to [25].8.1a3

- update requirements for core components to newest version number in the branch

  1. … 74 more files in changeset.
- don't produce error when query end with a "not"

- remove parens from build_query, since handling is broken (e.g. "unimplemented ( 5.5.1 )") and it's not clear what the intended sematics are

- use "in" or not in (ni) operator instead of lsearch

- regularize expressions

- bump version number

    • -2
    • +2
    ./tcl/tsearch2-driver-install-procs.tcl
- 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.
regsub empty parens from search query - tsearch doesn't like 'em

- bump version number to beta 2 (5.8.0b2)

  1. … 24 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.
Rewriting acs_permission__permission_p function to use recursive queries ( available in PG since 8.4 ) and modifiying

queries around core packages to avoid checking persmissions using a subquery on the acs_object_party_privilege_map view.

    • -0
    • +37
    ./tcl/tsearch2-driver-procs-postgresql.xql
  1. … 14 more files in changeset.
- update postgres function to modern style plpgsql definitions, avoid backslash escaping

- add missing function_args

  1. … 19 more files in changeset.
- make search callback compatible with definition in search/tcl/search-procs.tcl