• last updated 19 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- add function args missed by earlier upgrades

- bump version numbers

    • -0
    • +16
    ./sql/postgresql/upgrade/upgrade-5.9.0d1-5.9.0d2.sql
  1. … 8 more files in changeset.
- standardize url construction to protect against injection attacks

- hardening page contracts

- 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

    • -106
    • +101
    ./sql/postgresql/file-storage-package-create.sql
    • -0
    • +137
    ./sql/postgresql/upgrade/upgrade-5.8.1-5.8.2.sql
  1. … 516 more files in changeset.
- improve robustness of download-archive

- fix for bloat in cr_folder_type_map caused by file-storage. large sites might have 10 Mio+ entries! see posting in OpenACS Development forum concerning cr_folder_type_map bloat

    • -107
    • +102
    ./sql/postgresql/file-storage-package-create.sql
    • -0
    • +137
    ./sql/postgresql/upgrade/upgrade-5.8.1-5.8.2.sql
file upgrade-5.8.1-5.8.2.sql was initially added on branch oacs-5-8.

    • -0
    • +0
    ./sql/postgresql/upgrade/upgrade-5.8.1-5.8.2.sql
- 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).

    • -0
    • +2
    ./catalog/file-storage.en_US.ISO-8859-1.xml
    • -28
    • +7
    ./tcl/file-storage-callback-procs.tcl
    • -24
    • +2
    ./tcl/file-storage-install-procs.tcl
  1. … 2533 more files in changeset.
- bump version numbers to 5.8.1

  1. … 74 more files in changeset.
- bump version number to 5.8.1b2

  1. … 75 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

- bump version numbers for beta release

  1. … 74 more files in changeset.
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.
- bump version numbers to [25].8.1a3

- update requirements for core components to newest version number in the branch

  1. … 74 more files in changeset.
- replace deprecated calls

- change spelling of TCL to Tcl

- change requirements to Tcl 8.5

  1. … 62 more files in changeset.
- fix api-doc variable @creation-date

  1. … 1 more file in changeset.
- fix invalid api-doc variable @creation_date

  1. … 7 more files in changeset.
- get rid of multiple definitions

    • -22
    • +1
    ./tcl/file-storage-callback-procs.tcl
    • -23
    • +1
    ./tcl/file-storage-install-procs.tcl
file upgrade-5.8.1d3-5.8.1d4.sql was initially added on branch oacs-5-8.

    • -0
    • +0
    ./sql/postgresql/upgrade/upgrade-5.8.1d3-5.8.1d4.sql
  1. … 1 more file in changeset.
- add missing function args

  1. … 6 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