]> source.dussan.org Git - redmine.git/log
redmine.git
7 years agoFixed that watchers list is not updated when changing project on the new issue form...
Jean-Philippe Lang [Thu, 6 Apr 2017 19:57:00 +0000 (19:57 +0000)]
Fixed that watchers list is not updated when changing project on the new issue form (#17762).

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

7 years agoOption to copy watchers when copying issues (#10460).
Jean-Philippe Lang [Thu, 6 Apr 2017 17:34:45 +0000 (17:34 +0000)]
Option to copy watchers when copying issues (#10460).

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

7 years agoLet the context menu work on elements that are not tr.
Jean-Philippe Lang [Thu, 6 Apr 2017 17:17:54 +0000 (17:17 +0000)]
Let the context menu work on elements that are not tr.

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

7 years agoReverts to rbpdf 1.19.0 for now.
Jean-Philippe Lang [Thu, 6 Apr 2017 17:16:36 +0000 (17:16 +0000)]
Reverts to rbpdf 1.19.0 for now.

Using rbpdf-font 1.19.1

Encoding::UndefinedConversionError: "\x81" to UTF-8 in conversion from Windows-1
252 to UTF-8
An error occurred while installing rbpdf (1.19.1), and Bundler cannot continue.
Make sure that `gem install rbpdf -v '1.19.1'` succeeds before bundling.

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

7 years agoSet autocomplete to off on project quick search (#23310).
Jean-Philippe Lang [Thu, 6 Apr 2017 17:13:45 +0000 (17:13 +0000)]
Set autocomplete to off on project quick search (#23310).

Patch by Marius BALTEANU.

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

7 years agoFixed that related to "no open issues" filter shows all issues (#25478).
Jean-Philippe Lang [Thu, 6 Apr 2017 16:57:44 +0000 (16:57 +0000)]
Fixed that related to "no open issues" filter shows all issues (#25478).

Patch by Kevin Fischer.

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

7 years agoRename @noborder@ CSS class to @wiki-class-noborder@ in order to be accessible from...
Jean-Philippe Lang [Thu, 6 Apr 2017 16:43:48 +0000 (16:43 +0000)]
Rename @noborder@ CSS class to @wiki-class-noborder@ in order to be accessible from user-provided Textile markup (#25503).

Patch by Jan Schulz-Hofen.

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

7 years agoFilter arbitrary class names and ids in rendered HTML output (#25503).
Jean-Philippe Lang [Thu, 6 Apr 2017 16:41:52 +0000 (16:41 +0000)]
Filter arbitrary class names and ids in rendered HTML output (#25503).

* Disallow setting arbitrary classes and ids via Textile syntax
* Only allow valid/supported languages for syntax highlighted code blocks

Patch by Jan Schulz-Hofen.

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

7 years agoHelper methods to find out if a given language is supported (#25503).
Jean-Philippe Lang [Thu, 6 Apr 2017 16:37:18 +0000 (16:37 +0000)]
Helper methods to find out if a given language is supported (#25503).

Patch by Jan Schulz-Hofen.

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

7 years agoAdd kbd to ALLOWED_TAGS (#25503).
Jean-Philippe Lang [Thu, 6 Apr 2017 16:34:52 +0000 (16:34 +0000)]
Add kbd to ALLOWED_TAGS (#25503).

Patch by Jan Schulz-Hofen.

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

7 years agoRussian "setting_timespan_format" translation updated by Kirill Bezrukov (#25349)
Toshi MARUYAMA [Wed, 5 Apr 2017 17:07:08 +0000 (17:07 +0000)]
Russian "setting_timespan_format" translation updated by Kirill Bezrukov (#25349)

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

7 years agoBulgarian translation updated by Ivan Cenov (#25518)
Toshi MARUYAMA [Wed, 5 Apr 2017 16:50:37 +0000 (16:50 +0000)]
Bulgarian translation updated by Ivan Cenov (#25518)

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

7 years agoRussian translation for label_user_mail_option_only_(assigned|owner) changed by Ilya...
Toshi MARUYAMA [Wed, 5 Apr 2017 16:50:26 +0000 (16:50 +0000)]
Russian translation for label_user_mail_option_only_(assigned|owner) changed by Ilya Potapov (#25397, #24177)

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

7 years agoAdds a test for #25526.
Jean-Philippe Lang [Wed, 5 Apr 2017 16:10:16 +0000 (16:10 +0000)]
Adds a test for #25526.

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

7 years agoAlways set spent_hours instance variables to a Float in Issue instances (#25526).
Jean-Philippe Lang [Wed, 5 Apr 2017 16:09:58 +0000 (16:09 +0000)]
Always set spent_hours instance variables to a Float in Issue instances (#25526).

Patch by Holger Just.

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

7 years agoCode cleanup.
Jean-Philippe Lang [Wed, 5 Apr 2017 15:59:43 +0000 (15:59 +0000)]
Code cleanup.

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

7 years agoBulgarian translation updated by Ivan Cenov (#25518)
Toshi MARUYAMA [Wed, 5 Apr 2017 13:35:07 +0000 (13:35 +0000)]
Bulgarian translation updated by Ivan Cenov (#25518)

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

7 years agoJapanese translation updated by Go MAEDA (#25507)
Toshi MARUYAMA [Wed, 5 Apr 2017 13:34:56 +0000 (13:34 +0000)]
Japanese translation updated by Go MAEDA (#25507)

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

7 years agoGemfile: explicitly use rbpdf 1.19.1 (#22335, #24271)
Toshi MARUYAMA [Wed, 5 Apr 2017 10:53:44 +0000 (10:53 +0000)]
Gemfile: explicitly use rbpdf 1.19.1 (#22335, #24271)

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

7 years agoremove trailing white space from Gemfile
Toshi MARUYAMA [Wed, 5 Apr 2017 10:53:33 +0000 (10:53 +0000)]
remove trailing white space from Gemfile

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

7 years agoUse 2 queries that use an index.
Jean-Philippe Lang [Tue, 4 Apr 2017 18:03:49 +0000 (18:03 +0000)]
Use 2 queries that use an index.

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

7 years agoUse #to_sql to generate the subquery.
Jean-Philippe Lang [Tue, 4 Apr 2017 18:00:20 +0000 (18:00 +0000)]
Use #to_sql to generate the subquery.

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

7 years agoAdds a scope to left join the issue.
Jean-Philippe Lang [Tue, 4 Apr 2017 17:54:39 +0000 (17:54 +0000)]
Adds a scope to left join the issue.

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

7 years agoDon't compare LOWER() with #downcase.
Jean-Philippe Lang [Tue, 4 Apr 2017 17:53:48 +0000 (17:53 +0000)]
Don't compare LOWER() with #downcase.

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

7 years agoSQL Cleanup.
Jean-Philippe Lang [Tue, 4 Apr 2017 17:52:24 +0000 (17:52 +0000)]
SQL Cleanup.

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

7 years agoAdds a link back to the issue list that we are coming from.
Jean-Philippe Lang [Tue, 4 Apr 2017 17:49:40 +0000 (17:49 +0000)]
Adds a link back to the issue list that we are coming from.

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

7 years agoBetter handling of update failures when bulk editing time entries.
Jean-Philippe Lang [Tue, 4 Apr 2017 17:22:08 +0000 (17:22 +0000)]
Better handling of update failures when bulk editing time entries.

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

7 years agoLet the issue list be grouped by private flag.
Jean-Philippe Lang [Tue, 4 Apr 2017 17:19:55 +0000 (17:19 +0000)]
Let the issue list be grouped by private flag.

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

7 years agoDon't hardcode the groups on My page.
Jean-Philippe Lang [Tue, 4 Apr 2017 17:17:47 +0000 (17:17 +0000)]
Don't hardcode the groups on My page.

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

7 years agoAdds methods to User model to handle tokens.
Jean-Philippe Lang [Tue, 4 Apr 2017 17:15:07 +0000 (17:15 +0000)]
Adds methods to User model to handle tokens.

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

7 years agoMakes Attachments column available on the issue list (#25515).
Jean-Philippe Lang [Tue, 4 Apr 2017 17:07:13 +0000 (17:07 +0000)]
Makes Attachments column available on the issue list (#25515).

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

7 years agoRussian translation for 3.2-stable updated by Kirill Bezrukov (#25349, #25505)
Toshi MARUYAMA [Mon, 3 Apr 2017 16:30:02 +0000 (16:30 +0000)]
Russian translation for 3.2-stable updated by Kirill Bezrukov (#25349, #25505)

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

7 years agoFix Japanese mistranslation for field_base_dn by Go MAEDA (#25470)
Toshi MARUYAMA [Mon, 3 Apr 2017 14:39:19 +0000 (14:39 +0000)]
Fix Japanese mistranslation for field_base_dn by Go MAEDA (#25470)

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

7 years agoQuery through multiple projects by issue custom field not possible anymore (#25501).
Jean-Philippe Lang [Mon, 3 Apr 2017 14:04:04 +0000 (14:04 +0000)]
Query through multiple projects by issue custom field not possible anymore (#25501).

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

7 years agoRussian translation update (#25397).
Jean-Philippe Lang [Mon, 3 Apr 2017 13:34:01 +0000 (13:34 +0000)]
Russian translation update (#25397).

Patch by Ilya Potapov.

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

7 years agoChange Russian translation for field_due_date and label_relation_new (#25392).
Jean-Philippe Lang [Mon, 3 Apr 2017 13:32:46 +0000 (13:32 +0000)]
Change Russian translation for field_due_date and label_relation_new (#25392).

Patch by Ilya Potapov.

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

7 years agoDeny edit/update/delete for anonymous user (#25483).
Jean-Philippe Lang [Mon, 3 Apr 2017 12:59:55 +0000 (12:59 +0000)]
Deny edit/update/delete for anonymous user (#25483).

Patch by Holger Just.

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

7 years agoUse path instead of URL of image in preview (#25295).
Jean-Philippe Lang [Mon, 3 Apr 2017 12:53:51 +0000 (12:53 +0000)]
Use path instead of URL of image in preview (#25295).

Patch by Krzysztof Zielonka.

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

7 years agoAdds a test for when the file comparison fails (#25215).
Jean-Philippe Lang [Mon, 3 Apr 2017 12:51:13 +0000 (12:51 +0000)]
Adds a test for when the file comparison fails (#25215).

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

7 years agoCleanup tests with mock files.
Jean-Philippe Lang [Mon, 3 Apr 2017 12:48:58 +0000 (12:48 +0000)]
Cleanup tests with mock files.

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

7 years agoDelete the file after the change is committed (#25215).
Jean-Philippe Lang [Mon, 3 Apr 2017 12:13:07 +0000 (12:13 +0000)]
Delete the file after the change is committed (#25215).

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

7 years agoAdds file equality check to deduplication hook (#25215).
Jean-Philippe Lang [Mon, 3 Apr 2017 11:55:40 +0000 (11:55 +0000)]
Adds file equality check to deduplication hook (#25215).

Patch by Jens Kraemer.

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

7 years agoReuse existing identical disk files for new attachments (#25215).
Jean-Philippe Lang [Mon, 3 Apr 2017 11:54:29 +0000 (11:54 +0000)]
Reuse existing identical disk files for new attachments (#25215).

Patch by Jens Kraemer.

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

7 years agoAdds :field_digest string to locales (#25240).
Jean-Philippe Lang [Mon, 3 Apr 2017 11:42:53 +0000 (11:42 +0000)]
Adds :field_digest string to locales (#25240).

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

7 years agoChange MD5 table header to Checksum (#25240).
Jean-Philippe Lang [Mon, 3 Apr 2017 11:41:52 +0000 (11:41 +0000)]
Change MD5 table header to Checksum (#25240).

Patch by Jens Krämer.

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

7 years agoAdds a rake task to update attachments digests to SHA256 (#25240).
Jean-Philippe Lang [Mon, 3 Apr 2017 11:38:06 +0000 (11:38 +0000)]
Adds a rake task to update attachments digests to SHA256 (#25240).

Patch by Jens Krämer.

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

7 years agoChanges the digest used for attachments to SHA256 (#25240).
Jean-Philippe Lang [Mon, 3 Apr 2017 11:11:36 +0000 (11:11 +0000)]
Changes the digest used for attachments to SHA256 (#25240).

Patch by Jens Kraemer.

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

7 years agoSend email even if password is not changed (#7577).
Jean-Philippe Lang [Mon, 3 Apr 2017 10:48:59 +0000 (10:48 +0000)]
Send email even if password is not changed (#7577).

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

7 years agoRenaming "duplicates" and "duplicated by" to something less confusing (#10250).
Jean-Philippe Lang [Mon, 3 Apr 2017 10:36:26 +0000 (10:36 +0000)]
Renaming "duplicates" and "duplicated by" to something less confusing (#10250).

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

7 years agoReset status when copying issues (#23610).
Jean-Philippe Lang [Mon, 3 Apr 2017 10:30:29 +0000 (10:30 +0000)]
Reset status when copying issues (#23610).

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

7 years agoTimelog move between projects (#588).
Jean-Philippe Lang [Mon, 3 Apr 2017 09:33:27 +0000 (09:33 +0000)]
Timelog move between projects (#588).

Patch by Marius BALTEANU.

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

7 years agoAdds a User.admin scope (#25416).
Jean-Philippe Lang [Mon, 3 Apr 2017 06:49:06 +0000 (06:49 +0000)]
Adds a User.admin scope (#25416).

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

7 years agoRestore timestamp in asset paths (#24617).
Jean-Philippe Lang [Mon, 3 Apr 2017 05:49:16 +0000 (05:49 +0000)]
Restore timestamp in asset paths (#24617).

Patch by Hiroshi Shirosaki.

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

7 years agoWorking external URLs not documented (#21375).
Jean-Philippe Lang [Mon, 3 Apr 2017 05:35:23 +0000 (05:35 +0000)]
Working external URLs not documented (#21375).

Patch by Go MAEDA.

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

7 years agoChange extra_info to long text (#14626).
Jean-Philippe Lang [Mon, 3 Apr 2017 05:32:48 +0000 (05:32 +0000)]
Change extra_info to long text (#14626).

Patch by Go MAEDA.

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

7 years agospelling fixes (#25495)
Toshi MARUYAMA [Sun, 2 Apr 2017 03:34:44 +0000 (03:34 +0000)]
spelling fixes (#25495)

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

7 years agoPortuguese translation for trunk updated by Rui Rebelo (#25204)
Toshi MARUYAMA [Wed, 29 Mar 2017 06:27:52 +0000 (06:27 +0000)]
Portuguese translation for trunk updated by Rui Rebelo (#25204)

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

7 years agoPortuguese translation changed by Rui Rebelo (#25204)
Toshi MARUYAMA [Wed, 29 Mar 2017 06:27:41 +0000 (06:27 +0000)]
Portuguese translation changed by Rui Rebelo (#25204)

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

7 years agoPortuguese translation for 3.2-stable updated by Rui Rebelo (#25204, #25458)
Toshi MARUYAMA [Wed, 29 Mar 2017 05:47:31 +0000 (05:47 +0000)]
Portuguese translation for 3.2-stable updated by Rui Rebelo (#25204, #25458)

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

7 years agoPortuguese translation for 3.3-stable updated by Rui Rebelo (#25204, #25459)
Toshi MARUYAMA [Wed, 29 Mar 2017 04:47:39 +0000 (04:47 +0000)]
Portuguese translation for 3.3-stable updated by Rui Rebelo (#25204, #25459)

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

7 years agoPortuguese translation for 3.2-stable updated by Rui Rebelo (#25204, #25458)
Toshi MARUYAMA [Wed, 29 Mar 2017 04:47:28 +0000 (04:47 +0000)]
Portuguese translation for 3.2-stable updated by Rui Rebelo (#25204, #25458)

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

7 years agoremove duplicate empty line from config/locales/pt.yml
Toshi MARUYAMA [Wed, 29 Mar 2017 04:47:17 +0000 (04:47 +0000)]
remove duplicate empty line from config/locales/pt.yml

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

7 years agogit: use '--no-renames' option in 'show' command (#25371)
Toshi MARUYAMA [Fri, 24 Mar 2017 15:53:04 +0000 (15:53 +0000)]
git: use '--no-renames' option in 'show' command (#25371)

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

7 years agoadd missing fixtures to test/integration/attachments_test.rb
Toshi MARUYAMA [Tue, 21 Mar 2017 11:41:00 +0000 (11:41 +0000)]
add missing fixtures to test/integration/attachments_test.rb

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

7 years agoadd missing fixtures to test/integration/api_test/api_test.rb
Toshi MARUYAMA [Tue, 21 Mar 2017 11:29:56 +0000 (11:29 +0000)]
add missing fixtures to test/integration/api_test/api_test.rb

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

7 years agoremove empty line including trailing white space from test/unit/document_test.rb
Toshi MARUYAMA [Mon, 20 Mar 2017 17:46:38 +0000 (17:46 +0000)]
remove empty line including trailing white space from test/unit/document_test.rb

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

7 years agoGit 2.9 compatibility (#25371)
Toshi MARUYAMA [Mon, 20 Mar 2017 17:17:55 +0000 (17:17 +0000)]
Git 2.9 compatibility (#25371)

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

7 years agoset "warning = false" for "rake test:scm:units" and "rake test:scm:functionals"
Toshi MARUYAMA [Mon, 20 Mar 2017 17:17:44 +0000 (17:17 +0000)]
set "warning = false" for "rake test:scm:units" and "rake test:scm:functionals"

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

7 years agoReverts r16419.
Jean-Philippe Lang [Sat, 18 Mar 2017 09:11:30 +0000 (09:11 +0000)]
Reverts r16419.

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

7 years agoChange translation for label_send_information (#25249).
Jean-Philippe Lang [Sat, 18 Mar 2017 08:52:15 +0000 (08:52 +0000)]
Change translation for label_send_information (#25249).

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

7 years agoMake project custom fields available as columns on time logs (#24157).
Jean-Philippe Lang [Sat, 18 Mar 2017 08:45:09 +0000 (08:45 +0000)]
Make project custom fields available as columns on time logs (#24157).

Patch by Jan Schulz-Hofen.

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

7 years agoRemove initial indentation of blockquotes for better readability (#25320).
Jean-Philippe Lang [Sat, 18 Mar 2017 08:39:27 +0000 (08:39 +0000)]
Remove initial indentation of blockquotes for better readability (#25320).

Patch by Jan Schulz-Hofen.

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

7 years agoLoad queries from the helper.
Jean-Philippe Lang [Sat, 18 Mar 2017 08:36:52 +0000 (08:36 +0000)]
Load queries from the helper.

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

7 years agoFix tests (#1565).
Jean-Philippe Lang [Thu, 16 Mar 2017 20:16:51 +0000 (20:16 +0000)]
Fix tests (#1565).

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

7 years agoUse helper methods for rendering blocks.
Jean-Philippe Lang [Thu, 16 Mar 2017 18:26:43 +0000 (18:26 +0000)]
Use helper methods for rendering blocks.

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

7 years agoAllow multiple instances of custom queries on My page (#1565).
Jean-Philippe Lang [Thu, 16 Mar 2017 18:02:43 +0000 (18:02 +0000)]
Allow multiple instances of custom queries on My page (#1565).

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

7 years agoTraditional Chinese translation updated by ChunChang Lo (#25341)
Toshi MARUYAMA [Thu, 16 Mar 2017 11:29:29 +0000 (11:29 +0000)]
Traditional Chinese translation updated by ChunChang Lo (#25341)

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

7 years agoJapanese translation updated by Go MAEDA (#25264)
Toshi MARUYAMA [Thu, 16 Mar 2017 11:29:14 +0000 (11:29 +0000)]
Japanese translation updated by Go MAEDA (#25264)

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

7 years agoUkrainian translation updated by Anton Oslyak (#25019)
Toshi MARUYAMA [Thu, 16 Mar 2017 11:08:42 +0000 (11:08 +0000)]
Ukrainian translation updated by Anton Oslyak (#25019)

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

7 years agoFix link to issues when displaying a project query (#1565).
Jean-Philippe Lang [Wed, 15 Mar 2017 18:14:58 +0000 (18:14 +0000)]
Fix link to issues when displaying a project query (#1565).

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

7 years agoShow icons only when cursor is over the box.
Jean-Philippe Lang [Wed, 15 Mar 2017 18:03:27 +0000 (18:03 +0000)]
Show icons only when cursor is over the box.

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

7 years agoMove the "Log time" link on My page.
Jean-Philippe Lang [Wed, 15 Mar 2017 18:01:19 +0000 (18:01 +0000)]
Move the "Log time" link on My page.

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

7 years agoLet user display a custom query on "My page" (#1565).
Jean-Philippe Lang [Wed, 15 Mar 2017 17:59:31 +0000 (17:59 +0000)]
Let user display a custom query on "My page" (#1565).

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

7 years agoClear settings for blocks that are no longer used.
Jean-Philippe Lang [Wed, 15 Mar 2017 17:52:41 +0000 (17:52 +0000)]
Clear settings for blocks that are no longer used.

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

7 years agoAdds UI test for sorting issues on "My page" (#1565).
Jean-Philippe Lang [Tue, 14 Mar 2017 18:42:09 +0000 (18:42 +0000)]
Adds UI test for sorting issues on "My page" (#1565).

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

7 years agoAdds titles on icon links.
Jean-Philippe Lang [Tue, 14 Mar 2017 18:25:23 +0000 (18:25 +0000)]
Adds titles on icon links.

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

7 years agoDelete :issue_query from session instead of :query.
Jean-Philippe Lang [Tue, 14 Mar 2017 18:20:47 +0000 (18:20 +0000)]
Delete :issue_query from session instead of :query.

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

7 years agoRemoves issues/list_simple partial, no longer used.
Jean-Philippe Lang [Tue, 14 Mar 2017 18:19:26 +0000 (18:19 +0000)]
Removes issues/list_simple partial, no longer used.

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

7 years agoLet user choose columns and sort order of issue lists on "My page" (#1565).
Jean-Philippe Lang [Tue, 14 Mar 2017 18:18:19 +0000 (18:18 +0000)]
Let user choose columns and sort order of issue lists on "My page" (#1565).

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

7 years agoRetrieve issues in each responder.
Jean-Philippe Lang [Mon, 13 Mar 2017 22:04:10 +0000 (22:04 +0000)]
Retrieve issues in each responder.

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

7 years agoFixes indentation.
Jean-Philippe Lang [Mon, 13 Mar 2017 21:44:53 +0000 (21:44 +0000)]
Fixes indentation.

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

7 years agoFixes ui tests.
Jean-Philippe Lang [Mon, 13 Mar 2017 21:39:04 +0000 (21:39 +0000)]
Fixes ui tests.

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

7 years agoRemoved invalid test, reorder links no longer exist.
Jean-Philippe Lang [Mon, 13 Mar 2017 20:29:13 +0000 (20:29 +0000)]
Removed invalid test, reorder links no longer exist.

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

7 years agoPreload associations used to display issues on My page.
Jean-Philippe Lang [Mon, 13 Mar 2017 20:06:33 +0000 (20:06 +0000)]
Preload associations used to display issues on My page.

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

7 years agoDon't reload the page when adding/removing a block.
Jean-Philippe Lang [Mon, 13 Mar 2017 20:02:34 +0000 (20:02 +0000)]
Don't reload the page when adding/removing a block.

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

7 years agoFix that move/delete links disappear after updating block settings.
Jean-Philippe Lang [Mon, 13 Mar 2017 19:57:49 +0000 (19:57 +0000)]
Fix that move/delete links disappear after updating block settings.

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

7 years agoUse explicit url.
Jean-Philippe Lang [Mon, 13 Mar 2017 19:55:29 +0000 (19:55 +0000)]
Use explicit url.

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

7 years agoRemoves unneeded inclusions of sort_helper.
Jean-Philippe Lang [Mon, 13 Mar 2017 19:20:16 +0000 (19:20 +0000)]
Removes unneeded inclusions of sort_helper.

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

7 years agoGet rid of sort_helper when using queries.
Jean-Philippe Lang [Mon, 13 Mar 2017 19:17:59 +0000 (19:17 +0000)]
Get rid of sort_helper when using queries.

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

7 years agoFix sort handle on "My page".
Jean-Philippe Lang [Sat, 11 Mar 2017 13:07:38 +0000 (13:07 +0000)]
Fix sort handle on "My page".

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