• last updated 13 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
I18N: Names of folders in dotLRN (Assignments, Handouts etc.) can be message keys now so needed to invoke the localize procedure on the folder names in the file-storage UI

    • -92
    • +93
    ./catalog/file-storage.en_US.ISO-8859-1.xml
    • -4
    • +1
    ./sql/oracle/file-storage-views-create.sql
merge from oacs-4-6

adds commentability to files, adds GeneralCommentsP flag (default 0), bump version number to create flag. Patch from Caroline Meeks

Fixed skewed layout for url entries.

merge from oacs-4-6

    • -0
    • +13
    ./sql/oracle/upgrade/upgrade-4.2-4.6.sql
    • -0
    • +720
    ./sql/postgresql/upgrade/upgrade-4.2-4.6.sql
  1. … 99 more files in changeset.
Date/time/number localization

    • -1
    • +1
    ./tcl/file-storage-procs-postgresql.xql
  1. … 73 more files in changeset.
changed to calls to message lookup proc that now only takes two arguments

fixed file storage guessing of mimetype so as not to create new mime types - not the appropriate place.

I18N: converting file-storage to using the message catalog

    • -0
    • +89
    ./catalog/file-storage.da_DK.ISO-8859-1.xml
    • -0
    • +114
    ./catalog/file-storage.en_US.ISO-8859-1.xml
  1. … 38 more files in changeset.
file upgrade-4.2-4.6.sql was initially added on branch oacs-4-6.

    • -0
    • +0
    ./sql/oracle/upgrade/upgrade-4.2-4.6.sql
    • -0
    • +0
    ./sql/postgresql/upgrade/upgrade-4.2-4.6.sql
- Upgrade scripts for acs-content-repository, acs-events, acs-kernel, acs-mail, acs-service-contract, bookmarks, faq, file-storage, news and search

- Bumped version of above packages to 4.6

- Fixed the view/sequence hack in apm-create so that APM package edit UI works in PG 7.2

    • -0
    • +13
    ./sql/oracle/upgrade/upgrade-4.2-4.6.sql
    • -0
    • +720
    ./sql/postgresql/upgrade/upgrade-4.2-4.6.sql
  1. … 28 more files in changeset.
change CSS classes z_light, oddrow to odd, and z_dark, evenrow to even

  1. … 8 more files in changeset.
fix some spelling errors

  1. … 23 more files in changeset.
typo: order left out of sql stmt. bug 1738/patch 444

fix tree_sortkey query, bind variable for revision_id

    • -2
    • +2
    ./tcl/file-storage-search-procs-postgresql.xql
typo in fs_simple_object__name and comment for outstanding bug

ns_return->ad_return, ad_script_abort, redirect to absract urls

  1. … 45 more files in changeset.
selects change to perform patch 425 Deds Castillo

Roll in fixes from sloan.

Adds folder-edit to rename folders.

some bug fixes in postgresql procs.

Adds file_upload_name to fs views.

Supports upload of files with unkown mimetype (needs change to acs-kernel datamodel)

changed vendor to openacs.

Needs db upgrade script. Notched version from 4.1c to 4.2

    • -1
    • +19
    ./sql/oracle/file-storage-package-create.sql
    • -9
    • +14
    ./sql/oracle/file-storage-views-create.sql
    • -1
    • +2
    ./tcl/file-storage-procs-postgresql.xql
  1. … 13 more files in changeset.
fix some broken links

  1. … 23 more files in changeset.
add missing ad_library calls

  1. … 14 more files in changeset.
cleanup javadoc tags (eg @cvs_id @cvs @cvs-id: instead if @cvs-id)

  1. … 685 more files in changeset.
remove superfluous package local masters and use sitewide master by default

  1. … 687 more files in changeset.
propigate context list to master

  1. … 19 more files in changeset.
added missing perform. fix thanks to Hamilton Chua

put \\ at the end so it doesn't get confused

@, #, %, &, and + are also special characters because of urls. we might think

about just replacing any non-alphanumeric or space character with an

underscore.

made download-archive and the publish_object_to_file_system api file system

safe, that is, removed file system special characters according to the

'filename' tcl api.

@see http://dev.scriptics.com/man/tcl8.3/TclCmd/filename.htm#M29

file_storage__get_package_id was looking through the item's children rather

than parents in its attempt to find the root folder associated with the item.

Someone else commited a fix that wasn't complete as it wouldn't work for items

in nested subfolders. Perhaps today's scripts would work but a general fix

seems better.

fixed file_storage__get_package_id