• last updated 18 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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. … 6 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
    ./personal-notification-procs.tcl
  1. … 3 more files in changeset.
file personal-notification-procs.tcl was initially added on branch oacs-5-10.

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

  1. … 1 more file in changeset.
Comply with acs-tcl.naming__proc_naming automated test

  1. … 2 more files in changeset.
Added sitewide-admin pages for downloading bootstrap-treeview

This change makes it possible to use xowiki/xowf with the folder tree

even when having no internet connection (i.e. also without CDN).

  1. … 3 more files in changeset.
file resource-info-procs.tcl was initially added on branch oacs-5-10.

    • -0
    • +0
    ./resource-info-procs.tcl
added/improved debugging hooks

improve log messages

move comments around and improve it

generalize handling of langstrings

this change updates yesterday's change with ml_title. It generalizes

the code by introducing an instproc named "update_langstring_property" that

generalizes setting of arbitrary "properties" based on a property "langstring"

that contains a dict of attributes in multiple languages (which are part

of the page, make it suitable also when the enduser cannot enter

message keys).

added the flag "-language_specific" to child-resources to support differnt content per folder for user with different language settings

  1. … 1 more file in changeset.
introduced "ad_file" as a means to avoid unexpected tilde substitution in file names

  1. … 41 more files in changeset.
improve spelling

  1. … 11 more files in changeset.
perform lookup for site-wide-pages along the inheritance path of the package class

fixed test (nsv entries do not strt with leading ::)

simplified filtering

added time_span form field (based on HTML5)

bumped version to 5.10.0d57

  1. … 3 more files in changeset.
add property to textara and text_fields to disallow cut&paste

handle cases, where autosave was rejected

  1. … 3 more files in changeset.
- textarea: added attribute "autosave"

- set autosave attributes in text_fields, when "multiple_lines" was specified.

- remove for the time being "hkey" from "non_cached_instance_var_patterns",

since this was recently fixed (TODO: check regression test and reactivate it later)

- new Externally callable method: autosave-attribute:

this is a simplified version of "save-attributes", but which does

NOT perform input validation, which might be a problem in case of partial input

- add "autosave-attribute" to all policies, where "save-attributes" was set

  1. … 4 more files in changeset.
add test cases for slot interactions