• last updated 6 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Improve robustness of "file delete" operations

  1. … 1 more file in changeset.
fix issue #3306: missing comma in *-oracle.xql file

Pass the information that we are installing from the repository (which takes care about installing the packages noted in install.xml)

fix typo in markup

User simpler variable name

add to acs-admin/subsites column "theme" to make it easier to see, which subsite uses which theme

- add missing "subst" calls for nonce-handling in streaming content

- when deleting a user permanently (in case this is possible), redirect to the main /users page, since a redirect to the page of the deleted user does not make sense)

Fix typo

- replace "<include ... />" by "<include ... >", since adp parser in

AOLserver and NaviServer passes "/" as argument to the adp-include.

  1. … 14 more files in changeset.
Fix typo

Revive installing by apm file from the UI

  1. … 1 more file in changeset.
- tighten page contracts

  1. … 42 more files in changeset.
- Count only mounted subsites

- improve messages

- make boolean tests in .adp files more uniform

  1. … 49 more files in changeset.
Fix class instead of id so events can fire

Some more Tcl cleanup

- use curly brackes to enable byte code compilation

- don't use "[expr ...]" when not needed

- prefer "incr i -1" over "set i [expr {$i - 1}] "

  1. … 15 more files in changeset.
- 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