• last updated 9 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Watching the wrong path.

Sorting user list, and fixed formatting

removing debug printouts that I forgot to remove earlier

  1. … 2 more files in changeset.

1. Made it possible to upgrade from acs-kernel 4.6.1 to acs-kernel 4.6.2

by using the APM rather than running the upgrade script by hand from

PSQL or SQL*Plus.

2. Changed a bunch of package .info files to depend on acs-kernel 4.6.2

to force the APM to upgrade acs-kernel (and therefore the APM datamodel)

before anything else. No guarantee on this though since not all

packages properly define their dependence on the kernel, it appears.

3. Whacked the release notes to suggest people use the APM to upgrade

acs-kernel first, other package later, just for safety's sake.

4. Fixed goof-up in acs-subsite I accidently introduced.

  1. … 35 more files in changeset.
adding the ability to cancel all watches in the system

  1. … 1 more file in changeset.
adding the ability to cancel all watches in the system

  1. … 1 more file in changeset.
removing code no longer needed now that file listings are not stored in info files and db. I may not find time to do this change on the 4.6 branch, but the change as it's just removal of dead code.

    • -2
    • +1
    ./www/apm/version-generate-tarball.tcl
  1. … 4 more files in changeset.
replacing use of db_package_supports_rdbms_p with the new file system based apm_package_supports_rdbms_p proc

removing tilde files committed by mistake

    • -5
    • +0
    ./www/apm/version-callback-add-edit.adp~
    • -75
    • +0
    ./www/apm/version-callback-add-edit.tcl~
    • -11
    • +0
    ./www/apm/version-callback-add.tcl~
    • -11
    • +0
    ./www/apm/version-callback-delete.tcl~
    • -128
    • +0
    ./www/apm/version-callbacks.tcl~
changing the reload page to reflect that files are no longer stored in the db

changing the reload page to reflect that files are no longer stored in the db

removing the file count for packages on the APM index page as counting from the file system would be fairly expensive (maybe as much as a second for many packages)

removing the file count for packages on the APM index page as counting from the file system would be fairly expensive (maybe as much as a second for many packages)

Upgrade to 4.6.2: The infamous APM changes, workflow, bug-tracker, etc.

  1. … 21 more files in changeset.
removing pages and xql files that are no longer needed no that file paths of APM packages are not in db

    • -17
    • +0
    ./www/apm/version-files-postgresql.xql
Changed the file manage page of the APM to reflect that file paths are no longer in the database. The page now just serves the purpose of showing the file types that the APM thinks your files are and watching files. Making paths to sql files and catalog files be fetched directly from the filesystem. Offering to mount applications under /package_key upon install for convenience. Making sure the package-delete page works by unmounting and uninstantiating packages with the Tcl API (to trigger callbacks) before uninstall. Adding ability to watch all files in a package. Minor update of I18N instructions

    • -0
    • +13
    ./www/apm/package-watch.tcl
    • -10
    • +14
    ./www/apm/packages-install-3.tcl
    • -11
    • +11
    ./www/apm/packages-install-4.tcl
batch user add contributed by Joel Aufrecht patch 83

file user-batch-add-2.adp was initially added on branch oacs-4-6.

    • -0
    • +0
    ./www/users/user-batch-add-2.adp
file user-batch-add.tcl was initially added on branch oacs-4-6.

    • -0
    • +0
    ./www/users/user-batch-add.tcl
file user-batch-add.adp was initially added on branch oacs-4-6.

    • -0
    • +0
    ./www/users/user-batch-add.adp
file user-batch-add-2.tcl was initially added on branch oacs-4-6.

    • -0
    • +0
    ./www/users/user-batch-add-2.tcl
Not marking procs for reloading anymore after package installation. Adding comment saying server must be restarted after installation and upgrading of packages.

added a check that Tcl callback procs specified in the APM UI have correct argument lists

    • -1
    • +5
    ./www/apm/version-callback-add-edit.tcl
  1. … 1 more file in changeset.
merge cache inspection stuff from HEAD

Adding a link to the secret Cache Control page so that people can find it

adding before-uninstall, before-uninstantiate, and before-unmount Tcl callbacks for packages

  1. … 2 more files in changeset.
Fixed callback UI

    • -8
    • +8
    ./www/apm/version-callback-add-edit.tcl
- Took out extra call to apm_package_load status

- allowed calling file-watch with more than one file_id

- offer a 'watch all above files' link when reloading a package

- restructured the version-view page to display links more logically

adding editing of auto-mount and Tcl callbacks to the APM UI

    • -0
    • +5
    ./www/apm/version-callback-add-edit.adp
    • -0
    • +5
    ./www/apm/version-callback-add-edit.adp~
    • -0
    • +83
    ./www/apm/version-callback-add-edit.tcl
    • -0
    • +75
    ./www/apm/version-callback-add-edit.tcl~
    • -0
    • +4
    ./www/apm/version-callback-add.adp~
    • -0
    • +11
    ./www/apm/version-callback-add.tcl~
    • -0
    • +14
    ./www/apm/version-callback-delete.tcl
    • -0
    • +11
    ./www/apm/version-callback-delete.tcl~
    • -0
    • +3
    ./www/apm/version-callbacks-add.adp
    • -0
    • +5
    ./www/apm/version-callbacks-add.adp~
    • -0
    • +34
    ./www/apm/version-callbacks.adp
    • -0
    • +3
    ./www/apm/version-callbacks.adp~
  1. … 7 more files in changeset.
Adding code so that a package always provides the service of itself (package_key and version_name) when created. When a package is upgraded the provided version_name is automatically updated. Also making the info file be automatically updated upon edit of the package

    • -2
    • +2
    ./www/apm/version-dependency-add-2.tcl
  1. … 1 more file in changeset.