• last updated 23 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Add UI to create global parameters from within the APM package builder.

Display "scope" of parameters on the version parameters page.

    • -1
    • +2
    ./www/apm/version-parameters-oracle.xql
    • -2
    • +3
    ./www/apm/version-parameters-postgresql.xql
1. Changed trigger functions from "opaque" to "trigger" to get rid of the

warnings during initial install (only for acs-kernel, there are a lot

elsewhere!)

2. Added "embeds" for postgresql and partially for oracle.

3. Added global parameters for postgresql and partially for oracle.

(oracle will be forthcoming shortly)

    • -2
    • +8
    ./www/apm/version-dependency-add-2.tcl
  1. … 28 more files in changeset.
Had to move a db_transaction because it was causing some sort of lock

contention deadlock in PG.

    • -2
    • +3
    ./www/apm/version-dependency-add-2.tcl
1. Disallow the addition of multiple "provides" dependencies to a package (enforce the

"one package/one service" paradigm).

2. Only allow "requires" and "extends" of installed and enabled packages - when you build a

package interactively in the APM, it installs it, and would allow you to require packages

that aren't installed, which of course would make your package fail heavily if you

mounted or otherwise tried to use it.

3. Make adding "extends" properly copy parameters of its parent package.

4. When adding a package, rebuild the cached package dependency information (added by

me in 5.5.0, I'd missed the need to rebuild the cache in the APM interactive package

builder).

    • -9
    • +15
    ./www/apm/version-dependency-add-2.tcl
    • -5
    • +7
    ./www/apm/version-dependency-add-oracle.xql
    • -6
    • +8
    ./www/apm/version-dependency-add-postgresql.xql
    • -47
    • +10
    ./www/apm/version-dependency-add.tcl
    • -1
    • +5
    ./www/apm/version-dependency-remove.tcl
Somehow managed to forget committing the version bump to 5.5.1 to CVS

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

  1. … 22 more files in changeset.
Bumped version to 5.5.1d1

  1. … 22 more files in changeset.
Non-info file merge results, with conflicts resolved.

  1. … 200 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.
Add mail-lite dependency

Substitute ns_sendmail calls for acs_mail_lite::send one

Bumped version numbers

  1. … 22 more files in changeset.
Rolling back previos commit for 2 reasons: 1. this branch is closed; 2. the change not needed.

Retriving nextvalue of sequence using nextval sequence function.

HTML cleanup

Fix index query, and commit some apm changes that.

    • -8
    • +10
    ./www/apm/version-dependencies-oracle.xql
    • -2
    • +2
    ./www/apm/version-dependencies-postgresql.xql
    • -24
    • +21
    ./www/apm/version-dependencies.tcl
    • -3
    • +4
    ./www/apm/version-dependency-add-2.tcl
HTML cleanup

  1. … 1 more file in changeset.
Fix acs-admin subsite list to show subsite extension packages

change all core proc_doc calls to ad_proc calls

  1. … 7 more files in changeset.
fix for yet another occurance of: adding missing FROM-clause entry for table "acs_object_id_seq" ...

Adding missing parameters ( implements_subsite_p and inherit_templates_p). To the

apm_package_register call. Does it make sense to let the user choose the values

for this parameters in the previos form?. Bug #3162.

insert missing argument for dependency_type

    • -2
    • +2
    ./www/apm/version-dependency-add-2.tcl
add option to delete users from the admin pages (acs-admin/users/one)

    • -0
    • +26
    ./www/users/delete-user.tcl
Preparing for release:

1. Created new ChangeLog file

2. Created new docs

3. Bumped version numbers

  1. … 152 more files in changeset.
Extract queries from tcl to xql file