• last updated 13 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
allow to specify constraint values (just a stub for now)

    • -0
    • +2
    ./packages/xotcl-core/tcl/01-debug-procs.tcl
make usage of new parameter interface more explicit

    • -2
    • +2
    ./packages/xotcl-core/tcl/chat-procs.tcl
don't use numeric comparison operators on string comparisons

user curly brackets around expr to allow for bytecode compilation

    • -2
    • +2
    ./packages/acs-tcl/tcl/text-html-procs.tcl
provide compatibility for packages providing pretty_name and package_key

    • -2
    • +3
    ./packages/xotcl-core/tcl/context-procs.tcl
Fix users search URL

Merged 5.3 to HEAD

Merged 5.3 to HEAD

    • -2
    • +2
    ./packages/acs-admin/www/apm/parameter-add.tcl
  1. … 46 more files in changeset.
provide pretty_name and package_key for ::s5::Package

provide pretty_name and package_key for ::xowiki::Package

    • -4
    • +4
    ./packages/xowiki/tcl/package-procs.tcl
new parameter management

    • -20
    • +68
    ./packages/xotcl-core/tcl/05-db-procs.tcl
    • -0
    • +173
    ./packages/xotcl-core/tcl/06-package-procs.tcl
    • -0
    • +311
    ./packages/xotcl-core/tcl/06-param-procs.tcl
    • -2
    • +2
    ./packages/xotcl-core/tcl/cluster-procs.tcl
    • -148
    • +1
    ./packages/xotcl-core/tcl/context-procs.tcl
    • -4
    • +5
    ./packages/xotcl-core/tcl/cr-procs.tcl
Added logging to syslog

    • -19
    • +29
    ./etc/keepalive/keepalive-cron.sh
fix naming of new folders, stop using ns_rand

add cluster stuff only, when clustering is enabled

    • -1
    • +1
    ./packages/acs-tcl/tcl/20-memoize-init.tcl
use new cluster support

    • -5
    • +5
    ./packages/xowiki/tcl/package-procs.tcl
    • -2
    • +2
    ./packages/xowiki/tcl/xowiki-form-procs.tcl
    • -6
    • +6
    ./packages/xowiki/tcl/xowiki-www-procs.tcl
make it easier to figure out, when some log messages come from

removed unneeded command

improve contrast for dates in chat messages

    • -2
    • +2
    ./packages/xowiki/www/resources/xowiki.css
change error to a warning

    • -2
    • +2
    ./packages/xowiki/tcl/adp-generator-procs.tcl
bump version number to be able to depend on new features

Allow xowiki to be installed via install.xml without errors.

(Same change as in oacs-5-3 branch)

    • -1
    • +22
    ./packages/xotcl-core/tcl/05-db-procs.tcl
cluster support for cr-cache and chat

    • -3
    • +2
    ./packages/xotcl-core/tcl/bgdelivery-procs.tcl
    • -37
    • +46
    ./packages/xotcl-core/tcl/chat-procs.tcl
    • -0
    • +22
    ./packages/xotcl-core/tcl/cluster-init.tcl
    • -0
    • +115
    ./packages/xotcl-core/tcl/cluster-procs.tcl
    • -7
    • +8
    ./packages/xotcl-core/tcl/cr-procs.tcl
minor cleanup (better contrast for date in chat via css, removed unneeded lines, changed "Error" into "Warning" for ad-generator"

    • -2
    • +2
    ./packages/xowiki/tcl/adp-generator-procs.tcl
    • -2
    • +2
    ./packages/xowiki/www/resources/xowiki.css
Allow xowiki to be installed via install.xml without errors.

Problem was, that install.xml does not load init files, therefore

xotcl-core caches were not created, when xowiki-procs are sourced.

Consequence was that e.g. in xowiki/admin/index.tcl incorrect

entries were listed (which went away after the first reboot).

    • -1
    • +22
    ./packages/xotcl-core/tcl/generic-procs.tcl
Handling of clobs (like in the version in the oacs-5-3 branch, but simpler

due to slot based code); bumping version numbers.

    • -74
    • +150
    ./packages/xotcl-core/tcl/cr-procs.tcl
make sql query look more sane

    • -11
    • +5
    ./packages/acs-subsite/tcl/attribute-procs.tcl
reduce verbosity

Handling of arbitrary attributes of type CLOB in the content repository.

Before this change, only the content were allowed be larger than about 12KB,

other CLOBS showed problems with larger sizes (e.g. instance_attributes).

Now all CLOBs are handled as well automatically outside the view

through separate statements.

    • -19
    • +32
    ./packages/xotcl-core/tcl/generic-procs.tcl
work on clobs for content attributes

    • -23
    • +63
    ./packages/xotcl-core/tcl/generic-procs.tcl
fix for bug #2812