Karel Picman
4e1072e8d2
Incomplete copy of a file to another project #651
2017-02-09 12:52:49 +01:00
Karel Picman
15a0c89eb4
Incomplete copy of a file to another project #651
2017-02-09 12:38:39 +01:00
Karel Picman
f9765c5af1
v1.5.9 tests
2017-02-09 12:12:38 +01:00
Karel Picman
c1ed977985
v1.5.9 tests
2017-02-09 10:32:38 +01:00
Karel Picman
efc9368b60
REST API Unit tests
2017-02-09 09:33:38 +01:00
Karel Picman
fc0a22a98b
2016 -> 2017
2017-02-08 10:57:13 +01:00
Karel Picman
71b0654342
Documents approving in My Page
2017-02-08 08:33:14 +01:00
Karel Picman
da6e2cf148
NameError: uninitialized constant DmsfHelper::CSV
2017-02-08 08:29:31 +01:00
Karel Picman
aae721d21b
Position of a document custom fields unified
2017-02-07 15:20:30 +01:00
COLA@Redmine.local
58ae5aa706
new_storage_filename is using p_<project_base> path when checking if filename already exists.
2017-02-03 22:49:05 +01:00
Karel Picman
9e124bfa84
Merge pull request #645 from carlolars/630_DisableVersioning
...
Disable versioning #630
2017-02-03 12:58:08 +01:00
Karel Picman
89bd771f0d
refs #136585 issue copying
2017-02-03 12:25:24 +01:00
COLA@Redmine.local
0f288ba881
Disable file versioning for files that match the filter.
2017-02-02 21:54:05 +01:00
Karel Picman
a57031957a
Double space #641
2017-02-02 14:59:54 +01:00
Karel Picman
509096c649
Documents export #641
2017-02-02 14:51:07 +01:00
Karel Picman
134076aa05
Documents export #641
2017-02-02 14:09:44 +01:00
Karel Picman
f7051c7ba0
Disable versioning for certain files/file patterns #630
2017-01-31 10:49:23 +01:00
Karel Picman
39a0a57813
Linking Issues and DMSF Documents #48
2017-01-30 15:21:22 +01:00
Karel Picman
65820f97f3
Linking Issues and DMSF Documents #48
2017-01-26 10:20:39 +01:00
Karel Picman
8dc7aba2a9
Edit approval workflow steps #635
2017-01-17 10:40:40 +01:00
Karel Picman
2f6fc5cc9d
Edit approval workflow steps #635
2017-01-17 09:41:43 +01:00
Karel Picman
66c5af9d53
title and sort
2017-01-16 09:57:36 +01:00
Karel Picman
2e2b15c260
Document export rake task #634
2017-01-16 09:37:06 +01:00
COLA@Redminetest
75a443dac9
Implemented caching of PROPSTATS and PROPFIND using MemCacheStore (memcached).
2017-01-15 21:12:16 +01:00
COLA@Redminetest
07cba00715
Fixed error when o.description is nil.
2017-01-11 16:24:35 +01:00
Karel Picman
c7a30ca410
#527 MD5 = 0 if the file is missing
2017-01-10 13:35:05 +01:00
Karel Picman
23c382190f
#499 , #555 optionable DMSF columns
2017-01-10 13:03:47 +01:00
Karel Picman
1af0f5a461
#499 , #555 optionable DMSF columns
2017-01-10 12:40:24 +01:00
Karel Picman
3159d3c893
#499 , #555 tests
2017-01-10 10:55:46 +01:00
Karel Picman
a1a4dc8a67
#499 , #555 optionable DMSF columns
2017-01-10 10:01:33 +01:00
Karel Picman
e33010471f
Approval workflow step name #629
2017-01-04 14:34:40 +01:00
Karel Picman
29fc493661
Approval workflow step name #629
2017-01-04 13:14:27 +01:00
Karel Picman
029fee6a3f
SQLite has no now() function
2017-01-02 08:31:59 +01:00
Karel Picman
e6e8265eff
SQLite has no now() function
2017-01-02 08:27:40 +01:00
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