• last updated 1 hour ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- change spelling of TCL to Tcl

- change requirements to Tcl 8.5

  1. … 64 more files in changeset.
- provide ability to delete also unmounted packages from package-instances

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

    • -2
    • +2
    ./admin/site-map/unmounted-postgresql.xql
  1. … 1 more file in changeset.
- provide listing of app(s) to be deleted for confirmation

- allow to pass return_url to admin/applications/application-delete.tcl

- check ids in page contracts

    • -2
    • +2
    ./admin/groups/constraints-create-2.tcl
    • -3
    • +3
    ./admin/rel-types/mapping-remove-2.tcl
  1. … 26 more files in changeset.
Remove broken check for empty folder name.

A previous change in this line prevented one from instantiating applications

via this UI. However, the check for an empty value is obsolete anyhow...

- use consistently "naturalnum" instead of "integer" when accepting just positive values

  1. … 32 more files in changeset.
- use consistently "naturalnum" instead of "integer" when accepting just positive values

    • -1
    • +1
    ./permissions/perm-user-add-include.tcl
  1. … 114 more files in changeset.
- use consistently "naturalnum" instead of "integer" when accepting just positive values

    • -2
    • +2
    ./admin/applications/application-add.tcl
    • -2
    • +2
    ./admin/groups/change-join-policy-2.tcl
  1. … 89 more files in changeset.
- use consistently "naturalnum" instead of "integer" when accepting just positive values

    • -1
    • +1
    ./permissions/perm-user-add-include.tcl
  1. … 12 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. … 1 more file in changeset.
- 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. … 27 more files in changeset.
- stop renaming predefined AOLserver/NaviServer command ns_sendmai (for the time migration phase, simply overwrite it)

- replace calls to deprecated "ns_sendmail" to calls to "acs_mail_lite::send"

  1. … 3 more files in changeset.
- don't return an "internal server error" on expected condition (user_id gone)

- don't return "internal server error" in case the user id is missing

- replace mulitple "lindex" operations by "lassign"

  1. … 5 more files in changeset.
- use "![info exists]" instead of "template::util::is_nil" on scalars

- flatten nested "lindex" structures

- use "lassign" instead of multiple "lindex" operations

- flatten nested list structures

  1. … 2 more files in changeset.
- use numeric comparison for truth values

    • -2
    • +2
    ./admin/group-types/change-join-policy.tcl
  1. … 5 more files in changeset.
- remove .css

- update images.html + add generator script

file image-doc.tcl was initially added on branch oacs-5-8.

- fix image.vuh for invalid urls: in case the path is invalid, the variable object_id is not set and can't be contained in error message

- use compilable expressions

- use "in" operator instead of "lsearch"

- use tcl 8.5 extended index format for "string range"

- brace expressions to allow for tcl compilation

  1. … 8 more files in changeset.
- improve spacing

- use "lassign" instead of "util_unlist"

  1. … 19 more files in changeset.
- remove deprecated call to ad_header

- use standard templating

- remove deprecated call of ad_header

    • -23
    • +23
    ./admin/site-map/parameter-set.tcl