]> source.dussan.org Git - redmine.git/log
redmine.git
10 years agoRails4: replace deprecated Relation#update_all at CreateCustomFieldsRoles db migration
Toshi MARUYAMA [Tue, 7 Jan 2014 07:50:59 +0000 (07:50 +0000)]
Rails4: replace deprecated Relation#update_all at CreateCustomFieldsRoles db migration

git-svn-id: http://svn.redmine.org/redmine/trunk@12485 e93f8b46-1217-0410-a6f0-8f06a7374b81

10 years agoStore mime type lookups in a hash.
Jean-Philippe Lang [Sun, 5 Jan 2014 17:56:21 +0000 (17:56 +0000)]
Store mime type lookups in a hash.

git-svn-id: http://svn.redmine.org/redmine/trunk@12484 e93f8b46-1217-0410-a6f0-8f06a7374b81

10 years agoUse the mime-types gem for getting mime types from filenames (#15790).
Jean-Philippe Lang [Sun, 5 Jan 2014 16:35:59 +0000 (16:35 +0000)]
Use the mime-types gem for getting mime types from filenames (#15790).

git-svn-id: http://svn.redmine.org/redmine/trunk@12483 e93f8b46-1217-0410-a6f0-8f06a7374b81

10 years agoUse Rails.application.config.i18n.load_path for adding plugin locales (#12753).
Jean-Philippe Lang [Sun, 5 Jan 2014 14:46:22 +0000 (14:46 +0000)]
Use Rails.application.config.i18n.load_path for adding plugin locales (#12753).

Patch by Takeshi Yaegashi.

git-svn-id: http://svn.redmine.org/redmine/trunk@12482 e93f8b46-1217-0410-a6f0-8f06a7374b81

10 years agoReduces the number of subqueries when searching with many custom fields set as search...
Jean-Philippe Lang [Sun, 5 Jan 2014 14:23:36 +0000 (14:23 +0000)]
Reduces the number of subqueries when searching with many custom fields set as searchable (#15781).

git-svn-id: http://svn.redmine.org/redmine/trunk@12481 e93f8b46-1217-0410-a6f0-8f06a7374b81

10 years agoFixed assertion for postgresql and sqlite (#8842).
Jean-Philippe Lang [Sat, 4 Jan 2014 08:22:50 +0000 (08:22 +0000)]
Fixed assertion for postgresql and sqlite (#8842).

git-svn-id: http://svn.redmine.org/redmine/trunk@12480 e93f8b46-1217-0410-a6f0-8f06a7374b81

10 years agoFixed test failure with ruby1.8 (#8842).
Jean-Philippe Lang [Fri, 3 Jan 2014 19:42:43 +0000 (19:42 +0000)]
Fixed test failure with ruby1.8 (#8842).

git-svn-id: http://svn.redmine.org/redmine/trunk@12479 e93f8b46-1217-0410-a6f0-8f06a7374b81

10 years agoFixed test failure with sqlite (#8842).
Jean-Philippe Lang [Fri, 3 Jan 2014 16:36:04 +0000 (16:36 +0000)]
Fixed test failure with sqlite (#8842).

git-svn-id: http://svn.redmine.org/redmine/trunk@12478 e93f8b46-1217-0410-a6f0-8f06a7374b81

10 years agoAllow filtering with timestamp (#8842).
Jean-Philippe Lang [Fri, 3 Jan 2014 15:54:49 +0000 (15:54 +0000)]
Allow filtering with timestamp (#8842).

git-svn-id: http://svn.redmine.org/redmine/trunk@12477 e93f8b46-1217-0410-a6f0-8f06a7374b81

10 years agoFixed that magic links to existing attachments are not converted when previewing...
Jean-Philippe Lang [Fri, 3 Jan 2014 14:42:15 +0000 (14:42 +0000)]
Fixed that magic links to existing attachments are not converted when previewing issue notes.

git-svn-id: http://svn.redmine.org/redmine/trunk@12476 e93f8b46-1217-0410-a6f0-8f06a7374b81

10 years agosvn propset svn:eol-style native test fixture (#15785)
Toshi MARUYAMA [Wed, 1 Jan 2014 05:57:50 +0000 (05:57 +0000)]
svn propset svn:eol-style native test fixture (#15785)

git-svn-id: http://svn.redmine.org/redmine/trunk@12475 e93f8b46-1217-0410-a6f0-8f06a7374b81

10 years agosupport more character encoding in incoming emails (#15785)
Toshi MARUYAMA [Wed, 1 Jan 2014 05:54:28 +0000 (05:54 +0000)]
support more character encoding in incoming emails (#15785)

Supporting encodings of iconv on Ruby 1.8 depend on iconv implementation.
glibc-common-2.12-1.132 on CentOS6 does not support ks_c_5601-1987.

Contributed by Felix Schäfer.

git-svn-id: http://svn.redmine.org/redmine/trunk@12474 e93f8b46-1217-0410-a6f0-8f06a7374b81

10 years agoRails4: replace deprecated find_by_id at Changeset class
Toshi MARUYAMA [Sun, 29 Dec 2013 13:49:09 +0000 (13:49 +0000)]
Rails4: replace deprecated find_by_id at Changeset class

git-svn-id: http://svn.redmine.org/redmine/trunk@12473 e93f8b46-1217-0410-a6f0-8f06a7374b81

10 years agoRails4: scm: reload repository after destroying changesets in incremental fetch test
Toshi MARUYAMA [Sun, 29 Dec 2013 13:48:52 +0000 (13:48 +0000)]
Rails4: scm: reload repository after destroying changesets in incremental fetch test

git-svn-id: http://svn.redmine.org/redmine/trunk@12472 e93f8b46-1217-0410-a6f0-8f06a7374b81

10 years agoexplicitly define fix has_and_belongs_to_many join_table at Group and User
Toshi MARUYAMA [Fri, 27 Dec 2013 23:33:15 +0000 (23:33 +0000)]
explicitly define fix has_and_belongs_to_many join_table at Group and User

Rails4 cannot resolve automatically.

git-svn-id: http://svn.redmine.org/redmine/trunk@12471 e93f8b46-1217-0410-a6f0-8f06a7374b81

10 years agoRails4 compatibility of RepositoryTest
Toshi MARUYAMA [Fri, 27 Dec 2013 03:40:30 +0000 (03:40 +0000)]
Rails4 compatibility of RepositoryTest

git-svn-id: http://svn.redmine.org/redmine/trunk@12470 e93f8b46-1217-0410-a6f0-8f06a7374b81

10 years agofix find_all_by_id(n1, n2) parameter at test_member_of_scope_should_return_the_union_...
Toshi MARUYAMA [Fri, 27 Dec 2013 03:26:05 +0000 (03:26 +0000)]
fix find_all_by_id(n1, n2) parameter at test_member_of_scope_should_return_the_union_of_all_members of PrincipalTest

find_all_by_id(n1, n2) returns only n1 result.

git-svn-id: http://svn.redmine.org/redmine/trunk@12469 e93f8b46-1217-0410-a6f0-8f06a7374b81

10 years agofix find_all_by_id(n1, n2) parameter at test_not_member_of_scope_should_return_users_...
Toshi MARUYAMA [Fri, 27 Dec 2013 03:25:49 +0000 (03:25 +0000)]
fix find_all_by_id(n1, n2) parameter at test_not_member_of_scope_should_return_users_that_have_no_memberships of PrincipalTest

find_all_by_id(n1, n2) returns only n1 result.

git-svn-id: http://svn.redmine.org/redmine/trunk@12468 e93f8b46-1217-0410-a6f0-8f06a7374b81

10 years agofix find_all_by_id(n1, n2) parameter at test_show_export_to_pdf_with_changesets of...
Toshi MARUYAMA [Fri, 27 Dec 2013 03:25:32 +0000 (03:25 +0000)]
fix find_all_by_id(n1, n2) parameter at test_show_export_to_pdf_with_changesets of IssuesControllerTest

find_all_by_id(n1, n2) returns only n1 result.

git-svn-id: http://svn.redmine.org/redmine/trunk@12467 e93f8b46-1217-0410-a6f0-8f06a7374b81

10 years agoRails4 compatibility of ProjectTest
Toshi MARUYAMA [Thu, 26 Dec 2013 10:45:13 +0000 (10:45 +0000)]
Rails4 compatibility of ProjectTest

git-svn-id: http://svn.redmine.org/redmine/trunk@12466 e93f8b46-1217-0410-a6f0-8f06a7374b81

10 years agoRails4 compatibility of version group count
Toshi MARUYAMA [Thu, 26 Dec 2013 10:33:18 +0000 (10:33 +0000)]
Rails4 compatibility of version group count

git-svn-id: http://svn.redmine.org/redmine/trunk@12465 e93f8b46-1217-0410-a6f0-8f06a7374b81

10 years agocode format cleanup Principal class
Toshi MARUYAMA [Thu, 26 Dec 2013 09:19:56 +0000 (09:19 +0000)]
code format cleanup Principal class

git-svn-id: http://svn.redmine.org/redmine/trunk@12464 e93f8b46-1217-0410-a6f0-8f06a7374b81

10 years agoremove unneeded including ApplicationHelper from helper tests
Toshi MARUYAMA [Thu, 26 Dec 2013 04:27:21 +0000 (04:27 +0000)]
remove unneeded including ApplicationHelper from helper tests

git-svn-id: http://svn.redmine.org/redmine/trunk@12463 e93f8b46-1217-0410-a6f0-8f06a7374b81

10 years agoremove unneeded 'redmine/field_format' requirement from FieldFormatTest
Toshi MARUYAMA [Thu, 26 Dec 2013 04:11:16 +0000 (04:11 +0000)]
remove unneeded 'redmine/field_format' requirement from FieldFormatTest

git-svn-id: http://svn.redmine.org/redmine/trunk@12462 e93f8b46-1217-0410-a6f0-8f06a7374b81

10 years agofix typo redcarpet requirement in lib/redmine.rb (#15520)
Toshi MARUYAMA [Thu, 26 Dec 2013 03:52:25 +0000 (03:52 +0000)]
fix typo redcarpet requirement in lib/redmine.rb (#15520)

git-svn-id: http://svn.redmine.org/redmine/trunk@12461 e93f8b46-1217-0410-a6f0-8f06a7374b81

10 years agofix Pagination helper test class name
Toshi MARUYAMA [Thu, 26 Dec 2013 03:18:57 +0000 (03:18 +0000)]
fix Pagination helper test class name

git-svn-id: http://svn.redmine.org/redmine/trunk@12460 e93f8b46-1217-0410-a6f0-8f06a7374b81

10 years agoTraditional Chinese translation updated by ChunChang Lo (#15764)
Toshi MARUYAMA [Tue, 24 Dec 2013 05:47:48 +0000 (05:47 +0000)]
Traditional Chinese translation updated by ChunChang Lo (#15764)

git-svn-id: http://svn.redmine.org/redmine/trunk@12457 e93f8b46-1217-0410-a6f0-8f06a7374b81

10 years agochange requirement in bazaar lib as same with other scm libs (#15756)
Toshi MARUYAMA [Tue, 24 Dec 2013 05:06:36 +0000 (05:06 +0000)]
change requirement in bazaar lib as same with other scm libs (#15756)

git-svn-id: http://svn.redmine.org/redmine/trunk@12456 e93f8b46-1217-0410-a6f0-8f06a7374b81

10 years agoDon't load redcarpet with JRuby.
Jean-Philippe Lang [Mon, 23 Dec 2013 17:07:51 +0000 (17:07 +0000)]
Don't load redcarpet with JRuby.

git-svn-id: http://svn.redmine.org/redmine/trunk@12453 e93f8b46-1217-0410-a6f0-8f06a7374b81

10 years agoAdds experimental support for Markdown formatting with redcarpet (#15520).
Jean-Philippe Lang [Mon, 23 Dec 2013 13:05:10 +0000 (13:05 +0000)]
Adds experimental support for Markdown formatting with redcarpet (#15520).

git-svn-id: http://svn.redmine.org/redmine/trunk@12452 e93f8b46-1217-0410-a6f0-8f06a7374b81

10 years agoRescue syntax highlighter exceptions.
Jean-Philippe Lang [Mon, 23 Dec 2013 12:39:18 +0000 (12:39 +0000)]
Rescue syntax highlighter exceptions.

git-svn-id: http://svn.redmine.org/redmine/trunk@12451 e93f8b46-1217-0410-a6f0-8f06a7374b81

10 years agoAdds an option for formatter display name.
Jean-Philippe Lang [Mon, 23 Dec 2013 12:33:42 +0000 (12:33 +0000)]
Adds an option for formatter display name.

git-svn-id: http://svn.redmine.org/redmine/trunk@12450 e93f8b46-1217-0410-a6f0-8f06a7374b81

10 years agoUpdates for 2.4.2 release.
Jean-Philippe Lang [Mon, 23 Dec 2013 08:46:47 +0000 (08:46 +0000)]
Updates for 2.4.2 release.

git-svn-id: http://svn.redmine.org/redmine/trunk@12447 e93f8b46-1217-0410-a6f0-8f06a7374b81

10 years agoBulgarian translation updated by Ivan Cenov (#15755)
Toshi MARUYAMA [Mon, 23 Dec 2013 02:20:21 +0000 (02:20 +0000)]
Bulgarian translation updated by Ivan Cenov (#15755)

git-svn-id: http://svn.redmine.org/redmine/trunk@12446 e93f8b46-1217-0410-a6f0-8f06a7374b81

10 years agoFixed slow SELECT ... FOR UPDATE query when deleting an issue.
Jean-Philippe Lang [Sun, 22 Dec 2013 15:49:53 +0000 (15:49 +0000)]
Fixed slow SELECT ... FOR UPDATE query when deleting an issue.

git-svn-id: http://svn.redmine.org/redmine/trunk@12445 e93f8b46-1217-0410-a6f0-8f06a7374b81

10 years agoback out r12441
Toshi MARUYAMA [Sun, 22 Dec 2013 14:41:44 +0000 (14:41 +0000)]
back out r12441

It is not compatible with Ruby 1.8.7.

git-svn-id: http://svn.redmine.org/redmine/trunk@12443 e93f8b46-1217-0410-a6f0-8f06a7374b81

10 years agoAdds support for links on values for various custom field formats (#1358).
Jean-Philippe Lang [Sun, 22 Dec 2013 14:09:33 +0000 (14:09 +0000)]
Adds support for links on values for various custom field formats (#1358).

git-svn-id: http://svn.redmine.org/redmine/trunk@12442 e93f8b46-1217-0410-a6f0-8f06a7374b81

10 years agoRails4 compatibility of stylesheet_link_tag and javascript_include_tag at Application...
Toshi MARUYAMA [Sun, 22 Dec 2013 12:58:04 +0000 (12:58 +0000)]
Rails4 compatibility of stylesheet_link_tag and javascript_include_tag at ApplicationHelper

git-svn-id: http://svn.redmine.org/redmine/trunk@12441 e93f8b46-1217-0410-a6f0-8f06a7374b81

10 years agoadd stderr to config.active_support.deprecation in test and dev env
Toshi MARUYAMA [Sun, 22 Dec 2013 12:39:56 +0000 (12:39 +0000)]
add stderr to config.active_support.deprecation in test and dev env

git-svn-id: http://svn.redmine.org/redmine/trunk@12440 e93f8b46-1217-0410-a6f0-8f06a7374b81

10 years agoreplace deprecated Version#completed_pourcent at lib/redmine/helpers/gantt.rb (#12724)
Toshi MARUYAMA [Sun, 22 Dec 2013 12:39:38 +0000 (12:39 +0000)]
replace deprecated Version#completed_pourcent at lib/redmine/helpers/gantt.rb (#12724)

git-svn-id: http://svn.redmine.org/redmine/trunk@12439 e93f8b46-1217-0410-a6f0-8f06a7374b81

10 years agoFixed that OpenID authentication fails with 422 error due to token verification ...
Jean-Philippe Lang [Sat, 21 Dec 2013 12:04:38 +0000 (12:04 +0000)]
Fixed that OpenID authentication fails with 422 error due to token verification (#15735).

git-svn-id: http://svn.redmine.org/redmine/trunk@12438 e93f8b46-1217-0410-a6f0-8f06a7374b81

10 years agouse environment variable for running independent tests (units etc.) in ci.rake
Toshi MARUYAMA [Sat, 21 Dec 2013 12:00:08 +0000 (12:00 +0000)]
use environment variable for running independent tests (units etc.) in ci.rake

git-svn-id: http://svn.redmine.org/redmine/trunk@12437 e93f8b46-1217-0410-a6f0-8f06a7374b81

10 years agoFixed multiple scrollbars in project tree (#15741).
Jean-Philippe Lang [Sat, 21 Dec 2013 11:34:28 +0000 (11:34 +0000)]
Fixed multiple scrollbars in project tree (#15741).

git-svn-id: http://svn.redmine.org/redmine/trunk@12435 e93f8b46-1217-0410-a6f0-8f06a7374b81

10 years agomake WatchersHelperTest passes when config.threadsafe! is enabled (#12097)
Toshi MARUYAMA [Sat, 21 Dec 2013 11:13:39 +0000 (11:13 +0000)]
make WatchersHelperTest passes when config.threadsafe! is enabled (#12097)

git-svn-id: http://svn.redmine.org/redmine/trunk@12428 e93f8b46-1217-0410-a6f0-8f06a7374b81

10 years agomake IssuesHelperTest passes when config.threadsafe! is enabled (#12097)
Toshi MARUYAMA [Sat, 21 Dec 2013 11:08:51 +0000 (11:08 +0000)]
make IssuesHelperTest passes when config.threadsafe! is enabled (#12097)

git-svn-id: http://svn.redmine.org/redmine/trunk@12427 e93f8b46-1217-0410-a6f0-8f06a7374b81

10 years agouse environment variable for extacting SCM repositories in ci.rake
Toshi MARUYAMA [Sat, 21 Dec 2013 09:30:53 +0000 (09:30 +0000)]
use environment variable for extacting SCM repositories in ci.rake

git-svn-id: http://svn.redmine.org/redmine/trunk@12426 e93f8b46-1217-0410-a6f0-8f06a7374b81

10 years agofix svn raw diff failure on svn version 1.6.17 (revision 1128011)
Toshi MARUYAMA [Fri, 20 Dec 2013 17:17:08 +0000 (17:17 +0000)]
fix svn raw diff failure on svn version 1.6.17 (revision 1128011)

git-svn-id: http://svn.redmine.org/redmine/trunk@12424 e93f8b46-1217-0410-a6f0-8f06a7374b81

10 years agoRails4 compatibility of Setting model
Toshi MARUYAMA [Fri, 20 Dec 2013 11:54:23 +0000 (11:54 +0000)]
Rails4 compatibility of Setting model

git-svn-id: http://svn.redmine.org/redmine/trunk@12423 e93f8b46-1217-0410-a6f0-8f06a7374b81

10 years agoRails4: db migrate: replace "Permission.find_by_controller_and_action"
Toshi MARUYAMA [Fri, 20 Dec 2013 07:10:46 +0000 (07:10 +0000)]
Rails4: db migrate: replace "Permission.find_by_controller_and_action"

git-svn-id: http://svn.redmine.org/redmine/trunk@12422 e93f8b46-1217-0410-a6f0-8f06a7374b81

10 years agoFixed that time entries custom values are not deleted when deleting a project or...
Jean-Philippe Lang [Wed, 18 Dec 2013 18:39:09 +0000 (18:39 +0000)]
Fixed that time entries custom values are not deleted when deleting a project or an issue (#15709).

git-svn-id: http://svn.redmine.org/redmine/trunk@12421 e93f8b46-1217-0410-a6f0-8f06a7374b81

10 years agoFixed that text/plain attachments are added to issue description (#15684).
Jean-Philippe Lang [Wed, 18 Dec 2013 18:13:13 +0000 (18:13 +0000)]
Fixed that text/plain attachments are added to issue description (#15684).

git-svn-id: http://svn.redmine.org/redmine/trunk@12420 e93f8b46-1217-0410-a6f0-8f06a7374b81

10 years agoFixed that previous assignee is not notified on issue update (#15714).
Jean-Philippe Lang [Tue, 17 Dec 2013 20:48:18 +0000 (20:48 +0000)]
Fixed that previous assignee is not notified on issue update (#15714).

git-svn-id: http://svn.redmine.org/redmine/trunk@12419 e93f8b46-1217-0410-a6f0-8f06a7374b81

10 years agoTraditional Chinese translation updated by ChunChang Lo (#15710)
Toshi MARUYAMA [Mon, 16 Dec 2013 07:48:06 +0000 (07:48 +0000)]
Traditional Chinese translation updated by ChunChang Lo (#15710)

git-svn-id: http://svn.redmine.org/redmine/trunk@12418 e93f8b46-1217-0410-a6f0-8f06a7374b81

10 years agoRemoved unused variable.
Jean-Philippe Lang [Sun, 15 Dec 2013 11:03:48 +0000 (11:03 +0000)]
Removed unused variable.

git-svn-id: http://svn.redmine.org/redmine/trunk@12417 e93f8b46-1217-0410-a6f0-8f06a7374b81

10 years agoStore relation type instead of i18n key in journals (#15704).
Jean-Philippe Lang [Sun, 15 Dec 2013 11:02:24 +0000 (11:02 +0000)]
Store relation type instead of i18n key in journals (#15704).

git-svn-id: http://svn.redmine.org/redmine/trunk@12416 e93f8b46-1217-0410-a6f0-8f06a7374b81

10 years agoFixed that links for relations in notifications do not include hostname (#15677).
Jean-Philippe Lang [Sun, 15 Dec 2013 10:32:03 +0000 (10:32 +0000)]
Fixed that links for relations in notifications do not include hostname (#15677).

git-svn-id: http://svn.redmine.org/redmine/trunk@12415 e93f8b46-1217-0410-a6f0-8f06a7374b81

10 years agoFixed that filtering time entries on activity does not take care of activity override...
Jean-Philippe Lang [Sun, 15 Dec 2013 09:49:12 +0000 (09:49 +0000)]
Fixed that filtering time entries on activity does not take care of activity overrides (#15623).

git-svn-id: http://svn.redmine.org/redmine/trunk@12414 e93f8b46-1217-0410-a6f0-8f06a7374b81

10 years agoAdd project identifier substitution option to the URL-pattern property of link format...
Jean-Philippe Lang [Sun, 15 Dec 2013 08:53:02 +0000 (08:53 +0000)]
Add project identifier substitution option to the URL-pattern property of link format custom fields (#15701).

Patch by Mischa The Evil.

git-svn-id: http://svn.redmine.org/redmine/trunk@12413 e93f8b46-1217-0410-a6f0-8f06a7374b81

10 years agoTypos in test names (#15701).
Jean-Philippe Lang [Sun, 15 Dec 2013 08:49:45 +0000 (08:49 +0000)]
Typos in test names (#15701).

Patch by Mischa The Evil.

git-svn-id: http://svn.redmine.org/redmine/trunk@12412 e93f8b46-1217-0410-a6f0-8f06a7374b81

10 years agoBulgarian translation updated by Ivan Cenov (#15700)
Toshi MARUYAMA [Sun, 15 Dec 2013 04:16:06 +0000 (04:16 +0000)]
Bulgarian translation updated by Ivan Cenov (#15700)

git-svn-id: http://svn.redmine.org/redmine/trunk@12409 e93f8b46-1217-0410-a6f0-8f06a7374b81

10 years agoRussian translation updated by Alex Stein (#15696)
Toshi MARUYAMA [Sun, 15 Dec 2013 04:05:12 +0000 (04:05 +0000)]
Russian translation updated by Alex Stein (#15696)

git-svn-id: http://svn.redmine.org/redmine/trunk@12408 e93f8b46-1217-0410-a6f0-8f06a7374b81

10 years agoSpanish translation updated by Borja Campina (#15688)
Toshi MARUYAMA [Sun, 15 Dec 2013 03:46:13 +0000 (03:46 +0000)]
Spanish translation updated by Borja Campina (#15688)

git-svn-id: http://svn.redmine.org/redmine/trunk@12407 e93f8b46-1217-0410-a6f0-8f06a7374b81

10 years agoAdds tests for custom field description.
Jean-Philippe Lang [Sat, 14 Dec 2013 11:26:47 +0000 (11:26 +0000)]
Adds tests for custom field description.

git-svn-id: http://svn.redmine.org/redmine/trunk@12406 e93f8b46-1217-0410-a6f0-8f06a7374b81

10 years agoRemoved default values on custom field min and max length.
Jean-Philippe Lang [Sat, 14 Dec 2013 10:01:45 +0000 (10:01 +0000)]
Removed default values on custom field min and max length.

git-svn-id: http://svn.redmine.org/redmine/trunk@12405 e93f8b46-1217-0410-a6f0-8f06a7374b81

10 years agoruby1.8 compatibility.
Jean-Philippe Lang [Sat, 14 Dec 2013 09:24:37 +0000 (09:24 +0000)]
ruby1.8 compatibility.

git-svn-id: http://svn.redmine.org/redmine/trunk@12404 e93f8b46-1217-0410-a6f0-8f06a7374b81

10 years agoRemoved hardcoded format in API response.
Jean-Philippe Lang [Sat, 14 Dec 2013 09:00:05 +0000 (09:00 +0000)]
Removed hardcoded format in API response.

git-svn-id: http://svn.redmine.org/redmine/trunk@12403 e93f8b46-1217-0410-a6f0-8f06a7374b81

10 years agoRemoved hardcoded formats for right-click edit.
Jean-Philippe Lang [Sat, 14 Dec 2013 08:57:30 +0000 (08:57 +0000)]
Removed hardcoded formats for right-click edit.

git-svn-id: http://svn.redmine.org/redmine/trunk@12402 e93f8b46-1217-0410-a6f0-8f06a7374b81

10 years agoAdds translations.
Jean-Philippe Lang [Sat, 14 Dec 2013 08:29:09 +0000 (08:29 +0000)]
Adds translations.

git-svn-id: http://svn.redmine.org/redmine/trunk@12401 e93f8b46-1217-0410-a6f0-8f06a7374b81

10 years agoMerged custom fields format refactoring.
Jean-Philippe Lang [Sat, 14 Dec 2013 08:22:43 +0000 (08:22 +0000)]
Merged custom fields format refactoring.

git-svn-id: http://svn.redmine.org/redmine/trunk@12400 e93f8b46-1217-0410-a6f0-8f06a7374b81

10 years agoadd tests for non member watchers (#15622)
Toshi MARUYAMA [Mon, 9 Dec 2013 06:16:03 +0000 (06:16 +0000)]
add tests for non member watchers (#15622)

git-svn-id: http://svn.redmine.org/redmine/trunk@12396 e93f8b46-1217-0410-a6f0-8f06a7374b81

10 years agofix indents of OpenID tests in UserTest
Toshi MARUYAMA [Mon, 9 Dec 2013 06:15:52 +0000 (06:15 +0000)]
fix indents of OpenID tests in UserTest

git-svn-id: http://svn.redmine.org/redmine/trunk@12395 e93f8b46-1217-0410-a6f0-8f06a7374b81

10 years agocode format clean up UserTest
Toshi MARUYAMA [Mon, 9 Dec 2013 06:15:42 +0000 (06:15 +0000)]
code format clean up UserTest

git-svn-id: http://svn.redmine.org/redmine/trunk@12394 e93f8b46-1217-0410-a6f0-8f06a7374b81

10 years agocode format clean up MemberTest
Toshi MARUYAMA [Mon, 9 Dec 2013 06:15:31 +0000 (06:15 +0000)]
code format clean up MemberTest

git-svn-id: http://svn.redmine.org/redmine/trunk@12393 e93f8b46-1217-0410-a6f0-8f06a7374b81

10 years agocode format clean up WatchersControllerTest
Toshi MARUYAMA [Mon, 9 Dec 2013 06:15:20 +0000 (06:15 +0000)]
code format clean up WatchersControllerTest

git-svn-id: http://svn.redmine.org/redmine/trunk@12392 e93f8b46-1217-0410-a6f0-8f06a7374b81

10 years agofix disable to run test environment
Toshi MARUYAMA [Mon, 9 Dec 2013 04:30:51 +0000 (04:30 +0000)]
fix disable to run test environment

git-svn-id: http://svn.redmine.org/redmine/trunk@12387 e93f8b46-1217-0410-a6f0-8f06a7374b81

10 years agoremove duplicate test from UsersControllerTest
Toshi MARUYAMA [Sat, 7 Dec 2013 02:10:08 +0000 (02:10 +0000)]
remove duplicate test from UsersControllerTest

git-svn-id: http://svn.redmine.org/redmine/trunk@12368 e93f8b46-1217-0410-a6f0-8f06a7374b81

10 years agofix duplicate test name in IssuesControllerTest
Toshi MARUYAMA [Sat, 7 Dec 2013 02:09:57 +0000 (02:09 +0000)]
fix duplicate test name in IssuesControllerTest

git-svn-id: http://svn.redmine.org/redmine/trunk@12367 e93f8b46-1217-0410-a6f0-8f06a7374b81

10 years agoprevent i18n deprecated warning
Toshi MARUYAMA [Sat, 7 Dec 2013 01:32:22 +0000 (01:32 +0000)]
prevent i18n deprecated warning

i18n 0.6.4 on Rails 3.2.16 changes behavior.
https://github.com/svenfuchs/i18n/commit/3b6e56e06fd70f6e4507996b017238505e66608c

git-svn-id: http://svn.redmine.org/redmine/trunk@12365 e93f8b46-1217-0410-a6f0-8f06a7374b81

10 years agoremove extra empty lines from test/unit/changeset_test.rb
Toshi MARUYAMA [Fri, 6 Dec 2013 23:42:06 +0000 (23:42 +0000)]
remove extra empty lines from test/unit/changeset_test.rb

git-svn-id: http://svn.redmine.org/redmine/trunk@12364 e93f8b46-1217-0410-a6f0-8f06a7374b81

10 years agoadd test to send one mail with both settngs in creating issue (#15612)
Toshi MARUYAMA [Fri, 6 Dec 2013 23:22:38 +0000 (23:22 +0000)]
add test to send one mail with both settngs in creating issue (#15612)

git-svn-id: http://svn.redmine.org/redmine/trunk@12363 e93f8b46-1217-0410-a6f0-8f06a7374b81

10 years agoadd test not to send mail with no settng in creating issue (#15612)
Toshi MARUYAMA [Fri, 6 Dec 2013 23:22:26 +0000 (23:22 +0000)]
add test not to send mail with no settng in creating issue (#15612)

git-svn-id: http://svn.redmine.org/redmine/trunk@12362 e93f8b46-1217-0410-a6f0-8f06a7374b81

10 years agoexplicitly use mail send setting in unit issue test (#15612)
Toshi MARUYAMA [Fri, 6 Dec 2013 23:22:15 +0000 (23:22 +0000)]
explicitly use mail send setting in unit issue test (#15612)

git-svn-id: http://svn.redmine.org/redmine/trunk@12361 e93f8b46-1217-0410-a6f0-8f06a7374b81

10 years agoremove "address_separator" etc. from tr.yml
Toshi MARUYAMA [Thu, 5 Dec 2013 03:41:47 +0000 (03:41 +0000)]
remove "address_separator" etc. from tr.yml

These keys are not in other yamls.
These keys were removed from Rails i18n on 2011-11-21.
https://github.com/svenfuchs/rails-i18n/commit/29f3cba4eb6800a887a1e2af1274dd100196a7c7

git-svn-id: http://svn.redmine.org/redmine/trunk@12360 e93f8b46-1217-0410-a6f0-8f06a7374b81

10 years agoTurkish translation updated by Mert Salih Kaplan (#15601)
Toshi MARUYAMA [Thu, 5 Dec 2013 02:59:16 +0000 (02:59 +0000)]
Turkish translation updated by Mert Salih Kaplan (#15601)

git-svn-id: http://svn.redmine.org/redmine/trunk@12358 e93f8b46-1217-0410-a6f0-8f06a7374b81

10 years agoremove trailing white-spaces from test/unit/attachment_test.rb
Toshi MARUYAMA [Wed, 4 Dec 2013 07:09:17 +0000 (07:09 +0000)]
remove trailing white-spaces from test/unit/attachment_test.rb

git-svn-id: http://svn.redmine.org/redmine/trunk@12356 e93f8b46-1217-0410-a6f0-8f06a7374b81

10 years agoupdate Rails version 3.2.16
Toshi MARUYAMA [Wed, 4 Dec 2013 07:04:15 +0000 (07:04 +0000)]
update Rails version 3.2.16

git-svn-id: http://svn.redmine.org/redmine/trunk@12355 e93f8b46-1217-0410-a6f0-8f06a7374b81

10 years agoFixed that preferences are not preserved when adding a user fails (#15552).
Jean-Philippe Lang [Fri, 29 Nov 2013 21:43:29 +0000 (21:43 +0000)]
Fixed that preferences are not preserved when adding a user fails (#15552).

git-svn-id: http://svn.redmine.org/redmine/trunk@12350 e93f8b46-1217-0410-a6f0-8f06a7374b81

10 years agoFixed that CSS class for done ratio is not properly generated (#15523).
Jean-Philippe Lang [Fri, 29 Nov 2013 21:23:21 +0000 (21:23 +0000)]
Fixed that CSS class for done ratio is not properly generated (#15523).

Patch by Go MAEDA.

git-svn-id: http://svn.redmine.org/redmine/trunk@12349 e93f8b46-1217-0410-a6f0-8f06a7374b81

10 years agoFixed that validating a Setting with invalid name triggers an error (#15551).
Jean-Philippe Lang [Fri, 29 Nov 2013 21:18:35 +0000 (21:18 +0000)]
Fixed that validating a Setting with invalid name triggers an error (#15551).

git-svn-id: http://svn.redmine.org/redmine/trunk@12348 e93f8b46-1217-0410-a6f0-8f06a7374b81

10 years agoFixed that the label element may contain at most one input.
Jean-Philippe Lang [Wed, 27 Nov 2013 13:31:24 +0000 (13:31 +0000)]
Fixed that the label element may contain at most one input.

git-svn-id: http://svn.redmine.org/redmine/trunk@12346 e93f8b46-1217-0410-a6f0-8f06a7374b81

10 years agouse escaping html in wiki_syntax_detailed.html
Toshi MARUYAMA [Mon, 25 Nov 2013 05:23:09 +0000 (05:23 +0000)]
use escaping html in wiki_syntax_detailed.html

git-svn-id: http://svn.redmine.org/redmine/trunk@12340 e93f8b46-1217-0410-a6f0-8f06a7374b81

10 years agoJapanese translation updated by Go MAEDA (#15524)
Toshi MARUYAMA [Mon, 25 Nov 2013 05:22:32 +0000 (05:22 +0000)]
Japanese translation updated by Go MAEDA (#15524)

git-svn-id: http://svn.redmine.org/redmine/trunk@12339 e93f8b46-1217-0410-a6f0-8f06a7374b81

10 years agouse escaping html in Russian wiki_syntax.html (#9442)
Toshi MARUYAMA [Sat, 23 Nov 2013 23:39:56 +0000 (23:39 +0000)]
use escaping html in Russian wiki_syntax.html (#9442)

git-svn-id: http://svn.redmine.org/redmine/trunk@12331 e93f8b46-1217-0410-a6f0-8f06a7374b81

10 years agoRussian wiki syntax help translations by Denis Savitsky (#9442)
Toshi MARUYAMA [Sat, 23 Nov 2013 18:43:46 +0000 (18:43 +0000)]
Russian wiki syntax help translations by Denis Savitsky (#9442)

git-svn-id: http://svn.redmine.org/redmine/trunk@12326 e93f8b46-1217-0410-a6f0-8f06a7374b81

10 years agoExtract generic formatting options to an helper.
Jean-Philippe Lang [Sat, 23 Nov 2013 10:50:41 +0000 (10:50 +0000)]
Extract generic formatting options to an helper.

git-svn-id: http://svn.redmine.org/redmine/trunk@12319 e93f8b46-1217-0410-a6f0-8f06a7374b81

10 years agoDon't create duplicate wikis in test (#15420).
Jean-Philippe Lang [Sat, 23 Nov 2013 09:13:48 +0000 (09:13 +0000)]
Don't create duplicate wikis in test (#15420).

Patch by George Gensure.

git-svn-id: http://svn.redmine.org/redmine/trunk@12317 e93f8b46-1217-0410-a6f0-8f06a7374b81

10 years agoUpdates for 2.4.1 release.
Jean-Philippe Lang [Sat, 23 Nov 2013 08:26:39 +0000 (08:26 +0000)]
Updates for 2.4.1 release.

git-svn-id: http://svn.redmine.org/redmine/trunk@12314 e93f8b46-1217-0410-a6f0-8f06a7374b81

10 years agoFixed that non-GET API requests respond with 422 (#15427).
Jean-Philippe Lang [Fri, 22 Nov 2013 22:57:30 +0000 (22:57 +0000)]
Fixed that non-GET API requests respond with 422 (#15427).

git-svn-id: http://svn.redmine.org/redmine/trunk@12311 e93f8b46-1217-0410-a6f0-8f06a7374b81

10 years agoFixed that the sidebar may be displayed empty (#15414).
Jean-Philippe Lang [Wed, 20 Nov 2013 19:17:20 +0000 (19:17 +0000)]
Fixed that the sidebar may be displayed empty (#15414).

git-svn-id: http://svn.redmine.org/redmine/trunk@12310 e93f8b46-1217-0410-a6f0-8f06a7374b81

10 years agoUse pagination css class for search results pagination (#15398).
Jean-Philippe Lang [Tue, 19 Nov 2013 19:37:15 +0000 (19:37 +0000)]
Use pagination css class for search results pagination (#15398).

git-svn-id: http://svn.redmine.org/redmine/trunk@12309 e93f8b46-1217-0410-a6f0-8f06a7374b81