• last updated 13 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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.
Added checkbox option to delete package files instead of automatically

removing them frm the filesystem.

Added checkbox option to delete package files instead of a mandatory delete.

using the new apm_load_packages proc to source all enabled packages after APM installation so that restart of server is not needed

adds users url

Merge of all changes from oacs-4-6 to HEAD. All changes up to tag jcd-merge-2

on oacs-4-6 are included.

  1. … 27 more files in changeset.
changing message after package installation to reflect that server restart is no longer necessary. Caching if package is enabled after installation as is done in bootstrap.tcl

one.xql query user_infox should have been user_info which broke oracle bug 135/patch 43 Brad Duell

updating the instructions for replacing texts with variables with message lookups, adding note about translating phrases rather than words

bug fix: the description for a package should be allowed to contain HTML. If you don't check the upgrade box you shouldn't have to change version URL or number

APM enhancement: If a package you want to install requires another package that isn't installed nor selected, it simply adds the required package to the list of packages to install. That way you don't have to go back and forth between the two package installation screens when you want to install a package, the APM does it for you.

    • -24
    • +55
    ./www/apm/packages-install-2.tcl
  1. … 1 more file in changeset.