• last updated 19 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- add release date to package info

- 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.
- no need for separate code for AOLServer/NaviServer

update acs-admin cache page to work with both naviserver and aolserver

Getting rid of last calls to deprecated ad_table. Instead using the list-builder. There is still one call to ad_table within acs-subsite but this page is not linked from anywhere anymore ( probably we remove it later ).

    • -35
    • +48
    ./www/apm/version-parameters.tcl
  1. … 1 more file in changeset.
- bump version number to beta 2 (5.8.0b2)

  1. … 24 more files in changeset.
- make use of byte-compiled functions

- 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.
Bumping up to 5.8 alpha version 1.

- abstract in check for existance of a command whether this is scripted or not

- use a more modern tcl command set

    • -2
    • +2
    ./www/apm/version-callback-add-edit.tcl
  1. … 11 more files in changeset.
Noquote the return URL since it is not displayed to the browser and its quoted in the form under display mode, causing a double quoting.

Merged oacs-5-7 to HEAD

  1. … 167 more files in changeset.
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.
more PG 9.0 compatibility. Avoiding the usage of OIDs in postgresql.

    • -2
    • +1
    ./www/users/member-state-change-oracle.xql
    • -1
    • +1
    ./www/users/member-state-change-postgresql.xql
    • -12
    • +3
    ./www/users/member-state-change.tcl
  1. … 3 more files in changeset.
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.

    • -10
    • +9
    ./www/apm/version-dependency-remove.tcl
    • -16
    • +0
    ./www/apm/version-parameters-oracle.xql
    • -18
    • +0
    ./www/apm/version-parameters-postgresql.xql
  1. … 203 more files in changeset.
Changes for supporting postgresql 9.0:

- Avoiding usage of SQL reserved keywords on plpsql functions (plpsql lexer and parser were reworked).

- Fixing all those places on which FROM clause was automatically added by PG ( PG Config add_missing_from parameter was removed for this release of PG ).

Many thanks to Tracy Adams and Jeff Lu for providing first version of the patches.

  1. … 15 more files in changeset.
Made the index page work even if the new "scope" column doesn't exist in

"apm_parameters" (for instance, as when one is updating to openacs 5.6.

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.
- fixed 2 missed changes in the interface of pkg_info_new for "embeds"

Cleaned up APM handling of inherited parameters so that deletion of

a dependency works well now, the parameters page with the APM only shows

parameters specified in the package (rather than include inherited ones),

and the XML file is correclty written.

    • -10
    • +9
    ./www/apm/version-dependency-remove.tcl
    • -16
    • +0
    ./www/apm/version-parameters-oracle.xql
    • -18
    • +0
    ./www/apm/version-parameters-postgresql.xql
  1. … 2 more files in changeset.
1. nsv for package inheritance etc wasn't being set up when an admin

interactively created a new package using the APM UI. Changes for

5.6 for parameter inheritance caused that nsv to be referenced in this

case, while it wasn't for 5.5. This caused an error message in a couple

of instances.

2. Modified the package xml generator to only output parameters defined

for the package itself (rather than all, including inherited ones).

  1. … 2 more files in changeset.