• last updated 9 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
improve stylability

add support in form-fields to add css class for td in TableWidget and whitespace changes

add method for saveing/restoring perconnection_parameters

VS: ----------------------------------------------------------------------

add method for deep copy of ordered composites

fix indentation, make it easier to grep for definiton of namespaced classes

make sure that parseargs treats argument as a single one

Rename 'require_html_procs'

Add 'require_html_procs' to the ::xo namespace in order to be compliant with OpenACS naming standards

  1. … 3 more files in changeset.
Remove leading colons in XOTcl methods while adding them to the documentation nsvs, to keep coherence among the different ways of adding proc doc in the system and avoid duplication

re-enable source_dependent operation (not clear, why this was commented out)

make passing name for temp tables optional

Address suggestion from issue #3420

Move root_of_host to acs:: namespace, replace occurrences, create deprecated wrapper

  1. … 1 more file in changeset.
prefer all caps spelling for SQL

  1. … 1 more file in changeset.
provide interface for setting query parameter

remove one dependency on jquery

reuse the hardcoded bootstrap version (maybe add later fallback, when openacs-bootstrap3 is not defined)

provide API to unset query and connection parameters

fullow usual line breaking conventions

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

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

  1. … 6 more files in changeset.
clean dirty editor buffer

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

improve spelling

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

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)

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)