• last updated 50 mins ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- 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
file parameter-set.adp was initially added on branch oacs-5-8.

    • -0
    • +0
    ./admin/site-map/parameter-set.adp
file revoke.adp was initially added on branch oacs-5-8.

    • -0
    • +0
    ./permissions/revoke.adp
- use standard templating

- fix HTML

- remove call to deprecated ad_header

- fix gor bug #3174. subsites disappeared from sitemap, when a hard coded value was surpassed

- use property "doc(title)" throughout oacs-5-8 instead of "title" to get rid of warnings in error.log of the form:

Warning: /forums/message-view has no doc(title) set.

Using doc(title) is required in blank-master.tcl but was used so far only in a few packages

    • -1
    • +1
    ./admin/applications/application-add.adp
  1. … 323 more files in changeset.
- replace deprecated "export_url_vars" by "export_vars -url", rewriting syntax