• last updated 15 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
xo::Table::Action: added property "CSSclass"

This property exists already for all other ::xo::Table::* widgets.

Bumped version number to 5.10.1d12

  1. … 1 more file in changeset.
plain table renderer: use "thead" and "tbody" inside "table"

added support to render documents with multiple roots

This generalizes handling of HTML snippets (like e.g. several list items)

in case where postprocessing is necessary

provide style- and font-based sort-handles

This requires the CSS classes "sort-active", "sort-inactive", "sort-up", and "sort-down"

Fix typo

fix typo

don't tolerate silently invalid calling patterns (probably in downstream code)

  1. … 1 more file in changeset.
Tolerate ordered composite (e.g. tables) where no orderby was specified

reduce dependency on adp-level during rendering but get the information directly from the containing objects

Port reform that replaces publish status display from a png to a character + css style to the xowiki/admin/list

The behavior of the default table widget had to be adapted to reflect that of the bootstrap one: css class from the line is appended to that from the field definition

  1. … 2 more files in changeset.
Separate csv formatting and csv sending to increase reusablity

  1. … 1 more file in changeset.
undo escaped changes (debugging info)

avoid that invalid tags are inserted to the db

The inserted tags have to be compatible with

Package->validate_tag

  1. … 1 more file in changeset.
whitespace change

improve robustness when called without connection

avoid subst in export_vars by using xo::update_query

  1. … 1 more file in changeset.
Use built-in "ns_parsequery" instead of manual parsing of query parameters

  1. … 1 more file in changeset.
handle bulk-actions and hidden-fields in cvs exports

make end of resub options explicit

  1. … 12 more files in changeset.
improve robustness of table sort links, when called without connection

skip hidden fields to avoid empty td elements for the user

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.
Try to avoid interference between two different table widgets rendered on the same page: fetch sorting column by prefixing by the table name

add saftey-belt for missing CSSclass attributes

  1. … 1 more file in changeset.
improve stylability

add support in form-fields to add css class for td in TableWidget and whitespace changes

fix indentation, make it easier to grep for definiton of namespaced classes

Add 'require_html_procs' to the ::xo namespace in order to be compliant with OpenACS naming standards

  1. … 3 more files in changeset.
fullow usual line breaking conventions

Add a new Action widget property "confirm_message": when this is set on a BulkAction, will generate the javascript to ask for confirmation using specified message

  1. … 2 more files in changeset.