• last updated 17 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Bring SQL inline, cleanup obsolete remarks

Whitespace changes

Reduce divergency between oracle and postgres codebase

Reduce divergency between oracle and postgres codebase, bring together identical queries, fix typo in the xql file

    • -33
    • +1
    ./tcl/file-storage-rss-procs-oracle.xql
    • -34
    • +2
    ./tcl/file-storage-rss-procs-postgresql.xql
Whitespace cleanup

improve spelling in .info files

  1. … 5 more files in changeset.
fix release dates in .info files

  1. … 82 more files in changeset.
release work

  1. … 204 more files in changeset.
fix typo

Make sure a non-empty return URL is always provided when downloading a zipfile, or the javascript idiom implementing the redirect would return to the page itself and restart the archiving from scratch

Fix typo, increase api coverage

regenerated documentation

  1. … 466 more files in changeset.
bump version numbers of 5.9|5.10 packages to 5.10.0b1

adjust dependencies

  1. … 87 more files in changeset.
Update es_ES translation

    • -0
    • +2
    ./catalog/file-storage.es_ES.ISO-8859-1.xml
  1. … 6 more files in changeset.
Improve zip file download solution: instead of a link to be clicked, stay closer to previous implementation and trigger the download automatically by including an invisible iframe pointing to the file in the user message

    • -1
    • +1
    ./catalog/file-storage.de_DE.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/file-storage.en_US.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/file-storage.it_IT.ISO-8859-1.xml
file download-zip-2.tcl was initially added on branch oacs-5-10.

    • -0
    • +0
    ./www/download-zip-2.tcl
Implement a simple "progress-bar" interaction when one downloads a zip file:

file is generated while the progress bar is running and the download link is generated and served to the user as part of a util_user_message

    • -0
    • +2
    ./catalog/file-storage.de_DE.ISO-8859-1.xml
    • -0
    • +2
    ./catalog/file-storage.en_US.ISO-8859-1.xml
    • -0
    • +2
    ./catalog/file-storage.it_IT.ISO-8859-1.xml
Move operations so that they are closer to their computation's actual usage

We are only interested in the side effects of this computation

Break overlong line

Take more advantage of exception handling

Simplify determining outfile destination

Fix english of query name

Check objects ids all in one query, before any further action is taken

Do not localize the file name: it is not expected that message keys are expanded here as we do for the file title

Port sanitizing of upload file name from downstream

use util::unzip instead of plain "exec unzip" commands

  1. … 3 more files in changeset.
Add explicit version dependency on 'acs-lang'

allow to specify max upload size in configuration file in KB or MB

Reinstate oacs-dav as a dependency... there is api usage that is not so easy to replace at the moment