• last updated 17 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- prepare documentation for release

  1. … 221 more files in changeset.
- pass pretty_name to notification widget HTMLescaped (since widget expects it)

  1. … 5 more files in changeset.
- use theme-able notification-widget in file-storage and fs-portlet

  1. … 4 more files in changeset.
- add editor hints to keep spaces/tabs in the future more consistent

  1. … 336 more files in changeset.
- use templating for navigation in doc files

- add adp-files /packages/acs-core-docs/lib/navheader and

/packages/acs-core-docs/lib/navfooter

  1. … 215 more files in changeset.
- let all package doc files start with H1

  1. … 51 more files in changeset.
file requirements.adp was initially added on branch oacs-5-9.

  1. … 1 more file in changeset.
file design.adp was initially added on branch oacs-5-9.

  1. … 4 more files in changeset.
- add .adp files for pretty documentation

  1. … 18 more files in changeset.
file index.adp was initially added on branch oacs-5-9.

  1. … 7 more files in changeset.
- standardize argument passing to adp-includes, don't perform double i18n and double quoting

  1. … 22 more files in changeset.
- fix and standardize quoting in template properties

  1. … 331 more files in changeset.
- standardize url construction to protect against injection attacks

- hardening page contracts

  1. … 2 more files in changeset.
- use type checking for boolean parameters in page_contracts to improve security

  1. … 8 more files in changeset.
Merging back to HEAD all changes that happened in branch oacs-5-8 between tags: vg-merge-oacs-5-8-from-20141027 and vg-merge-oacs-5-8-from-20150427

  1. … 520 more files in changeset.
- improve robustness of download-archive

  1. … 2 more files in changeset.
- replace deprecated ad_require_permission by permission::require_permission in index.vuh files

- replace deprecated ns_tmpnam by ad_tmpname in index.vuh files

  1. … 3 more files in changeset.
Merging back to HEAD branch oacs-5-8 (using tag vg-merge-oacs-5-8-from-20141027).

  1. … 2533 more files in changeset.
- no need to use GET method (except for easier deugging)

- fix for bug #3233

- fix for bug #3234

this adresses as well issue #731

  1. … 1 more file in changeset.
- fix for bug #3232: typo in variable name

Renamed util::unzip_file to util::unzip and util::zip_file to util::zip. Fixed procedure call in file-storage

  1. … 1 more file in changeset.
Introduced new util::zip_file command to create zip files programmatically in an OS independent manner.

  1. … 1 more file in changeset.
- change spelling of TCL to Tcl

- change requirements to Tcl 8.5

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

- improve page-contracts

  1. … 2 more files in changeset.
- add new utility-function for en/decoding the "path" part using the url-encding scheme as define in RFC 3986. The functions are defined as stubs for backward compatibility for aolserver, since aolserver uses always the same encoding

- use ad_urlencode_path in file-storage where necessary

- some cleanup

  1. … 1 more file in changeset.
- 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

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

  1. … 32 more files in changeset.