• last updated 3 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- new form_field class: reorder_box, which can be used e.g. in ordering exercises in e-assessments

- better handling of disabled_as_div (when feedback is provided via input highlighting)

  1. … 2 more files in changeset.
fix typos and whitespace changes

don't omit output escaping for "render_as_div". Not sure, why this was set.

Specify version 7 as version of highcharts we support, as 8.0.1 we get by default as today introduces regressions in our code

- fix broken glyphicons, when "bootstrap" is the preferred toolkit, but theme does not include it.

- register CSPs for URNs

- bump version to 5.10.0d51

  1. … 3 more files in changeset.
whitespace changes

  1. … 1 more file in changeset.
provide more detailed error message when require_parameter_page fails

fix variable name in log message

prefer variable resolver over method call

+CVS: ----------------------------------------------------------------------

search for site-wide pages along package hierarchy

reduce verbosity

move "get_nls_language_from_lang" to metaclass to make it usable from packages different to xowiki as well

  1. … 1 more file in changeset.
xotcl-core

- move list of site_wide pages to meta-class,

such that every derived class might have different ones.

- bump version number to 5.10.0d25

xowiki

- provide explicit site_wide pages

- bump version number to 5.10.0d49

  1. … 3 more files in changeset.
allow protpype pages to be inserted into folders

Remove brace protection from dynamic expr arg to if

Remove superfluous expr in first-arg to if

revert change, since this breaks applications

if the distinction is needed, a better change is required,

either via configuration of a prefix, or via subclassing.

  1. … 1 more file in changeset.
Fix memory leak

improve wording and fix typos

  1. … 3 more files in changeset.
use more descriptive variable name

Name the child resources object consistently in order to differentiate it from other includelets

Continue to allow sorting by hidden columns

Crosscutting reform to ease configurability of xo* applications

acs-admin

- Provide support for site-wide packages

Site-wide packages can be used to provide a common

place for site-wide admins to configure application packages

and for testing purposes. These packages are mounted

on a special subsite (named "site-die") under acs-admin/

to avoid confusions for end-users of the site.

The site-wide subsite can be used as well for creating testing

instances or for other testing purposes.

- bump version number to 5.10.0d9

xotcl-core

- Added support for site-wide packages.

Packages can define, how site-wide packages

should be configured

- Changed Package-level procs into instprocs

of the meta-class. This way, generic code can be

provided for common handling across packages.

This effects:

- configure_fresh_instance

- get_site_wide_page

- import_prototype_page

- lookup_side_wide_page

- require_site_wide_info

- require_site_wide_pages

- bump version number to 5.10.0d24

xowiki

- provide configurable configuration info for new packages

(including site-wide packages)

- search for prototype pages along inheritance path

- moved Parameter.page prototype here

- added "table-of-contents" prototype page

- perform refactoring due to moving methods to the

meta-class

- reduce usage of anonymous arrays

- bump version number to 5.10.0d49

xowf

- simplify apm callback and use new infrastructure

- provide configurable configuration info for new packages

(including site-wide packages)

- bump version number to 5.10.0d14

  1. … 12 more files in changeset.
file parameter-page-procs.tcl was initially added on branch oacs-5-10.

    • -0
    • +0
    ./parameter-page-procs.tcl
fix typo

- added support for forcing publish_status line when "publish_status" is passed as a value for "columns"

Previously, publish status was autmatically displayed, when target publish_status was different to "ready"

simplify and document behavior of mapping of default menu entry labels

add file upload to short_field type

  1. … 3 more files in changeset.
reduce verbosity

  1. … 1 more file in changeset.
prefer accessing variable consistently via variable resolver check= methods