• last updated 23 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- get rid of javascript: links

  1. … 2 more files in changeset.
- remvoving code that was commented out

  1. … 1 more file in changeset.
- fix bug for host-node-mapped subsites: on the (subsite) admin-page

of a host-node-mapped subsites, the link to site-wide-admin should

always point to the main site.

- add new helper function util::configured_location to address the bug

above to return the configured location as configured for the

current network driver. While [util_current_location] honors the

virtual host information of the host header field,

util::configured_location returns the main configured location

(probably the main subsite).

- extend [util_driver_info]

* make the passed-in array name optional and to return always a dict

* include the configured host name in the result (dict/array)

- add cross references via @see to make it easier to switch between

related functions

- bump version number of acs-tcl to 5.9.1d10 and acs-subsite to

5.9.1d7 to address dependencies

  1. … 5 more files in changeset.
- keep question mark for expand urls

  1. … 1 more file in changeset.
- modernize Tcl

- fix urls

  1. … 1 more file in changeset.
- modernize HTML

  1. … 25 more files in changeset.
- fix quote

- improve HTML

- use boolean operator for boolean comparisons

- cleanup of recent changes

    • -8
    • +8
    ./group-types/groups-list-postgresql.xql
    • -19
    • +0
    ./groups/elements-display-list-oracle.xql
    • -1
    • +1
    ./groups/elements-display-list-postgresql.xql
- reduce dependencies on acs_object_party_privilege_map (for PostgreSQL)

file index-oracle.xql was initially added on branch oacs-5-9.

    • -0
    • +0
    ./rel-segments/constraints/index-oracle.xql
file index-postgresql.xql was initially added on branch oacs-5-9.

    • -0
    • +0
    ./rel-segments/constraints/index-postgresql.xql
- reduce dependencies on acs_object_party_privilege_map (for PostgreSQL)

    • -0
    • +25
    ./group-types/groups-list-oracle.xql
    • -2
    • +19
    ./groups/elements-display-list-oracle.xql
    • -2
    • +18
    ./groups/elements-display-list-postgresql.xql
    • -20
    • +4
    ./rel-segments/constraints/index.tcl
    • -25
    • +0
    ./rel-segments/constraints/index.xql
file groups-list-oracle.xql was initially added on branch oacs-5-9.

    • -0
    • +0
    ./group-types/groups-list-oracle.xql
- reduce dependencies on acs_object_party_privilege_map (for PostgreSQL)

    • -3
    • +12
    ./group-types/delete-2-postgresql.xql
    • -15
    • +10
    ./group-types/groups-list-postgresql.xql
- replace obsolete all_object_party_privilege_map by acs_object_party_privilege_map

    • -1
    • +1
    ./group-types/groups-list-postgresql.xql
    • -1
    • +1
    ./groups/elements-display-list-oracle.xql
  1. … 4 more files in changeset.
- explain output in more detail

- use button class for actions

- fix variable name

Admin pages for groups (one.tcl)

- list always admins, components, members (not only direct relationships)

- Provide a heading, which gives clearer context info (what group of what type is managed)

    • -3
    • +39
    ./groups/elements-by-rel-type-postgresql.xql
Admin pages for group-types:

- Provide a heading, which gives clearer context info (what kind of group_type is managed)

- list pretty name and supertype

- list as well "Registered Users" (there should be a better way of doing this)

- make same change as for groups/new.tcl

- use groups/new.tcl instead of parties/new.tcl

- set group_id to the result to [group::new]

- improve appearance of admin page

- add editor hints to .vuh files

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

  1. … 38 more files in changeset.
- remove misleading sql statement

- improve indentation

- modernize Tcl