• last updated 1 hour ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- add FormPage.action_url to facilitate overloading (e.g. from workflows)

- remove unused line

- move invoke_object from package to ::xo::cc (xo::Context object)

  1. … 4 more files in changeset.
- change "info command" -> "info commands"

  1. … 6 more files in changeset.
- improve validation for HTML and HTML5

  1. … 1 more file in changeset.
- FormPage.edit: when we edit a page thought a link and no return_url

is specified we want to return to the link page. The same is true

in the general case for all kind of embedded pages. The patch

refines the patch from June 8 which was setting the return url too eager.

- FormPage.edit: when we edit a page thought a link and no return_url

is specified we want to return to the link page. The same is true

in the general case for all kind of embedded pages. The patch

refines the patch from June 8 which was setting the return url too eager.

- backport of item_index fixes from HEAD/oacs-5-9

  1. … 2 more files in changeset.
- instantiate page in method "delete-revision" to make update of item

index correct (fix suggested by Thomas Renner)

- define FormPage.set_live_revision, a specialized version of

CrItem.set_live_revision updating the item index.

- prefer usage of FormPage.set_live_revision over

"::xo::db::sql::content_item set_live_revision" in xowiki

  1. … 2 more files in changeset.
- improve validity and security of generated HTML

  1. … 12 more files in changeset.
- FormPage.edit: in the "view mode" of edit (as opposed to the "save

mode"), add the ::xo::cc url as return_url in case no return_url

was specified to ensure to return on the starting page (necessary

for editing linked pages)

- generalize clipboard copy

  1. … 1 more file in changeset.
Merging back to HEAD all changes that happened in branch oacs-5-8 between tags: vg-merge-oacs-5-8-from-20141027 and vg-merge-oacs-5-8-from-20150427

  1. … 520 more files in changeset.
i18n.

- xotcl-core: let method query_parameter respect "set-parameter" values (e.g. from includelet)

- xotcl-core: update to version number 0.135

- xowiki: use query_parameter instead of the swiss-knife "get_parameter",

which potentially caches a provided default-value (which might be unspecified/"")

  1. … 2 more files in changeset.
- reduce verbosity

- fix trim operation

- address a case where a wrong property value is picked up

- return on eval status code 500 instead of 404, log error details in error.log

- use lassign consistently for result processing of get_form_data

  1. … 1 more file in changeset.
Merging back to HEAD branch oacs-5-8 (using tag vg-merge-oacs-5-8-from-20141027).

  1. … 2547 more files in changeset.
- remove dependency on "header_stuff"

  1. … 9 more files in changeset.
- require xowiki.css via API

- provide support for bootstrap (vertical) forms

- make xowiki_cache configurable via global package parameter (requires at lease OpenACS 5.7)

- bump version number to 0.155

  1. … 3 more files in changeset.
- includelet form-usages:

* allow "-parent_id *" for listing instances of all parent_ids

* when "-inherit_from_forms" is specified, use this as basis for form-field creation

* allow usage of "yui" or "bootstrap" renderer

- remove some out-commented code

  1. … 1 more file in changeset.
- fix typo

- change ad_instproc to instproc for new validate=form_input_fields

- add validator hook validate=form_input_fields to ease testing of inter-dependencies of form-fields on a form page

- make sure to provide description also in error cases

- some minor refactoring, fix spelling

  1. … 4 more files in changeset.