Daniel Munn
6f7a4f2e4a
Fixes #5 : Projects and subsequent DMSF children are now not permitted access to where the project does not have DMSF module enabled.
2012-06-18 11:18:56 +01:00
Daniel Munn
c639e25f10
Fix: init.rb default plugin values expected webdav to be string, integer given
...
Change: fixture dmsf_folder updated with schema changes
2012-06-18 09:19:13 +01:00
Daniel Munn
ff704adde5
Update master
2012-06-15 22:03:05 +02:00
Daniel Munn
2f8e943bac
1.4.1 Stable
2012-06-15 20:28:50 +01:00
Daniel Munn
58cbb160bd
Preparing for 1.4.1
...
Preparing changes for 1.4.1 release into master (with Webdav)
2012-06-15 20:25:18 +01:00
Daniel Munn
e223b22a6c
Settings to turn webdav on/off (or eqivilent)
2012-06-15 12:50:41 +01:00
Daniel Munn
39947104fe
Preparing for 1.4.1
2012-06-15 12:03:48 +01:00
Daniel Munn
493fac024e
Preparing for 1.4.1
2012-06-15 08:09:59 +01:00
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
3bd5d93479
MS Webdav Client authentication problem
2012-06-14 09:33:28 +01:00
Daniel Munn
4e044384ce
parent should not always cast same case (in case of folder switching to project list or similar)
...
instead now calls via proxy and returns the resulting resource from that
Note: Gemfile (althought changed previous commit) contains a github tag, which can cause some installation problems
- may integrate into plugin (not elegant, but fixes issue), as dev plugin passes aspects of litmus that release doesn't
Todo: Integrate permission model into functionality
2012-06-14 09:23:58 +01:00
Daniel Munn
9ae871be66
Introduce PUT method - file adding supported, work needed for better integration
...
with windows Webdav
2012-06-13 23:59:06 +01:00
Daniel Munn
34611df3fd
File locking seemingly working (untested)
2012-06-13 15:15:45 +01:00
Daniel Munn
df15cf2d5d
Implementation of COPY
2012-06-13 13:41:14 +01:00
Daniel Munn
271fdab66e
Code cleanup, added comments into some files so that 3rd parties can establish behaviour (or intended).
...
Introduced parent directory into GET based directory listing via webdav
2012-06-13 12:07:32 +01:00
Daniel Munn
c8441bc4bb
File move (within) project now supported; overwrite on both folder and file is still unspported at this time
2012-06-13 09:21:09 +01:00
Daniel Munn
24c2646d8e
Functionality for MOVE (incomplete)
...
Todo: Determine best approach for cross-project moves
Determine best approach for merging resource in case of overwrite
Start file move functionality (Collection works)
2012-06-12 17:20:54 +01:00
Daniel Munn
1e3e644da0
Merge commit '36fa608cc1a8096147b7b21bd597769facc7a202' into webdav
2012-06-12 17:19:23 +01:00
Daniel Munn
36fa608cc1
Updated dmsf_file model with Rails3 alternative to merge_conditions. Fixes #2
2012-06-12 16:53:04 +01:00
Daniel Munn
81ed1ce712
MKCOL correctly responded to, creates folders within DMSF (as expected)
2012-06-11 21:40:32 +01:00
Daniel Munn
2e431568d6
Pass 1 of webdav (VERY ROUGH) - Functional on Get/Head (Web based listing) and also webdav listing and downloading of resources.
...
User based authentication and tracking of downloads, however security model not implemented yet.
2012-06-11 11:31:45 +01:00
Daniel Munn
fa4207dfce
Updating Dav to list second level (folders / other), doesn't function in webdav client until 3rd level object functions
2012-06-09 11:13:18 +01:00
Daniel Munn
bf6c4e8f53
Webdav integration - introduced get respond page for top level. TODO: define permission denied for move / copy new folder directives until after entered project; file inclusion still outstanding
2012-06-09 00:03:11 +01:00
Daniel Munn
83a1613467
Starting to investigate webdav in dmsf
2012-06-08 13:42:29 +01:00
Daniel Munn
8828594698
Fix upload to deal with failed uploads more gracefully.
2012-06-07 14:33:41 +01:00
Daniel Munn
2fef0c06af
Fix bug with Firefox after-processing with plupload
2012-06-07 12:30:05 +01:00
Daniel Munn
11fc25b9a4
RU locale seems to not load; init.rb also will not load, so have replaced special characters from original plugin developer's name (sorry).
2012-06-07 12:21:20 +01:00
Daniel Munn
4d29097c0e
Update plupload; correct incorrect setTimeout call
2012-06-07 12:19:04 +01:00
Daniel Munn
83dd802e30
Merge branch 'master' of https://github.com/danmunn/redmine_dmsf
2012-06-07 11:19:27 +01:00
Daniel Munn
57a15b3093
Prevent folder / 0 size files from being uploaded.
2012-06-07 11:18:49 +01:00
Daniel Munn
ab50c9ee39
Fix Gemfile
...
Originally utilised an "optional" parameter, which is proposed not actual functionality.
2012-06-06 21:17:05 +01:00
Daniel Munn
5ed8014964
Gemfile update - added sources declaration so unmet requirements are downloaded and installed; added xapian-full as optional.
2012-06-06 14:30:26 +01:00
Daniel Munn
2f6e12af2b
Updating documentation.
2012-06-06 11:27:46 +01:00
Daniel Munn
bb53713608
Fix: path in rake file breaks rake usage for redmine due to path change for plugins
2012-06-04 05:08:35 +01:00
Daniel Munn
8e1a35166d
Version 1.4.0 [cleanup outstanding, and more coverage testing required]
2012-06-04 02:25:24 +01:00
Daniel Munn
ae73ed64cd
Actual changes...
2012-06-03 18:03:14 +01:00
Daniel Munn
835d02aedf
Additional controller updates; patched mailer for Rails 3; included override for ActionMailer so we can add path for plugin to view paths
2012-06-03 18:00:14 +01:00
Daniel Munn
eb457323ef
Redmine 2.0 compatibility (EOD commit) - not fully functional however starting to resemble working plugin
...
Todo: Mailcontroller
Todo: Rest of routing
2012-06-03 15:33:28 +01:00
Daniel Munn
021440fa78
mend
2012-06-03 12:41:48 +01:00
Daniel Munn
6c09656467
Updating routes to integrate with projects (more appropriately), dmsf_state and settings html updated
2012-06-03 12:37:50 +01:00
Daniel Munn
5de5804f0d
First pass of Redmine 2.0 compatibility (NOT WORKING)
2012-06-03 11:22:58 +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
vit.jonas@gmail.com
4cd8f7f958
* done Issue 179: DMSF macro enanchement: link to document description
...
git-svn-id: http://redmine-dmsf.googlecode.com/svn/trunk/redmine_dmsf@279 5e329b0b-a2ee-ea63-e329-299493fc886d
2012-01-12 12:46:40 +00:00
vit.jonas@gmail.com
1ce5faf426
* upgraded plupload to 1.5.2
...
git-svn-id: http://redmine-dmsf.googlecode.com/svn/trunk/redmine_dmsf@278 5e329b0b-a2ee-ea63-e329-299493fc886d
2012-01-10 14:16:39 +00:00
karel.picman@gmail.com
f4f6976983
Wrong language code in en-IS fixed
...
git-svn-id: http://redmine-dmsf.googlecode.com/svn/trunk/redmine_dmsf@277 5e329b0b-a2ee-ea63-e329-299493fc886d
2012-01-03 14:49:00 +00:00
vit.jonas@gmail.com
769eeaa600
* work on next version
...
git-svn-id: http://redmine-dmsf.googlecode.com/svn/trunk/redmine_dmsf@276 5e329b0b-a2ee-ea63-e329-299493fc886d
2011-11-17 10:57:17 +00:00
vit.jonas@gmail.com
04e63211ed
* preparation for release 1.2.2
...
git-svn-id: http://redmine-dmsf.googlecode.com/svn/trunk/redmine_dmsf@273 5e329b0b-a2ee-ea63-e329-299493fc886d
2011-11-17 10:13:15 +00:00
vit.jonas@gmail.com
6e9ca36c0e
* included Issue 178: German localisation update
...
git-svn-id: http://redmine-dmsf.googlecode.com/svn/trunk/redmine_dmsf@272 5e329b0b-a2ee-ea63-e329-299493fc886d
2011-11-08 13:48:33 +00:00
vit.jonas@gmail.com
3070bca8b6
* solved Issue 177: 500 internal error when using copy/move button
...
git-svn-id: http://redmine-dmsf.googlecode.com/svn/trunk/redmine_dmsf@271 5e329b0b-a2ee-ea63-e329-299493fc886d
2011-11-03 08:16:16 +00:00
vit.jonas@gmail.com
fe8e362b2c
* done Issue 167: Feature Patch: Maximum filesize for email downloads
...
git-svn-id: http://redmine-dmsf.googlecode.com/svn/trunk/redmine_dmsf@267 5e329b0b-a2ee-ea63-e329-299493fc886d
2011-10-29 14:53:10 +00:00