• last updated 1 hour ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates

Changeset MAIN:gustafn:20170124113546:1 does not match your current filter (clear filter).

file view.adp was initially added on branch oacs-5-9.

file view.tcl was initially added on branch oacs-5-9.

- help a developer by logging differences between the default settings and actual settings to the log file

- added usage count on theme manager

- allow only deletion, when usage_count == 0

  1. … 2 more files in changeset.
Add theme manager to admin pages, allowing to

- list current themes with potential modifications

- save modified themes under a new name

- delete themes

  1. … 3 more files in changeset.
file delete.tcl was initially added on branch oacs-5-9.

file set.tcl was initially added on branch oacs-5-9.

file save-new.tcl was initially added on branch oacs-5-9.

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

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

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

- make boolean tests in .adp files more uniform

    • -1
    • +1
    ./parties/new-list-required-segments.adp
  1. … 42 more files in changeset.
Fix "new application" button, so we can put app into folders

Keep old proc behavior regarding deletion of the package so we don't break any previous code

  1. … 1 more file in changeset.
Allow to delete node_ids having subnodes. This simply triggers unmount and delete

of site node, package instances and all its tree structure as one could do manually,

but packages themself are still responsible to "clean their own mess".

  1. … 1 more file in changeset.
Fix missing list command in page context

Removed javascript property from template: variable did not exists and caused an error when opening the page

- 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.
- 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)