• last updated 10 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- fix misleading quoery variable (mount_p, which is not a boolean)

- improve validity and saftey of HTML

  1. … 6 more files in changeset.
- improve validity and security of HTML of admin pages

  1. … 13 more files in changeset.
- use type checking for boolean parameters in page_contracts to improve security

  1. … 22 more files in changeset.
- fix HTML markup

  1. … 2 more files in changeset.
- fix HTML validation (4.01 Strict) for acs-admin/apm and acs-admin/developer

(remove "center" tag, remove obsolete tags, remove some tables based designs)

  1. … 1 more file in changeset.
Merging back to HEAD all changes that happened in branch oacs-5-8 between tags: vg-merge-oacs-5-8-from-20141027 and vg-merge-oacs-5-8-from-20150427

  1. … 520 more files in changeset.
- replace deprecated ad_require_permission by permission::require_permission in index.vuh files

- replace deprecated ns_tmpnam by ad_tmpname in index.vuh files

  1. … 3 more files in changeset.
Merging back to HEAD branch oacs-5-8 (using tag vg-merge-oacs-5-8-from-20141027).

  1. … 2533 more files in changeset.
Typo. Removing extra =.

The add package form is not the only form in the html document when e.g. developer support is activated. Therefore

we name it and look for it using its name.

- provide default to ease upgrade

- remove hard-coded path to template for HTML streaming by adding a package parameter named "StreamingHead" to acs-subsite

  1. … 1 more file in changeset.
- change spelling of TCL to Tcl

- change requirements to Tcl 8.5

  1. … 64 more files in changeset.
- when a package with a dependency is deleted, provide a link to the package with this dependency (maybe to delete it first)

- allow apm/version-view.tcl to be called with a version_id or with a package_key

- add script file

file package-instance-create.tcl was initially added on branch oacs-5-8.

    • -0
    • +0
    ./package-instance-create.tcl
- add ability to create an unmounted instance of a package via GUI package management functions

When fetching files we have to include the data model ones in order to look for the drop scripts.

- provide upload means for packages, when .apm files were generated

- make summary required

- provide ability to delete also unmounted packages from package-instances

- site-map: provide information about the package-key in listing of unmounted packages

  1. … 5 more files in changeset.
- replace tabs by spaces (white-space change)

- provide means for easier management of package instances

file package-instances.tcl was initially added on branch oacs-5-8.

    • -0
    • +0
    ./package-instances.tcl
- fix invalid HTML and some more cleanup

- improve indentation

Looking up the form by name given that when developer support is activated it is not the only form on this page.

- use dict instead of array (no need to unset first)

- use size of field from apm::package_version::attributes::get_spec if provided

- acs-admin/www/install:

* use acs-admin/www/apm/package-install for install from local

(since this allows e.g. selection of .sql files etc.)

- install from repository:

* include maturity and vendor in listing of available packages

* allow filtering on maturity

* allow installation of head packages

* run package-specific install.xml files (allows to install dotlrn

from repository into an acs-core installation)

  1. … 6 more files in changeset.