William Schey
ed91504785
Notifications Always On ( #262 )
...
Commit: 68dd2e4c831b192cebed155877e6100e2691ec6b
defaulted DMSF to always send notifications. This changes the default notification to use the Global notification setting in the DMSF settings as per issue #262 .
2015-01-20 16:04:31 +10:00
Karel Pičman
4f564abd2a
Database normalisation #301
2014-10-16 10:58:35 +02:00
Karel Pičman
2e8b51bb37
Fulltext search improvement
2014-08-20 10:09:05 +02:00
Karel Pičman
6b0ced37c8
500 Internal Server Error, redmine 2.5.1, MS SQL Server 2012, dmsf 1.4.8-master, dmsf_link.rb #270
2014-07-30 14:37:01 +02:00
Karel Pičman
1db1e4bbd2
#218 Recycle bin - bulk operations
2014-06-13 10:19:27 +02:00
Karel Pičman
3e8b141cf6
#218 Recycle bin
2014-05-23 13:26:11 +02:00
Karel Picman
635410d62c
#249 Storage path for DMSF files ignores global storage path for attachments
2014-04-23 09:32:33 +02:00
Karel Picman
4c3b546429
#246 'File storage directory' does not default properly when setting is empty
2014-04-14 13:59:39 +02:00
Karel Picman
f6e444e1c0
WebDAV tests fixed and re-enabled
2014-04-03 15:08:18 +02:00
Karel Picman
a1aee1100b
WebDAV tests fixed and re-enabled
2014-04-03 15:06:16 +02:00
Karel Picman
76c620ec51
Copy the physical file of the last revision instead of moving when moving a file between projects
2014-04-02 10:33:19 +02:00
Karel Picman
bbbc21bf14
Needless sorting removed
2014-03-19 12:48:48 +01:00
Karel Picman
cd94b958c1
#236 Documents tagging
2014-03-19 12:43:11 +01:00
Karel Picman
7193e37d17
Copy symbolic links also in the root folder
2014-03-14 14:49:27 +01:00
Karel Picman
2686222ba1
#183 Long file names
2014-03-10 09:51:33 +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
31463cdba2
Old 'TODO' either solved or removed
2014-02-24 16:00:20 +01:00
Karel Picman
3351ab44a6
#216 having notification emails translated
2014-02-24 14:38:01 +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
7992c460ef
Merge remote-tracking branch 'origin/master' into devel-1.4.8
2014-02-06 11:53:09 +01:00
Karel Picman
1fcf1efbfe
#212 Incorrect revision information in email notification
2014-02-06 11:03:27 +01:00
William Schey
18f41d3533
Edit link on search
...
Changes the search result to take you to the file instead of downloading
2014-02-06 20:02:31 +10:00
William Schey
86829597b6
fixes "undefined method `id' for nil:NilClass: searching model "dmsf_files""
...
seems sometimes dmsf_file.project is nil
2014-02-06 19:35:42 +10:00
Karel Picman
4aa3d3923d
Exception handling when a file or folder is missing
2014-01-20 09:38:30 +01:00
Karel Picman
9feb14577c
#191 Move/Copy gives undefined method for File:Class
2014-01-02 13:34:46 +01:00
Karel Picman
df36bccfba
dos2unix
2013-12-17 09:24:08 +01:00
Karel Picman
b0f4b0ef6e
#175 - Error 500 on performing search
2013-11-20 08:52:05 +01:00
Karel Picman
c2117d561a
#94 Files not deleted with project
2013-11-13 15:17:55 +01:00
Karel Picman
343866a015
The main document view seeded up 3x
2013-11-13 09:14:42 +01:00
Karel Picman
c0777e292e
Custom fileds copy/move
2013-11-12 09:14:01 +01:00
Karel Picman
f82aa2d4b9
Custom fileds enabled again
2013-11-08 13:47:39 +01:00
Karel Picman
fe1227221e
validates_presence_of is deprecated
2013-11-04 13:51:08 +01:00
Karel Picman
a899d85ca4
#157 fixed
2013-09-26 09:22:21 +02:00
Karel Picman
ff9f3e975c
Wrong path in the file details view
2013-08-28 15:37:40 +02:00
Karel Picman
126523c7bd
Email notifications of the root folder
2013-08-19 15:26:47 +02:00
Karel Picman
de9370961a
Email notification failures when files are locked fixed
2013-08-16 15:37:45 +02:00
Daniel Munn
6633c9b0c8
Resolves regression seen in #93
2013-01-18 23:32:09 +00:00
Daniel Munn
076f840eee
Resolves pull request #84
2013-01-09 23:55:20 +00: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
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
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
6c325ff7c1
Fixes #27 incorrect call to to_s causes execution error.
2012-07-11 10:07:12 +02: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
a8cf03a958
Updating models to contain table name (prevents ambiguous queries)
2012-06-29 09:11:04 +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
e3831b409f
Fix: errors.add_to_base is not Rails3 compliant - changed with errors[:base] <<
...
Update: UI updates to better notify of locked status
2012-06-27 12:56:41 +01:00