• last updated 18 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Added index on foreign key column to reduce sequential reads on delete

operations, since the optimizer brain fart ((c)Don Baccus) that existed

17 years ago in pg 7.2 seems to be gone

(https://openacs.org/forums/message-view?message_id=142769)

file upgrade-5.10.0d27-5.10.0d28.sql was initially added on branch oacs-5-10.

add seeds for per-item randomization

added support for position dependent randomization

bumb version number to 5.10.0d53

    • -2
    • +2
    /openacs-4/packages/xowiki/xowiki.info
added support for randomization not only per user, but as well per position

whitespace changes

provide randomized seeds

if "shuffle" finds precomputed seeds, used these to improve randomization

don't set href for rejected link to empty over the deprecated interface, but unset the href

    • -2
    • +4
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
Bump version number because of the change in message keys

Modify message keys

Add new chat skin 'minimal'.

Specially designed to be embedded in other pages, it provides a clean look without user list, full screen button, or anything else aside from the avatar, timestamp, user name and message.

file chat-minimal.css was initially added on branch oacs-5-10.

file chat-minimal.js was initially added on branch oacs-5-10.

Fix var name

Allow passing chat skin to 'chat::Chat login'

add EmailDeliveryMode 'ignore'. Similar to 'log' but less verbose.

use 'ignore' in case 'redirect' is set wihout a value for EmailRedirectTo

fall back to 'log' mode, when EmailDeliveryMode "redirect" is used without "EmailRedirectTo" value

add turkish message catalog

file acs-mail-lite.tr_TR.utf-8.xml was initially added on branch oacs-5-10.

Fix parameter name in acs-mail-lite

provide a clearer name for method (flush_pattern_in_all_partitions) and make it protected

add one more sample combination of traced commands

new method PartitionedCache->flush_all_pattern to iterate over all partiations to perform a glob-style deletion from the cache

whitespace and spelling changes

fix variable name (many thanks to Franz Penz)

CompoundField->value: return always the value from get_compound_value

- acs_mail_lite::send_immediately: new switch for "-force_delivery_mode"

to force delivery mode for a single call (ignoring package parameter

"EmailDeliveryMode")

- New potential value for "EmailDeliveryMode": "nssmtpd"

When this parameter is specified, the behavior is like

"smtp", but the code tries use the SMTP implementation

of the nssmtpd NaviServer module.

- It is also possible to combine "nssmtpd" with the delivery methods

"filter" or "redirect" simply by writing e.g. "filter nssmtpd"

- some refactoring to avoid repeated code

whitespace cleanup