• last updated 18 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- improve handling of sitewiede-admin pages (especially in services)

  1. … 1 more file in changeset.
Align text with what's in the code: The special directory name is sitewide-admin...

- replace onchange handlers in apm admin pages by event listeners

changes for install from repository:

- change labeling of list filter:

* show current channel version (instead of just "current")

* call selector for head packages not "head" but supplemental

- offer on "head" channel just these packages, which are not available

in the current channel (this avoids a potential damage in the

current installation, when somebody tries e.g. to install

a core package from head, which is broken and/or older than

packages in the current channel). Since there is no way to downgrade

packages in OpenACS, such errors might be hard to fix.

- use message keys instead of hard-coded strings for maturity in

www/install/install.tcl

- use template::add_event_listener

- update dependencies

- bump version number to 5.9.1d4

  1. … 1 more file in changeset.
- fix tooltip text

- renamve template::add_acs_confirm_handler into template::add_confirm_handler

  1. … 8 more files in changeset.
- use confirm handler instead of "onclick=..." in all packages in oacs-5-9

  1. … 13 more files in changeset.
Removed inline event handlers from form fields and put them into body event handlers to comply with CSP

- adding nonce values to script tags

  1. … 7 more files in changeset.
- use class = 'button' for non-navigational links

- add nonce

- use action button like on other pages

- flag success/error more prominent

- fix construction of utl when head channel is used

- replace "javascript:*" urls with event listeners

- add preventDefault() to all event handlers listening to click events

  1. … 2 more files in changeset.
- CSP-reform: turn hrefs with javascript: URLs into body_scripts with eventListener for "click"

  1. … 2 more files in changeset.
- improve labels on "install from repo" (distinguish between "install" and "upgrade")

- remove unneeded quoting

- don't force redirect

  1. … 1 more file in changeset.
- improve validity of HTML

- replace deprecated tt element

- add editor hints to .vuh files

  1. … 29 more files in changeset.
- modernize HTML in .adp files

  1. … 30 more files in changeset.
- prefer localurl as name for page filter

  1. … 3 more files in changeset.
- improve checking for return_urls in page_contracts

  1. … 1 more file in changeset.
- don't add packages to install-list, when these are already installed

- bump version number to 5.9.1d2

  1. … 1 more file in changeset.
- imporve symmetry of user interface

  1. … 1 more file in changeset.
- improve link label

- prefer sql statements between curly braces

    • -6
    • +8
    ./users/sessions-registered-summary.tcl
  1. … 1 more file in changeset.