• last updated 1 hour ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Increased version

Added file_copy procedure

Fixed bug #2979 (after Emma tracked down why it failed).

Fix for #2979: alt text for content type icon was not obtained correctly, with result like '#file-storage.Carpeta#'

Fix #3002: link description is optional

Fixed bug #2988

Added missing translation (bug #2979)

    • -2
    • +3
    ./catalog/file-storage.es_ES.ISO-8859-1.xml
Added recent keys from the en_US version to here.

    • -0
    • +2
    ./catalog/file-storage.en_AU.ISO-8859-1.xml
Added missing keys

    • -0
    • +1
    ./catalog/file-storage.en_US.ISO-8859-1.xml
fixing tests of file-storage

    • -100
    • +84
    ./tcl/test/tclwebtest-procs.tcl
fixing the tests of file storage

    • -222
    • +20
    ./tcl/test/file-storage-procs.tcl
restoring keys removed in v1.32.2.10 inappropriately; see bug 2979

    • -1
    • +8
    ./catalog/file-storage.en_US.ISO-8859-1.xml
Fixed bug: file-storage/tcl/file-storage-callback-procs.tcl wasn't being sourced due to unmatched parantheses.

First shot at merging oacs-5-2 apps used in .LRN to HEAD.

    • -1
    • +1
    ./catalog/file-storage.ar_EG.utf-8.xml
    • -3
    • +24
    ./catalog/file-storage.ar_LB.utf-8.xml
    • -1
    • +29
    ./catalog/file-storage.ca_ES.ISO-8859-1.xml
    • -1
    • +34
    ./catalog/file-storage.da_DK.ISO-8859-1.xml
    • -2
    • +41
    ./catalog/file-storage.de_DE.ISO-8859-1.xml
    • -0
    • +172
    ./catalog/file-storage.en_AU.ISO-8859-1.xml
    • -6
    • +11
    ./catalog/file-storage.en_US.ISO-8859-1.xml
    • -0
    • +167
    ./catalog/file-storage.es_CO.ISO-8859-1.xml
    • -1
    • +39
    ./catalog/file-storage.es_ES.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/file-storage.es_GT.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/file-storage.eu_ES.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/file-storage.fi_FI.utf-8.xml
    • -1
    • +1
    ./catalog/file-storage.fr_FR.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/file-storage.gl_ES.ISO-8859-1.xml
  1. … 2464 more files in changeset.
adding Malte\'s useful bulk files upload feature to cvs head, see http://openacs.org/forums/message-view?message_id=467566

Removed Malte's last-minute changes to forums-portlet and file-storage

  1. … 1 more file in changeset.
Catalog files form translate.openacs.org for packages NOT included

in the OpenACS Core

    • -9
    • +1
    ./catalog/file-storage.en_US.ISO-8859-1.xml
    • -0
    • +10
    ./catalog/file-storage.pt_BR.ISO-8859-1.xml
  1. … 679 more files in changeset.
Made sure only SWA can upload a folder

New i18n

    • -1
    • +7
    ./catalog/file-storage.en_US.ISO-8859-1.xml
Added upload of FS folder

file folder-add.adp was initially added on branch oacs-5-2.

file folder-add.tcl was initially added on branch oacs-5-2.

slight change in wording

User called my attention to a grammar issue in what turned out to be an uninternationalized phrase in .LRN 2.2. Need to internationalize it after the message key ban has been lifted (post 2.2). Tweaked the original english message for now.

file upgrade-5.2.3d2-5.2.3.sql was initially added on branch oacs-5-2.

    • -0
    • +0
    ./sql/oracle/upgrade/upgrade-5.2.3d2-5.2.3.sql
    • -0
    • +0
    ./sql/postgresql/upgrade/upgrade-5.2.3d2-5.2.3.sql
Made fs_objects count folder items the same was fs_folders does.

    • -2
    • +2
    ./sql/oracle/file-storage-views-create.sql
    • -0
    • +42
    ./sql/postgresql/upgrade/upgrade-5.2.3d2-5.2.3.sql
file upgrade-5.2.3d1-5.2.3d2.sql was initially added on branch oacs-5-2.

    • -0
    • +0
    ./sql/oracle/upgrade/upgrade-5.2.3d1-5.2.3d2.sql
    • -0
    • +0
    ./sql/postgresql/upgrade/upgrade-5.2.3d1-5.2.3d2.sql
Added view support for Symlinks. This works in a hardlink fashion at the moment and is not tested on Oracle, though I doubt it will fail.

    • -2
    • +3
    ./sql/oracle/file-storage-views-create.sql
    • -0
    • +45
    ./sql/oracle/upgrade/upgrade-5.2.3d1-5.2.3d2.sql
Removed miscapitalized filenames

    • -130
    • +0
    ./catalog/file-storage.ms_my.utf-8.xml
  1. … 17 more files in changeset.
implements file add behaviors based on BehaveLikeFilesystemP package param; see bug 2323 and patch 794