Karel Picman
e9385da7fa
Public URLs in email entries #626
2017-01-02 08:12:43 +01:00
Karel Picman
6649784062
send_file using disposition
2016-12-22 15:35:59 +01:00
Honza Novak
f66ee8ea42
Modify save action, so that updates can be triggered with API call (csrf validation is being skipped when redmine api key is present)
...
Add option to lookup folder by title with API call, if folder is found then information about that is appended into output.
2016-12-09 21:25:08 +01:00
Honza Novak
d841e5e1ff
API: make folder.save action available as an API call. This allows changing folder attributes like renaming folder, or changing folder description.
2016-12-09 21:25:01 +01:00
Karel Picman
0bc63d689d
Tree view doesn't work in some installations
2016-12-09 09:50:33 +01:00
Karel Picman
1b9bab1493
Merge pull request #610 from carlolars/global_title_format_fixes
...
Global title format fixes
2016-11-25 09:02:21 +01:00
COLA@Redminetest
9e328c39ab
dmsf_file_revisions are ordered by id instead of major_version, minor_version and updated_at.
...
Previously they were ordered by major_version DESC, minor_version DESC and updated_at DESC.
This caused problems after restoring deleted files as the updated_at field were set to the same for all revisions,
and renamed files have the same major and minor version and could therefore be sorted in the wrong order.
Why would it not be ordered by id from the start?
2016-11-24 22:23:46 +01:00
COLA@Redminetest
d2f3af0b88
source_revision for dependent revisions is updated on destroy instead of delete.
2016-11-24 21:37:17 +01:00
COLA@Redminetest
e7925a4f9a
When displaying a link to a file use the display_name.
2016-11-24 17:31:35 +01:00
COLA@Redminetest
c53e8735b1
The display_name should also use the formatted_name.
2016-11-24 17:02:03 +01:00
COLA@Redminetest
db885d4edc
The DmsfFilesController.view and .show methods did not use the global title format, only the user configured title format.
2016-11-24 16:32:44 +01:00
COLA@Redminetest
7a66ce52a9
The DmsfFileRevision.formatted_name method does no longer corrupt the argument 'format'.
2016-11-24 16:17:53 +01:00
COLA@Redminetest
5d9826ebaa
Update last_revision when moving a file.
2016-11-20 13:15:35 +01:00
Karel Picman
bd389c1e55
Merge pull request #604 from carlolars/603_WrongEmailWhenSendingDocuments
...
Fixing #603
2016-11-16 12:27:35 +01:00
Redmine User
84a878d2a5
Mailer.mail does not use :from but 'From' as the key for the from-address. #603
...
The from field is set to "Username <Usermail>".
2016-11-15 18:37:19 +01:00
Karel Picman
44be3cf540
modern upload file type don't work #593
2016-11-15 14:03:34 +01:00
COLA@Redminetest
0d58cfade3
Added a global Title Format, configured in plugin settings and used when no user defined format is present.
2016-11-14 19:16:30 +01:00
Karel Picman
70b56a0a53
Revision deleting #580
2016-11-10 11:00:05 +01:00
Karel Picman
539daa5472
Wrong file size #579
2016-11-10 10:23:56 +01:00
Karel Picman
538371e316
A lot of warnings in WebDAV unit tests #584
2016-11-02 14:33:24 +01:00
Karel Picman
de2ad3f1a6
FATAL -- : ActionController::RoutingError (No route matches [GET] '/plugin_assets/redmine_dmsf/javascripts/jquery.dataTables/zh.json') type:bug #582
2016-10-24 12:27:57 +02:00
Karel Picman
08c21a4730
devel-1.5.8 merged to the master
2016-10-21 11:17:11 +02:00
Karel Picman
0082367870
File.exists? is obsolete
2016-10-21 09:09:40 +02:00
Karel Picman
a818c15a28
max-with for new version pick list
2016-10-12 12:35:23 +02:00
Karel Picman
8212351f46
A wrong title when uploading documents #578
2016-10-10 15:49:22 +02:00
Karel Picman
1e58b5f1ae
An error when user is not set
2016-09-27 12:57:00 +02:00
Karel Picman
70fcbb6ba2
Tree view optimized for speed
2016-09-23 10:17:16 +02:00
Karel Picman
0ef5deb43e
Bulk edit for users hook implementation
2016-09-05 10:50:54 +02:00
Karel Picman
377b4c320a
Bulk edit hook
2016-08-31 13:06:42 +02:00
Karel Picman
b25ceeb206
@user might be null
2016-08-31 12:47:43 +02:00
Karel Picman
08cad12de4
trying to send mail without recipient results in error 500 #560
2016-08-25 15:18:27 +02:00
Karel Picman
cfbae13b56
drag/drop feature for new content #443
2016-08-25 14:23:04 +02:00
Karel Picman
fa81e4f27a
A typing mistake
2016-08-25 14:06:45 +02:00
Karel Picman
9f199d299d
Error 500 when a link to another folder is in the folder/project #565 - master branch
2016-08-23 14:39:23 +02:00
Karel Picman
6aae60cff6
drag/drop feature for new content #443
2016-08-23 14:16:27 +02:00
Karel Picman
b03a69e87c
HTML tags in the document description breaks UI #566
2016-08-23 09:32:47 +02:00
Karel Picman
fc6a4fc81e
Error 500 when a link to another folder is in the folder/project #565
2016-08-23 07:42:19 +02:00
Karel Picman
5fdab0000c
New step button text #562
2016-08-17 14:35:10 +02:00
Karel Picman
79db9f1319
Wrong path in the document's details form #561
2016-08-17 10:16:32 +02:00
Karel Picman
6e87001d70
devel-1.5.7 merged into the master
2016-08-12 12:02:28 +02:00
Karel Picman
6ae17d1ec3
project.members cannot be nil
2016-08-09 14:42:07 +02:00
Karel Picman
fb7b2623af
NoMethodError: undefined method 'each' for nil:NilClass
2016-08-09 09:35:49 +02:00
Karel Picman
c8928d6691
Upload title is a required field
2016-07-29 14:08:32 +02:00
Karel Picman
4f6e5fee5d
JQeury datatable not load correct language file #554
2016-07-28 10:52:00 +02:00
Karel Picman
c7f6a760c1
Permissions of the uploaded file
2016-07-28 09:41:53 +02:00
Karel Picman
e7a6ae5ddd
Approval workflow email notifications #544
2016-07-20 09:51:25 +02:00
Karel Picman
192edd6984
Link from commbo box sorting #542
2016-07-20 08:14:32 +02:00
Karel Picman
111a27fc98
Wrong tool-tip for dmsf macro #545
2016-07-20 07:25:34 +02:00
Karel Picman
6ec5fe3719
Drag&Drop in approval workflow ordering
2016-07-19 14:28:02 +02:00
Karel Picman
7fc3e49a76
Drag&Drop in approval workflow steps ordering
2016-07-19 14:04:32 +02:00