• last updated 11 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
improve spelling

make comments more uniform

provide a less confusing name for new methodm improve comments

Fix typo in comment

Implement reset_to_default method to reset formfields in case of validation error

the current behavior of this method is currently a no-op for every formfield, except files, where we want to make sure the value has been reset. We also handle the case now of compound fields, as they might be compounds of file formfields

Add all whitespace characters between double quotes when converting a dict to hstore

Many thanks to Guenter Ernst for the analysis.

Extended regression test

Fix typo

support multiple autosave fields on a single page

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