pavel
6e64842e1a
gem
2018-12-11 01:22:33 +01:00
pavel
dc0eb77cc6
redmine 4.0.0
2018-12-11 01:00:12 +01:00
Karel Pičman
b8b85c7e38
Tests fixed for EasyRedmine
v1.6.2
2018-12-07 11:06:10 +01:00
Karel Pičman
073c4b3492
An EasyRedmine workaround
2018-12-04 16:43:33 +01:00
Karel Pičman
ffb089a15b
v1.6.2 released
2018-12-04 16:11:27 +01:00
Karel Pičman
0c0dffc1e3
#887 REST API 'Get document' : 'title' property is missing in response
2018-12-04 13:32:10 +01:00
Karel Pičman
c68efb5e92
Office URI Scheme for direct editing of MS Office files #823
2018-12-04 12:57:10 +01:00
Karel Pičman
a573e398d7
#887 REST API 'Get document' : 'title' property is missing in response
2018-12-04 11:02:19 +01:00
Karel Pičman
aef1cc3e84
Adding the file's ID into allowed_to's options
2018-12-04 11:01:25 +01:00
Karel Pičman
28b62d5744
Workflow tooltip fix
2018-11-13 15:34:42 +01:00
Karel Pičman
fcfbd271fe
An invalid /th> tag
2018-11-13 12:39:17 +01:00
Karel Pičman
5741261343
An invalid /th> tag
2018-11-13 10:28:06 +01:00
Karel Pičman
c111a97d1b
An invalid /th> tag
2018-11-13 09:54:23 +01:00
Karel Pičman
d5348ed337
Storage path in EasyRedmine
2018-11-12 09:45:21 +01:00
Karel Pičman
802d15818f
WebDAV errors
2018-11-09 14:26:47 +01:00
Karel Pičman
f240bbaf9b
https://github.com/rubocop-hq/rails-style-guide
2018-11-09 14:01:05 +01:00
Karel Pičman
4d576c9dc7
W3C validation
2018-11-09 12:59:50 +01:00
Karel Pičman
232e59069f
https://github.com/rubocop-hq/rails-style-guide
2018-11-09 09:03:33 +01:00
Karel Pičman
53f8d42ffc
https://github.com/rubocop-hq/rails-style-guide
2018-11-09 08:37:54 +01:00
Karel Pičman
caec971cc1
https://github.com/rubocop-hq/rails-style-guide
2018-11-08 14:18:20 +01:00
Karel Pičman
abcda470f5
https://github.com/rubocop-hq/rails-style-guide
2018-11-08 14:04:19 +01:00
Karel Pičman
a78be36c38
https://github.com/rubocop-hq/rails-style-guide
2018-11-07 18:26:21 +01:00
Karel Pičman
9084898558
https://github.com/rubocop-hq/rails-style-guide
2018-11-07 18:05:01 +01:00
Karel Pičman
13d2de6661
https://github.com/rubocop-hq/rails-style-guide
2018-11-07 17:56:04 +01:00
Karel Pičman
19a8232c17
https://github.com/rubocop-hq/rails-style-guide
2018-11-07 17:36:33 +01:00
Karel Pičman
120b3ca206
https://github.com/rubocop-hq/rails-style-guide
2018-11-07 16:49:52 +01:00
Karel Pičman
405ee2efe6
https://github.com/rubocop-hq/rails-style-guide
2018-11-07 16:42:57 +01:00
Karel Pičman
dd3ff7cde9
https://github.com/rubocop-hq/rails-style-guide
2018-11-07 15:43:13 +01:00
Karel Pičman
0e1b820599
#803 needless javascript code
2018-10-24 15:02:46 +02:00
Karel Pičman
e14a5e7335
Easy query
2018-10-10 10:07:23 +02:00
Karel Pičman
2cf390617d
Easy query
2018-10-08 12:53:39 +02:00
Karel Pičman
43c4f9aa9a
Easy query
2018-10-08 12:53:04 +02:00
Karel Pičman
b3412ebfa6
Invalid format
2018-10-05 09:29:45 +02:00
Karel Pičman
8099113d4d
Code review
2018-09-21 09:10:34 +02:00
Karel Pičman
ba1dad5991
Fast links - code review
2018-09-21 08:18:22 +02:00
Karel Pičman
23af00fb83
Fast links tests
2018-09-20 14:01:52 +02:00
Karel Pičman
22d59b4e67
validation_presence_of instead of validate :presence => true
2018-09-14 11:01:15 +02:00
Karel Pičman
484f1388cb
Validations added
2018-09-13 11:52:37 +02:00
Karel Pičman
6494d3cbcf
label_webdav is duplicated in local files #907
2018-09-05 12:11:06 +02:00
Karel Pičman
535a4cc4fe
Merge branch 'devel-1.6.2' of github.com:danmunn/redmine_dmsf into devel-1.6.2
2018-09-04 13:28:42 +02:00
Karel Pičman
5d6ed07eb3
Fast links
2018-09-04 13:28:26 +02:00
Karel Picman
b6f0f7c28e
Merge pull request #904 from laurentpsychedelic/feature/DmsfVersionAndLastUpdateMacros
...
Feature: DMSF file's version and last update date macros
2018-08-24 08:04:36 +02:00
Laurent FABRE
c22b88802e
Added macros to reference a file's version and last update date:
...
Example:
{{dmsfversion(123)}} -> "2.5" -> return version of file with id "123"
{{dmsflastupdate(123)}} -> "2018-08-24 08:46" -> returns the file's last update date (formatted according to redmine settings)
2018-08-24 10:14:40 +09:00
Karel Picman
3bbf9f26da
Merge pull request #899 from laurentpsychedelic/feature/CustomCaptionForDmsfdMacro
...
Added the ability to set a custom caption where referencing file details with the {{dmsfd(...)}} macro
2018-08-10 09:35:49 +02:00
Laurent FABRE
952f3d953e
Added the ability to set a custom caption where referencing file details with the {{dmsfd(...)}} macro
...
Example:
{{dmsfd(123, File details)}} -> <a href="/dmsf/files/123">File details</a>
2018-08-10 16:16:47 +09:00
Karel Pičman
2dbadfc2c2
Useless error message
2018-08-08 13:38:34 +02:00
Karel Pičman
de1b8e6d70
Cannot uninstall DMS
2018-08-06 11:06:05 +02:00
Karel Picman
e898cfae46
Merge pull request #893 from ahorek/fix_ci
...
fix ci
2018-07-31 08:14:55 +02:00
Karel Picman
d495f6dd32
Merge pull request #892 from ahorek/params_each
...
[refactor] use attachment params directly
2018-07-31 08:12:46 +02:00
pavel
ae2c61d677
fix ci
2018-07-31 00:34:57 +02:00