Search
Results (12716)
- Defect #9221 (Closed): enabled related project changeset reference
- Hi, I would like to update ticket by comm ... code exists: <pre> def find_referenced_issue_by_id(id) return nil if id.blank? issue = Issue.find_by_id(id.to_i, :include => :project) if issue unless issue.project && (project == issue.project || project.is_ancestor_of?(issue.project) || project.is_descendant_of?(issue.project)) issue = nil end end issue end </pre> However ":include => proje ... project's scm? regards, Takashi Okamoto
- Defect #9220 (Closed): enabled related project changeset reference
- Hi, I would like to update ticket by comm ... code exists: <pre> def find_referenced_issue_by_id(id) return nil if id.blank? issue = Issue.find_by_id(id.to_i, :include => :project) if issue unless issue.project && (project == issue.project || project.is_ancestor_of?(issue.project) || project.is_descendant_of?(issue.project)) issue = nil end end issue end </pre> However ":include => proje ... project's scm? regards, Takashi Okamoto
- Feature #9216 (New): Support of multiple LDAP servers for authorization
- Good day! We have ability to define multip ... other server w/o admin intervention. Thanks.
- Feature #9209 (New): Add "Private" toggle to issue context menu
- The new Private issues feature is great. Having an easy way to make existing issues "Private" would be great, too.
- Defect #9205 (Closed): Affected version not shown in subproject
- Hi, We have a project A and subprojects a, ... cts or all projects. When we want to open issue in e.g. subproject a we can select target ve ... ersion: Redmine 1.2.1.stable (MySQL) brg
- Defect #9199 (Needs feedback): Hide the issues in issue list for those users with role's issues visibility set as "created by or assigned to"
- In Redmine 1.2.0, there are issues visibility setting in "Administration" -> "Roles and permissions" with three options. _All issues All non private issues Issues created by or assigned to the user_ Assu ... as "External users" and grant this role the issues visibility as "Issues created by or assigned to the user". The ... e like that external users can only view the issues created by themselves or assigned to them no matter the issue is public or private. While the fact is that if the issue is created by internal users and not assigne ... it will still be viewed by external users in issue list, just can not view the contents of that issue. If it is private, it will not be displayed for external users even in ...
- Feature #9197 (New): Allow more than one parent issue for a single issue
- There are use cases where an issue can be considered a task of several parent issues.
- Feature #9195 (New): Fetch issues associations with issues in /issues query
- I am trying to get all the information from an issue and are actually mostly interested in the re ... fecient manner, it would be nice if [HOST]/issues.xml?limit=25&project_id=redmine&offset=0&in ... n ask the server again for the relations.
- Feature #9194 (Closed): Issues default list view layout configurable per project
- I think it was interesting that there was a view configurable for each project Thanks
- Feature #9191 (Closed): Redmine on Oracle
- Hi, I'm introducing Redmine in my organiza ... instruction how one could do that? Thanks.
- Defect #9189 (Closed): teste
- teste
- Defect #9188 (Closed): Relations are not included in the response on the REST api call GetIssues
- Is seems that the GetIssues call does not send the relations in the reply. When trying to send this: http://www.redmine.org/issues.xml?limit=2&project_id=redmine&offset=0&inc ... hanks to "Alexey Skorokhodov" for assistance.
- Defect #9187 (Closed): Tinymce bug request
- HI! I am a newbie so I hope this is the right forum to file a bug. Please see the forum for my issue. http://ttyl.modx.com/thread/69895/tinymce ... wer verisons of Tinymce takes away the code.
- Feature #9184 (New): Inline issue editing within list view/custom query
- It would be very helpful to be able to edit issues directly within the issue list view. For example, if the Priority column is included in the issue list/custom query, as user could directly edit the priority of a particular issue, perhaps by double-clicking on the priority of that issue and being presented with an, inline, drop-do ... quickly updating various aspects of several issues, without having to "go into" each - which c ... several people are involved/watching at once.
- Feature #9183 (New): Update grouped tickets/issues using drag-and-drop
- When viewing a list of tickets that are group ... catch-up meeting, it would be easy to group issues (Tasks or User Stories for example) the sta ... es from generating emails Relates to #8016
- Patch #9181 (New): Enhance migrate_from_trac.rake in order to import Trac 'found in version' Field
- The patch will be available on github ASAP... ... ?r=24969#message-24969 discussion thread.
- Feature #9180 (Closed): Improve search system for issues - like "context specific search"
- When you have a project with many tickets, bo ... o respect the current filter settings in the issues view when using the search from that context. Thanks for the consideration.
- Defect #9179 (Closed): Columns dissappear in issues list
- After migration from Redmine 1.1.2 to version ... rouble. When I make any change in options of issues list and click apply, all columns in list dissappear except for issue id. аttachment:defect-in-issues-list.mht contains a page with invalid list.
- Defect #9175 (Closed): Test Issue
- Test IssueTest IssueTest IssueTest IssueTest IssueTest IssueTest IssueTest IssueTest IssueTest IssueTest IssueTest IssueTest IssueTest Issue
- Feature #9174 (Closed): Suggestion - Preview on Documents
- Can you guys add the preview feature to docum ... ere. My apologies if already been requested.
- Defect #9172 (New): New issue page should frown upon test issue submissions
- I firmly believe that the current "If you jus ... Redmine, you can go to the online demo" new issue page banner is overlooked by lots of people. I'm subscribed to the new issue atom feed and getting about 5-10 bogus issues a day. Can we please state it more clearly that test issue submissions are frowned upon? Can we poss ... description is, say shorter than 50 symbols?
- Defect #9170 (Closed): Issue List alignment
- I am using Redmine 1.1.3 and I did a copy of ... one successfully but when I came back to the issue list, I see that the issue list (# content) is aligned to the right. I ... I am wrong but I need a solution to make the issue list align to the center of the page as before. Can some one help me?
- Feature #9167 (Closed): Open source project option
- At the moment making a project "Public" while ... where I want every user to be able to create issues, post in forums, downloads files, etc... bu ... he "Open source" option would enable the 3rd.
- Defect #9164 (Closed): Internal Error when opening Issues or Gantt
- Hello together, i hope somebody can help m ... i get an "Internal Error" when i try to open Issues or Gantt. The Server is a Suse 11.4 with ... ActionView::TemplateError (comparison of Issue with Issue failed) on line #54 of app/views/gantts/show ... lib/redmine/helpers/gantt.rb:673:in `sort_issues!' lib/redmine/helpers/gantt.rb:204:in ... -------------------------- Wen i open the Issue Chart i get the following Error: ---------- ... -------------------------------- Processing IssuesController#index (for 81.223.151.146 at 2011 ... =>"index", "tracker_id"=>"1", "controller"=>"issues"} Rendering template within layouts/base Rendering issues/index.rhtml ActionView::TemplateError (u ... ' for nil:NilClass) on line #28 of app/views/issues/_list.rhtml: 25: </tr> 26: <% previous_group = group > 27: < end > 28: <tr id="...
- Defect #9157 (Closed): Emails in Outlook doesnt work properly
- Hello everyone, we are internet company an ... platform. One of our customer has reported a issue about emails in outlook. I`ve attached a ... outlook. I`ve already done a search for this issue, but didnt found anything... Here some more hintes / informations: * This issue effects not every email, many emails works p ... llowed just by one CrLf) greets Michael