• last updated 1 hour ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
bump version number to 5.10.0d23

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

    • -1
    • +10
    ./tcl/20-Ordered-Composite-procs.tcl
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)

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