• last updated 19 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
file bn_src.js was initially added on branch oacs-5-8.

file cy_src.js was initially added on branch oacs-5-8.

file cs_src.js was initially added on branch oacs-5-8.

file ch_src.js was initially added on branch oacs-5-8.

file ca_src.js was initially added on branch oacs-5-8.

file bs_src.js was initially added on branch oacs-5-8.

file br_src.js was initially added on branch oacs-5-8.

- add non-minified .js files

  1. … 215 more files in changeset.
file ar_src.js was initially added on branch oacs-5-8.

file bg_src.js was initially added on branch oacs-5-8.

file be_src.js was initially added on branch oacs-5-8.

file az_src.js was initially added on branch oacs-5-8.

- don't look for configuraton parameter "Hostname", but use "hostname" as used in the sample configfiles

- fix for bug #3277

    • -10
    • +10
    /openacs-4/packages/forums/tcl/form-procs.tcl
- remove .php files to ease debian packaging

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

    • -10
    • +7
    /openacs-4/packages/xowiki/tcl/package-procs.tcl
- set after resolving the id the variable invoke_object in the package

object to ease page-secific behavior

- overload reply_to_user in xowiki to disable caching of dynamic pages

per default

    • -1
    • +12
    /openacs-4/packages/xowiki/tcl/package-procs.tcl
- update version number

minor cleanup:

- prefer namespace path over "global" statement

- don't abbreviate tcl subcommands

- add commented line for preferdbi

- bump version numbers for beta release

  1. … 60 more files in changeset.
- fix for bug #3226; many thanks to Andrew Helsley for reporting

- don't assume that the global variable errorInfo is always set

Use new proc 'category::ad_form::fill_widgets' when embedding categorization into ::Generic::Form

Added new proc 'category::ad_form::fill_widgets' used when editing an existing object that has category mappings.

See http://www.openacs.org/forums/message-view?message_id=4192799 for details.

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

Bugfix: some URLs in page were broken because of double urlencoding. See http://www.openacs.org/forums/message-view?message_id=4190790