• last updated 9 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- update postgres function to modern style plpgsql definitions using dollar quoting

    • -12
    • +13
    ./sql/postgresql/file-storage-create.sql
    • -8
    • +15
    ./sql/postgresql/file-storage-drop.sql
    • -26
    • +33
    ./sql/postgresql/file-storage-notifications-create.sql
    • -292
    • +408
    ./sql/postgresql/file-storage-package-create.sql
    • -258
    • +325
    ./sql/postgresql/upgrade/upgrade-4.2-4.6.sql
    • -21
    • +37
    ./sql/postgresql/upgrade/upgrade-4.6.1-4.6.2.sql
    • -85
    • +94
    ./sql/postgresql/upgrade/upgrade-4.6.2-4.6.3.sql
    • -28
    • +31
    ./sql/postgresql/upgrade/upgrade-4.6.3-5.0.0.sql
  1. … 27 more files in changeset.
- replace deprecated command "ns_unlink" with native tcl command "file delete"

  1. … 7 more files in changeset.
- the (deprecated) function ad_parameter was called with wrong arguments, "-package_id" was treated as parameter for non-positional argument "package_key" ("ad_parameter GeneralCommentsP -package_id [ad_conn package_id]"). Changed to "parameter::get"

- the (deprecated) function ad_parameter was called with wrong arguments, "-package_id" was treated as parameter for non-positional argument "package_key" ("ad_parameter BehaveLikeFilesystemP -package_id [ad_conn package_id]"). Changed to "parameter::get"

- remove unneeded colon

Fixes Bug#3176 remove extra column from subquery in where clause

1. Package uninstantiate now cleans up the instance's root folder.

2. Package drop works.

    • -18
    • +11
    ./sql/postgresql/file-storage-drop.sql
Patches for NULL table name, on delete cascade to clean up file storage from Jim Lynch

    • -4
    • +13
    ./sql/oracle/file-storage-create.sql
    • -0
    • +26
    ./sql/oracle/upgrade/upgrade-5.6.0d1-5.6.0d2.sql
    • -4
    • +13
    ./sql/postgresql/file-storage-create.sql
    • -0
    • +22
    ./sql/postgresql/upgrade/upgrade-5.6.0d1-5.6.0d2.sql
Encode files URL properly (would fail if the filename had a plus sign, sharp one etc in it)

Untabify and indent

HTML cleanup

Indent

Retrieve the title of the file to be renamed instead of the filename

use content::extlink instead of the deprecated content_extlink:: api, add content::extlink::edit function

  1. … 9 more files in changeset.
Fix param values for archive command and extension (were mixed up)

    • -0
    • +7
    ./sql/oracle/upgrade/upgrade-5.5.0d1-5.5.0d2.sql
    • -0
    • +7
    ./sql/postgresql/upgrade/upgrade-5.5.0d1-5.5.0d2.sql
Check permissions before internal-redirecting to the template for that content type

Check permission before internal-redirecting to default template for that content type

Bumped version number

- fix for bug #3156

1. Merge 2.4.1 to HEAD other than assessment, imsld, lorsm, and views.

2. Bump version numbers to 2.5.0d1.

    • -1
    • +6
    ./catalog/file-storage.es_ES.ISO-8859-1.xml
    • -11
    • +1
    ./tcl/file-storage-callback-procs.tcl
    • -1
    • +1
    ./tcl/file-storage-procs-postgresql.xql
  1. … 367 more files in changeset.
Disabling the linkage of copying/moving when we know that the destination

folder will generate and error in the DB.

Checkpoint 3.7 (level AA): Mark up quotations. Do not use quotation markup for formatting effects such as indentation.

  1. … 71 more files in changeset.
Removed the condition to build extra_vars so it won't be NULL, otherwise a null value was causing the query to retrieve URLs of items to fail.

Fix: Specifying the package_id when getting the BehaveLikeFileSystemP parameter.

The size of a URL is returned as "", resulting in its being displayed as

"bytes" with no number in front. Changed it to simply display the empty

string for the size of a URL.

Grabbing a folder's parent_id AFTER YOU DELETE THE FOLDER doesn't work all

that well.

Add missing spanish translations

    • -1
    • +6
    ./catalog/file-storage.es_ES.ISO-8859-1.xml
  1. … 5 more files in changeset.
Fix dependencies

  1. … 21 more files in changeset.
Increase contrast between fg and bg for the filename

Fixed error with fs_context_bar_list: argument extra_vars isn't use. Add extra_vars to query.

    • -1
    • +1
    ./tcl/file-storage-procs-postgresql.xql