Index: openacs-4/packages/file-storage/www/doc/design.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/file-storage/www/doc/design.html,v diff -u -N -r1.6 -r1.6.2.1 --- openacs-4/packages/file-storage/www/doc/design.html 23 Mar 2018 23:53:01 -0000 1.6 +++ openacs-4/packages/file-storage/www/doc/design.html 9 Aug 2019 20:25:08 -0000 1.6.2.1 @@ -216,7 +216,7 @@ stored in the "title" attribute of cr_revisions. Note that "title" is also used as the (unique within a folder) identifier of the file stored in cr_items. Thus, wrappers to the Content Repository API -makes sure that the naming convention is corect: cr_items.name +makes sure that the naming convention is correct: cr_items.name attribute stores the title of a file and all its versions, while the cr_revisions.title attribute stores the filename of the version uploaded into the Content Repository. @@ -432,7 +432,7 @@ trigger walks through all the contents of the instance of File Storage, and starts deleting from the "leaves" or end nodes of the file tree up to the root folder. Later improvements in Content -Repository will allow archiving of the contents instaed of actually +Repository will allow archiving of the contents instead of actually deleting them from the database.

VIII. User Interface