• last updated 19 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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

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.
Whitespace cleanup

Provide a minimal documentation to public procs

Update es_ES translation

    • -0
    • +1
    ./catalog/attachments.es_ES.ISO-8859-1.xml
  1. … 3 more files in changeset.
Update italian translation

    • -0
    • +1
    ./catalog/attachments.it_IT.ISO-8859-1.xml
  1. … 3 more files in changeset.
Smartify query

Let everything happen in the database for this proc

Remove divergency between oracle and postgres codebase, rewrite proc to avoid duplication and give it a proper and correct documentation

Quoting commit that replaced db_list_of_lists with db_list, de facto hiding every additional column from results:

-------

Author: Peter Marklund <peter_marklund@fastmail.fm>

Date: Mon Nov 24 14:50:34 2003 +0000

changing the get_attachments procs to use db_list instead of db_list_of_lists and the PG query to only return the id

-------

    • -24
    • +0
    ./tcl/attachments-procs-postgresql.xql
regnerated documentation

add message key

    • -0
    • +1
    ./catalog/attachments.en_US.ISO-8859-1.xml
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

    • -4
    • +13
    ./catalog/attachments.de_DE.ISO-8859-1.xml
    • -2
    • +2
    ./catalog/attachments.es_ES.ISO-8859-1.xml
    • -6
    • +15
    ./catalog/attachments.it_IT.ISO-8859-1.xml
    • -5
    • +3
    ./sql/postgresql/attachments-create.sql
    • -0
    • +11
    ./sql/postgresql/upgrade/upgrade-0.11d2-0.11d3.sql
  1. … 7820 more files in changeset.
regenerated ducumentation

  1. … 251 more files in changeset.
- do not depend on beta or development versions

- make sure that released versions are not beta or development

- align version numbers (e.g. use also 5.9.1 for xotcl-core)

- bump version numbers to 5.9.1

  1. … 83 more files in changeset.
bump version numbers to 5.9.1b9 respectively to 2.9.1b9 to prepare for release

  1. … 91 more files in changeset.
- bump version number of OpenACS to 5.9.1b3 and DotLRN to 2.9.1b3

  1. … 79 more files in changeset.
Updating of German translation for many packages (many thanks to Markus Moser)

    • -6
    • +15
    ./catalog/attachments.de_DE.ISO-8859-1.xml
  1. … 25 more files in changeset.
Updated es_ES translation

    • -2
    • +2
    ./catalog/attachments.es_ES.ISO-8859-1.xml
  1. … 20 more files in changeset.
Bump version numbers for OpenACS 5.9.1b1

  1. … 81 more files in changeset.
Italian localization of message keys for many packages

    • -6
    • +15
    ./catalog/attachments.it_IT.ISO-8859-1.xml
  1. … 25 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.
- standardize entries in de_DE: rule of thumb: when en_US entry does not end with colon, then the german entry should not do so either.

This way, we avoid .adp pages with double colons.

    • -2
    • +2
    ./catalog/attachments.de_DE.ISO-8859-1.xml
  1. … 10 more files in changeset.