]> source.dussan.org Git - redmine.git/log
redmine.git
7 years agoMissing fixtures.
Jean-Philippe Lang [Thu, 2 Mar 2017 23:14:31 +0000 (23:14 +0000)]
Missing fixtures.

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

7 years agoRuby 2.4: Fixed "Fixnum is deprecated" warning in QueryTest. (#25048).
Jean-Philippe Lang [Thu, 2 Mar 2017 22:48:48 +0000 (22:48 +0000)]
Ruby 2.4: Fixed "Fixnum is deprecated" warning in QueryTest. (#25048).

Patch by Go MAEDA.

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

7 years agoRuby 2.4: Fixed "key must be 32 bytes" error of OpenSSL::Cipher (#25048).
Jean-Philippe Lang [Thu, 2 Mar 2017 22:48:11 +0000 (22:48 +0000)]
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

7 years agoRuby 2.4: Fixed "Fixnum is deprecated" warning of nokogiri (#25048).
Jean-Philippe Lang [Thu, 2 Mar 2017 22:47:36 +0000 (22:47 +0000)]
Ruby 2.4: Fixed "Fixnum is deprecated" warning of nokogiri (#25048).

Patch by Go MAEDA.

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

7 years agoAdds an index to attachments.disk_filename (#25022).
Jean-Philippe Lang [Thu, 2 Mar 2017 19:51:19 +0000 (19:51 +0000)]
Adds an index to attachments.disk_filename (#25022).

Patch by Jens Kraemer.

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

7 years agoAllow to disable description field in tracker setting (#25052).
Jean-Philippe Lang [Thu, 2 Mar 2017 19:47:58 +0000 (19:47 +0000)]
Allow to disable description field in tracker setting (#25052).

Patch by Go MAEDA and Mischa The Evil.

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

7 years agoFilter out current issue from the related issues autocomplete (#25055).
Jean-Philippe Lang [Thu, 2 Mar 2017 19:43:36 +0000 (19:43 +0000)]
Filter out current issue from the related issues autocomplete (#25055).

Patch by Marius BALTEANU.

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

7 years agoTurns @@languages_lookup into a cache by using ||= (#25014).
Jean-Philippe Lang [Thu, 2 Mar 2017 19:42:18 +0000 (19:42 +0000)]
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

7 years agoFlash messages on CustomFields destroy (#24801).
Jean-Philippe Lang [Thu, 2 Mar 2017 19:41:00 +0000 (19:41 +0000)]
Flash messages on CustomFields destroy (#24801).

Patch by Javier Menéndez.

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

7 years agoThemesTest#test_without_theme_js may fail if third-party theme is installed (#25118).
Jean-Philippe Lang [Thu, 2 Mar 2017 18:20:17 +0000 (18:20 +0000)]
ThemesTest#test_without_theme_js may fail if third-party theme is installed (#25118).

Patch by Go MAEDA.

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

7 years agoPriority should always be preloaded as it's used to render issue links.
Jean-Philippe Lang [Thu, 2 Mar 2017 18:16:54 +0000 (18:16 +0000)]
Priority should always be preloaded as it's used to render issue links.

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

7 years agoPrevent warning about already defined constant.
Jean-Philippe Lang [Thu, 2 Mar 2017 18:16:13 +0000 (18:16 +0000)]
Prevent warning about already defined constant.

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

7 years agoAdds a filter on issue attachments (#2783).
Jean-Philippe Lang [Thu, 2 Mar 2017 18:13:59 +0000 (18:13 +0000)]
Adds a filter on issue attachments (#2783).

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

7 years agouse Monday for general_first_day_of_week in Turkish (#24938)
Toshi MARUYAMA [Wed, 1 Mar 2017 03:54:09 +0000 (03:54 +0000)]
use Monday for general_first_day_of_week in Turkish (#24938)

Contributed by ozgur yazilimas.

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

7 years agoFixes uploading of empty files (#25115).
Jean-Philippe Lang [Tue, 28 Feb 2017 18:05:17 +0000 (18:05 +0000)]
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

7 years agoupgrade Rails to 4.2.8 (#25048)
Toshi MARUYAMA [Thu, 23 Feb 2017 02:31:08 +0000 (02:31 +0000)]
upgrade Rails to 4.2.8 (#25048)

Ruby 2.4 tests fail.

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

7 years agoremove trailing white space from test/fixtures/workflows.yml
Toshi MARUYAMA [Tue, 21 Feb 2017 11:19:23 +0000 (11:19 +0000)]
remove trailing white space from test/fixtures/workflows.yml

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

7 years agoremove empty lines including trailing white space from test/unit/time_entry_activity_...
Toshi MARUYAMA [Tue, 21 Feb 2017 11:03:39 +0000 (11:03 +0000)]
remove empty lines including trailing white space from test/unit/time_entry_activity_test.rb

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

7 years agoRemove unused "label_more" from locale files (#24901)
Toshi MARUYAMA [Tue, 21 Feb 2017 10:41:06 +0000 (10:41 +0000)]
Remove unused "label_more" from locale files (#24901)

Contributed by Go MAEDA.

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

7 years agoRemove unused "label_planning" from locale files (#24900)
Toshi MARUYAMA [Tue, 21 Feb 2017 10:40:25 +0000 (10:40 +0000)]
Remove unused "label_planning" from locale files (#24900)

Contributed by Go MAEDA.

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

7 years agoRemove unused "description_date_*" from locale files (#24899)
Toshi MARUYAMA [Tue, 21 Feb 2017 10:29:24 +0000 (10:29 +0000)]
Remove unused "description_date_*" from locale files (#24899)

Contributed by Go MAEDA.

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

7 years agoremove empty lines including trailing white space from test/unit/search_test.rb
Toshi MARUYAMA [Thu, 16 Feb 2017 05:49:08 +0000 (05:49 +0000)]
remove empty lines including trailing white space from test/unit/search_test.rb

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

7 years agoremove trailing white space from test/unit/setting_test.rb
Toshi MARUYAMA [Sun, 12 Feb 2017 14:09:07 +0000 (14:09 +0000)]
remove trailing white space from test/unit/setting_test.rb

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

7 years agoremove trailing white space from app/controllers/issues_controller.rb
Toshi MARUYAMA [Thu, 9 Feb 2017 04:08:36 +0000 (04:08 +0000)]
remove trailing white space from app/controllers/issues_controller.rb

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

7 years agoMercurial 4.1 compatibility (#24999)
Toshi MARUYAMA [Sun, 5 Feb 2017 05:22:29 +0000 (05:22 +0000)]
Mercurial 4.1 compatibility (#24999)

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

7 years agoTraditional Chinese translation updated by ChunChang Lo (#24993)
Toshi MARUYAMA [Sat, 4 Feb 2017 10:39:25 +0000 (10:39 +0000)]
Traditional Chinese translation updated by ChunChang Lo (#24993)

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

7 years agoJapanese translation updated by Go MAEDA (#24971)
Toshi MARUYAMA [Sat, 4 Feb 2017 10:39:15 +0000 (10:39 +0000)]
Japanese translation updated by Go MAEDA (#24971)

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

7 years agoGemfile: pin i18n version 0.7.0
Toshi MARUYAMA [Thu, 2 Feb 2017 05:41:57 +0000 (05:41 +0000)]
Gemfile: pin i18n version 0.7.0

i18n 0.8.0 causes error.

<pre>
Redmine::I18nTest#test_languages_options_should_ignore_locales_without_general_lang_name_key:
I18n::InvalidLocale: "foo" is not a valid locale
    lib/redmine/i18n.rb:58:in `ll'
    lib/redmine/i18n.rb:122:in `block in languages_options'
    lib/redmine/i18n.rb:122:in `map'
    lib/redmine/i18n.rb:122:in `languages_options'
    test/unit/lib/redmine/i18n_test.rb:203:in `test_languages_options_should_ignore_locales_without_general_lang_name_key'
</pre>

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

7 years agorevert r16322 (#24970)
Toshi MARUYAMA [Thu, 2 Feb 2017 03:01:19 +0000 (03:01 +0000)]
revert r16322 (#24970)

Some tests fail.

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

7 years agoreplace depricated Net::LDAP::LdapError by Net::LDAP::Error (#24970)
Toshi MARUYAMA [Thu, 2 Feb 2017 02:24:50 +0000 (02:24 +0000)]
replace depricated Net::LDAP::LdapError by Net::LDAP::Error (#24970)

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

7 years agoClean up sort orders.
Jean-Philippe Lang [Tue, 31 Jan 2017 18:31:25 +0000 (18:31 +0000)]
Clean up sort orders.

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

7 years agoTime entry queries should be copied and deleted too.
Jean-Philippe Lang [Tue, 31 Jan 2017 18:15:32 +0000 (18:15 +0000)]
Time entry queries should be copied and deleted too.

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

7 years agoRemoves default order on Project#versions association.
Jean-Philippe Lang [Tue, 31 Jan 2017 17:54:46 +0000 (17:54 +0000)]
Removes default order on Project#versions association.

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

7 years agoReverts unwanted change (#24769).
Jean-Philippe Lang [Mon, 30 Jan 2017 21:35:23 +0000 (21:35 +0000)]
Reverts unwanted change (#24769).

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

7 years agoRedirect to the parent issue after adding a subtask.
Jean-Philippe Lang [Mon, 30 Jan 2017 21:24:18 +0000 (21:24 +0000)]
Redirect to the parent issue after adding a subtask.

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

7 years agoSet thumbnail width on image tag to avoid too wide white boxes on Firefox (#24927).
Jean-Philippe Lang [Mon, 30 Jan 2017 19:42:36 +0000 (19:42 +0000)]
Set thumbnail width on image tag to avoid too wide white boxes on Firefox (#24927).

Patch by Jan Schulz-Hofen.

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

7 years agoWhitespace-only reorg of ApplicationHelper#thumbnail_tag (#24927).
Jean-Philippe Lang [Mon, 30 Jan 2017 19:42:04 +0000 (19:42 +0000)]
Whitespace-only reorg of ApplicationHelper#thumbnail_tag (#24927).

Patch by Jan Schulz-Hofen.

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

7 years agoHires (2x DPR) image support for Thumbnails (#24927).
Jean-Philippe Lang [Mon, 30 Jan 2017 19:41:31 +0000 (19:41 +0000)]
Hires (2x DPR) image support for Thumbnails (#24927).

Patch by Jan Schulz-Hofen.

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

7 years agoHires (2x DPR) image support for Gravatars (#24927).
Jean-Philippe Lang [Mon, 30 Jan 2017 19:40:57 +0000 (19:40 +0000)]
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

7 years agoAdds a test for #24922.
Jean-Philippe Lang [Mon, 30 Jan 2017 19:37:55 +0000 (19:37 +0000)]
Adds a test for #24922.

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

7 years agoAdd support for @2x, @3x, etc. hires images (#24922).
Jean-Philippe Lang [Mon, 30 Jan 2017 19:37:38 +0000 (19:37 +0000)]
Add support for @2x, @3x, etc. hires images (#24922).

Patch by Jan Schulz-Hofen.

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

7 years agoShow all members in user custom field filter on the cross project issue list (#24769).
Jean-Philippe Lang [Mon, 30 Jan 2017 18:37:17 +0000 (18:37 +0000)]
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

7 years agoDisable description and columns when checking "Default columns" (#24907).
Jean-Philippe Lang [Sun, 29 Jan 2017 13:11:37 +0000 (13:11 +0000)]
Disable description and columns when checking "Default columns" (#24907).

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

7 years agoIssues API does not respect time_entries_visibility (#24875).
Jean-Philippe Lang [Sun, 29 Jan 2017 10:31:04 +0000 (10:31 +0000)]
Issues API does not respect time_entries_visibility (#24875).

Patch by Go MAEDA.

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

7 years agoShow visible spent time link for users allowed to view time entries (#20661).
Jean-Philippe Lang [Sun, 29 Jan 2017 10:28:48 +0000 (10:28 +0000)]
Show visible spent time link for users allowed to view time entries (#20661).

Patch by Go MAEDA.

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

7 years agoFix integration tests for r16287 (#24416).
Jean-Philippe Lang [Sun, 29 Jan 2017 09:14:14 +0000 (09:14 +0000)]
Fix integration tests for r16287 (#24416).

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

7 years agoFix tests for r16287 (#24416).
Jean-Philippe Lang [Sun, 29 Jan 2017 09:12:05 +0000 (09:12 +0000)]
Fix tests for r16287 (#24416).

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

7 years agoRedirect with token in session (#24416).
Jean-Philippe Lang [Sun, 29 Jan 2017 08:58:40 +0000 (08:58 +0000)]
Redirect with token in session (#24416).

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

7 years agoCheck that repository module is enabled (#24307).
Jean-Philippe Lang [Sun, 29 Jan 2017 08:53:41 +0000 (08:53 +0000)]
Check that repository module is enabled (#24307).

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

7 years agoAlways send images user-uploaded images with Content-Disposition: attachment (#24199).
Jean-Philippe Lang [Sun, 29 Jan 2017 08:03:26 +0000 (08:03 +0000)]
Always send images user-uploaded images with Content-Disposition: attachment (#24199).

Patch by Holger Just.

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

7 years agoOnly show issue details in time entry activity events if the issue is visible (#23803).
Jean-Philippe Lang [Sun, 29 Jan 2017 07:54:37 +0000 (07:54 +0000)]
Only show issue details in time entry activity events if the issue is visible (#23803).

Patch by Holger Just.

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

7 years agoCheck permission of wiki pages before generating a link to it (#23793).
Jean-Philippe Lang [Sun, 29 Jan 2017 07:49:38 +0000 (07:49 +0000)]
Check permission of wiki pages before generating a link to it (#23793).

Patch by Holger Just.

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

7 years agoJapanese "items" translation changed by Go MAEDA (#24891)
Toshi MARUYAMA [Sun, 29 Jan 2017 05:06:43 +0000 (05:06 +0000)]
Japanese "items" translation changed by Go MAEDA (#24891)

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

7 years agoJapanese translation updated by Go MAEDA (#24890)
Toshi MARUYAMA [Sun, 29 Jan 2017 05:06:32 +0000 (05:06 +0000)]
Japanese translation updated by Go MAEDA (#24890)

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

7 years agoBulgarian translation for trunk updated by Ivan Cenov (#24923)
Toshi MARUYAMA [Sat, 28 Jan 2017 14:44:09 +0000 (14:44 +0000)]
Bulgarian translation for trunk updated by Ivan Cenov (#24923)

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

7 years agoBulgarian translation for 3.2-stable updated by Ivan Cenov (#24949, #24923)
Toshi MARUYAMA [Sat, 28 Jan 2017 13:12:19 +0000 (13:12 +0000)]
Bulgarian translation for 3.2-stable updated by Ivan Cenov (#24949, #24923)

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

7 years agosvn propset svn:eol-style native test/fixtures/mail_handler/invalid_utf8.eml (#24616)
Toshi MARUYAMA [Sat, 28 Jan 2017 06:29:26 +0000 (06:29 +0000)]
svn propset svn:eol-style native test/fixtures/mail_handler/invalid_utf8.eml (#24616)

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

7 years agoadditional test for mail by Pavel Rosický (#24616)
Toshi MARUYAMA [Sat, 28 Jan 2017 06:25:03 +0000 (06:25 +0000)]
additional test for mail by Pavel Rosický (#24616)

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

7 years agodo not replace all invalid utf8 (#24616)
Toshi MARUYAMA [Sat, 28 Jan 2017 06:24:51 +0000 (06:24 +0000)]
do not replace all invalid utf8 (#24616)

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

7 years agounify duplicate codes (#24616)
Toshi MARUYAMA [Sat, 28 Jan 2017 05:43:33 +0000 (05:43 +0000)]
unify duplicate codes (#24616)

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

7 years agoadd more tests (#24616)
Toshi MARUYAMA [Sat, 28 Jan 2017 05:43:22 +0000 (05:43 +0000)]
add more tests (#24616)

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

7 years agoadd horizontal rule to GitHub pull request template
Toshi MARUYAMA [Fri, 27 Jan 2017 11:56:51 +0000 (11:56 +0000)]
add horizontal rule to GitHub pull request template

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

7 years agoActivity icons should stay at the top of the line.
Jean-Philippe Lang [Fri, 27 Jan 2017 07:38:49 +0000 (07:38 +0000)]
Activity icons should stay at the top of the line.

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

7 years agoFix avatar icons in activity view (#24935).
Jean-Philippe Lang [Fri, 27 Jan 2017 07:34:18 +0000 (07:34 +0000)]
Fix avatar icons in activity view (#24935).

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

7 years agoadd GitHub pull request template
Toshi MARUYAMA [Fri, 27 Jan 2017 06:21:05 +0000 (06:21 +0000)]
add GitHub pull request template

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

7 years agoadd newline at end of log/delete.me (#24928)
Toshi MARUYAMA [Fri, 27 Jan 2017 04:37:14 +0000 (04:37 +0000)]
add newline at end of log/delete.me (#24928)

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

7 years agosvn propset svn:eol-style native log/delete.me (#24928)
Toshi MARUYAMA [Fri, 27 Jan 2017 04:27:40 +0000 (04:27 +0000)]
svn propset svn:eol-style native log/delete.me (#24928)

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

7 years agoGemfile: remove builder (#24924)
Toshi MARUYAMA [Fri, 27 Jan 2017 04:21:11 +0000 (04:21 +0000)]
Gemfile: remove builder (#24924)

Rails 4.2.7.1 has 'builder', '~> 3.1'.
https://github.com/rails/rails/blob/v4.2.7.1/actionview/actionview.gemspec#L24

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

7 years agoWrong text in log/delete.me (#24928).
Jean-Philippe Lang [Thu, 26 Jan 2017 18:12:30 +0000 (18:12 +0000)]
Wrong text in log/delete.me (#24928).

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

7 years agoAdds odd_even class to time entries (#15361).
Jean-Philippe Lang [Thu, 26 Jan 2017 18:07:23 +0000 (18:07 +0000)]
Adds odd_even class to time entries (#15361).

Patch by Marius BALTEANU.

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

7 years agoUse ids for testing inclusion.
Jean-Philippe Lang [Wed, 25 Jan 2017 16:23:22 +0000 (16:23 +0000)]
Use ids for testing inclusion.

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

7 years agoUse ids for testing inclusion.
Jean-Philippe Lang [Wed, 25 Jan 2017 16:20:02 +0000 (16:20 +0000)]
Use ids for testing inclusion.

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

7 years agoRemove background on subtasks and relations introduced in r16249 (#15361).
Jean-Philippe Lang [Wed, 25 Jan 2017 16:11:29 +0000 (16:11 +0000)]
Remove background on subtasks and relations introduced in r16249 (#15361).

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

7 years agoOmit blank fields in PDF too (#21705).
Jean-Philippe Lang [Wed, 25 Jan 2017 16:08:26 +0000 (16:08 +0000)]
Omit blank fields in PDF too (#21705).

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

7 years agoOmit blank fields as we do for the description (#21705).
Jean-Philippe Lang [Wed, 25 Jan 2017 16:06:39 +0000 (16:06 +0000)]
Omit blank fields as we do for the description (#21705).

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

7 years agoUse #html_safe first.
Jean-Philippe Lang [Wed, 25 Jan 2017 16:04:51 +0000 (16:04 +0000)]
Use #html_safe first.

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

7 years agogenerate i18n keys (#21705)
Toshi MARUYAMA [Wed, 25 Jan 2017 15:37:15 +0000 (15:37 +0000)]
generate i18n keys (#21705)

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

7 years agoTraditional Chinese translation updated by ChunChang Lo (#24892)
Toshi MARUYAMA [Wed, 25 Jan 2017 15:36:35 +0000 (15:36 +0000)]
Traditional Chinese translation updated by ChunChang Lo (#24892)

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

7 years agoAdjust rendering of custom fields in PDF (#21705).
Jean-Philippe Lang [Wed, 25 Jan 2017 15:11:21 +0000 (15:11 +0000)]
Adjust rendering of custom fields in PDF (#21705).

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

7 years agoRaise the height of text custom fields.
Jean-Philippe Lang [Wed, 25 Jan 2017 14:58:50 +0000 (14:58 +0000)]
Raise the height of text custom fields.

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

7 years agoOption for long text custom fields to be displayed under the description field (...
Jean-Philippe Lang [Wed, 25 Jan 2017 14:55:36 +0000 (14:55 +0000)]
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

7 years agoFixes row background for alternate theme (#15361).
Jean-Philippe Lang [Wed, 25 Jan 2017 11:45:16 +0000 (11:45 +0000)]
Fixes row background for alternate theme (#15361).

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

7 years agoUse css pseudo-classes instead of cycle("odd", "even") (#15361).
Jean-Philippe Lang [Wed, 25 Jan 2017 11:44:12 +0000 (11:44 +0000)]
Use css pseudo-classes instead of cycle("odd", "even") (#15361).

Patch by Marius BALTEANU.

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

7 years agoChanged filter position (#17720).
Jean-Philippe Lang [Sat, 21 Jan 2017 10:37:36 +0000 (10:37 +0000)]
Changed filter position (#17720).

Patch by Go MAEDA.

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

7 years agoUse #none for empty scope.
Jean-Philippe Lang [Sat, 21 Jan 2017 10:10:24 +0000 (10:10 +0000)]
Use #none for empty scope.

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

7 years agoClean up SQL.
Jean-Philippe Lang [Sat, 21 Jan 2017 10:09:13 +0000 (10:09 +0000)]
Clean up SQL.

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

7 years agoAdds a scope for issue auto complete.
Jean-Philippe Lang [Sat, 21 Jan 2017 10:05:53 +0000 (10:05 +0000)]
Adds a scope for issue auto complete.

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

7 years agoClean up SQL.
Jean-Philippe Lang [Sat, 21 Jan 2017 10:01:44 +0000 (10:01 +0000)]
Clean up SQL.

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

7 years agoFilter parent task issues in auto complete by open/closed status depending on the...
Jean-Philippe Lang [Sat, 21 Jan 2017 09:59:12 +0000 (09:59 +0000)]
Filter parent task issues in auto complete by open/closed status depending on the subtask status (#24877).

Patch by Marius BALTEANU.

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

7 years agoUse EXISTS instead of IN subquery (#21608).
Jean-Philippe Lang [Sat, 21 Jan 2017 09:37:18 +0000 (09:37 +0000)]
Use EXISTS instead of IN subquery (#21608).

Patch by Ondřej Ezr.

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

7 years agoAllow forward reference to parent when importing issues (#22701).
Jean-Philippe Lang [Sat, 21 Jan 2017 09:08:40 +0000 (09:08 +0000)]
Allow forward reference to parent when importing issues (#22701).

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

7 years agoJapanese translation for trunk updated by Go MAEDA (#24751)
Toshi MARUYAMA [Fri, 20 Jan 2017 20:32:31 +0000 (20:32 +0000)]
Japanese translation for trunk updated by Go MAEDA (#24751)

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

7 years agoJapanese translation of setting_text_formatting and setting_cache_formatted_text...
Toshi MARUYAMA [Fri, 20 Jan 2017 20:32:20 +0000 (20:32 +0000)]
Japanese translation of setting_text_formatting and setting_cache_formatted_text changed by Go MAEDA (#24750)

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

7 years agoTraditional Chinese translation updated and changed by ChunChang Lo (#24860)
Toshi MARUYAMA [Fri, 20 Jan 2017 12:36:27 +0000 (12:36 +0000)]
Traditional Chinese translation updated and changed by ChunChang Lo (#24860)

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

7 years agoJapanese translation for 3.2-stable updated by Go MAEDA (#24751, #24886)
Toshi MARUYAMA [Fri, 20 Jan 2017 12:21:39 +0000 (12:21 +0000)]
Japanese translation for 3.2-stable updated by Go MAEDA (#24751, #24886)

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

7 years agoSpanish label_search_open_issues_only: translation changed by Javier Menéndez (#24572)
Toshi MARUYAMA [Fri, 20 Jan 2017 02:43:39 +0000 (02:43 +0000)]
Spanish label_search_open_issues_only: translation changed by Javier Menéndez (#24572)

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

7 years agoReset locale to "en" before helpers tests.
Jean-Philippe Lang [Thu, 19 Jan 2017 23:32:04 +0000 (23:32 +0000)]
Reset locale to "en" before helpers tests.

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

7 years agoReset current user before helpers tests.
Jean-Philippe Lang [Thu, 19 Jan 2017 23:22:26 +0000 (23:22 +0000)]
Reset current user before helpers tests.

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

7 years agoReset sort criteria when clearing filters.
Jean-Philippe Lang [Thu, 19 Jan 2017 20:34:12 +0000 (20:34 +0000)]
Reset sort criteria when clearing filters.

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

7 years agoAdds :field_updated_by and :field_last_updated_by strings to locales (#17720).
Jean-Philippe Lang [Thu, 19 Jan 2017 20:22:51 +0000 (20:22 +0000)]
Adds :field_updated_by and :field_last_updated_by strings to locales (#17720).

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