• last updated 1 hour ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
add missing rdbms types in .xql files (why wasn't this noticed before?)

    • -0
    • +1
    ./group-types/groups-list-postgresql.xql
    • -0
    • +1
    ./groups/elements-display-list-oracle.xql
    • -0
    • +1
    ./groups/elements-display-list-postgresql.xql
    • -0
    • +1
    ./groups/elements-display-postgresql.xql
  1. … 4 more files in changeset.
Theme Manager:

- add local_p flag to subsite-theme:

Distinguish between locally created themes and system themes

(provided via packages)

- the default parameters of local themes can be overwritten

in the database. Therefore, when site contains many subsites,

this makes it easy to share the settings between the subsites,

without the need of creating a new theme package.

- bump version to 5.9.1d11

  1. … 7 more files in changeset.
- switch back to a single mode

- save the value back to the parameters

- use parameter names as labels

- add meaningful title and subtitle to theme view

- allow viewer only for current parameter settings

- implement nice "display" mode based on disabled fields

- draft version for viewing parameters in a nicer way

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.