3053 Commits

Author SHA1 Message Date
Daniel Munn
1987a6a0b8 Merge pull request #61 from ux/master
Improved compatibility with XSendFile apache2 module and Redmine 2.x
2012-11-13 06:20:33 -08:00
Назар Вінничук
41bf9af83c Fix for Rails 3.1+ (Redmine 2.x), which does not contain prototype.js library anymore 2012-10-24 18:03:42 +03:00
Назар Вінничук
f0f61e859b Created hack, when entries were selected and downloaded (by pressing download button) and after that downloading of other selected files couldn't be achieved without page reload (simply pressing download button does nothing). 2012-10-24 17:38:34 +03:00
Назар Вінничук
9260bb2a7a Line breaks converted to unix for file lib/dmsf_zip.rb 2012-10-24 16:51:59 +03:00
Назар Вінничук
a6cd899513 Updated temp downloadable zip file permissions to 0644 - useful when using XSendFile apache module for file downloads 2012-10-24 16:50:19 +03:00
Daniel Munn
a3d826c165 Merge pull request #60 from ux/master
Updated some russian localization strings
2012-10-24 02:34:03 -07:00
Назар Вінничук
665e3709e8 Russian localization strings fixes 2012-10-24 12:21:05 +03:00
Daniel Munn
e2fb0282ff Merge pull request #59 from ux/master
Russian localization for DMSF
2012-10-23 14:09:33 -07:00
Назар Вінничук
c730dd97e4 Fixed russian locale en -> ru 2012-10-24 00:07:18 +03:00
Назар Вінничук
46ea07579a Added russian localization 2012-10-23 23:59:15 +03:00
Daniel Munn
c7fffa5972 Update README.md 2012-09-27 20:39:47 +02:00
Daniel Munn
74deb1e2c6 Fix attempt 2 for issue #50 - this any better? 2012-09-24 12:47:19 +01:00
Daniel Munn
df30c7fea1 Relates to #50 should fix issue (awaiting user confirmation) 2012-09-24 11:08:53 +01:00
Daniel Munn
e46d07e8a2 Resolution attempt for #46
all entities are listed including deleted items (which may have no revisions as a result of deletion)
if we call for the scoped listing with .visible should remove deleted items and rectify issue.
2012-09-04 11:36:12 +02:00
Daniel Munn
c253c04bfc Update app/controllers/dmsf_upload_controller.rb
Updated to correct file unlock; although functionality for permissions needs to be moved from model however.
2012-08-28 10:00:17 +02:00
Daniel Munn
93284f0ee6 Merge pull request #42 from glennie/master
Thanks for the contribution :)
2012-08-22 10:24:54 -07:00
Glennie Vignarajah
828a760f1d Updated french translation. 2012-08-22 17:26:33 +02:00
Jan
bb72b96185 Update README.md
Nikogiri -> Nokogiri
2012-08-03 13:47:47 +03:00
Jan
4267b3f439 Update README.md
Nikogiri -> Nokogiri
2012-08-03 13:46:57 +03:00
Daniel Munn
c6045b0028 Starting implementation of Permission models (very early commit) 2012-07-31 08:15:54 +01:00
root
86ffcc09a9 Fixes #34 - dependency for redmine 2.0.3 added 2012-07-27 23:30:12 +01:00
Daniel Munn
035589cf0f 1.4.5 being brought to stable (mainly bug-fixes) 2012-07-20 13:43:38 +01:00
Daniel Munn
4870bf004a Fixes #34 files last revision called under "visible" scope which fails due to file already being deleted. <file>.revisions.first is returned instead of <file>.revisions.visible.first in the case where file is delted. 2012-07-11 18:43:44 +02:00
Daniel Munn
dfc2834a68 Object does not need to be reloaded at this point 2012-07-17 12:18:46 +01:00
Daniel Munn
70bfdb2a9b Fixes #24 - MySQL returns Mysql::Time object on dynamic column, this is incompatible with ruby's Time object - instead check is made via class name (again not the best method of reflection, however in the case of a MySQL missing environment it'd break due to module/class not being found)
Updated two scopes to no longer be read-only (default stance is to make joins read only), however this breaks intended purpose
2012-07-17 12:16:09 +01:00
Daniel Munn
6018638843 Merge branch 'devel-1.4.5' of https://github.com/danmunn/redmine_dmsf into devel-1.4.5 2012-07-12 11:31:11 +01:00
Daniel Munn
96084390fd Fixes #24 Dynamic columns are forced into timestamp with zone the same as ActiveRecord, views have been updated to use format_date which converts time to local timezone based on preferences. 2012-07-12 11:28:07 +01:00
Daniel Munn
fa87763f8e Update devel-1.4.5 2012-07-12 10:43:50 +02:00
Daniel Munn
523b43b4e1 Fixes #28 - Workaround for incompatible grouping clause (postgre) 2012-07-12 09:10:17 +01:00
Daniel Munn
712a7b3c86 Merge branch 'devel-1.4.5' of https://github.com/danmunn/redmine_dmsf into devel-1.4.5 2012-07-11 10:08:59 +02:00
Daniel Munn
04064a9c98 Webdav R/RW functionality introduced 2012-07-11 15:23:32 +01:00
Daniel Munn
6c325ff7c1 Fixes #27 incorrect call to to_s causes execution error. 2012-07-11 10:07:12 +02:00
Daniel Munn
da6d3c0eaf Removing special character from 1st byte of file. 2012-07-11 06:08:22 +02:00
root
1ab1271e70 Starting devel 1.4.5 branch (again) 2012-07-09 09:14:52 +01:00
Daniel Munn
9e07a9bfe9 Update CHANGELOG.md for 1.4.4p2 2012-07-09 08:08:24 +02:00
Daniel Munn
0bff9c36d1 Fixes #22 PUT request relies on request.body.length which passenger socket class does not contain (all other variants seems to) there is now implemented fallback based on reflection request.body.length then request.body.size and if all else fails request.content_length (which isn't ideal) 2012-07-08 21:09:53 +01:00
Daniel Munn
c50ff70cba 1.4.4p1 release 2012-07-07 07:29:09 +01:00
unknown
4b74726cf1 Issue #21 - updated to provide fallback URI parse - should correct issue
(Test Pending)
2012-07-05 23:55:35 +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
e8afc9f584 Fixes #21 Webdav seems to be functional from subfolder 2012-07-05 13:12:56 +01:00
Daniel Munn
5dee0c03e2 Issue #21 unable to access webdav when a subfolder
Resolution comes with using path_info in request - to be tested
2012-07-05 13:00:58 +01:00
root
1f9e136934 Cleanup for push to stable 2012-07-05 07:52:02 +01:00
root
f6350d3859 Fixes #20 - SQL incompatibility with SQLite 2012-07-05 07:48:43 +01:00
Daniel Munn
b502f3247e 1.4.4 Stable 2012-06-29 11:46:04 +01:00
Daniel Munn
88536e0def Fixes #17 - DAV4Rack is now vendored - documentation updated 2012-06-29 11:29:30 +01:00
Daniel Munn
7649310272 Fixes #18 - warning enducing spaces removed 2012-06-29 10:35:41 +01:00
Daniel Munn
c32881c7f5 Fixes #16 - incomplete check meant functionality designed for "copy" was bleeding into creation form too 2012-06-29 10:06:15 +01:00
Daniel Munn
875892495a Fixed unused test to use our modifed test framework 2012-06-29 09:44:55 +01:00
Daniel Munn
a8cf03a958 Updating models to contain table name (prevents ambiguous queries) 2012-06-29 09:11:04 +01:00
Daniel Munn
b8716a5cc2 Multiple fixes: upload not rendered for DMSF root; dmsf_lock is now storing uuid for lock; db upgrade / downgrade script updated for support 2012-06-29 08:26:43 +01:00