Project

General

Profile

Search

Results (12716)

Defect #17039 (Closed): Custom field
Hello, I've created a custom field which i ... for some status. When I change status on an issue, I can see the red "star" (as required) next ... ll the field. So it's maybe a bug. Thanks 2014-05-30 11:54
Defect #17036 (Closed): No css loaded
Hi all, I am facing the same issue than in http://www.redmine.org/boards/2/topi ... ed on Stack Overflow, where I found the same issue: http://stackoverflow.com/questions/11170 ... 1.8.7 Has someone another idea? Thanks. 2014-05-29 14:45
Defect #17030 (Needs feedback): Bulk update issues returns an empty page
I have select 7 issues and change their assignment. Assignment ha ... next link: http://tasks.sloboda-studio.com/issues/bulk_update?back_url=%2Fprojects%2Fsoftsource%2Fissues%3Fc%255B%255D%3Dtracker%26c%255B%255D%3Dsta ... 63&ids%5B%5D=705&ids%5B%5D=737&ids%5B%5D=743&issue%5Bassigned_to_id%5D=37 Server Environment ... r Version 34.0.1847.116 Ubuntu 12.04 (260972) 2014-05-29 11:02
Defect #17023 (Closed): The error flash messa ... user but of the user of the previous request
One of our customers at "Planio":https://plan ... This bug is probably not a grave security issue as no further information besides the language of the previous request is leaked. 2014-05-28 17:17
Feature #17006 (Closed): Hide issues from closed project on my page
I wouldn't like to see issues on "my page" from closed project. Those issues are obsolete and it increases mess on my page. 2014-05-28 14:20
Defect #17000 (Closed): Unable to delete members of Groups or Projects
When I click "Delete" to delete members from ... thing happens. I can delete users, projects, issues, etc. just fine. I tried setting the log ... click "Delete". Can anyone help with this issue? Redmine version 2.5.0.stable Rub ... production Database adapter Mysql2 2014-05-28 04:49
Feature #16997 (Closed): Allow to lock categories
Make it just like users that can be locked and doesn't appear on new issues combos. Some categories that should be deprecated because all issues were resolved inside it. But shouldn't be used anymore for new issues. 2014-05-27 16:46
Feature #16996 (New): Reciprocal links (or, "Related wiki pages")
Hi all, The "Related issues" feature is great: one adds a relation in one issue, and that relation is automatically visible in the other issue. How to do a similar thing with wiki pages?? (both between wiki-to-wiki and issue-to-wiki pages) Essentially, if wiki_page_1 ... and to generate our documentation. In every issue that we now create we need to cite the wiki ... en in the wiki page we need to mention which issues are related with that feature, which is ann ... : an option in which every time I mention an issue or wiki page, the destination issues/pages show automatically which issues/pages cite them. Is there any plugin to ... y ideas to get around this? Thanks, Tiago 2014-05-27 16:06
Defect #16994 (Closed): Redmine 500 error while Adding/Updating only a new Task
Hi Guys I am running REDMINE 2.4.0.stable on ... noticed sometime during adding/modifying an issue in any of the projects in REDMINE, I get the ... e different characters that could cause this issue and some time it works. I am not sure what i ... d to hearing from you guys Regards Jo V 2014-05-27 15:11
Defect #16990 (Closed): Email notification
Hi, Please help me about email notification. My _issue.html.erb content is the following: <li> <b> <%=l(:field_description)%> </b>: <%=h issue.description %> <li> <b> <%=l(:field_status)%> </b>: <%=h issue.status %></li> <li> <b> <%=l(:field_start_date)%> </b>: <%=h issue.start_date %></li> <li> <b> <%=l(:field_priority)%> </b>: <%=h issue.priority %></li> <% issue.custom_field_values.each do |c| %> <li> <b ... ID is 22, how should look the code? Thanks 2014-05-27 11:57
Defect #16989 (Closed): Inline images in email does not appear when thumbnail macro is used.
Redmine v2.5.1 When using <pre>{{thumbnail ... nd we are using it confidently in our system. 2014-05-27 11:17
Defect #16986 (Closed): User is not able to see %done field for one issue in redmine.
2014-05-27 09:53
Feature #16976 (Closed): Request more page si ... ty to save page size option in custom queries
Dear Redmine team, Our project customers meet the situation that they have the large number of issues in their project. They need more issues in page (200, 500, ...). Beside that, fo ... ease consider this case. BRs, Thanh Trinh 2014-05-26 10:53
Feature #16962 (Closed): Better handle html-only emails
Currently html-only emails are handled by jus ... sent in the @head@ are also just passed over. 2014-05-23 13:39
Feature #16959 (Closed): Default status of copying closed issue
Conflict between #3877 and #1551. 2014-05-23 09:38
Defect #16948 (Closed): Broken anonymous repo ... public projects with Apache 2.4 (redmine.pm)
Hi there. I recently upgraded my redmine from ... edmine_webdav 0.6.0 </pre> 2014-05-22 12:37
Feature #16941 (Closed): Do not clear category on project change if category with same exists
Category cleared when changing project for an issue. *Steps to reproduce:* 1. There is a 'pr ... ' with the same name category. 2. Create an issue in 'project1' and select 'some' category. 3. Open edit form for this issue. 4. Select 'project2' *Expected result:* ... Redmine plugins: no plugin installed }} 2014-05-21 15:36
Feature #16934 (New): Add optional journal entries for watcher add/removal
Make a global (or project-based) setting for ... a need, but this is unrelated to the current issue) with a patch object, but this feels like it would be more appropriate within core features. 2014-05-21 08:25
Defect #16933 (New): mail messages being retrieved from davmail are incomplete
Our setup: redmine 2.5.0 -> davmail 4.4.1- ... Priority: Urgent After the rake is run, issues are created, however none of the fields are ... e bug causing incomplete email msg retrieval? 2014-05-20 23:33
Defect #16932 (Closed): saving custom_fields
I'm using redmine 2.3.1devel using ruby's ActiveResource::Base to find an issue, and I can update the status fine, but the custom_fields seem to elude me. <pre> issue = Issue.find(issue_id) return unless issue ready = issue.custom_fields.select{|i| i.name == 'Ready for testing'}.first deployed_to = issue.custom_fields.select{|i| i.name == 'Deployed to'}.first issue.subject = 'test' ready.value = '1' #['0', ' ... alue = "staging" #['staging', 'production'] issue.save </pre> This updates the subject fin ... t doing something wrong? Thanks for the help! 2014-05-20 23:11
Feature #16928 (New): Timetracking config opt ... ntry mandatory when task goes to closed state
Could you please add an option "requires time ... res time entry" set true is being set for an issue in the project, that has time entry module e ... such a status with an empty timeentry field. 2014-05-20 10:24
Defect #16926 (Closed): Custom field referencing deleted value trigger an error on display
Hi _Redmine_ team ! our _redmine_ environment holds more than 14k issues, we are using it for a while now (about 4 ... exception while trying to display a specific issue (Id 11011). I don't understand why, as it w ... e the logs <pre> Started GET "/redmine/issues/11011" for 127.0.0.1 at 2014-05-20 08:08:09 +0200 Processing by IssuesController#show as HTML Parameters: {"id" ... Current user: n.felix (id=21) Rendered issues/_action_menu.html.erb (93.8ms) Rendered issues/show.html.erb within layouts/base (296.9ms) ... 64: rows.right l(:label_spent_time), (@issue.total_spent_hours > 0 ? link_to(l_hours(@issue.total_spent_hours), project_issue_time_entries_path(@project, @issue)) : "-"), :class => 'spent-time' 65: ... d %> 67: <%= render_custom_fields_rows(@... 2014-05-20 08:21
Patch #16925 (Closed): Improve performance of Principal.member_of scope
Using a sub-query is faster, see r13139. Targetting for 2.6.0. 2014-05-19 23:20
Feature #16904 (Closed): Add anonymous user to users list in query filters
The author of an issue might be "Anonymous", either because issue creation is allowed for users that are not l ... he only way to achieve this is to filter for issues with an author that "is not all users". 2014-05-16 15:42
Defect #16896 (New): Follows Relation Ignored When Adding a Parent
h4. Problem There seems to be a check miss ... llows relations work as shown here: [[RedmineIssues]] h4. Below you will find the steps to r ... ility. Steps to Reproduce: # Create 3 Issues in a project (Issue 1, Issue 2, Issue 3) # Make Issue 1 Parent item of Issue 2 # Add a relation: Issue 3 *precedes* Issue 1 # Test the following: set issue 2 at an earlier start date than issue 3's start date -- this should throw an error as expected when you press "submit". # Now, change Issue 2's Start Date back to the original accepted Start Date. # Clear the Parent Field from Issue 2 and press submit # Set Issue 2 to an earlier start date than ... 2014-05-15 20:32
(5251-5275/12716)