• last updated 12 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- 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. … 1 more file in changeset.
- fix bug when reloading xowiki-procs (e.g. "title" or "description" where missing)

- bump revision number

- improve wrning message

- respoect global package parameters in method "parameter_get"

- use "ns_thread id" instead of "ns_thread getid"

- bump verison numbers

  1. … 1 more file in changeset.
- make statistics collection more robust against currenlty shutting down threads

- no need to abort script, since call might be issued from various contexts

- make sql version tester more robust

- fix missing "dml" in code for old sql version

- use same logic for connection context settings when using form variables or when setting up context in workflow actions

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

    • -14
    • +20
    ./tcl/20-Ordered-Composite-procs.tcl
    • -51
    • +59
    ./tcl/50-protocol-handler-procs.tcl
    • -180
    • +198
    ./tcl/bgdelivery-procs.tcl
  1. … 2533 more files in changeset.
- bump version numbers to 5.8.1

  1. … 74 more files in changeset.
- bump version number to 5.8.1b2

  1. … 75 more files in changeset.
- ease overloading of caching behavior

  1. … 1 more file in changeset.
- bump version numbers for beta release

  1. … 74 more files in changeset.
Use new proc 'category::ad_form::fill_widgets' when embedding categorization into ::Generic::Form

Bugfix in ::Generic::List :

- small refactor of methods to avoid naming conflicts with list properties. This caused weird issues if library wasn't manually reloaded after startup.

Bugfix in ::Generic::Form :

- let edit_data and new_data methods return object_id instead of item_id, because item_id is not a real field of acs_objects and this causes issues when enabling category mapping.

- move transaction enclosing from edit_data and new_data methods definition to the final form declaration, so category mapping code will be in the transaction too

- Fixed bug when someone doesn't want edit button to be autogenerated

- Fixed bug when someone doesn't specify any orderby for the list

- provide an "update" method for plain object similiar to an "insert" method

Use 'eval' instead of '{*}' for row_code in 'List multirow', as we need complete, multiline evaluation there

Small bugfix, small improvement in documentation

New class ::Generic::List intended for an easier creation of boring list UIs for generic acs_objects

- don't call package-initialize for uri /. In recent changes in microsft windows, the dav handler changed to query the OPTIONS and PROPFIND on the root url which can cause problems, when we try to call package-initialize on an acs-subsite.

Modified ::Generic::Form class letting handle also plain acs_objects instead of only cr_items

Revert changes in xo::db::require table, as new definition is already handled

- update version numbers and dependencies

  1. … 1 more file in changeset.
- Fixed regression in fallback utilities

- Fixed regression in ::xo::db::require table due to argment 'definition' being now in dict format

Added transitional code for installations running with acs-kernel prior to version 5.8.1a6,

or later before running upgrade scripts: some ::xo::db::sql::utility methods would be missing,

so they are transitionally defined on the fly.

- add attribute "create_table_attribute" to "::xo::db::Attribute" to

contol the creation of somewhat magic attributes (e.g. "text" of the

acs content repository)

Commented log statements used while testing