• last updated 20 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- make apm_package_installed_p more rubust, such it can be used early in the startup phase

- fix quoting and typo

Dotlrn-changes:

* make theme-zen a regular openacs-subsite theme

    • -1
    • +1
    /openacs-4/packages/dotlrn/dotlrn.info
    • -4
    • +5
    /openacs-4/packages/dotlrn/install.xml
    • -1
    • +0
    /openacs-4/packages/theme-zen/install.xml
- add "button" style to install actions

- prefer css over old html attribute for aligning

- no need to set a special dimesional_template, just take the default

- add "button" style to "create new subsite"

- add possibility to switch to sitemap from subsites page (e.g. to delete subsite)

- simplify (and correct) subsite node determination

- don't cache pages (might be wrong)

ad_form: completed support for -export parameter. Now the same syntax used

for "vars" argument in export_vars proc can be used. In particular

one can specify :multiple, :array and :sign flags on variables.

This change required modification to template::widget::hidden: now, when

specifying both -value and -values flags, if -values is non-empty this will

have the precedence over -value, and this widget will me multiple.

Commit on branch 5-9

- reduce heading level of sub-headings

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

    • -0
    • +0
    /openacs-4/packages/acs-admin/www/subsites.adp
file subsites.tcl was initially added on branch oacs-5-9.

    • -0
    • +0
    /openacs-4/packages/acs-admin/www/subsites.tcl
- make distinction between side-wide administratin and subsite administration more clear in web interface

- factor out page for managing subsites

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

    • -0
    • +0
    /openacs-4/packages/acs-admin/www/subsites-oracle.xql
file subsites-postgresql.xql was initially added on branch oacs-5-9.

    • -0
    • +0
    /openacs-4/packages/acs-admin/www/subsites-postgresql.xql
- added optional flag -include_all to subsite_navigation::define_pageflow to return all subgroups in the resulting multirow (useful for pull-down menus)

- improve readability and indentation

- fix braces

- improve themeability

    • -1
    • +1
    /openacs-4/packages/xowiki/www/edit.adp
ad_form: completed support for -export parameter. Now the same syntax used

for "vars" argument in export_vars proc can be used. In particular

one can specify :multiple, :array and :sign flags on variables.

This change required modification to template::widget::hidden: now, when

specifying both -value and -values flags, if -values is non-empty this will

have the precedence over -value, and this widget will me multiple.

- fix error on formums page (used has_submit 1, but this was not true)

- don't include <input> in <label>

- improve safety of passed arguments

- pass doc array instead of just title

- fix problem with bracing that shows up in context with evaluation package

- improve robustness for initial installs

- reset array "error" in case of initial install problems (array conflicts with scalar variable)

- update for js and flat list support

- avoid cyclical dependency

- add missing comma

- make clear that on /comments page are just the comments of the currently logged-in use