• last updated 11 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
improve comments, make logging output more regular

adapt personal-notification interface to support bulk messaging

    • -13
    • +26
    ./tcl/personal-notification-procs.tcl
strengthen parameter checking

  1. … 3 more files in changeset.
add warning to log file, when a HTML form-data is passed in fro which we have no form-fields defined

More restricted checking for object_ids

This avoids SQL errors in cases, where values are passed in via query variables

which are valid integers but out of range for SQL integer, which are 32-bit

integers. The better solution would even be to define an NSF argument type

"object_id", but unfortunately, this requires a newer version of NSF than

we target for the release.

- Added new method extra_html_fields to provide an easy means to add

extra HTML fields to the form autogenerated for form pages

- bump version number to 5.10.0d79

Refine regular expression used for the detection of Includelets

fix braces for return_url

improve error messages for autosave-handler

intensify argument checking

make function "get_current_folder" more robust in case invalid data is fed in

new web-callback method "www-update-references"

This method can be called on the package-level to

referesh all page references (from wiki-links) for

an instance.

Added support for "-orderby" to includeletes "toc" and "book"

Previously, these includelets could be only used when a page_order was given.

In some cases, the base functionality came in handy for other cases, such

as e.g. a glossary.

provide nicer icon for revisions button

    • -0
    • +5
    ./www/resources/xowiki-yui-specific.css
added button for form-usages for displaying revisions

provide a friendly error message

allow at most 50K days, otherwise Tcl time scanner bails out

strengthen regular expression for "days"; valid arguments are e.g. "20d" or "14days"

revert incompatible change

Accept only integers as value for the rss query parameter

provide page-contract error instead of backtrace

use colon prefix for cmd names, simplify logic slighly

Make sure package_id is set (many thanks to Günter Ernst)

made includelet "categories" folder aware (on can pass "parent" in form of a page-ref to the includelet)

refactored some of the code to increase reusability

make treeview more compact

write mutual overwrites to the system log

added support for avoiding quoting of labels (e.g. in buttons)

improve listing of procs covered by regression test

    • -0
    • +1
    ./tcl/test/xowiki-admin-tests-procs.tcl
  1. … 1 more file in changeset.
whitespace change

extend regression test