• last updated 23 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Applying patch 595, fixing bug 2096.

Moved fs::publish_versioned_object_to_file_system.select_file_name out to database specific files, to fix a bug downloading archives in Oracle installations. The bug caused the entire contents of content-repository-content-files to get copied into the temp directory, once for each file in the archive. Great for filling up disk drives.

    • -0
    • +8
    ./tcl/file-storage-procs-postgresql.xql
Patch #594, Fixes bug#2092, syntax errors in upgrade script.

The call to acs_sc was missing a parameter. Fixed, but maybe someone could take a look and explain why noone stumbled across this earlier :).

    • -1
    • +12
    ./sql/oracle/file-storage-notifications-create.sql
filestorage was displying the ugly filename instead of the pretty title for the main entry; also wasn't updating the filename to the newest upload (still need to ask DaveB about getting the links to work with the latest upload filename

    • -2
    • +2
    ./sql/oracle/file-storage-views-create.sql
  1. … 5 more files in changeset.
Fixed error when download all the contents of one folder

new i18n messages by paolo@galileo.edu

    • -9
    • +19
    ./catalog/file-storage.en_US.ISO-8859-1.xml
    • -2
    • +20
    ./catalog/file-storage.es_GT.ISO-8859-1.xml
file upgrade-5.1.0a8-5.1.0a9.sql was initially added on branch oacs-5-1.

    • -0
    • +0
    ./sql/oracle/upgrade/upgrade-5.1.0a8-5.1.0a9.sql
showing date of latest file change for folders

    • -2
    • +6
    ./sql/oracle/file-storage-views-create.sql
    • -0
    • +47
    ./sql/oracle/upgrade/upgrade-5.1.0a8-5.1.0a9.sql
Fixed problem when delete multiple files

The icon hyperlink for downloading a file was incorrect (other links were

correct).

upgrading info files for the tag

  1. … 45 more files in changeset.
adding missing message key

    • -0
    • +1
    ./catalog/file-storage.en_US.ISO-8859-1.xml
fixing some of the bulk actions; removing the copy because it doesn't work

listing of files listed first revision date instead of last revision date - also fixed upgrade script

    • -3
    • +5
    ./sql/oracle/file-storage-views-create.sql
    • -0
    • +67
    ./sql/oracle/upgrade/upgrade-5.1.0a6-5.1.0a7.sql
fix from Sloan: fix syllabus portlet (mime type was wrong)

  1. … 1 more file in changeset.
fix from Sloan: in case where title is locked bash filename to title a little sooner so the lookup for an existing file will use the right name

bug 1978 - making a note about upload time

    • -1
    • +1
    ./catalog/file-storage.en_US.ISO-8859-1.xml
2057 for oracle

2057 for oracle

Use cr_items.name when creating zip of folder.

Fixes bug#2059, fix from Gary Roesler.

Call file_storage__delete_folder on folder_delete. Add

Folder notification. Fixes bug#2057.

    • -2
    • +11
    ./tcl/file-storage-procs-oracle.xql
    • -0
    • +9
    ./tcl/file-storage-procs-postgresql.xql
Clean unnecessary triggers from uprade script. They don't need to be

updated.

    • -56
    • +1
    ./sql/oracle/upgrade/upgrade-5.1.0d1-5.1.0d2.sql
Fix name/title upgrade. Load the entire oracle pl/sql package instead of

re-sourceing package create.sql

    • -0
    • +78
    ./sql/oracle/upgrade/upgrade-5.1.0a6-5.1.0a7.sql
    • -22
    • +665
    ./sql/oracle/upgrade/upgrade-5.1.0d1-5.1.0d2.sql
file upgrade-5.1.0a6-5.1.0a7.sql was initially added on branch oacs-5-1.

    • -0
    • +0
    ./sql/oracle/upgrade/upgrade-5.1.0a6-5.1.0a7.sql
    • -0
    • +0
    ./sql/postgresql/upgrade/upgrade-5.1.0a6-5.1.0a7.sql
updating info files in prep for .LRN 2.1 alpha

  1. … 36 more files in changeset.
Fine tuning previous commit ...

    • -1
    • +1
    ./catalog/file-storage.en_US.ISO-8859-1.xml
Localized the new change file upload limit admin page (so I can use the same

keys in the homework package)

    • -0
    • +5
    ./catalog/file-storage.en_US.ISO-8859-1.xml
Correctly honor lock_title_p. Fixes bug#2049.

Remove debugging statement.