• last updated 23 mins ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Added link to the site-map on main site for easier mounting

The 'Watch all files' link still had the long path which included packages/package-key, which it shouldn't.

removing the checkbox to delete the files of a package when deleting it using the APM UI. I think it was too dangerous

removing the file listings from the info files since those are no longer used by OpenACS

  1. … 28 more files in changeset.
Re-fixed the file watching problem when you're coming from the 'reload changed' page

changing proc apm_header to use ad_context_bar instead of deprecated ad_admin_context_bar. Adding a proc doc to clarify that apm_header is only for APM UI pages.

fix hardcoded security_context_root of 0

speeding up the APM index page significantly by making reload links optional

improving file watch support in the APM UI. Making watch target scripts redirect back instead of giving confirmation. Adding ability to cancel watch of whole package.

    • -0
    • +13
    ./www/apm/package-watch-cancel.tcl
language fix: committed an incomplete sentence in last commit

removing incorrect help statement trying to explain what an installed package is

correcting version url that wasn't updated which broke Jarkko's upgrade

clarifying in ad_page_contract documentation that paths to file-watch page are relative to package root, not server root

changing the version-files page to use the new apm_file_watchable_p proc. Passing the path relative to server root to apm_file_watch proc.

adding a view files link for each package (there used to be such a link and a count). Made showing all packages the default (this is what at least I want 99% of the time and I'm assuming other developers will have similar needs)

fixing watching of files - a path relative to package root is passed to file-watch.tcl but the apm_file_watch proc needs the path to be relative to server root

disabling watches on the APM index page in performance mode and providing a link to the parameter page fixing bug 377

disabling watches on the APM index page in performance mode and providing a link to the parameter page

fixing spelling mistake in server process killed sentence

fixing spelling mistake in server process killed sentence

adding a restart server link after package installation. People (including myself) used to forget restarting the server which was frustrating

adding a restart server link after package installation. People (including myself) used to forget restarting the server which was frustrating

file packages-install-5.tcl was initially added on branch oacs-4-6.

    • -0
    • +0
    ./www/apm/packages-install-5.tcl
Merged bug fix to file watching over from head

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.