Jean-Philippe Lang
2503731d3c
Removes invalid attributes from gravatar img tag.
...
git-svn-id: http://svn.redmine.org/redmine/trunk@16372 e93f8b46-1217-0410-a6f0-8f06a7374b81
2017-03-05 08:55:13 +00:00
Jean-Philippe Lang
91d10c63f0
Show Last Comment in Issue list ( #1474 ).
...
Patch by Marius BALTEANU.
git-svn-id: http://svn.redmine.org/redmine/trunk@16367 e93f8b46-1217-0410-a6f0-8f06a7374b81
2017-03-05 07:58:07 +00:00
Jean-Philippe Lang
fdb8b93f85
Fix PDF formatting ( #21705 ).
...
Patch by Greg T.
git-svn-id: http://svn.redmine.org/redmine/trunk@16362 e93f8b46-1217-0410-a6f0-8f06a7374b81
2017-03-03 17:25:44 +00:00
Jean-Philippe Lang
ddef0ad7c1
Moves redcloth3.rb to lib/redmine/wiki_formatting/textile.
...
git-svn-id: http://svn.redmine.org/redmine/trunk@16358 e93f8b46-1217-0410-a6f0-8f06a7374b81
2017-03-03 17:16:53 +00:00
Jean-Philippe Lang
eaf8fb9885
Ruby 2.4: Fixed "key must be 32 bytes" error of OpenSSL::Cipher ( #25048 ).
...
Patch by Go MAEDA.
git-svn-id: http://svn.redmine.org/redmine/trunk@16354 e93f8b46-1217-0410-a6f0-8f06a7374b81
2017-03-02 22:48:11 +00:00
Jean-Philippe Lang
64b30de787
Turns @@languages_lookup into a cache by using ||= ( #25014 ).
...
Patch by Jens Kraemer.
git-svn-id: http://svn.redmine.org/redmine/trunk@16349 e93f8b46-1217-0410-a6f0-8f06a7374b81
2017-03-02 19:42:18 +00:00
Jean-Philippe Lang
7d04dca697
Prevent warning about already defined constant.
...
git-svn-id: http://svn.redmine.org/redmine/trunk@16345 e93f8b46-1217-0410-a6f0-8f06a7374b81
2017-03-02 18:16:13 +00:00
Jean-Philippe Lang
dac7903da3
Fixes uploading of empty files ( #25115 ).
...
- prevents creation of attachment records without existing diskfile and empty
digest
- adds test case to check file upload API response
- also removes the file size check in ActsAsAttachable which still prevented
attachment of zero size attachments to containers but only for clients
without Javascript (where save_attachments is called with the actual file
upload).
Patch by Jens Kraemer.
git-svn-id: http://svn.redmine.org/redmine/trunk@16341 e93f8b46-1217-0410-a6f0-8f06a7374b81
2017-02-28 18:05:17 +00:00
Toshi MARUYAMA
79fb434fec
Mercurial 4.1 compatibility ( #24999 )
...
git-svn-id: http://svn.redmine.org/redmine/trunk@16329 e93f8b46-1217-0410-a6f0-8f06a7374b81
2017-02-05 05:22:29 +00:00
Jean-Philippe Lang
7cab59d220
Reverts unwanted change ( #24769 ).
...
git-svn-id: http://svn.redmine.org/redmine/trunk@16318 e93f8b46-1217-0410-a6f0-8f06a7374b81
2017-01-30 21:35:23 +00:00
Jean-Philippe Lang
79d5d30705
Hires (2x DPR) image support for Gravatars ( #24927 ).
...
Patch by Jan Schulz-Hofen.
git-svn-id: http://svn.redmine.org/redmine/trunk@16313 e93f8b46-1217-0410-a6f0-8f06a7374b81
2017-01-30 19:40:57 +00:00
Jean-Philippe Lang
df4564bbd4
Show all members in user custom field filter on the cross project issue list ( #24769 ).
...
git-svn-id: http://svn.redmine.org/redmine/trunk@16310 e93f8b46-1217-0410-a6f0-8f06a7374b81
2017-01-30 18:37:17 +00:00
Toshi MARUYAMA
b2c0ea2c3e
do not replace all invalid utf8 ( #24616 )
...
git-svn-id: http://svn.redmine.org/redmine/trunk@16273 e93f8b46-1217-0410-a6f0-8f06a7374b81
2017-01-28 06:24:51 +00:00
Toshi MARUYAMA
281bc5c454
unify duplicate codes ( #24616 )
...
git-svn-id: http://svn.redmine.org/redmine/trunk@16272 e93f8b46-1217-0410-a6f0-8f06a7374b81
2017-01-28 05:43:33 +00:00
Jean-Philippe Lang
a869504a44
Omit blank fields in PDF too ( #21705 ).
...
git-svn-id: http://svn.redmine.org/redmine/trunk@16258 e93f8b46-1217-0410-a6f0-8f06a7374b81
2017-01-25 16:08:26 +00:00
Jean-Philippe Lang
9cf1c5cfae
Adjust rendering of custom fields in PDF ( #21705 ).
...
git-svn-id: http://svn.redmine.org/redmine/trunk@16253 e93f8b46-1217-0410-a6f0-8f06a7374b81
2017-01-25 15:11:21 +00:00
Jean-Philippe Lang
8e4cb42f8e
Raise the height of text custom fields.
...
git-svn-id: http://svn.redmine.org/redmine/trunk@16252 e93f8b46-1217-0410-a6f0-8f06a7374b81
2017-01-25 14:58:50 +00:00
Jean-Philippe Lang
b40d66f39f
Option for long text custom fields to be displayed under the description field ( #21705 ).
...
Based on patch by Marius BALTEANU.
git-svn-id: http://svn.redmine.org/redmine/trunk@16251 e93f8b46-1217-0410-a6f0-8f06a7374b81
2017-01-25 14:55:36 +00:00
Jean-Philippe Lang
df5dba5dde
Modify circular inclusion test to use page.id instead of page.title ( #24869 ).
...
Patch by Michael Esemplare.
git-svn-id: http://svn.redmine.org/redmine/trunk@16227 e93f8b46-1217-0410-a6f0-8f06a7374b81
2017-01-19 18:32:06 +00:00
Jean-Philippe Lang
2c70d9e988
Set inverse on custom_values association.
...
git-svn-id: http://svn.redmine.org/redmine/trunk@16220 e93f8b46-1217-0410-a6f0-8f06a7374b81
2017-01-18 12:52:42 +00:00
Jean-Philippe Lang
9206d077d4
Group versions by status in version custom field filter ( #23265 ).
...
git-svn-id: http://svn.redmine.org/redmine/trunk@16194 e93f8b46-1217-0410-a6f0-8f06a7374b81
2017-01-14 11:30:00 +00:00
Jean-Philippe Lang
91f39dea8f
Add "me" value for logged users only.
...
git-svn-id: http://svn.redmine.org/redmine/trunk@16193 e93f8b46-1217-0410-a6f0-8f06a7374b81
2017-01-14 11:01:21 +00:00
Jean-Philippe Lang
309c6cec86
Don't preload custom field filter values ( #24787 ).
...
git-svn-id: http://svn.redmine.org/redmine/trunk@16173 e93f8b46-1217-0410-a6f0-8f06a7374b81
2017-01-12 20:19:45 +00:00
Jean-Philippe Lang
2734eaffd8
Adds a link to all projects in the jump drop down ( #23310 ).
...
git-svn-id: http://svn.redmine.org/redmine/trunk@16172 e93f8b46-1217-0410-a6f0-8f06a7374b81
2017-01-10 18:33:36 +00:00
Jean-Philippe Lang
a4f167ec1a
Don't render memberships forms, use #edit instead.
...
git-svn-id: http://svn.redmine.org/redmine/trunk@16149 e93f8b46-1217-0410-a6f0-8f06a7374b81
2017-01-07 10:26:36 +00:00
Jean-Philippe Lang
e29b4ba26a
Updates for 3.3.2 release.
...
git-svn-id: http://svn.redmine.org/redmine/trunk@16142 e93f8b46-1217-0410-a6f0-8f06a7374b81
2017-01-07 08:37:20 +00:00
Jean-Philippe Lang
f2bf5aa25c
Skip workflow creation in tests for each locale.
...
git-svn-id: http://svn.redmine.org/redmine/trunk@16115 e93f8b46-1217-0410-a6f0-8f06a7374b81
2016-12-31 12:53:38 +00:00
Jean-Philippe Lang
b58cf25383
Adds .rebuild_single_tree! to rebuild a single tree ( #24167 ).
...
git-svn-id: http://svn.redmine.org/redmine/trunk@16111 e93f8b46-1217-0410-a6f0-8f06a7374b81
2016-12-21 10:35:36 +00:00
Jean-Philippe Lang
f9823d1028
Restricts the list of file types that can be thumbnailed.
...
git-svn-id: http://svn.redmine.org/redmine/trunk@16092 e93f8b46-1217-0410-a6f0-8f06a7374b81
2016-12-20 08:52:26 +00:00
Jean-Philippe Lang
575f4032a2
Reverted r16053 ( #23318 ).
...
SQL error with PostgreSQL.
git-svn-id: http://svn.redmine.org/redmine/trunk@16054 e93f8b46-1217-0410-a6f0-8f06a7374b81
2016-12-10 09:44:39 +00:00
Jean-Philippe Lang
10b3e3e323
#lock_nested_set very slow on mysql with thousands of subtasks ( #23318 ).
...
Patch by Stephane Evr.
git-svn-id: http://svn.redmine.org/redmine/trunk@16053 e93f8b46-1217-0410-a6f0-8f06a7374b81
2016-12-10 08:54:20 +00:00
Jean-Philippe Lang
e610fda877
Use #get instead of #[] to read errors on the attribute.
...
git-svn-id: http://svn.redmine.org/redmine/trunk@15988 e93f8b46-1217-0410-a6f0-8f06a7374b81
2016-11-19 11:10:07 +00:00
Jean-Philippe Lang
124a459d55
Use the main menu for project related actions that support cross-project display.
...
git-svn-id: http://svn.redmine.org/redmine/trunk@15983 e93f8b46-1217-0410-a6f0-8f06a7374b81
2016-11-19 10:30:02 +00:00
Jean-Philippe Lang
5a7211f70e
Use the regular "icon icon-*" for admin menu links ( #24313 ).
...
Patch by Marius BALTEANU.
git-svn-id: http://svn.redmine.org/redmine/trunk@15972 e93f8b46-1217-0410-a6f0-8f06a7374b81
2016-11-18 14:44:40 +00:00
Jean-Philippe Lang
5b5b751d8c
Show the entered value when it's not valid ( #23996 ).
...
git-svn-id: http://svn.redmine.org/redmine/trunk@15971 e93f8b46-1217-0410-a6f0-8f06a7374b81
2016-11-18 14:17:11 +00:00
Jean-Philippe Lang
5495e6f342
Introduce a setting to change the display format of timespans to h:mm ( #23996 ).
...
Patch by Jens Kraemer.
git-svn-id: http://svn.redmine.org/redmine/trunk@15965 e93f8b46-1217-0410-a6f0-8f06a7374b81
2016-11-18 12:42:20 +00:00
Jean-Philippe Lang
9c3e3a4276
Code cleanup ( #24007 ).
...
git-svn-id: http://svn.redmine.org/redmine/trunk@15964 e93f8b46-1217-0410-a6f0-8f06a7374b81
2016-11-18 12:20:10 +00:00
Jean-Philippe Lang
7a9a22f3dd
Change plugins directory through the configuration.yml file ( #24007 ).
...
Patch by Helder Manuel Torres Vieira.
git-svn-id: http://svn.redmine.org/redmine/trunk@15963 e93f8b46-1217-0410-a6f0-8f06a7374b81
2016-11-18 12:14:41 +00:00
Jean-Philippe Lang
9acc16d68d
Removed left-over code comment.
...
git-svn-id: http://svn.redmine.org/redmine/trunk@15961 e93f8b46-1217-0410-a6f0-8f06a7374b81
2016-11-18 12:06:19 +00:00
Jean-Philippe Lang
298c8a9f0a
Typo in class name ( #24150 ).
...
git-svn-id: http://svn.redmine.org/redmine/trunk@15960 e93f8b46-1217-0410-a6f0-8f06a7374b81
2016-11-18 12:04:38 +00:00
Jean-Philippe Lang
25a3766365
Add tablename to siblings query ( #24296 ).
...
Patch by Danil Tashkinov.
git-svn-id: http://svn.redmine.org/redmine/trunk@15958 e93f8b46-1217-0410-a6f0-8f06a7374b81
2016-11-18 08:46:07 +00:00
Jean-Philippe Lang
2b70d97705
acts_as_versioned use old style (Rails 2.x) of method call for #all ( #24348 ).
...
git-svn-id: http://svn.redmine.org/redmine/trunk@15950 e93f8b46-1217-0410-a6f0-8f06a7374b81
2016-11-18 07:19:13 +00:00
Jean-Philippe Lang
8b86d5158e
Moves blocks definition to Redmine::MyPage.
...
git-svn-id: http://svn.redmine.org/redmine/trunk@15930 e93f8b46-1217-0410-a6f0-8f06a7374b81
2016-10-29 10:10:31 +00:00
Jean-Philippe Lang
73ef85f672
Don't bulk edit file custom fields ( #6719 ).
...
git-svn-id: http://svn.redmine.org/redmine/trunk@15923 e93f8b46-1217-0410-a6f0-8f06a7374b81
2016-10-23 11:48:52 +00:00
Jean-Philippe Lang
f94711ea8c
Option to specify allowed extensions for a file custom field ( #6719 ).
...
git-svn-id: http://svn.redmine.org/redmine/trunk@15921 e93f8b46-1217-0410-a6f0-8f06a7374b81
2016-10-23 11:00:02 +00:00
Jean-Philippe Lang
ef45304817
Adds file custom field format ( #6719 ).
...
git-svn-id: http://svn.redmine.org/redmine/trunk@15917 e93f8b46-1217-0410-a6f0-8f06a7374b81
2016-10-23 09:16:14 +00:00
Jean-Philippe Lang
ad0aa40ef1
Autoloading Redmine::Scm::Adapters::CommandFailed might fail.
...
git-svn-id: http://svn.redmine.org/redmine/trunk@15914 e93f8b46-1217-0410-a6f0-8f06a7374b81
2016-10-20 17:41:16 +00:00
Jean-Philippe Lang
b3ddd37346
Updates for 3.3.1.
...
git-svn-id: http://svn.redmine.org/redmine/trunk@15898 e93f8b46-1217-0410-a6f0-8f06a7374b81
2016-10-10 07:45:18 +00:00
Jean-Philippe Lang
878a91a283
Reverts r15891 ( #23318 ).
...
Deadlocks with MySQL.
git-svn-id: http://svn.redmine.org/redmine/trunk@15892 e93f8b46-1217-0410-a6f0-8f06a7374b81
2016-10-09 08:37:48 +00:00
Jean-Philippe Lang
e7f1780d7d
#lock_nested_set very slow on mysql with thousands of subtasks ( #23318 ).
...
Patch by Stephane Evr.
git-svn-id: http://svn.redmine.org/redmine/trunk@15891 e93f8b46-1217-0410-a6f0-8f06a7374b81
2016-10-08 09:15:55 +00:00