file-storage-package-create.sql

  • last updated 6 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
merge with missing files

  1. … 1464 more files in changeset.
merge from oacs-5-10

  1. … 8099 more files in changeset.
improve spelling

  1. … 14 more files in changeset.
fix typos

  1. … 7 more files in changeset.
merged changes from the oacs-5-9 branch and resolved conflicts

  1. … 7834 more files in changeset.
Allow copy of files/folders into the same folder of the original content. This is done by appending a numerical suffix to the name.

It required modifying copy stored procedures so they could accept a different name and title for the copy.

I have also removed redundant package definition in oracle code that was immediately overridden afterwards.

  1. … 12 more files in changeset.
- avoid call to deprecated content_revision__new/11, call content_revision__new/13 instead

- bump version number to 5.9.1d2

  1. … 2 more files in changeset.
Merging back to HEAD all changes that happened in branch oacs-5-8 between tags: vg-merge-oacs-5-8-from-20141027 and vg-merge-oacs-5-8-from-20150427

    • -106
    • +101
    ./file-storage-package-create.sql
  1. … 520 more files in changeset.
- fix for bloat in cr_folder_type_map caused by file-storage. large sites might have 10 Mio+ entries! see posting in OpenACS Development forum concerning cr_folder_type_map bloat

    • -107
    • +102
    ./file-storage-package-create.sql
  1. … 3 more files in changeset.
Merging back to HEAD branch oacs-5-8 (using tag vg-merge-oacs-5-8-from-20141027).

  1. … 2547 more files in changeset.
- add missing function args

  1. … 8 more files in changeset.
- update postgres function to modern style plpgsql definitions using dollar quoting

    • -292
    • +408
    ./file-storage-package-create.sql
  1. … 41 more files in changeset.
Now copy and move urls is working

    • -28
    • +35
    ./file-storage-package-create.sql
  1. … 2 more files in changeset.
partial fix bug 2369

    • -14
    • +25
    ./file-storage-package-create.sql
  1. … 2 more files in changeset.
fixes file_storage__copy_file

partial fix of bug 2639 -- patch 736

    • -13
    • +20
    ./file-storage-package-create.sql
  1. … 5 more files in changeset.
Added callbacks for integration with PM. Made sure the package_id is set correctly

  1. … 61 more files in changeset.
Changed CR "rename" procs to "edit_name" to avoid issues with Oracle 9.2 (and

changed PG for consistency)

  1. … 25 more files in changeset.
Fixed Bug #1858: qualifying "rename" works in 8i bug chokes in 9i causing

the reported error on installation. Fixed by changing the name to "edit_name"

and implemented it for PG as well (to keep names similar)

  1. … 28 more files in changeset.
merge changes on oacs-5-1 branch to head, changes between jcd-merge-20040420 and jcd-merge-5-1-20040517 were merged, head pre changes is jcd-merge-pre-20040517 and post is jcd-merge-post-20040517

  1. … 834 more files in changeset.
Fix missing '' in file_storage__delete_folder. Fixes bug#1808

  1. … 1 more file in changeset.
Adding optional cascade_p parameter to file_storage__delete_folder to support

deleting of folder contents.

  1. … 1 more file in changeset.
Remove unused v_count variable in file_storage__get_root_folder.

fix typo in file_storage__new_root_folder func which prevented installing the package

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

    • -55
    • +13
    ./file-storage-package-create.sql
  1. … 10 more files in changeset.
fixed plsql, for some reason the commit delimiter was committed

The rest of the UI changes

    • -39
    • +44
    ./file-storage-package-create.sql
  1. … 10 more files in changeset.
merge of changes on oacs-5-0 branch to oacs-5-0-0b4 tag

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

  1. … 3 more files in changeset.