• last updated 17 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
file file-storage-callback-procs.tcl was added on branch oacs-5-2 on 2005-06-21 21:22:12 +0000

added

    • -0
    • +88
    ./tcl/file-storage-callback-procs.tcl
committing first version

    • -0
    • +47
    ./tcl/file-storage-callback-procs-oracle.xql
    • -0
    • +47
    ./tcl/file-storage-callback-procs-postgresql.xql
Added message keys

    • -2
    • +1
    ./catalog/file-storage.de_DE.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/file-storage.en_US.ISO-8859-1.xml
  1. … 33 more files in changeset.
Adding message keys for es_GT and es_ES locale

    • -1
    • +1
    ./catalog/file-storage.en_US.ISO-8859-1.xml
    • -2
    • +34
    ./catalog/file-storage.es_ES.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/file-storage.es_GT.ISO-8859-1.xml
fix: new callback interface

  1. … 1 more file in changeset.
fixing callbacks

  1. … 1 more file in changeset.
Added callbacks for integration with PM. Made sure the package_id is set correctly

    • -1
    • +1
    ./sql/oracle/file-storage-views-create.sql
    • -1
    • +1
    ./sql/oracle/file-storage-views-drop.sql
    • -1
    • +1
    ./sql/oracle/upgrade/upgrade-5.1.0a13-5.1.0a14.sql
    • -1
    • +1
    ./sql/postgresql/file-storage-create.sql
    • -1
    • +1
    ./sql/postgresql/file-storage-drop.sql
  1. … 47 more files in changeset.
make OK button consistent with the delete from bulk actions

file file-storage.ms_my.utf-8.xml was added on branch oacs-5-2 on 2005-09-26 09:00:18 +0000

    • -0
    • +0
    ./catalog/file-storage.ms_my.utf-8.xml
remove the unused .ms_my locale files which conflict with the ms_MY on OS X and are just confusing to keep around

    • -130
    • +0
    ./catalog/file-storage.ms_my.utf-8.xml
  1. … 36 more files in changeset.
add a cancel button for delete and propigate return_url

use copy_folder for moving folders

fix literal backslash n in message keys; bug 2345, 2362 work needs to be done on translation as well fixed on 5.1 and head

    • -7
    • +7
    ./catalog/file-storage.en_US.ISO-8859-1.xml
fix literal backslash n in message keys; bug 2345, 2362 work needs to be done on translation as well

    • -7
    • +7
    ./catalog/file-storage.en_AU.ISO-8859-1.xml
    • -7
    • +7
    ./catalog/file-storage.en_US.ISO-8859-1.xml
    • -7
    • +7
    ./catalog/file-storage.es_CO.ISO-8859-1.xml
    • -7
    • +7
    ./catalog/file-storage.es_GT.ISO-8859-1.xml
reverted previous change, resolved bug #2362. Fixed message keys containing \n manually on our system, Jeff is pinging Joel to do this programatically on the translation server. Removed ns_log Notice that were leftovers from testing the download functionality

Fixing line breaks returned from ad_html_text_convert. Added folder information to the notifications for parent folders as well (not very useful if you have no clue where the file was uploaded to otherwise)

Fixed download that was broken due to name => title change. Broken means relative linking within the directory did not work, if the name of the file had to be renamed due to name conflicts. Using the title instead of the file name is also more in line with the 'Once face to the customer' credo.

Moved root folder creation to after-instantiate to allow unmounting and remounting of file-storage.

    • -1
    • +26
    ./tcl/file-storage-install-procs.tcl
  1. … 1 more file in changeset.
add the good permissions screen, add a new version link to the index page, don;t make things owned by 0 in install callback

    • -0
    • +25
    ./www/permissions.tcl
The parent_id = was too restrictive. Even if there are multiple folders with the same name, the combination will weed the other ones out.

Changed 200 to 404 as it is a file not found

Previous commit was fixing the wrong cause. Now I use two folders to make sure I'm trying to fetch the correct item. This should be done (in the long run) using a connect by / tree view.

Detected cases where we might have more than one item_id in the subselect. Fixed. Furthermore fixed Oracle Limit 1 problem by using rownum=1

Fixed problem with limit 1 in Oracle

fix another limit :var in pg

    • -1
    • +1
    ./tcl/file-storage-rss-procs-postgresql.xql
added behavelikefilesystemp parameter. Added code to handle files accordingly.

added behavelikefilesystemp parameter

fixes bug 2328 - UI problems moving files

    • -1
    • +2
    ./catalog/file-storage.en_US.ISO-8859-1.xml
added proc fs::notification::get_url