• last updated 5 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- improve page-contracts

    • -2
    • +2
    /openacs-4/packages/news/www/preview.tcl
    • -2
    • +2
    /openacs-4/packages/news/www/admin/revoke.tcl
- white space change: fix indentation

    • -1396
    • +1392
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
- use util::http::* as well in apm_transfer_file

- util::http::*: since spool file is server provided, use option

"-spool" to indicate that spooling is intended. The actual name of

the spool file is retuned in the "file" component of the dict.

- fix spool file logic for ns_http/ns_ssl

- allow spooling as well for curl

- drop "-depth" for the toplevel interface, since it is used for

iteration on the (private) implementation level

- set max_depth per default to 10 to handle redirects automatically

- initialize untrusted_user_id in resources filter

- run validation blocks only when earlier validation steps were successful

- add function util::http::available to check, whether util::http::* can be called in the current configuration

- improve page-contracts

- make a more sane version of ad_page_contract_filter boolean

- improve page-contracts

  1. … 3 more files in changeset.
- improve page-contracts

- improve page contracts

- check ids in page contracts

- improve page-contracts

- improve page-contract

- improve page-contracs

- check ids in page contracts

- activate spooling to files for versions of naviserver supporting it

- check ids in page contracts

  1. … 22 more files in changeset.
- use util::http::get instead of deprecated proc

- check ids in page contracts

  1. … 26 more files in changeset.
- check object_ids in page_contracts

- check ids in page contract

- add XOTcl1_ParameterHandler to provde forward compatibility in XOTcl1

to allow to load programs with xotcl2/nx value checkers in

parameter declarations.

- use util::http::get instead of util_httpget

- use util::http::* instead of deprecated procs

- add code to convert timeout value to a value suitable for the

underlying implementation (NaviServer or curl)

- document timeout values

- base deprecated code on util::http::*

- moved util_link_responding_p and util_get_http_status to

http-client-procs and based it on util::http::*.

- marked util_link_responding_p and util_get_http_status as

deprecated, moved a new version into the util::* namespace

and turned positional arguments into non-positional

- follow documentation conventions

    • -237
    • +261
    /openacs-4/packages/acs-tcl/tcl/http-client-procs.tcl
- use proper version comparison to avoid surprises, when alnum comparison leads to different results