<?xml version="1.0" encoding="utf-8" ?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns="http://purl.org/rss/1.0/">




    



<channel rdf:about="http://plone.org/products/filesystemstorage/search_rss">
  <title>FileSystemStorage</title>
  <link>http://plone.org</link>

  <description>
    
            These are the search results for the query, showing results 1 to 15.
        
  </description>

  

  

  <image rdf:resource="http://plone.org/logo.png"/>

  <items>
    <rdf:Seq>
      
        <rdf:li rdf:resource="http://plone.org/products/filesystemstorage/releases/2.8.0rc5"/>
      
      
        <rdf:li rdf:resource="http://plone.org/products/filesystemstorage/releases/2.6.5"/>
      
      
        <rdf:li rdf:resource="http://plone.org/products/filesystemstorage/releases/2.6.4"/>
      
      
        <rdf:li rdf:resource="http://plone.org/products/filesystemstorage/releases/2.8rc2"/>
      
      
        <rdf:li rdf:resource="http://plone.org/products/filesystemstorage/releases/2.6.3"/>
      
      
        <rdf:li rdf:resource="http://plone.org/products/filesystemstorage/releases/2.8.0rc1"/>
      
      
        <rdf:li rdf:resource="http://plone.org/products/filesystemstorage/releases/2.8.0b2"/>
      
      
        <rdf:li rdf:resource="http://plone.org/products/filesystemstorage/releases/2.8.0b1"/>
      
      
        <rdf:li rdf:resource="http://plone.org/products/filesystemstorage/releases/2.8.0a3"/>
      
      
        <rdf:li rdf:resource="http://plone.org/products/filesystemstorage/releases/2.8.0a2"/>
      
      
        <rdf:li rdf:resource="http://plone.org/products/filesystemstorage/releases/2.8.0a1"/>
      
      
        <rdf:li rdf:resource="http://plone.org/products/filesystemstorage/releases/2.8.0"/>
      
      
        <rdf:li rdf:resource="http://plone.org/products/filesystemstorage/releases/2.7.3"/>
      
      
        <rdf:li rdf:resource="http://plone.org/products/filesystemstorage/releases/2.7.1"/>
      
      
        <rdf:li rdf:resource="http://plone.org/products/filesystemstorage/releases/2.7.0"/>
      
    </rdf:Seq>
  </items>

</channel>


  <item rdf:about="http://plone.org/products/filesystemstorage/releases/2.8.0rc5">
    <title>iw.fss 2.8.0rc5 (Release candidate)</title>
    <link>http://plone.org/products/filesystemstorage/releases/2.8.0rc5</link>
    <description>Image scaling bugfix, and unicode filenames support.</description>
    <content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[
<ul><li>Fixed a critical issue where an image would be attempted restored at&nbsp;&nbsp;every request. [malthe]</li></ul>
<p>&nbsp;</p>
<ul><li>Fixed an issue where the AT tool for scaling images would pass a&nbsp;unicode file path which would result in a bug because the code was&nbsp;only looking for a regular string (else deciding that it's a stream&nbsp;object). [malthe]</li></ul>
<p>&nbsp;</p>
<ul><li>Fixed an issue with HTTP range leading to a missing file size. With&nbsp;some clients (seen in Firefox 3.6), the ``end`` value is trivial and&nbsp;must be explicitly set to the file size before returning the&nbsp;iterator. [malthe]</li></ul>
<div>&nbsp;</div>
]]></content:encoded>
    <dc:publisher>No publisher</dc:publisher>
    <dc:creator>Alter Way Solutions</dc:creator>
    <dc:rights></dc:rights>
    <dc:date>2010-11-09T10:05:00Z</dc:date>
    <dc:type>Software Release</dc:type>
  </item>


  <item rdf:about="http://plone.org/products/filesystemstorage/releases/2.6.5">
    <title>FileSystemStorage 2.6.5</title>
    <link>http://plone.org/products/filesystemstorage/releases/2.6.5</link>
    <description>Fix a problem with big image </description>
    <content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[]]></content:encoded>
    <dc:publisher>No publisher</dc:publisher>
    <dc:creator>Alter Way Solutions</dc:creator>
    <dc:rights></dc:rights>
    <dc:date>2010-04-13T17:01:27Z</dc:date>
    <dc:type>Software Release</dc:type>
  </item>


  <item rdf:about="http://plone.org/products/filesystemstorage/releases/2.6.4">
    <title>FileSystemStorage 2.6.4</title>
    <link>http://plone.org/products/filesystemstorage/releases/2.6.4</link>
    <description>Change the behaviour of upload on fss.</description>
    <content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>Change the behaviour of upload on fss. No more memory consuption for that now. We use always use fileiterator when inspecting big file. To achieve to that, VirtualDate override _read_data of OFS.Image.File to construct an clean FSSPdata. Note that in zope 2.8 if you use the standard API, all data of uploaded file (FileUpload) will be in memory by passing to read_data. Upload of really big file (&gt;1gig) is now possible with this version of fss and plone2.5</p>]]></content:encoded>
    <dc:publisher>No publisher</dc:publisher>
    <dc:creator>Alter Way Solutions</dc:creator>
    <dc:rights></dc:rights>
    <dc:date>2010-04-09T12:39:26Z</dc:date>
    <dc:type>Software Release</dc:type>
  </item>


  <item rdf:about="http://plone.org/products/filesystemstorage/releases/2.8rc2">
    <title>FileSystemStorage 2.8rc2 (Release candidate)</title>
    <link>http://plone.org/products/filesystemstorage/releases/2.8rc2</link>
    <description>Improvement on big file.</description>
    <content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>Change behaviour of VirtualData class. Now VirtualData work as OFS.image ie to<br />  acces data you MUST pass by a chained list (FSSPdata) that contain only a<br />  block of data. This block of data is getting by a filestream iterator. So no<br />  more memmory consuption (max 65536 , a block of data). This is an important<br />  change because when Products.Archetype.Field.FileField get metatada of a File<br />  old version of fss get all file data for this (ie myField.getFilename() -&gt; you<br />  have your all data in memory !!). Also when you invoke<br />  Field.download(instance, no_output = True) you get now a filestream iterator<br />  (There is a patch to this method because of dowload must set content-length<br />  header for the publisher)</p>]]></content:encoded>
    <dc:publisher>No publisher</dc:publisher>
    <dc:creator>Alter Way Solutions</dc:creator>
    <dc:rights></dc:rights>
    <dc:date>2010-04-07T07:42:54Z</dc:date>
    <dc:type>Software Release</dc:type>
  </item>


  <item rdf:about="http://plone.org/products/filesystemstorage/releases/2.6.3">
    <title>FileSystemStorage 2.6.3</title>
    <link>http://plone.org/products/filesystemstorage/releases/2.6.3</link>
    <description>Improvement on big file. Always deal with iterator on big file. Avoid Memory Error.
</description>
    <content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>BE CAREFULL : RELEASE ONLY FOR PLONE &lt;= 2.5<br />PLEASE USE THE LAST 2.8 rc in order to have the same functionnality on PLONE &gt;= 3</p>]]></content:encoded>
    <dc:publisher>No publisher</dc:publisher>
    <dc:creator>Alter Way Solutions</dc:creator>
    <dc:rights></dc:rights>
    <dc:date>2010-04-07T07:40:00Z</dc:date>
    <dc:type>Software Release</dc:type>
  </item>


  <item rdf:about="http://plone.org/products/filesystemstorage/releases/2.8.0rc1">
    <title>iw.fss 2.8.0rc1 (Release candidate)</title>
    <link>http://plone.org/products/filesystemstorage/releases/2.8.0rc1</link>
    <description>* Worked around (and cancel migration) when AT tries (and fails) stupidly to
  guess the charset of a binary data.
  [glenfant]

* Spanish translation is up to date
  [dmunicio]
</description>
    <content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>Storage migration to FSS improved. This version just migrated a 12 Gb legacy database.</p>]]></content:encoded>
    <dc:publisher>No publisher</dc:publisher>
    <dc:creator>Alter Way Solutions</dc:creator>
    <dc:rights></dc:rights>
    <dc:date>2009-11-13T14:15:00Z</dc:date>
    <dc:type>Software Release</dc:type>
  </item>


  <item rdf:about="http://plone.org/products/filesystemstorage/releases/2.8.0b2">
    <title>iw.fss 2.8.0b2 (Beta release)</title>
    <link>http://plone.org/products/filesystemstorage/releases/2.8.0b2</link>
    <description> Fixes some bugs in migrations. Mime type is now preserved. Migration log is more noisy. 
</description>
    <content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<ul class="simple">
<li>Fixed bad mime type setting when migrating.
[glenfant]</li>
<li>Fixed loss of text when migrating News items with image
[glenfant]</li>
<li>Fixed logging on transaction when migrating and show the total migrated
items in the log too.
[glenfant]</li>
</ul>
]]></content:encoded>
    <dc:publisher>No publisher</dc:publisher>
    <dc:creator>Alter Way Solutions</dc:creator>
    <dc:rights></dc:rights>
    <dc:date>2009-11-06T22:25:00Z</dc:date>
    <dc:type>Software Release</dc:type>
  </item>


  <item rdf:about="http://plone.org/products/filesystemstorage/releases/2.8.0b1">
    <title>iw.fss 2.8.0b1 (Beta release)</title>
    <link>http://plone.org/products/filesystemstorage/releases/2.8.0b1</link>
    <description>The new migration utility has been tested successfully on two production servers.

Translations to french of new labels has been added.</description>
    <content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<ul class="simple">
<li>Upgraded translations (.pot and french translation)
[glenfant]</li>
<li>Fixed issues reported by test users.
[glenfant]</li>
<li>Faster and safer method to guess the mime type when migrating.
[glenfant]</li>
</ul>
]]></content:encoded>
    <dc:publisher>No publisher</dc:publisher>
    <dc:creator>Alter Way Solutions</dc:creator>
    <dc:rights></dc:rights>
    <dc:date>2009-08-19T12:35:00Z</dc:date>
    <dc:type>Software Release</dc:type>
  </item>


  <item rdf:about="http://plone.org/products/filesystemstorage/releases/2.8.0a3">
    <title>iw.fss 2.8.0a3 (Alpha release)</title>
    <link>http://plone.org/products/filesystemstorage/releases/2.8.0a3</link>
    <description>Fixed a NameError that may raise under "some" circonstances when migrating.</description>
    <content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[]]></content:encoded>
    <dc:publisher>No publisher</dc:publisher>
    <dc:creator>Alter Way Solutions</dc:creator>
    <dc:rights></dc:rights>
    
      <dc:subject>Content Types</dc:subject>
    
    
      <dc:subject>AT Content Types</dc:subject>
    
    
      <dc:subject>Archetypes</dc:subject>
    
    <dc:date>2009-08-07T14:50:00Z</dc:date>
    <dc:type>Software Release</dc:type>
  </item>


  <item rdf:about="http://plone.org/products/filesystemstorage/releases/2.8.0a2">
    <title>iw.fss 2.8.0a2 (Alpha release)</title>
    <link>http://plone.org/products/filesystemstorage/releases/2.8.0a2</link>
    <description>Fixed a bug on empty and optional file/image fields (thanks to Tom Gross).

ATCT default settings are disabled.</description>
    <content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[]]></content:encoded>
    <dc:publisher>No publisher</dc:publisher>
    <dc:creator>Alter Way Solutions</dc:creator>
    <dc:rights></dc:rights>
    <dc:date>2009-08-07T14:05:00Z</dc:date>
    <dc:type>Software Release</dc:type>
  </item>


  <item rdf:about="http://plone.org/products/filesystemstorage/releases/2.8.0a1">
    <title>iw.fss 2.8.0a1 (Alpha release)</title>
    <link>http://plone.org/products/filesystemstorage/releases/2.8.0a1</link>
    <description>This new release adds a migration utility for the sites who have already contents created before FSS installation. The migration should be considered as experimental, when other features are as in the latest stable release.</description>
    <content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[]]></content:encoded>
    <dc:publisher>No publisher</dc:publisher>
    <dc:creator>Alter Way Solutions</dc:creator>
    <dc:rights></dc:rights>
    <dc:date>2009-08-03T17:35:00Z</dc:date>
    <dc:type>Software Release</dc:type>
  </item>


  <item rdf:about="http://plone.org/products/filesystemstorage/releases/2.8.0">
    <title>FileSystemStorage 2.8.0 (Unreleased)</title>
    <link>http://plone.org/products/filesystemstorage/releases/2.8.0</link>
    <description>FileSystemStorage (FSS) is an Archetypes storage for storing fields
raw values on the file system. This storage is used to avoid
unnecessary growth of the ZODB's FileStorage (Data.fs) when using a
lot of large files.</description>
    <content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[
<p>&nbsp;</p>
]]></content:encoded>
    <dc:publisher>No publisher</dc:publisher>
    <dc:creator>Alter Way Solutions</dc:creator>
    <dc:rights></dc:rights>
    <dc:date>2009-01-03T20:02:54Z</dc:date>
    <dc:type>Software Release</dc:type>
  </item>


  <item rdf:about="http://plone.org/products/filesystemstorage/releases/2.7.3">
    <title>FileSystemStorage 2.7.3 (Unreleased)</title>
    <link>http://plone.org/products/filesystemstorage/releases/2.7.3</link>
    <description>FileSystemStorage (FSS) is an Archetypes storage for storing fields
raw values on the file system. This storage is used to avoid
unnecessary growth of the ZODB's FileStorage (Data.fs) when using a
lot of large files.</description>
    <content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[
<p>&nbsp;</p>
]]></content:encoded>
    <dc:publisher>No publisher</dc:publisher>
    <dc:creator>Alter Way Solutions</dc:creator>
    <dc:rights></dc:rights>
    <dc:date>2009-01-03T20:02:45Z</dc:date>
    <dc:type>Software Release</dc:type>
  </item>


  <item rdf:about="http://plone.org/products/filesystemstorage/releases/2.7.1">
    <title>FileSystemStorage 2.7.1</title>
    <link>http://plone.org/products/filesystemstorage/releases/2.7.1</link>
    <description>FileSystemStorage (FSS) is an Archetypes storage for storing fields
raw values on the file system. This storage is used to avoid
unnecessary growth of the ZODB's FileStorage (Data.fs) when using a
lot of large files.</description>
    <content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[
<p>* Test case for FSS registration.<br />&nbsp; [glenfant]<br /><br />* Hint in README.txt to set FSS storage only if iw.fss is installed.<br />&nbsp; [glenfant]<br /><br />* The ZMI "Overview" tab shows the various types changed to use FSS.<br />&nbsp; [glenfant]<br /><br />* I18N domain is now "iw.fss" being consistent with new styles<br />&nbsp; components.<br />&nbsp; [glenfant]<br /><br />* Translations moved to zope 3 style in place of PTS style. As a<br />&nbsp; consequence, the config panel title is not translated any more<br />&nbsp; ("plone" domain).<br />&nbsp; [glenfant]<br /><br />* Public function to patch a type and registering patched types<br />&nbsp; for migration purposes<br />&nbsp; [glenfant]<br /><br />* Renamed flat2directory.py into strategymigrator.py since future<br />&nbsp; other strategy migrations will go there.<br />&nbsp; [glenfant]<br /><br />* Added bin/flat2directory.py that migrates "flat" strategy storage to<br />&nbsp; "directory" strategy storage.<br />&nbsp; [glenfant]<br /><br />* Added discriminator in ZCML support that warns on duplicate config<br />&nbsp; of the same content type.<br />&nbsp; [glenfant]</p>
]]></content:encoded>
    <dc:publisher>No publisher</dc:publisher>
    <dc:creator>Alter Way Solutions</dc:creator>
    <dc:rights></dc:rights>
    <dc:date>2008-04-03T11:19:44Z</dc:date>
    <dc:type>Software Release</dc:type>
  </item>


  <item rdf:about="http://plone.org/products/filesystemstorage/releases/2.7.0">
    <title>FileSystemStorage 2.7.0</title>
    <link>http://plone.org/products/filesystemstorage/releases/2.7.0</link>
    <description>FileSystemStorage (FSS) is an Archetypes storage for storing fields
raw values on the file system. This storage is used to avoid
unnecessary growth of the ZODB's FileStorage (Data.fs) when using a
lot of large files.</description>
    <content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[Initial release of iw.fss]]></content:encoded>
    <dc:publisher>No publisher</dc:publisher>
    <dc:creator>Alter Way Solutions</dc:creator>
    <dc:rights></dc:rights>
    <dc:date>2008-04-03T10:14:19Z</dc:date>
    <dc:type>Software Release</dc:type>
  </item>




</rdf:RDF>
