• last updated 4 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Moved root folder creation to after-instantiate to allow unmounting and remounting of file-storage.

    • -1
    • +26
    ./tcl/file-storage-install-procs.tcl
  1. … 1 more file in changeset.
add the good permissions screen, add a new version link to the index page, don;t make things owned by 0 in install callback

    • -0
    • +25
    ./www/permissions.tcl
The parent_id = was too restrictive. Even if there are multiple folders with the same name, the combination will weed the other ones out.

Changed 200 to 404 as it is a file not found

Previous commit was fixing the wrong cause. Now I use two folders to make sure I'm trying to fetch the correct item. This should be done (in the long run) using a connect by / tree view.

Detected cases where we might have more than one item_id in the subselect. Fixed. Furthermore fixed Oracle Limit 1 problem by using rownum=1

Fixed problem with limit 1 in Oracle

fix another limit :var in pg

    • -1
    • +1
    ./tcl/file-storage-rss-procs-postgresql.xql
added behavelikefilesystemp parameter. Added code to handle files accordingly.

added behavelikefilesystemp parameter

fixes bug 2328 - UI problems moving files

    • -1
    • +2
    ./catalog/file-storage.en_US.ISO-8859-1.xml
added proc fs::notification::get_url

added query for fs::notification::get_url

    • -0
    • +15
    ./tcl/file-storage-procs-oracle.xql
    • -0
    • +17
    ./tcl/file-storage-procs-postgresql.xql
propigate displayed_object_id up to master

file file-storage.es_CO.ISO-8859-1.xml was added on branch oacs-5-2 on 2005-09-26 09:00:18 +0000

    • -0
    • +0
    ./catalog/file-storage.es_CO.ISO-8859-1.xml
file file-storage.es_CO.ISO-8859-1.xml was initially added on branch oacs-5-1.

    • -0
    • +0
    ./catalog/file-storage.es_CO.ISO-8859-1.xml
file file-storage.en_AU.ISO-8859-1.xml was added on branch oacs-5-2 on 2005-09-26 09:00:18 +0000

    • -0
    • +0
    ./catalog/file-storage.en_AU.ISO-8859-1.xml
file file-storage.en_AU.ISO-8859-1.xml was initially added on branch oacs-5-1.

    • -0
    • +0
    ./catalog/file-storage.en_AU.ISO-8859-1.xml
*** empty log message ***

    • -0
    • +176
    ./catalog/file-storage.en_AU.ISO-8859-1.xml
    • -0
    • +171
    ./catalog/file-storage.es_CO.ISO-8859-1.xml
    • -0
    • +19
    ./catalog/file-storage.es_GT.ISO-8859-1.xml
  1. … 88 more files in changeset.
commit to HEAD of merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20050111 and jcd-merge-5-1-20050224

    • -2
    • +2
    ./sql/oracle/upgrade/upgrade-5.1.0a13-5.1.0a14.sql
    • -2
    • +12
    ./sql/oracle/upgrade/upgrade-5.1.0a4-5.1.0a5.sql
  1. … 315 more files in changeset.
Changed the upgrade script to use select count(*) to circumwent Oracles dislike for if (select...)

upgrade-5.0.0-5.1.0.sql was not well ordered and was renamed to 5.1.0d1-5.1.0d2

    • -641
    • +0
    ./sql/postgresql/upgrade/upgrade-5.0.0-5.1.0.sql
file-storage-folder action delegates to object_id::package

Upgrade scripts was buggy, took the create version

    • -2
    • +12
    ./sql/oracle/upgrade/upgrade-5.1.0a4-5.1.0a5.sql
Change the ifstatement to the select query as in postgres

Fixed my previous select as it was missing the parent_id clause

PLEASE REVERT IF YOU THINK THIS IS NOT RIGHT, but it is the only way this f***ed upgrade script works reliably on the sites I needed to upgrade (and that had the same title twice. I changed the if statement from the complex parent_id, title check to a simple select on the cr_item table, checking if the name is already there. Obviously this is very inefficient (for each file you run yet another select) but it works reliably (with the old version I got errors on two sites)

Bugfix: converted extra 'where' to an 'and'.

    • -2
    • +2
    ./sql/oracle/upgrade/upgrade-5.1.0a13-5.1.0a14.sql
bind the fts contract when creating the datamodel

  1. … 1 more file in changeset.
Make sure temp files are deleted after upload