• last updated 11 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- improve indentation

    • -5
    • +5
    ./www/apm/version-callback-add-edit.tcl
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 arrays

- simplify code

- ignore deprecated packages and *-portlet" (currently useless alone) in offer for end-users

- 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)

- fix typo

- acs-admin/www/apm/packages-install:

* don't html-quote in error.log

- acs-admin/www/apm/packages-install-2:

* handle additional install packages

- apm-packages-install-4

* scroll auotmatically to the end

* load install.xml if present

    • -44
    • +76
    ./www/apm/packages-install-2.tcl
    • -10
    • +33
    ./www/apm/packages-install-4.tcl
- simplify code

  1. … 1 more file in changeset.
- use api instead of semi-hard-coded string

- enable all packages

- acs-admin/www/apm/packages-install-2.tcl:

use "apm_dependency_check_new" instead of "apm_dependency_check"

and clean up/simplify the code. The only 2 missing occurrences of

"apm_dependency_check" are now in the bootstrap installer.

    • -97
    • +124
    ./www/apm/packages-install-2.tcl
- white space change: replace tabs by spaces

    • -45
    • +52
    ./www/apm/packages-install-3.tcl
- cleanup of acs-admin/apm/packages-install

- use usual OpenACS styles instead of self-cooked solution

- finish cleanup of install vs. finished started by lars ages ago

- improve HTML (quote attributes)

- no need to html-quote entries in error.log

- make naming of xom-attributes of info files more regular (use "." for separator for xml-attributes)

  1. … 1 more file in changeset.
- white space changes (follow coding guidelines more closely)

- fix documentaiton bugs

- add license to the manifest

- bump version numbers

  1. … 11 more files in changeset.
- set maturity of core packages to 3

  1. … 11 more files in changeset.
- white space change: replace tabs by spaces

  1. … 3 more files in changeset.
- add error reporting to package reloader (many thanks to Andrew Helsley, see: http://openacs.org/forums/message-view?message_id=4166397)

  1. … 3 more files in changeset.
- check ids in page contracts

    • -2
    • +2
    ./www/apm/version-dependency-add-2.tcl
    • -3
    • +3
    ./www/apm/version-dependency-remove.tcl
    • -2
    • +2
    ./www/apm/version-generate-tarball.tcl
  1. … 22 more files in changeset.
- use consistently "naturalnum" instead of "integer" when accepting just positive values

    • -2
    • +2
    ./www/apm/version-callback-add-edit.tcl
  1. … 94 more files in changeset.
- use consistently "naturalnum" instead of "integer" when accepting just positive values

  1. … 13 more files in changeset.
- perform better checking on page number

  1. … 4 more files in changeset.
- parameter page: make setting of context for instance and global parameter uniform

- provide link from package instance parameters page to global page in

case global parameters exist

- provide backlink when global parameters are called from /acs-admin/index.tcl

  1. … 2 more files in changeset.
- fixed user interface for util-memoize cache for NaviServer

    • -15
    • +48
    ./www/cache/show-util-memoize.tcl
- The C-library function tmpnam() is deprecated since a while. Therefore naviserver has deprecated ns_tmpnam as well.

Therefore we introduce a new function "ad_tmpnam" which requires just a minimal change and uses ns_mktemp.

  1. … 26 more files in changeset.
- fix syntax (see bug #3218)

    • -2
    • +2
    ./www/apm/version-callback-add-edit.tcl
- remove needless quotes from numeric comparisons

  1. … 1 more file in changeset.