Project

General

Profile

Search

Results (12479)

Defect #31010 (Confirmed): The query visibili ... only" actually behaves as "To the owner only"
If you change the display range of a shared c ... me only" to "to author only". Redmine3.4.6 2019-03-11 17:30
Patch #31004 (Closed): Decode hexadecimal-enc ... n order to be frozen string literals friendly
Currently, hexadecimal-encoded literals are u ... <pre><code class="ruby"> def test_add_issue_with_japanese_subject issue = submit_email( 'subject_japanese_1.eml', :issue => {:project => 'ecookbook'} ) assert_kind_of Issue, issue ja = "\xe3\x83\x86\xe3\x82\xb9\xe3\x83\x88".force_encoding('UTF-8') assert_equal ja, issue.subject end </code></pre> You will se ... . <pre> Error: MailHandlerTest#test_add_issue_with_japanese_subject: FrozenError: can't m ... t/unit/mail_handler_test.rb:721:in `test_add_issue_with_japanese_subject' </pre> So, we hav ... t < ActiveSupport::TestCase :issue => {:project => 'ecookbook'} ) assert_kind_of ... 2019-03-10 14:44
Defect #31002 (New): Can't change priority of tickets which are not "in Progress" (In Bearbeitung)
All of my tickets which do not have the statu ... de. Why is this so? When I created the issue the priority was urgent. After working a bit ... Redmine plugins: no plugin installed 2019-03-09 09:43
Patch #30999 (Needs feedback): Datepicker javascript files locale in uppercase not found
* In public / javascripts / i18n Files like ... iddleware/show_exceptions.rb:33:in `c </pre> 2019-03-08 17:50
Feature #30998 (Closed): Add an rake task to prune registered users after a certain number of days
Hello, Unfortunately I'm not enough skille ... r something like that). What do you think? 2019-03-08 15:45
Defect #30988 (Closed): Preformatted text overflows the preview area
Like the image below, the pre tag overflows f ... {width: 70%; border: 1px solid #ccc}note.png! 2019-03-07 09:42
Defect #30987 (Closed): Unnecessary empty lines are displayed when syntax highlighting
Unnecessary empty lines are displayed like th ... unk. r17891 may be involved in this problem. 2019-03-07 09:24
Feature #30986 (New): New toolbar button to insert wiki macros
Redmine has useful wiki macros such as "child ... 1px solid #ccc;}.wiki-macro-button@2x.png! 2019-03-07 08:15
Feature #30985 (Closed): Add CSS class to user custom fields
User custom fields displayed in the profile p ... ields should have a class as already done in issue and project custom fields. *[The current ... ection: 07/19/2006</li> </ul> </code></pre> 2019-03-07 05:23
Feature #30978 (New): Issue rating plugin
Hello, I need a plugin that will allow any user to rate any issue, plus, to leave the feedback. There is al ... e -> https://www.redmine.org/plugins/vote_on_issues Could you please help me to find this plugin? 2019-03-06 08:43
Feature #30975 (Closed): New My page block: Updated issues
"Updated" filter added in Redmine 3.4.0 (#17720) is useful to understand the issues you involved in the past. I think it would be great if the My page has a new block "Updated issues" that lists issues the user updated recently. 2019-03-06 03:39
Patch #30971 (New): principals_options_for_select does not select user when user id is numeric
+To fix it+ : In application Helper L487 con ... element.id.to_s == selected_s </code></pre> 2019-03-05 17:37
Defect #30964 (Closed): 500 appears when trying to filter by last updated by
*OS* <pre> Operating System: Fedora 26 (Twe ... sion of IN/ALL/ANY': SELECT COUNT(*) FROM `issues` INNER JOIN `projects` ON `projects`.`id` = `issues`.`project_id` INNER JOIN `issue_statuses` ON `issue_statuses`.`id` = `issues`.`status_id` WHERE (projects.status <> 9 ... ERE em.project_id = projects.id AND em.name='issue_tracking')) AND ((issues.status_id IS NOT NULL) AND EXISTS (SELECT 1 FROM journals sj WHERE sj.journalized_type='Issue' AND sj.journalized_id=issues.id AND (sj.user_id IN ('205')) AND sj.id ... journals WHERE journals.journalized_type='Issue' AND journals.journalized_id=issues.id AND ((journals.private_notes = 0 OR ... endencies versions in attached Gemfile.lock 2019-03-05 03:29
Feature #30963 (Closed): Update simplecov gem (~> 0.17.0)
simplecov 0.16.1 has been released on 2018-03-16. 2019-03-05 00:32
Defect #30955 (Closed): "View all issues" link in email reminders points to issues list which does not include issues assigned to a group
Email reminders list issues assigned to the recipient or groups of the recipient. But the issues list opened with a web browser by clicking the "View all issues" link in the reminder does not include issues assigned to groups. *[Reminder]* !{widt ... solid #ccc;}.reminder@2x.png! *[Expected issues list]* !{width: 777px; border: 1px solid #ccc;}.expected@2x.png! *[Actual issues list]* !{width: 777px; border: 1px solid #ccc;}.actual@2x.png! 2019-03-03 05:41
Defect #30952 (Closed): Trying to watch an issue without javascript enabled leads to 404
Recently on Alpine's redmine I've encountered an issue where when I have javascript disable (noscript extension) and try to watch some issue, I get 404 error. That is not completely exp ... 's bug tracker: https://bugs.alpinelinux.org/issues/10033 2019-03-02 15:38
Defect #30950 (New): Issue#clear_disabled_fields can still lead to a nil done_ratio in some cases
This seems to occur on all Redmine versions s ... atabase constraint + model constraint, where Issue#done_ratio cannot be nil. Yet, in a specific case, Issue#clear_disabled_fields will not properly read ... e_status_for_done_ratio to true - Create an IssueStatus "test_status", give it a default done ... ck* done_ratio field - Attempt to create an issue with tracker "test_tracker", with status "te ... 0 Error h3. Why it happens Because of "Issue#done_ratio":https://github.com/redmine/redmi ... a69cc3bee7fb1cd3261046995db55bfdf/app/models/issue.rb#L696 <pre> <code class="ruby"> def done_ratio if Issue.use_status_for_done_ratio? && status && stat ... atio) end end </code></pre> and "Issue#clear_disabled_fields":https://github.com/re ... a69cc3bee7fb1cd3261046995db55bfdf/app/models/... 2019-03-01 12:34
Defect #30949 (Closed): Roadmap shows 100%, but one of its tasks is still set to 90%
I am using Redmine for controlling the develo ... se and realised that, even though one of the issues included in this version is still at 90%, t ... mine_extended_watchers 1.0.5 redmine_issue_history 1.0.0 redmine_issue_templates 0.2.0 redmine_query_shar ... dmine_refresh 0.2.0 unread_issues 2.2.0 </pre> We use Ma ... interesting fro you to know. All the best 2019-03-01 12:17
Defect #30945 (Closed): No email notification
Dear Team, I setup email notification and ... ication emails alert when I updated project, issue, note, etc. Could you please advise me how ... you in advance team! Best regards, Khanh 2019-03-01 10:33
Defect #30944 (Closed): Redmine Custom Email ... not work / or i just cant install it properly
i have a problem with this plugin, i did all ... tom_reminder 0.6.3.db261d5 redmine_issue_dynamic_edit 0.6.5 redmine_lightbox2 ... redmine_wysiwyg_editor 0.3.2 </pre> 2019-03-01 08:13
Defect #30939 (Closed): Timeout for "Check for updates" on Plugins page is too short
Hello, In the admin/plugins page the Check ... also affect the process To reproduce the issue one would need to have 10-20 or more plugins ... vault 0.3.10 </pre> 2019-02-28 20:52
Defect #30929 (Closed): No longer all receive ... "to" field after upgrade from 3.4.7 to 4.0.0
I upgraded my redmine 3.4.7 last days to 4.0. ... ls are available, but that isn't that I want. 2019-02-27 09:53
Defect #30925 (Closed): Concerns about the credit in the footer of Redmine
Currently it says something like *Powered by ... g urgent, but I just wanted to bring this up. 2019-02-26 19:43
Defect #30924 (Closed): Filter on Target vers ... ject doesn't work on version from top project
Hi I'm using Redmine 4.0.2 and versions for ... project and shared with all projects. All issues in subprojects are assigned to specific version from the top project. When I try to filter issues in a subproject by Target version's Status ... ults which is wrong. I should get a list of issues from current project that are assigned to active versions from the Top project. 2019-02-26 18:22
Defect #30923 (Closed): Project search should ... ojects scope when the project has subprojects
In the following tickets, the project searc ... bprojects by default http://www.redmine.org/issues/9909 But it is not working as expected. ... itself. I confirmed it in Redmine 3.4.6. 2019-02-26 17:23
(2251-2275/12479)