• last updated 2 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
fix release dates in .info files

  1. … 82 more files in changeset.
release work

  1. … 204 more files in changeset.
regenerated documentation

  1. … 465 more files in changeset.
bump version numbers of 5.9|5.10 packages to 5.10.0b1

adjust dependencies

  1. … 87 more files in changeset.
remove dependency of general-comments on acs-mail-lite

  1. … 2 more files in changeset.
complete listing of covered procs in test cases

  1. … 14 more files in changeset.
improve spelling

Provide a public general-comments solution to empty messages from a specific package: other xowiki-like packages downstream would otherwise need to call a xowiki private api

  1. … 1 more file in changeset.
Whitespace cleanup

    • -24
    • +24
    ./tcl/general-comments-procs.tcl
use bind variables instead of tcl variable substition in xql fullqueries

  1. … 15 more files in changeset.
Complete api coverage for general-comments

    • -1
    • +111
    ./tcl/test/general-comments-procs.tcl
Cover some more api

Start testing general comments

    • -0
    • +39
    ./tcl/test/general-comments-procs.tcl
file general-comments-procs.tcl was initially added on branch oacs-5-10.

    • -0
    • +0
    ./tcl/test/general-comments-procs.tcl
use consistently the same prefix "general_comments" (and not singular version)

    • -2
    • +2
    ./tcl/general-comments-procs-oracle.xql
    • -2
    • +2
    ./tcl/general-comments-procs-postgresql.xql
improve spelling

  1. … 2 more files in changeset.
Move 'util::content_size_pretty' into 'acs-lang' and rename it to 'lc_content_size_pretty', localicing 'bytes' and adapting automated tests. Bump 'acs-lang' version.

  1. … 41 more files in changeset.
Prettify data size using 'util::content_size_pretty'

  1. … 1 more file in changeset.
Fix typo

Remove obsolete xql files

improve spelling

  1. … 21 more files in changeset.
Bring files on oacs-5-10 in sync with HEAD

    • -0
    • +37
    ./tcl/general-comments-procs-oracle.xql
    • -0
    • +39
    ./tcl/general-comments-procs-postgresql.xql
  1. … 2 more files in changeset.
Bring files on oacs-5-10 in sync with HEAD

  1. … 148 more files in changeset.
improve spelling

  1. … 7 more files in changeset.
Prefer 'person::name' to 'acs_user::get_element ... -name'

  1. … 4 more files in changeset.
Prefer again 'person::name', as the proc has been reimplemented using 'person::get_person_info', which uses the new 'person_info_cache' cache.

  1. … 13 more files in changeset.
Whitespace changes

  1. … 11 more files in changeset.
Prefer 'acs_user::get_element ...' to 'person::name ...', in cases when 'person' is a user, as it doesn't rely on util_memoize_cache.

  1. … 13 more files in changeset.
Similar to www/index page:

- remove divergency between oracle and postgres code

- improve localization

- add author column to UI as was probably meant to be (author was selected, but not used)

- use multirow builtin count instead of manually generated one

Remove divergency between oracle and postgres codebase