• last updated 1 hour ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- 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.
- use consistently "naturalnum" instead of "integer" when accepting just positive values

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

  1. … 98 more files in changeset.
- The C-library function tmpnam() is deprecated since a while. Therefore naviserver has deprecated ns_tmpnam as well.

Therefore we introduce a new function "ad_tmpnam" which requires just a minimal change and uses ns_mktemp.

  1. … 25 more files in changeset.
- use numeric comparison operator for truth value comparisons

- flatten nested "lindex" structures

  1. … 1 more file in changeset.
fixes for download-zip:

- require login for zip-downloads (keep away spiders)

- return "not found" on if ids are no acs-objects

- clean temp-files on errors

- fix bracing

- new style string expressions

- brace expressions to allow for tcl compilation

- use "in" or not in (ni) operator instead of lsearch

- bump version number

  1. … 9 more files in changeset.
- use standard "not found" message instead of deprecated calls

- fix incorrect message key names

- use property "doc(title)" throughout oacs-5-8 instead of "title" to get rid of warnings in error.log of the form:

Warning: /forums/message-view has no doc(title) set.

Using doc(title) is required in blank-master.tcl but was used so far only in a few packages

  1. … 323 more files in changeset.
- add default value

- replace deprecated "export_url_vars" by "export_vars -url"

- fix bracing in "export_vars -form"

  1. … 119 more files in changeset.
- modernize tcl

  1. … 4 more files in changeset.
- replace deprecated "ad_parameter" by "parameter::get"

  1. … 7 more files in changeset.
- relplace deprecated "item::get_live_revision" by "content::item::get_live_revision"

  1. … 1 more file in changeset.
- replace deprecated "ad_parameter" by "parameter::get"

  1. … 1 more file in changeset.