• last updated 4 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Update database idioms

white-space changes

provide on reviews not only the web-based diff, but as well a text based diff, in case the web-based diff

fails to show differences.

Trailing whitespace cleanup

- if one is handling ::db::Object slots generally, to it correctly (including "object_id")

- reduce redundancy

Backport changes from downstream: add CrItems we skip as they are handled by ::xo::db::Object already

Replace legacy acs_permission__permission_p with acs_permission.permission_p

  1. … 3 more files in changeset.
improve spelling

  1. … 8 more files in changeset.
improve spelling

  1. … 10 more files in changeset.
improve spelling

  1. … 8 more files in changeset.
Add acs_object attributes to ::xo::db::Object slots definition

Pretty names have been taken from acs_attributes defined on a vanilla instance on acs_object, which apparently are not localized. Changes to cr-procs are to make sure new object members from slots don't interfere with previous behavior for CrItems

  1. … 1 more file in changeset.
provide ip address to be stored in acs_objects on save operation

remove comma before that

  1. … 9 more files in changeset.
- remove default value from CrClass proc lookup to support items of other types as well

- add optional parameter -content_type to CrCache::Class lookup to allow specifying the content type (similar to "proc lookup")

improve spelling

  1. … 2 more files in changeset.
minor cleanup

keep track, when cr item is cached and don't try to flush non-cached items

Base caching infrastructure on acs-tcl

Bump version number to 5.10.0d10

  1. … 3 more files in changeset.
Do not try to flush autonamed cache entries

- Implemented TreePartitionedCache (to allow patter flushes on partitions)

- use xo::Cache on more occasions

- bump version numbers of xowiki to 5.10.0d12 and xotcl-core to 5.10.0d9

  1. … 9 more files in changeset.
- extend implementaton of xo::Cache to support "eval" and "set" method

- use numeric keys for xotcl_object_cache

- bump version numbers of xowiki to 5.10.0d11 and xotcl-core to 5.10.0d8

  1. … 6 more files in changeset.
introduce cache abstraction to centralize caching logic

  1. … 5 more files in changeset.
improve comments

add prepared statements

  1. … 2 more files in changeset.
Revert massive replacement of empty list creation sentences. The use of '[list]' instead of '{}' adds semantics that could be used for performance improvements in the future, such as using a different internal representation. There is already work in this direction, avoiding the generation of the string representation during comparison of empty strings (huge thanks to Stefan Sobernig for the pointer: https://core.tcl.tk/tcl/info/44527c632ed609c2).

  1. … 475 more files in changeset.
Prefer '{}' to '[list]' when creating empty lists

  1. … 204 more files in changeset.
Fix typos

  1. … 28 more files in changeset.
Fix unquoted string in SQL statement by using bind variable syntax instead

Reduce numbber of "catch" operations

  1. … 8 more files in changeset.
Fix typos

  1. … 24 more files in changeset.