• last updated 14 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
fullow usual line breaking conventions

use ad_return_complaint for invalid query parameter parsing (at least in connection threads)

impreve robustness of ad_doc parsing

new API call "http_auth::basic_authentication_decode" to replace 3 distinct implementations of this logic

    • -31
    • +10
    ./tcl/50-protocol-handler-procs.tcl
  1. … 5 more files in changeset.
clean dirty editor buffer

fix bug in basic authentication, when user password contains a colon

    • -4
    • +22
    ./tcl/50-protocol-handler-procs.tcl
improve spelling

    • -1
    • +1
    ./tcl/test/xotcl-core-db-tutorial-procs.tcl
improve error message in case the value is not validated: return the proper variable name

bump version number to 5.10.0d21

Allow valuecheckers to be specified in query_parameter calls (implemented via argument checking)

Example: :query_parameter return_url:localurl /

add value checker for localurls

improve comment

Use a common idiom to retrieve the first instance that is not cache dependent (ToDo reproduce the issue with ::xo::parameter get_package_id_from_package_key in an own test)

bump version number to reflect interface change

add function to set parameter value via xo::* interface: "xo::parameter set_value ..."

xo::parameter->clear_per_package_instance_value: removed needless argument

Fix call to get_context in functions used in third party applications (see #3424)

added suggestion #3424

added suggestion #3425

add turkish catalog file (as provied by Michael Aram, suggestion #3419)

    • -0
    • +21
    ./catalog/xotcl-core.tr_TR.utf-8.xml
file xotcl-core.tr_TR.utf-8.xml was initially added on branch oacs-5-10.

    • -0
    • +0
    ./catalog/xotcl-core.tr_TR.utf-8.xml
whitespace cleanup

implement suggestion #3417

Whitespace changes

  1. … 2 more files in changeset.
Use 'ns_log Error' for error logging, instead of 'ns_log Notice: Error...'

  1. … 4 more files in changeset.
Keep coherence between the 'api_proc_doc' and 'api_proc_doc_scripts' nsvs

Add a new Action widget property "confirm_message": when this is set on a BulkAction, will generate the javascript to ask for confirmation using specified message

  1. … 2 more files in changeset.
Localize sorting of column in xotcl widgets, update german and italian localization

    • -0
    • +3
    ./catalog/xotcl-core.de_DE.ISO-8859-1.xml
    • -2
    • +5
    ./catalog/xotcl-core.en_US.ISO-8859-1.xml
    • -0
    • +10
    ./catalog/xotcl-core.it_IT.ISO-8859-1.xml
improve spelling

  1. … 7 more files in changeset.
fix query name

Whitespace cleanup