• last updated 4 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- add "protection" element instread of public_p or private_p

- replace table-based layout by div-based layout

- remove empty sections to improve layout and HTML validty

(e.g. empty blockquotes)

- improve configuratbility of api_proc_pretty_name

- prepare for improved XOTcl 2 handling and improved debug support

(e.g. private/protected/public)

- bump version number to 5.9.1d1

- rename all xowiki methods called via url to www-OLDNAME.

This makes it clear that these pages can call

ns_return, ns_returnredirect, or ad_script_abort, etc.

- bump version numbers to 5.9.1d1

    • -3
    • +3
    /openacs-4/packages/xowf/tcl/xowf-procs.tcl
- bump version numbers to 5.9.1d1

    • -3
    • +3
    /openacs-4/packages/xowiki/xowiki.info
- rename all xowiki methods called via url to www-OLDNAME.

This makes it clear that these pages can call

ns_return, ns_returnredirect, or ad_script_abort, etc.

- don't raise an error, when a web-called method stops with ad_script_abort

- bump version numbers to 5.9.1d1

    • -24
    • +29
    /openacs-4/packages/xowiki/tcl/package-procs.tcl
    • -4
    • +4
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
- fetch xql in dml call, when no sql is provided

New feature for http client API:

util::http::basic_auth - BASIC authentication

util::http::cookie_auth - Generical cookie based authentication. This proc allows issuing authenticated calls to an OpenACS instance and other sistems using this kind of method

Now all util::http calls won't return an error when max redir depth is reached, but just the result at the page we visited as last (including cookies).

    • -0
    • +172
    /openacs-4/packages/acs-tcl/tcl/html-procs.tcl
    • -111
    • +441
    /openacs-4/packages/acs-tcl/tcl/http-client-procs.tcl
file html-procs.tcl was initially added on branch oacs-5-9.

    • -0
    • +0
    /openacs-4/packages/acs-tcl/tcl/html-procs.tcl
- (backport from oacs-5-9): rewrite update script based on a recursive query to avoid potential conflicts due to different orders of script execution, when e.g. acs_objects.tree_sortkey was already dropped.

- rewrite update script based on a recursive query to avoid potential conflicts due to different orders of script execution, when e.g. acs_objects.tree_sortkey was already dropped.

- bump version number to 5.9.1d1

- sigh, add missing dollar signs

- more comments and fine-tuning

- refactor and comment util_current_location

- fix quoting issues with literal message-keys

- bump version number to allow install-from-repository for critical bug fix

- fix old security hole, that allowed to download arbitrary files given a known item_id

- bump version number to provide fix via upgrade from repository

- fix incorrect parens (many thanks to Frank Bergmann, see http://openacs.org/forums/message-view?message_id=4870527)

- show class of object and provide link to class browser

- support listing of objects and classes

- use explicit create statments

- use explicit create statements

- replace "catch" by a more precise test

- fix switching pablish status. since we are refetching the revision, make sure that the pubish_status is set to thew new value

    • -1
    • +2
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
- dactivate code, which became obsolete

    • -8
    • +18
    /openacs-4/packages/xowiki/tcl/package-procs.tcl
- escape message keys

- fix quoting in documentation

- fix expression (was already incorrect in oacs-5-8)