• last updated 1 hour ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
don't return all revisions when using automatic views

Fix problem with Daylight Saving Time when creating recurring

events. This works fine in Oracle because the timestamps don't have

timezones. In Postgresql when calculating the interval between events

for recurring events, we need to ignore the timezone to get the

correct result when the event crosses the Daylight Saving Time boundar.

add definition of new parameters in sample code

add datatype string

allow to specify constraint values (just a stub for now)

make usage of new parameter interface more explicit

don't use numeric comparison operators on string comparisons

user curly brackets around expr to allow for bytecode compilation

provide compatibility for packages providing pretty_name and package_key

Fix users search URL

Merged 5.3 to HEAD

Merged 5.3 to HEAD

    • -24508
    • +1050
    /openacs-4/ChangeLog
  1. … 46 more files in changeset.
provide pretty_name and package_key for ::s5::Package

    • -1
    • +2
    /openacs-4/packages/s5/tcl/s5-procs.tcl
provide pretty_name and package_key for ::xowiki::Package

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

    • -0
    • +173
    /openacs-4/packages/xotcl-core/tcl/06-package-procs.tcl
    • -0
    • +311
    /openacs-4/packages/xotcl-core/tcl/06-param-procs.tcl
Added logging to syslog

fix naming of new folders, stop using ns_rand

add cluster stuff only, when clustering is enabled

use new cluster support

    • -7
    • +7
    /openacs-4/packages/xowiki/xowiki.info
    • -5
    • +5
    /openacs-4/packages/xowiki/tcl/package-procs.tcl
    • -6
    • +6
    /openacs-4/packages/xowiki/www/ajax/chat.tcl
make it easier to figure out, when some log messages come from

removed unneeded command

improve contrast for dates in chat messages

change error to a warning

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)

cluster support for cr-cache and chat

    • -0
    • +22
    /openacs-4/packages/xotcl-core/tcl/cluster-init.tcl
    • -0
    • +115
    /openacs-4/packages/xotcl-core/tcl/cluster-procs.tcl
minor cleanup (better contrast for date in chat via css, removed unneeded lines, changed "Error" into "Warning" for ad-generator"

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).

Handling of clobs (like in the version in the oacs-5-3 branch, but simpler

due to slot based code); bumping version numbers.

make sql query look more sane