• last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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
Fixed broken auth::password::email_password

added missing changes due to API refactoring

Use the existing API when doing changes to the properties of an authority, otherwise the cache is not updated accordingly.

revert escaped change

allow parameter::get_from_package_key to be called before acs-tcl/tcl/utilities-procs.tcl are called

    • -3
    • +3
    ./packages/acs-tcl/tcl/parameter-procs.tcl
rely on ad_urlencode_folder_path working with empty path

    • -2
    • +2
    ./packages/file-storage/www/folder-chunk.tcl
don't raise exception when folder_path is empty

check for empty folder_path

    • -2
    • +2
    ./packages/file-storage/www/folder-chunk.tcl
made value retrival for parameters "DefaultDimensionalStyle" and "DefaultListFilterStyle" theme aware

    • -5
    • +11
    ./packages/acs-templating/tcl/list-procs.tcl
encode folder_path

    • -2
    • +2
    ./packages/file-storage/www/folder-chunk.tcl
proivde upgrades script for PG 11 and bump version number to 5.9.2d2

file upgrade-5.9.2d1-5.9.2d2.sql was initially added on branch oacs-5-9.

backport from HEAD for PG 11

Remove stupid upvar tricks

    • -17
    • +6
    ./packages/new-portal/tcl/portal-procs.tcl
reduce quoting

    • -4
    • +3
    ./packages/new-portal/tcl/portal-procs.tcl
make portal::show_proc_helper theme aware

    • -3
    • +3
    ./packages/new-portal/tcl/portal-procs.tcl
activate usage of "ns_db currenthandles" when available

    • -6
    • +15
    ./packages/acs-tcl/tcl/00-database-procs.tcl
Put event handler inline so is attached at element creation, fix URLencoding of image deletion

Bring event handler inline to force it being attached after the upload button is added to the page