• last updated 17 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Use standard file-storage delete api, as extlink one seems to require extra sql stored procedures (which don't seem necessary to me)

Fixed german message key

    • -1
    • +1
    ./catalog/file-storage.de_DE.ISO-8859-1.xml
Updated de_DE translation (Dateisystem -> Dateiablage)

    • -3
    • +3
    ./catalog/file-storage.de_DE.ISO-8859-1.xml
Improve robustness of "file delete" operations

  1. … 14 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)

    • -22
    • +40
    ./catalog/file-storage.de_DE.ISO-8859-1.xml
  1. … 25 more files in changeset.
Updated es_ES translation

    • -12
    • +14
    ./catalog/file-storage.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

    • -13
    • +45
    ./catalog/file-storage.it_IT.ISO-8859-1.xml
  1. … 25 more files in changeset.
- replace "<include ... />" by "<include ... >", since adp parser in

AOLserver and NaviServer passes "/" as argument to the adp-include.

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

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

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

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

    • -1
    • +1
    ./catalog/file-storage.de_DE.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/file-storage.en_US.ISO-8859-1.xml
  1. … 9 more files in changeset.
Some more Tcl cleanup

- use curly brackes to enable byte code compilation

- don't use "[expr ...]" when not needed

- prefer "incr i -1" over "set i [expr {$i - 1}] "

  1. … 15 more files in changeset.
- remove dead code: form n_past_days_form is nowhere used, probably some legacy

- avoid call to deprecated content_revision__new/11, call content_revision__new/13 instead

- bump version number to 5.9.1d2

file upgrade-5.9.1d1-5.9.1d2.sql was initially added on branch oacs-5-9.

    • -0
    • +0
    ./sql/postgresql/upgrade/upgrade-5.9.1d1-5.9.1d2.sql
- fix SQL query in datasource callback (variable is called object_id and not revision_id)

    • -1
    • +1
    ./tcl/file-storage-callback-procs-oracle.xql
    • -8
    • +8
    ./tcl/file-storage-callback-procs-postgresql.xql
- fix query name

Created new proc cr_check_mime_type, centralizing the retrieval of the mime_type from uploaded file's information.

Applied the new proc to the different situations in the system when we require mime_type retrieval: content-repository, file-storage and xotcl CrItem

TODO: get the real mime_type from the file content, but this would require some modification in the data model.

  1. … 7 more files in changeset.
- provide image dimensions

  1. … 2 more files in changeset.
- use confirm handler instead of "onclick=..." in all packages in oacs-5-9

  1. … 15 more files in changeset.
- use event listener instead of onclick handler

- hint based on "fs_title_msg" is probably not shown since many years.

- modernize HTML

  1. … 21 more files in changeset.
- modernize HTML of documentation

  1. … 10 more files in changeset.
- fix indentation

- remove unneeded parent_context_where and parent_context_all

- reduce dependencies on acs_object_party_privilege_map (for PostgreSQL)

- reduce dependencies on acs_object_party_privilege_map (for PostgreSQL)

    • -0
    • +17
    ./tcl/file-storage-procs-oracle.xql
    • -6
    • +5
    ./tcl/file-storage-procs-postgresql.xql
- reduce dependencies on acs_object_party_privilege_map (for PostgreSQL)