• last updated 19 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
add a 'back to folder view' link to file view

file file.xql was initially added on branch oacs-4-6.

Removed the redundant "download archive" link, it already exists in folder-chunk.adp (where it shows if content_size_total is greater than zero).

fixes bug 152/patch 47 Jun Yamog

Forgot to noquote title and context bar.

    • -3
    • +3
    ./sql/postgresql/file-storage-create.sql
1. Added support for retrieval of live revision of files by their URL (a.k.a. virtual URLs).

This will make relative linking of images and sub-documents in HTML documents work.

As a small bonus, HTML and text documents will be templated, but only if they

are being stored in the db. Files stored in the file system look like before ...

2. Provided upgrade scripts for file-storage and the CR.

    • -1
    • +27
    ./sql/oracle/file-storage-create.sql
    • -0
    • +33
    ./sql/oracle/upgrade/upgrade-4.6.2-4.7d3.sql
    • -1
    • +34
    ./sql/postgresql/file-storage-create.sql
    • -1
    • +8
    ./sql/postgresql/file-storage-drop.sql
    • -0
    • +36
    ./sql/postgresql/upgrade/upgrade-4.6.2-4.7d3.sql
    • -0
    • +15
    ./www/view/index-oracle.xql
    • -0
    • +15
    ./www/view/index-postgresql.xql
    • -0
    • +43
    ./www/view/index.vuh
committing all translations on the translation server at http://translate.dotlrn.collaboraid.net

    • -1
    • +1
    ./catalog/file-storage.TH_TH.TIS-620.xml
    • -1
    • +1
    ./catalog/file-storage.da_DK.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/file-storage.de_DE.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/file-storage.en_US.ISO-8859-1.xml
    • -5
    • +5
    ./catalog/file-storage.es_ES.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/file-storage.fi_FI.ISO-8859-15.xml
    • -0
    • +6
    ./catalog/file-storage.fr_FR.ISO-8859-1.xml
    • -1
    • +2
    ./catalog/file-storage.it_IT.ISO-8859-1.xml
    • -0
    • +109
    ./catalog/file-storage.ko_KR.EUC-KR.xml
    • -0
    • +6
    ./catalog/file-storage.ms_my.US-ASCII.xml
    • -1
    • +1
    ./catalog/file-storage.nl_NL.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/file-storage.no_NO.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/file-storage.pl_PL.ISO-8859-2.xml
    • -1
    • +18
    ./catalog/file-storage.pt_BR.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/file-storage.ru_RU.windows-1251.xml
  1. … 532 more files in changeset.
add user id and IP address to update_last_modified()

    • -7
    • +11
    ./sql/oracle/file-storage-package-create.sql
    • -0
    • +708
    ./sql/oracle/upgrade/upgrade-4.6.2-4.6.3.sql
    • -0
    • +253
    ./sql/postgresql/upgrade/upgrade-4.6.2-4.6.3.sql
  1. … 4 more files in changeset.
file upgrade-4.6.2-4.6.3.sql was initially added on branch oacs-4-6.

    • -0
    • +0
    ./sql/oracle/upgrade/upgrade-4.6.2-4.6.3.sql
    • -0
    • +0
    ./sql/postgresql/upgrade/upgrade-4.6.2-4.6.3.sql
last_modified became wrong during merge. Reverted to previous state.

Took MIT's version of this file which allows comment enabling on a per-instance

basis rather than globally for all file-storage instances.

noquote changes (Dirk Gomez)

  1. … 113 more files in changeset.
merge of 4.6.3b1 to HEAD

    • -2
    • +27
    ./sql/oracle/file-storage-package-create.sql
    • -220
    • +0
    ./sql/oracle/file-storage-simple-package-create.sql
    • -48
    • +45
    ./sql/oracle/file-storage-views-create.sql
    • -0
    • +817
    ./sql/oracle/upgrade/upgrade-4.6.1-4.6.2.sql
    • -183
    • +0
    ./sql/postgresql/file-storage-simple-package-create.sql
    • -0
    • +188
    ./sql/postgresql/upgrade/upgrade-4.6.1-4.6.2.sql
    • -20
    • +30
    ./tcl/file-storage-procs-oracle.xql
    • -25
    • +33
    ./tcl/file-storage-procs-postgresql.xql
  1. … 50 more files in changeset.
merge of 4.6.3b1 to HEAD

  1. … 35 more files in changeset.
fixing incorrect PG query children_have_permission_p.child_perms. It would select everything under the folders parent instead of everything under the folder. The symptom was the empty folders could not be deleted. Bug reported by Carl Robert Blesius

    • -1
    • +1
    ./tcl/file-storage-procs-postgresql.xql
removing the file listings from the info files since those are no longer used by OpenACS

  1. … 28 more files in changeset.
fixing item 3 of bug 471 by granting admin privilege to creator of a URL just like we do for files

Cleaned up display of edit/delete links.

- Added up link

- cleaned up display of links (grouped file links together and folder links together)

Fixed bug in calculating total content

Focus input field

Forgot to fix the upgrade scripts when I fixed the 0 content size typo yesterday. I wonder if we should write new upgrade scripts

Added back some files I'd renamed earlier but decided to leave with their

original (albeit a bit misleading) name to simplify changes elsewhere.

file simple-edit-2.xql was initially added on branch oacs-4-6.

    • -0
    • +0
    ./www/simple-edit-2.xql
file url-goto.xql was initially added on branch oacs-4-6.

file simple-edit.xql was initially added on branch oacs-4-6.

Fixed bug #397 - bad query to db_blob_get_file, one OF knew about, flagged,

but didn't fix ... grrr ...

Argh, forgot to justify the size column title. Sorry for all these small commits

- Fixed link to archive download, so it uses @fs_url@.

- Made width not fixed to 85%, because it's stupid not to use 100% when we have long file names, for example.

- Made the size column right-justified

Make fs_objects return the content_length for files

    • -2
    • +2
    ./sql/oracle/file-storage-views-create.sql