• last updated 27 mins ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
improve comments

  1. … 3 more files in changeset.
reduce usage of anonymous arrays

accept as page_ref for an object as well an item_id

This change simplify resolving items. raw ids seem

fine, since the listing are not persisted or moved between

OpenACS instances.

fix broken variable reference (pg changed?)

Use full URL paths for bulk actions.

This change allows one to mark items from multiple child-resources

displayed on one page and add these to the clipboard. Use the same

logic for bluk-delete and bulk adding to the clipboard.

replace array by dict

www-clipboard-add: allow object to be fully qualified

old conventions continue to work

avoid warning for "hidden" table widget columns, used e.g. for sorting

Make :folder_id available as a package instance variable immediately, in a way that if the folder instantiation needs e.g. to fetch a parameter, the folder_id will be there to determine the right parameter page, which otherwise would be looked up e.g. in the site-wide pages and cached with wrong values for the cache lifetime

Make ::xowiki::Package default_locale react to changes in the connection locale by caching only when the parameter use_connection_locale is not set, use ::xowiki::Package default_locale result instead of always the connection locale to determine nls_language for new Pages and FormPages, so that default language for a particular xowiki instance is decided by use_connection_locale parameter

reduce number of locks when NaviServer is used

improve debugging messages

  1. … 1 more file in changeset.
improve wording

    • -1
    • +1
    ./tcl/test/xowiki-admin-tests-procs.tcl
move "unify_forms" to xotcl-core, rename it to "form_unify", added "form_usages"

  1. … 1 more file in changeset.
improve spelling

    • -1
    • +1
    ./www/portlets/weblog-mini-calendar.tcl
provide better warning message

add modification_date as default hidden field for sorting of form-usages

Don't assume save_new will return an item_id, object should come out of it "already baked"

improve spelling

  1. … 5 more files in changeset.
improve spelling

  1. … 3 more files in changeset.
whitespace changes

  1. … 1 more file in changeset.
improve wording

handle toplevel and other forms as well

variable constraint "integer" not supported in xotcl

added support call for unifying forms

- added support for personal notifications (as used by inclass exam):

The notification system has the following features:

. lecturer can send individual messages to participants of an ongoing exam

. message is sent by clicking on a participants name in the participant list

. student can receive one or many notification messages

. notification messages have to be confirmed, otherwise they are displayed always

. non-confirmed notification messages are sticky, i.e. the are displayed also

when a user changes to some other question.

. three different urgency levels for messages

. built around an includelet

- bumped version number to 5.10.0d59

    • -0
    • +255
    ./tcl/personal-notification-procs.tcl
file personal-notification-procs.tcl was initially added on branch oacs-5-10.

    • -0
    • +0
    ./tcl/personal-notification-procs.tcl
fix typo

Comply with acs-tcl.naming__proc_naming automated test

Improve tailorability of folder.form via _description field

Similar to what's used on the wi-book site