• last updated 1 hour ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- fix documentaiton bugs

- add license to the manifest

- bump version numbers

    • -2
    • +2
    /openacs-4/packages/acs-tcl/acs-tcl.info
- set maturity of core packages to 3

    • -1
    • +0
    /openacs-4/packages/acs-tcl/acs-tcl.info
- white space change: follow OpenACS formatting conventions more closely (replaced tabs by spaces)

- improve error reporting further (handle e.g. multiple errors per package nore nicely)

- improve error reporting during bootstrap loader: list dependency order in a human oriented manner, report more errors from sourcing files http://openacs.org/forums/message-view?message_id=4172245

- allow error propagation also from bootstrap loader

More occurrances of ad_table. Using list templates instead.

- fix a subtle bug causing installs to fail. (see http://openacs.org/forums/message-view?message_id=4172245)

Avoiding usage of ad_table. Usinging list templates instead.

- white space change: replace tabs by spaces

    • -272
    • +279
    /openacs-4/packages/acs-tcl/tcl/apm-procs.tcl
- add error reporting to package reloader (many thanks to Andrew Helsley, see: http://openacs.org/forums/message-view?message_id=4166397)

- use computed file name in apm_transfer_file

- improve page-contracts

- improve page-contracts

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

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

    • -3
    • +3
    /openacs-4/packages/survey/www/admin/one.tcl
  1. … 11 more files in changeset.
- improve page-contracts

- improve page-contracts

  1. … 28 more files in changeset.
- simplify page_contract

- don't run validation, if required variables for the validation were not provided

Added version checking for curl and used it to verify if --post303 option is available.

Callback queries for merging were not being found because of missing 'merge' namespace in names

- 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