• last updated 23 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- updated and extended message catalog

- bump version number

  1. … 4 more files in changeset.
- allow conditional form_field_values in @table

  1. … 1 more file in changeset.
- new method for ::xowiki::Includelet "include_head_entries" to include always HTML head entries (like e.g. CSS) even when render is cached

- activate caching for includelet toc again

  1. … 1 more file in changeset.
- deactivate page fragment cache for toc (must always inject javascript into header)

- handle "orderby" in table_properties

- avoid name clashes between attributes in @table for form-usages

made includelet 'toc' cachable

don't double escape in form-usages (the input to form-usages is pretty_value of form-fields, which should be properly escaped)

- use new methods for links in form-usages

- support _publish_status in form-usages table

- allow get_children regardless of parent_id (when parent_id is empty)

- some cleanup

  1. … 2 more files in changeset.
- provide means to remove form_link from form-usages

- substitute & in where clauses

- make entries of type file children of the FormPage

- provide relative names for files (can be child_objects of arbitraty objects)

- providing a parent_id to pretty_link to make relative names

- extend admin pages to list child-objects

- some refactoring and cleanup

- add per-connection-caching for get_parameter

- bump version numbers

  1. … 8 more files in changeset.
provide error handling to the rss-client includelet

  1. … 1 more file in changeset.
- some refactoring (publish_status_clause)

- new value for form_constraints: @table_properties

to specifies values for form-usages and count_usages.

example

@table_properties:publish_status=all

to list/count all usages, independent of publish status

- improve method view for FormPages based on pure form

rendering (use sanity checks, ensure the margin-form class)

  1. … 2 more files in changeset.
- add iframe includelet

-reduce verbosity

-comment idiom to iterate over xowiki packages and sub-package with current interface

  1. … 2 more files in changeset.
- don't show the link for "add comment" if the user is not logged in

- includelet form-usages:

* additional option 'voting_form_anon_instances'

* add language prefix voting-forms if necessary

- allow form-buttons to receive their own form-ids

- new method of FormPage: exists_property

- new method of FormPage: isform (based on form_constraints property)

- fixing an ugly bug "eating" the util_user_messages

- some refactoring

- bump version number

  1. … 4 more files in changeset.
fix unread items

- additional form-field types: form and form_constraints

- add cross package instance support to includelet form-menu

- add support to create ::xowiki::FormPages in different instances where the ::xowiki::Form exists.

Effectively, ::xowiki::Forms can be shared among xowiki instances.

  1. … 2 more files in changeset.
additional flag for form-usages: -voting_form_form to specify an alternate for for editing the generated "voting form"

join multiple fields from field-usages into a single column in the voting form

- includelet form-usages: omit edit and delete button from csv output

- includelet form-usages: provide means to generate a "voting form" from form-usages (use -voting_form en:someformname)

  1. … 2 more files in changeset.
- extended filter_expression for get_children to support properties starting with _

- added "where" option to formfields of type form_page

  1. … 3 more files in changeset.
update default YUI version to 2.5.2

- make categories includelet not throw an error, when no categories are found

- allow for the attribute 'entries_of' of class ::xowiki::Weblog

names of XOTcl Classes to be specified. If specified, only

instances of the specified classes are shown in the weblog.

- simpler handling of nasty characters in weblog-portlet.page

  1. … 2 more files in changeset.
- pass package_id instead of folder_id to get_children

- try to keep creation_user and modifying_user in import/export

- use package parameter to control usage of optional hstore

  1. … 3 more files in changeset.
complete assoc arrays for where and unless clauses for FormPages

distinguish again between private and public tags in tags display (fixes as well openacs.org)

  1. … 2 more files in changeset.