• last updated 2 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fix rendering of embedded links

Ease debugging of policyies and streamline check_permissions with enforce_permissions

- handle fetch via revision_id over perpared statement

make parsing of sql argument names more robust

Standardize spelling of names of products (Tcl, AOLserver, PostgreSQL, NaviServer, tDOM)

  1. … 7 more files in changeset.
- Fix more spelling errors

- Use uniform spelling of "Tcl"

  1. … 5 more files in changeset.
Fix spelling errors

  1. … 15 more files in changeset.
- Tcl idioms: simplify access to first list element

- Tcl idioms: simplify access to first character

  1. … 7 more files in changeset.
tighten regexps for message keys

  1. … 1 more file in changeset.
Improve robustness of "file delete" operations

  1. … 22 more files in changeset.
Change also the value of instance variable, as this will be used e.g. by update_item_index without fetching from db again.

Fix potential naming conflict in ::html namepace

- avoid exception when empty list is provided

- bump version number of OpenACS to 5.9.1b3 and DotLRN to 2.9.1b3

  1. … 79 more files in changeset.
- provide information, when dependent files are sourced

update xo::library nsv when loading apm-file

Updating of German translation for many packages (many thanks to Markus Moser)

    • -1
    • +6
    ./catalog/xotcl-core.de_DE.ISO-8859-1.xml
  1. … 25 more files in changeset.
Reduce verbosity

  1. … 1 more file in changeset.
Updated es_ES translation

    • -0
    • +3
    ./catalog/xotcl-core.es_ES.ISO-8859-1.xml
  1. … 20 more files in changeset.
Bump version numbers for OpenACS 5.9.1b1

  1. … 81 more files in changeset.
Italian localization of message keys for many packages

    • -0
    • +20
    ./catalog/xotcl-core.it_IT.ISO-8859-1.xml
  1. … 25 more files in changeset.
file xotcl-core.it_IT.ISO-8859-1.xml was initially added on branch oacs-5-9.

    • -0
    • +0
    ./catalog/xotcl-core.it_IT.ISO-8859-1.xml
Whitespace change: strip trailing spaces

Add "-returns" to ad_instproc and ad_proc methods

- make instance variables kept in the object cache configurable per

class via pattern (using "non_cached_instance_var_patterns"; default

{__*})

- use xotcl2 variable resolver for better performance

- bump version of xotcl-core to 0.156

Fix typo

- new method for ::xotcl::Object mset: set a series of instance

variables via the provided attribute value list (as e.g. returned by

[array get], [ns_set array], ...

- implement the prepared statement handling within the scope of

a "db_with_handle", to make sure, the prepare and the subsequent

command are using the same handle (and therefore session).

- use for prepared statement caching the result of [ns_db session_id]

when available

- bump version to 0.155

- build prepared statements more eager - for the time being