• last updated 18 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Put fs::new_root_folder tcl procedure back in. It has new optional parameters

but should behave the same as the original procedure.

  1. … 4 more files in changeset.
Give root folders for each package a unique cr_items.name in case multiple

package instances called "File Storage" are mounted. Fixed bug#1332

    • -0
    • +37
    ./upgrade/upgrade-5.0.0-5.1.0.sql
  1. … 9 more files in changeset.
Removed bogus file-storage-simple references

  1. … 1 more file in changeset.
Removed bogus references to file-storage-simple that someone re-inserted

for some reason. That was removed ages ago!

  1. … 1 more file in changeset.
Fix bug#1029. Originally added to HEAD

  1. … 2 more files in changeset.
Update last modified of the content item when a new revision is added.

Fixes bug#1029

  1. … 2 more files in changeset.
file upgrade-4.6.3-4.8.sql was initially added on branch oacs-4-6.

    • -0
    • +0
    ./upgrade/upgrade-4.6.3-4.8.sql
Removing unused file-add-2.

Simplified upgrade to swap name and title.

Added upgrade for oracle and fixed oracle functions.

    • -18
    • +17
    ./file-storage-package-create.sql
    • -708
    • +0
    ./upgrade/upgrade-4.6.2-4.6.3.sql
  1. … 6 more files in changeset.
Clean up postgresql functions so name refers to name and title refers to title.

Move everything into one upgrade script.

  1. … 6 more files in changeset.
Oracle9i porting changes

- Changed procedure names from delete to del

- Changed view declaration to use actual column names

- Changed "rel_constraints_violated_one" and "rel_constraints_violated_two"

(http://openacs.org/forums/message-view?message_id=81045)

    • -10
    • +10
    ./file-storage-package-create.sql
  1. … 274 more files in changeset.
Merged 4.6.4d1 (unreleased) to HEAD. This marks the end of the life of the oacs-4-6 branch.

    • -0
    • +708
    ./upgrade/upgrade-4.6.2-4.6.3.sql
  1. … 815 more files in changeset.
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.

    • -0
    • +33
    ./upgrade/upgrade-4.6.2-4.7d3.sql
  1. … 12 more files in changeset.
add user id and IP address to update_last_modified()

    • -0
    • +708
    ./upgrade/upgrade-4.6.2-4.6.3.sql
  1. … 9 more files in changeset.
file upgrade-4.6.2-4.6.3.sql was initially added on branch oacs-4-6.

    • -0
    • +0
    ./upgrade/upgrade-4.6.2-4.6.3.sql
  1. … 1 more file in changeset.
merge of 4.6.3b1 to HEAD

    • -220
    • +0
    ./file-storage-simple-package-create.sql
    • -0
    • +817
    ./upgrade/upgrade-4.6.1-4.6.2.sql
  1. … 60 more files in changeset.
Forgot to fix the upgrade scripts when I fixed the 0 content size typo yesterday. I wonder if we should write new upgrade scripts

  1. … 1 more file in changeset.
Make fs_objects return the content_length for files

  1. … 1 more file in changeset.
Fixed typo in PG upgrade script ("can''t" vs. "can't") and added symlinks

as registered content types to folders in order to ease further extension

of the semantics of file-storage.

  1. … 2 more files in changeset.
1. One fix to track APM changes made by Peter, in acs-subsite

2. changed attachments to use cr_extlinks

3. Fixed a couple of problems with my prior commit to file-storage that

removed fs_urls.

    • -4
    • +720
    ./upgrade/upgrade-4.6.1-4.6.2.sql
  1. … 2 more files in changeset.
file upgrade-4.6.1-4.6.2.sql was initially added on branch oacs-4-6.

    • -0
    • +0
    ./upgrade/upgrade-4.6.1-4.6.2.sql
  1. … 1 more file in changeset.
Removed the vile fs_simple_objects added by OF to store URLs in file

storage despite the existence of a non-versioned URL type in the content

repository. Upgrade scripts provided. I added Tcl API to the content

repository to honor our desire to export the SQL API to Tcl client code.

1. folder contents are now counted correctly (bug fix)

2. The fs_objects view is now usable in PG (it was a UNION view before and

therefore didn't scale)

3. Code in file storage is considerably simpler now and all file storage

objects are now stored in the content repository, as they should

be.

The Oracle version may need some work I'll finish testing this afternoon.

    • -220
    • +0
    ./file-storage-simple-package-create.sql
  1. … 42 more files in changeset.
First whack at speeding up (though not rationalizing, unfortunately) file

storage for PostgreSQL. Also fixes the fs_files view.

  1. … 10 more files in changeset.
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

  1. … 2 more files in changeset.
merge from oacs-4-6

  1. … 103 more files in changeset.
file upgrade-4.2-4.6.sql was initially added on branch oacs-4-6.

    • -0
    • +0
    ./upgrade/upgrade-4.2-4.6.sql
  1. … 1 more file in changeset.
- 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

  1. … 30 more files in changeset.
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. … 26 more files in changeset.
Added stuff to form processing including the new form builder type

"file" which is a bit cleaner than the widget-only kludge which existed

before.

  1. … 11 more files in changeset.
fixed name method for fs_simple_objects

    • -2
    • +25
    ./file-storage-simple-package-create.sql
  1. … 2 more files in changeset.
copy methods and some procs for simple

    • -1
    • +48
    ./file-storage-simple-package-create.sql
  1. … 6 more files in changeset.