• last updated 41 mins ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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

- provide faster import of instance variables through the user of lassign

Pass dbn to subsequent calls

Added support for prepared statements to other ::xo::dc operations

- add support for providing max entry cache size (when used with NaviServer)

- use lower case name for prepared statements

- remove the need for providing a prepare name by using a md5 hash, which is also better scalable

- bump versin number to 0.154

- first draft of prepared statements for xo::dc using the standard PostgreSQL handler

- bump version number to 0.153

- imporove navigation for cache handler

- make qn more robust, when runnin on the topLevel

Don't use 'if not exists' idiom for postgres as present since version 9.5 only

Create stubs only when required and close to actual methods

- reduce verbosity

new procs must be created when util object exists!

Check for new require object's features explicitly by utility presence rather than oacs version. Do check only at file load time and define procs accordingly

- use function instread of variable

new require method to create sequences

Use quoting on default value

Make the code more robust when people still hasn't run the upgrade script but have the latest code