• last updated 4 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Return default avatar also when there are internal issues parsing the user provided picture

Whitespace changes

    • -11
    • +10
    ./packages/notifications/www/subscribers.tcl
Localize notification subscribers and bump version number

    • -2
    • +2
    ./packages/notifications/www/subscribers.tcl
Whitespace changes

Whitespace changes

    • -11
    • +16
    ./packages/faq/www/admin/index.tcl
Localize faq admin labels and bump version number

Localize long URL errors and bump version number

revert prevous change

whitespace changes

Add "FOR UPDATE" to select operation of *_f() function inserting tuples.

the required "content_type__refresh_trigger" calls will follow later.

replace broken redirect with standard redirect function (auth::require_login)

    • -9
    • +8
    ./packages/acs-tcl/tcl/security-procs.tcl
Fix message key

Localize filter clearing

Whitespace changes

    • -16
    • +16
    ./packages/file-storage/www/folder-chunk.tcl
fix for bug #3375: set fully qualified url for instance_name

Port from downstream a more failsafe cleanup in the importer

    • -2
    • +2
    ./packages/xowiki/tcl/import-procs.tcl
Remove redundant cleanup which might fail in case object does not exist (we clean up anyway in the finally branch)

    • -6
    • +7
    ./packages/xowiki/www/admin/import.tcl
Refine approach by which index page is detected in bulk-delete method: previous way would treat all first level children of the root_folder as the index page, preventing bulk deletion focused on them (e.g. folders)

    • -9
    • +20
    ./packages/xowiki/tcl/xowiki-www-procs.tcl
Allow to filter group members by membership state in the API

    • -24
    • +22
    ./packages/acs-subsite/tcl/group-procs.tcl
new includelet unresolved-references

The includelet unresolved-references lists the pages with unresolved references

in the current xowiki/xowf package instance. This includelet is intended for

use by admins.

    • -1
    • +63
    ./packages/xowiki/tcl/includelet-procs.tcl
Greatly reduce complexity of code required to support -export flag for ad_form:

instead of juggle variables around to mimick export_vars, just set -export flag

value as a form property, then use the real export_vars on it later when form

is rendered. This will support all current features (e.g. :multiple, :sign, :array)

more reliably and reduce code duplication.

    • -1
    • +10
    ./packages/acs-templating/tcl/form-procs.tcl
no need for eagerly releasing handles

    • -2
    • +1
    ./packages/acs-tcl/tcl/security-procs.tcl
make sure not to release handles active in an transaction, transactions are based on handles

    • -1
    • +10
    ./packages/acs-tcl/tcl/00-database-procs.tcl
get detailed information about a person via person::get_person_info

fix broken message key

improve error message

whitespace changes

S: ----------------------------------------------------------------------

use parameter::get_from_package_key only for singletons

whitespace changes

    • -15
    • +15
    ./packages/forums/tcl/forums-procs.tcl
don't assume, there is only one forums package instance

    • -3
    • +13
    ./packages/forums/tcl/forums-procs.tcl