• last updated 5 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Repeat this block of code here as well, as vars in the checks are not kept in the script body

File storage max upload limit reform:

the max upload limit will now default to empty. Rationale: this value is

one that ages quickly with respect to new storage requirements, and is

currently set to something incompatible with the vanilla Naviserver configuration

(500MB fs vs 20MB ns).

The upgrade script will make so that instances setting this parameter

higher than the server upload limit configuration will be

set empty as well (this would never have an effect, as server

will prevent the upload altogheter anyway).

Max upload limit in bytes is now retrieved from a proc implementing

this fallback to server configuration logics. Other than centralizing,

its purpose is to be used in client-side code checks in the future

so we could prevent a doomed upload in advance.

  1. … 6 more files in changeset.
Refer to the parameter in the file-storage instance instead than on a local one to decide the maximum upload size and deprecate the one here

Rationale: makes little sense that we set and maintain separate limits referring to the same file-storage instance

  1. … 1 more file in changeset.
Remove trivial default, already set by the api

Whitespace removal

Remove obsolete queries and bring remaining one inline

don't pass deprecated argumentent "-user_id" to fs::get_folder_contents_count

  1. … 1 more file in changeset.
regnerated documentation

remove parens

  1. … 2 more files in changeset.
fix typos

  1. … 6 more files in changeset.
Make termination after connection closing commands explicit

  1. … 6 more files in changeset.
merged changes from the oacs-5-9 branch and resolved conflicts

  1. … 7820 more files in changeset.
regenerated ducumentation

  1. … 251 more files in changeset.
- tighten page contracts

  1. … 2 more files in changeset.
- make boolean tests in .adp files more uniform

  1. … 32 more files in changeset.
- provide index pages for service packages accessible via acs-admin/lib/service-parameters adp-include (used in on /acs-admin/)

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

  1. … 1 more file in changeset.
- modernize HTML

  1. … 22 more files in changeset.
- use entities for single quotes in HTML text

  1. … 14 more files in changeset.
- updated version numbers, regenerated documentation

  1. … 298 more files in changeset.
- add editor hints to .vuh files

  1. … 30 more files in changeset.
- prefer "localurl" over "return_url" as name of page_filter

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

  1. … 302 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. … 217 more files in changeset.
- let all package doc files start with H1

  1. … 51 more files in changeset.
- update/add .adp files for documentation

  1. … 16 more files in changeset.
- add .adp variant of doc-files

file index.adp was initially added on branch oacs-5-9.

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

  1. … 17 more files in changeset.
- quote HTML attributes