• last updated 8 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
make spelling more consistent

  1. … 16 more files in changeset.
Improve responsiveness of the subsite homepage

merge with missing files

    • -0
    • +0
    ./admin/applications/application-add.tcl
  1. … 1450 more files in changeset.
merge from oacs-5-10

    • -13
    • +11
    ./admin/manage-email-privacy.tcl
    • -4
    • +11
    ./admin/applications/application-add.tcl
    • -21
    • +24
    ./admin/applications/index-postgresql.xql
    • -15
    • +15
    ./admin/applications/multiple-add.tcl
  1. … 8085 more files in changeset.
regenerated documentation

    • -2
    • +8
    ./doc/group-admin-pages-acceptance-test.adp
    • -3
    • +7
    ./doc/group-admin-pages-requirements.adp
  1. … 436 more files in changeset.
use generic mount icon in site map

  1. … 1 more file in changeset.
provide icon and title for managing service parameters

use a different icon for mounting, reduced verbosity

Prettify subsite admin page

- Made explicit that "Administration" means "Subsite Administration"

(use the term consistently)

- Changed message key of acs-subsite.administration to "Subsite Administration"

- added icons to subsite admin index page (full set only for bootstrap icons)

  1. … 7 more files in changeset.
add action link icon just to the immediate child of an action list

  1. … 2 more files in changeset.
remove leftovers of the acs-core-ui, which does not exist anymore since at least 20 years

  1. … 3 more files in changeset.
Add basic script description, harden page contract

Whitespace cleanup

improve message key

- The message was confusing, especially to novices:

There is no "OpenACS parameter file", but a "NaviServer configuraiton file"

- bumped version number to 5.10.1b7

  1. … 23 more files in changeset.
New parameter "scroll_to" for parameter page

The new parameter allows the code to jump to a named parameter in the

parameter editing page. This is very useful for pages with a high

number of parameters, if just one parameter should be changed.

Harden the page contract and ensure that:

- for chat rooms in the chat package, only the chat class enforcing permissions is used

- for other chat ids, either the id is an object the user can read, or the user can at least read on the current connection package

Only allow valid privileges in the privs parameter

restrict substitution in string

Made .xql file more consistent by using dot notation

OpenACS for PostgreSQL uses since the release of 5.10.0 the dot

notation for the SQL function acs_permission.permission_p() to ease

portability with Oracle.

In general, one has to be careful that during an upgrade from an older

OpenACS version (e.g. 5.9.*) directly to 5.10.1 to upgrade process

does not depend on the dot notation, otherwise the upgrade will fail.

One should be safe for most UI functions in this respect.

Harden page contract

Cleanup of external binaries: always use "util::which" to resolve binaries

  1. … 5 more files in changeset.
improved spelling

  1. … 3 more files in changeset.
Fix selector for the click all list callback

Cleanup long deactivated code

Fix typo

Improve documentation

Cleanuo commented code

Whitespace cleanup

Move custom calendar widget javascript implementation out of the core.js and into a separate file

In core/maintained packages, this widget is used only by template::widget::textdate (which in turn is used nowhere). For this widget, we can include the relevant code on-demand.

Direct usages found in unsupported packages have been adapted by adding the extra requirement on the fly.

It is unclear if we should keep maintaining a calendar widget in our codebase, however, as the current one still works (kudos to the original author), we do not deprecate it for the time being.

It is also true that a custom widget provides a way to customize the look and feel of date fields, which is otherwise completely delegated to the browser.

Various packages, including the core, provide custom css styling for the current widget.

  1. … 2 more files in changeset.
Fix the idiom used to cut the query parameters from the URL