Karel Picman
095271d575
#233 Failed Travis builds
2014-03-11 08:18:45 +01:00
Karel Picman
a0b751d3d3
#233 Failed Travis builds
2014-03-11 08:01:32 +01:00
Karel Picman
e6d86d256e
#183 The target folder by folder links instead of their files and sub-folder count
2014-03-08 06:59:56 +01:00
Karel Picman
7817ee5f19
#183 Full path to the target file by file links in the main view
2014-03-05 11:24:08 +01:00
Karel Picman
cff23b0153
#183 Upload a new version via a link
2014-03-03 14:05:00 +01:00
Karel Picman
d8390053f3
#183 Link to & Link from added
2014-02-28 12:31:18 +01:00
Karel Picman
31463cdba2
Old 'TODO' either solved or removed
2014-02-24 16:00:20 +01:00
Karel Picman
8b9fa8ecd0
undefined method CustomFieldsHelper'
2014-02-20 14:24:04 +01:00
Karel Picman
5c53966873
#183 Create document links - unit tests and fixes
2014-02-20 13:17:50 +01:00
Karel Picman
adb33cd7f7
#183 Create document links
2014-02-18 17:20:08 +01:00
Karel Picman
df36bccfba
dos2unix
2013-12-17 09:24:08 +01:00
Karel Picman
b60ba63efe
#187 - Approval workflow permissions
2013-12-10 09:40:47 +01:00
Karel Picman
a27c7a1381
Custom fields tests added
2013-11-15 14:47:34 +01:00
Karel Picman
343f3b8ee3
#147 Workflow error when more than one approver
2013-11-15 14:45:22 +01:00
Karel Picman
42d29398ad
All file headers unified
2013-11-13 09:55:47 +01:00
Karel Picman
f6dfdad92c
The Travis patch removed as non-functional
2013-11-08 14:09:09 +01:00
Karel Picman
b457d33ecc
GPL header added
2013-11-06 14:33:08 +01:00
Karel Picman
d2a651ad63
Tests for new blocks in My page adeded
2013-11-06 14:32:23 +01:00
Karel Picman
e3fa861dfd
209ed25f24
2013-11-04 14:23:38 +01:00
Karel Picman
935b0ae1ad
Travis CI configuration
2013-10-11 14:34:02 +02:00
Karel Picman
a872395344
Travis CI configuration
2013-10-11 14:27:23 +02:00
Karel Picman
c51391989a
Travis CI configuration
2013-10-11 11:32:03 +02:00
Karel Picman
a7d716da69
Travis CI configuration
2013-10-11 10:43:32 +02:00
Karel Picman
e2bb12b929
Travis CI configuration
2013-10-10 14:39:21 +02:00
Karel Picman
c410c2fa87
next_assignment routine fixed
2013-07-16 14:24:42 +02:00
Karel Picman
d7a1451a6c
unit tests updated
2013-07-12 15:36:17 +02:00
Karel Picman
91221f26d5
approval email notifications implemented
2013-06-26 14:30:34 +02:00
Karel Picman
a4a200510a
File locking while assigned approval workflow in progress
2013-06-21 13:35:32 +02:00
Karel Picman
1cc5b507ba
Approval workflow log view tuned
2013-06-20 09:50:47 +02:00
Karel Picman
e63e561c1d
Complete functional and unit tests for already implemented features of approval workflow
2013-06-14 13:08:36 +02:00
Karel Picman
0b40abb821
Approval workflows copied fron 1.5.0 devel
2013-05-09 12:17:12 +02:00
Daniel Munn
c6045b0028
Starting implementation of Permission models (very early commit)
2012-07-31 08:15:54 +01:00
Daniel Munn
b46f366a1d
Update PUT test to use fileutils to delte tmp folder
2012-07-05 13:33:59 +01:00
Daniel Munn
875892495a
Fixed unused test to use our modifed test framework
2012-06-29 09:44:55 +01:00
Daniel Munn
6237e09581
New: Support for lockdiscover and supported lock PROPFIND requests
...
Update: file_revision visible scope now is joined with parent item and checked for both revision and file visibility
New: Projects now store into their own folder within configured path
Fix: db upgrade script does a one-time re-sort of existing physical data to ensure it can be read in new world
Fix: webdav controller (from Gem) did not flag output as utf-8 with correct header, overloaded in dmsf controller instance to fix
Update: Testsuites updated to support a few more conditions for lock processing
2012-06-28 14:29:13 +01:00
Daniel Munn
e1fdc030e6
Issue #14 , implementation of lock! and unlock! methods
...
Correcting test-cases with corrected lock check (should have been asserting !locked?, not locked? in case of unlock check)
2012-06-27 07:30:45 +01:00
Daniel Munn
7d8b941e4a
Starting lock system overhaul in line with #14 - designed new approach will allow for folder locking, and shared locking - todo: rewrite lock! and
...
unlock! methods in lib/redmine_dmsf/lockable.rb
2012-06-26 15:21:26 +01:00
Daniel Munn
5de3bd7720
Included unit test for file structure change
2012-06-26 08:00:02 +01:00
Daniel Munn
4b83ef672c
DELETE method testing
2012-06-21 08:50:11 +01:00
Daniel Munn
1b21987b58
PUT test cleanup
2012-06-20 15:33:42 +01:00
Daniel Munn
ccfa81340a
PUT testing
2012-06-20 15:32:04 +01:00
Daniel Munn
a5c72bb997
HEAD method testing
2012-06-20 12:29:28 +01:00
Daniel Munn
5e8e61f80f
OPTIONS testing + relevent fixes
2012-06-20 09:51:51 +01:00
Daniel Munn
4d17cd4646
EOD commit, working on issue #7
2012-06-18 23:16:25 +01:00
Daniel Munn
bad46400c7
Test-suite functionality
2012-06-18 11:36:51 +01:00
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
vit.jonas@gmail.com
a0b802a328
* never ending import story ... hope done
...
git-svn-id: http://redmine-dmsf.googlecode.com/svn/trunk/redmine_dmsf@5 5e329b0b-a2ee-ea63-e329-299493fc886d
2011-05-05 19:50:53 +00:00
vit.jonas@gmail.com
2c23d4e1aa
* finishing import
...
git-svn-id: http://redmine-dmsf.googlecode.com/svn/trunk/redmine_dmsf@4 5e329b0b-a2ee-ea63-e329-299493fc886d
2011-05-05 19:29:34 +00:00