• last updated 3 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
no need for eagerly releasing handles

make sure not to release handles active in an transaction, transactions are based on handles

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
    /openacs-4/packages/forums/tcl/forums-procs.tcl
don't assume, there is only one forums package instance

    • -3
    • +13
    /openacs-4/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

rely on ad_urlencode_folder_path working with empty path

don't raise exception when folder_path is empty

check for empty folder_path

made value retrival for parameters "DefaultDimensionalStyle" and "DefaultListFilterStyle" theme aware

encode folder_path

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

reduce quoting

make portal::show_proc_helper theme aware

activate usage of "ns_db currenthandles" when available

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

Add missing parameter in calc_wiki_image_links_to_image_tags

See bug tracker #3372

add message key

whitespace changes