54 Commits

Author SHA1 Message Date
Daniel Munn
c76556c507 Parse fix applied for webdav PUT method, where .Net / Office over WebDav pushes content with text/xml mime type. Rails stack automatically will try to parse XML, however unfortunately as content is
not XML, it ends up failing. "init.rb" has a hook adding RedmineDmsf::NoParse into Rails middleware a step before content parsing occurs, and will rewrite content type on put method, within specified
target area (identified in init.rb). Controller has been added to override options function (maybe removed later on).
2012-06-14 22:35:02 +01:00
Daniel Munn
83a1613467 Starting to investigate webdav in dmsf 2012-06-08 13:42:29 +01:00
Daniel Munn
ae73ed64cd Actual changes... 2012-06-03 18:03:14 +01:00
mavimo@gmail.com
d2cb53a027 * worinkg on Issue #19: DMSF document and folder can have custom fields
git-svn-id: http://redmine-dmsf.googlecode.com/svn/trunk/redmine_dmsf@280 5e329b0b-a2ee-ea63-e329-299493fc886d
2012-03-31 17:56:49 +00:00