• last updated 10 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- fix logic for negative numbers

- fix type of argument

- don't produce hard errors, when folder_id is not a valid number. The validator of the page_contract is called before the type of the query variables are checked. The db-query in the validator raised the hard sql error rather the intended error message

- fix for bug #3225: make sure the result list of ad_parse_html_attributes_upvar is a well-formed list

Remove broken check for empty folder name.

A previous change in this line prevented one from instantiating applications

via this UI. However, the check for an empty value is obsolete anyhow...

- patch for a subtle difference between aolserver and Naviserver in the handling of "--" (nonpos parameter terminator)

- undo previous secure-cookie change since it interacts badly in situations where "RestrictLoginToSSLP" is "1" and https is available: In such cases, e.g. the login page is redirected from a http (insecure) url to an https (secure) page. But when later continuing on the http connection, the user appears to be not logged in, since a well-behaved browser does not send the "secure" login coockie over the insecure connection.

- white space changes: replace tabs by spaces

    • -233
    • +250
    /openacs-4/packages/acs-tcl/tcl/security-procs.tcl
- replace "global" statement by variables with namespace paths

- move deprecated procs to file with deprecated functions

- setting login-cookie to "secure" when set over secure connection

- just set secure flag for secure connections

- use signed cookie for session_id

- new package-level method "reparent" to move pages around

    • -3
    • +67
    /openacs-4/packages/xowiki/tcl/package-procs.tcl
- fix typo

- use consistently "naturalnum" instead of "integer" when accepting just positive values

  1. … 19 more files in changeset.
- use consistently "naturalnum" instead of "integer" when accepting just positive values

  1. … 111 more files in changeset.
- use consistently "naturalnum" instead of "integer" when accepting just positive values

  1. … 89 more files in changeset.
- use consistently "naturalnum" instead of "integer" when accepting just positive values

    • -2
    • +2
    /openacs-4/packages/news/www/index.tcl
- improve performance of page contract filter "naturalnum"

- revert escaped change, add change to make clear that we do not want to accept empty strings

- make clear that we do not want to accept empty strings

- perform better input checking on action and categories

- perform better checking on page number

    • -2
    • +2
    /openacs-4/packages/news/www/index.tcl
- better checking on page number

- better checking on version_id

- improve error messages (backport from openacs.org)

- renew the session_id after privilege level change from unidentified to identified user

- change ad_instproc to instproc for new validate=form_input_fields

- add validator hook validate=form_input_fields to ease testing of inter-dependencies of form-fields on a form page