• last updated 4 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
file cluster.adp was initially added on branch oacs-5-10.

cluster reform: added admin page and minor updates

  1. … 2 more files in changeset.
Replace api

prefer adp:icon over old-style actions in square braces

fix broken HTML

avoided subst in export_vars when not necessary

  1. … 1 more file in changeset.
modernized appearance of acs-admin

bumped version to 5.10.1d4

UI improvements

- fixed link for reloading on apm/version-view page

- added generic icon name "check" (common icon name for checkmark)

- bumped version of acs-templating to 5.10.1d21

- bumped version of acs-admin to 5.10.1d3

  1. … 2 more files in changeset.
improved autorenewal message

fix img alt text

Deprecate export_entire_form_as_url_vars and replace occurrences, add a new -formvars flag to export vars to implement the behavior of the proc, that is, export a subset of the variables coming from the current request

  1. … 4 more files in changeset.
Deprecate export_ns_set_vars and extend export_vars to be able to export also a custom ns_set, which was the real added value provided by this api

  1. … 10 more files in changeset.
Deprecate util_commify_number, replace occurrences and translate automated tests

  1. … 9 more files in changeset.
Whitespace cleanup

  1. … 1 more file in changeset.
passing properties consistently with @....;literal@

    • -1
    • +1
    ./www/users/modify-admin-privileges.adp
  1. … 50 more files in changeset.
passing properties consistently with @....;literal@

    • -1
    • +1
    ./www/users/modify-admin-privileges.adp
  1. … 40 more files in changeset.
save the state script also after loading the init files

improve wording

  1. … 3 more files in changeset.
make higher use of ADP template files (reduce tcl-generated HTML code)

Make use of uniform styling based on adp:icon

  1. … 17 more files in changeset.
make sure, the dependencies are aligned (drop of xo::site_node)

  1. … 1 more file in changeset.
remove call of xo::site_node

added support for eliptic curve certificates (ecdsa)

The change will become effective, once the letsencrypt packages

is updated

Make so that upon package deletion, also the leftover site nodes are deleted (if they do no have children nodes)

  1. … 1 more file in changeset.
fix release dates in .info files

  1. … 82 more files in changeset.
release work

  1. … 204 more files in changeset.
bump version numbers of 5.9|5.10 packages to 5.10.0b1

adjust dependencies

  1. … 87 more files in changeset.
fix cut&paste error

improve validation of email address and user-id used as source for email address

  1. … 1 more file in changeset.
Reduce usage of ns_mktemp in OpenACS

ns_mktemp uses the deprecated old POSIX call mktemp(), which should

not be used anymore for security reasons (race between the name

creation and opening the file). This change removes several usages of

"ns_mktemp" from OpenACS and replaces it with calls to the

safe Tcl call "file tempfile ..." (introduced by Tcl 8.6).

  1. … 7 more files in changeset.