• last updated 12 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- replace "<include ... />" by "<include ... >", since adp parser in

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

  1. … 1 more file 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.

    • -0
    • +0
    ./admin/themes/view.adp
file view.tcl was initially added on branch oacs-5-9.

    • -0
    • +0
    ./admin/themes/view.tcl
- 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.

    • -0
    • +0
    ./admin/themes/delete.tcl
file set.tcl was initially added on branch oacs-5-9.

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

    • -0
    • +0
    ./admin/themes/save-new.tcl
file index.xql was initially added on branch oacs-5-9.

    • -0
    • +0
    ./admin/themes/index.xql
file index.tcl was initially added on branch oacs-5-9.

    • -0
    • +0
    ./admin/themes/index.tcl
file index.adp was initially added on branch oacs-5-9.

    • -0
    • +0
    ./admin/themes/index.adp
- make boolean tests in .adp files more uniform

    • -1
    • +1
    ./admin/groups/elements-by-rel-type.adp
    • -2
    • +2
    ./admin/groups/elements-display-list.adp
    • -2
    • +2
    ./admin/rel-segments/elements-display.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

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.
- fixing broken links

    • -3
    • +3
    ./doc/group-admin-pages-acceptance-test.adp
    • -3
    • +3
    ./doc/group-admin-pages-requirements.adp
- call validator as well, when no user_id is explicitly specified ("... -require user_id" in validator filters default case)

- perform parameter validation in a "-validate" section rather than returning an error to achieve a more consistent behavior

- 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

- remvoving code that was commented out

- use functions rather than strings in js setTimeout() for CSP