<?xml version="1.0"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Page comments</title>
		<link>http://www.silverstripe.org/home/</link>
		<atom:link href="http://www.silverstripe.org/home/" rel="self" type="application/rss+xml" />
		<description></description>

		
		<item>
			<title></title>
			<link>http://www.silverstripe.org/document-management-system-module/#PageComment_15067</link>
			<description>Hi,<br /><br />how about tags, please (i already see it in code, probably missing some getters)? Anyway, this looks like super useful module... I&#39;m just working on carousel / gallery on top of this module and tags are last missing function...<br /><br />Regards<br /><br />Pali</description>
			<pubDate>Wed, 05 Dec 2012 06:58:57 +1300</pubDate>
			<dc:creator>Pali</dc:creator>
			<guid>http://www.silverstripe.org/document-management-system-module/#PageComment_15067</guid>
		</item>
		
		<item>
			<title></title>
			<link>http://www.silverstripe.org/document-management-system-module/#PageComment_14965</link>
			<description>Hi Julian<br /><br />What reactivity<br /><br />Many thanks<br /><br /></description>
			<pubDate>Fri, 23 Nov 2012 20:12:21 +1300</pubDate>
			<dc:creator>jpalsu</dc:creator>
			<guid>http://www.silverstripe.org/document-management-system-module/#PageComment_14965</guid>
		</item>
		
		<item>
			<title></title>
			<link>http://www.silverstripe.org/document-management-system-module/#PageComment_14957</link>
			<description>Hi Jpalsu, <br />I&#39;ve added a new static method that you can use to add whatever additional extensions you want. Add this line in your mysite/_config.php file:<br /><br />DMSDocumentAddController::add_allowed_extensions(array(&#39;flac&#39;));</description>
			<pubDate>Fri, 23 Nov 2012 11:00:49 +1300</pubDate>
			<dc:creator>Julian Seidenberg</dc:creator>
			<guid>http://www.silverstripe.org/document-management-system-module/#PageComment_14957</guid>
		</item>
		
		<item>
			<title></title>
			<link>http://www.silverstripe.org/document-management-system-module/#PageComment_14933</link>
			<description>Hi<br /><br />all seems great.<br /><br />Can you add the &amp;quot;.flac&amp;quot; files (Free Lossless Audio Codec) in the allowed extensions ?<br /><br />Thanks </description>
			<pubDate>Thu, 22 Nov 2012 19:16:37 +1300</pubDate>
			<dc:creator>jpalsu</dc:creator>
			<guid>http://www.silverstripe.org/document-management-system-module/#PageComment_14933</guid>
		</item>
		
		<item>
			<title></title>
			<link>http://www.silverstripe.org/document-management-system-module/#PageComment_14932</link>
			<description>Hey, some good news: I mentioned above that we were working on a method of versioning files in the DMS, right? Well, we&#39;ve just finished implementing that! <br /><br />Here is the commit: https://github.com/silverstripe-labs/silverstripe-dms/commit/1bd5d929efdfd10d8be23575cea057831a93d06a<br /><br />Please tell us how you like the file versioning implementation.</description>
			<pubDate>Thu, 22 Nov 2012 15:00:17 +1300</pubDate>
			<dc:creator>Julian Seidenberg</dc:creator>
			<guid>http://www.silverstripe.org/document-management-system-module/#PageComment_14932</guid>
		</item>
		
		<item>
			<title></title>
			<link>http://www.silverstripe.org/document-management-system-module/#PageComment_14931</link>
			<description>Wow, thanks everyone for your suggestions and encouragement. I&#39;m blown away by all the positive feedback.<br /><br />Let me try and address some of your suggestions:<br /><br />Uncle Cheese and Vicky: we hear you about the lack of a gallery view. A lot of us want to see a gallery view, both for the DMS and for the regular Assets area. We are trying to fit that in with all the other important things we are working on. So, it&#39;s definitely coming sometime, but, sadly, I can&#39;t say when.<br /><br />Mick: signing documents in and out is a great idea, but not something for the core module, as it is a very specific use-case. I&#39;ve written a brief description of how to do this in the following forum thread: http://www.silverstripe.org/general-questions/show/21138?start=8#post318303<br />If anyone wants to create this as a plug-in module to the DMS, please go ahead and we&#39;ll list it in the readme. <br /><br />Nobrainer Web: sounds like it is time to upgrade your project to SS3 :). Yeah, I know that isn&#39;t really possible in all situations, unfortunately. But perhaps the DMS is something that can help you justify  upgrading.<br /><br />Matty: Composer.json is there now :)<br /><br />g4b0: we already have some lightweight permission system built-in. Take a look at: https://github.com/silverstripe-labs/silverstripe-dms/blob/master/code/DMSDocument.php#L819<br />That ensures that if the the user doesn&#39;t have CanView permissions on a Page, they can&#39;t download the Documents added on that page.<br /> <br />Adam: good point about the DMS UI not necessarily being appropriate for all page types. Check out the new options in the _config.php file:<br />DMSSiteTreeExtension::show_documents_tab();<br />DMSSiteTreeExtension::no_documents_tab();  <br />I think these do exactly what you need.<br /></description>
			<pubDate>Thu, 22 Nov 2012 14:49:02 +1300</pubDate>
			<dc:creator>Julian Seidenberg</dc:creator>
			<guid>http://www.silverstripe.org/document-management-system-module/#PageComment_14931</guid>
		</item>
		
		<item>
			<title></title>
			<link>http://www.silverstripe.org/document-management-system-module/#PageComment_14927</link>
			<description>Great stuff. Glad to see the DOM legacy lives on!<br /><br />The biggest limitation I see is one imposed by GridField, as I understand it, and that is the lack of a gallery view. &amp;quot;16.jpg&amp;quot; is not very useful information at all. We really need images to be first-class citizens.<br /><br />DOM also used a different paradigm in which it managed file-containing DataObjects, as opposed to a direct relation to the File class. This allowed the customization of any metadata without having to decorate the File object, e.g. adding fields like Category, Description, RelatedThing, etc. That allowed each page to have its own brand of related resources without globally mutating the core File class.<br /><br />Congrats on the release. Anxious to see how this baby progresses in the thriving SS3 ecosystem.<br /><br /><br /><br /></description>
			<pubDate>Thu, 22 Nov 2012 07:51:08 +1300</pubDate>
			<dc:creator>Uncle Cheese</dc:creator>
			<guid>http://www.silverstripe.org/document-management-system-module/#PageComment_14927</guid>
		</item>
		
		<item>
			<title></title>
			<link>http://www.silverstripe.org/document-management-system-module/#PageComment_14926</link>
			<description>A big issue I see here is that most clients have no idea what their documents/files names are.  And to not be able to view thumbnails of files that are images is a problem. Is this something you are working on? I&#39;d love to know.<br />Thanks.</description>
			<pubDate>Thu, 22 Nov 2012 07:41:51 +1300</pubDate>
			<dc:creator>vicky smith</dc:creator>
			<guid>http://www.silverstripe.org/document-management-system-module/#PageComment_14926</guid>
		</item>
		
		<item>
			<title></title>
			<link>http://www.silverstripe.org/document-management-system-module/#PageComment_14915</link>
			<description>As ever excellent work, this was definitely an gap that needed filling. For me i need to make this manageable from the front end but the one thing i would like is the ability to sign out and sign in a document, for when changes are being made to a core document for instance.<br />Once again excellent work.<br /><br />Mick   </description>
			<pubDate>Thu, 22 Nov 2012 04:01:01 +1300</pubDate>
			<dc:creator>Mick Desmond</dc:creator>
			<guid>http://www.silverstripe.org/document-management-system-module/#PageComment_14915</guid>
		</item>
		
		<item>
			<title></title>
			<link>http://www.silverstripe.org/document-management-system-module/#PageComment_14914</link>
			<description>this is great news, i have been using a similar approach since day 1 on silverstripe 3. for both images and files (using 2 multiuploadfields and some relations) so you can have a file repository on the complete site and per page and image galleries per page in a really easy way. i think that this module will at least replace my current DocumentsRepoHolder page.<br /><br />congrats and thanks for sharing!</description>
			<pubDate>Thu, 22 Nov 2012 02:57:29 +1300</pubDate>
			<dc:creator>francisco</dc:creator>
			<guid>http://www.silverstripe.org/document-management-system-module/#PageComment_14914</guid>
		</item>
		

	</channel>
</rss>