Search
Results (18317)
- I have several users complaining about not being able to export more then our set limit for "issues export limit". There doesn't seem to be a ... hem with sample REST api scripts to download issues, but that's not meeting their desires (most ... /tool to extract the data). I did open an issue about this a while back (#10915)
- Help: RE: Images attached to issues created by email
- Resolved: Actually, this was a Lotus Notes issue...
- Help: RE: 2.0.1 to 2.0.3 issues
- Going back over my steps, I've come to realiz ... /database_statements.rb:7:in `to_sql' <snip>
- Open discussion: RE: Optimal setup for Redmine on Linux (machine specs, etc)
- Arthur Turrini wrote: > We're running here 6 ... fast - are you seeing speeds like 600ms for issues list (made a new discussion here http://www ... .9.2, redmine 2.0.3, passenger, mysql, apache
- Trying to upgrade 2.0.1 to .3 on a CentOS 6.2 ... l2 it's the accept method for NilClass error.
- We just moved our installation from Windows t ... ven faster than it is. When i click on an issues list, production.log is showing <pre> Processing by IssuesController#index as HTML Parameters: {"pr ... eries/_columns.html.erb (78.4ms) Rendered issues/_list.html.erb (55.1ms) Rendered issues/_sidebar.html.erb (10.1ms) Rendered issues/index.html.erb within layouts/base (294.9ms ... k on http://www.redmine.org/projects/redmine/issues, it seems much faster. New issue creation also takes about 300ms, is this normal?
- Hello, I am integrating Redmine with other ... ing date into custom field when creating new issue. I have no idea, what date format it accepts ... 2012:Date) on line #10 of app/views/mailer/_issue.text.erb: 7: <%=l(:field_assigned_to)%>: <%= issue.assigned_to %> 8: <%=l(:field_category)%>: <%= issue.category %> 9: <%=l(:field_fixed_version)%>: <%= issue.fixed_version %> 10: <% issue.custom_field_values.each do |c| %><%= c.cust ... how_value(c) %> 11: <% end %> 12: 13: <%= issue.description %> lib/redmine/custom_fie ... b:115:in `show_value' app/views/mailer/_issue.text.erb:10 app/views/mailer/_issue.text.erb:10:in `each' app/views/mailer/_issue.text.erb:10 app/views/mailer/issue...
- Help: RE: Changing the resolution of issue done ratio from "0 - 10 - 20 ..." to "0 - 5 - 10 - 15"
- Reinhard Borek wrote: > How I can change the resolution of issue done ratio from "0 - 10 - 20 ..." to a highe ... AFAIK this is not possible in core Redmine.
- Help: RE: Enummerating issues in the REST API without fetching all data
- worked like a charm ty :)
- Help: RE: Issue filter on Author shows only current members of a project
- Didn't see #1875 when I was doing my searches ... the case of a internet wide public tracker...
- Help: RE: Issue filter on Author shows only current members of a project
- Duplicate of #1875 - wow that's already 4 years old...
- Help: RE: Changing the resolution of issue done ratio from "0 - 10 - 20 ..." to "0 - 5 - 10 - 15"
- IIRC that can be changed in the admin menu, but I' on the go and can't look it up...
- Help: RE: Issue filter on Author shows only current members of a project
- Created Feature Issue #11606 I also noticed that the same "pro ... he feature request). Thank you in advance.
- Help: RE: Issue filter on Author shows only current members of a project
- I'd say that it's important that the Author i ... r on. Can you please file a feature request?
- Help: RE: Enummerating issues in the REST API without fetching all data
- If the whole point is getting the number of items, set the limit to 1 GET /issues.xml?project_id=2&status_id=3&limit=1 In the response look at the "total count" value...
- We have a case where a person changed project ... st. It appears that the "Author" filter for issues only shows current members. Question should it show instead the list of all issue authors regardless if they are members in that project?
- Help: RE: Filter on issue id in query
- I have users also asking for the exact same function
- Hi, if I create issues by email, any images in my mail get attache ... me.ext!@ and display the image inline in the issue comment?
- Hello all, After I have installed redmine a ... bled the REST API. Now I'm trying to view ../issues.xml from my browser but it appears as empty ... e code 406). Any help will be appreciated.
- Hi, I have a lot of users requesting to be able to list issues based on a list of ids. Thing is that's th ... d not find anything related to this in forum/issues. I know we can access an issue by typing the id in the "search" toolbox, an ... do this via REST api (http://www.redmine.org/issues/10259). But what I need is to have a filter "Issue id" in the queries that allow to set a list ... this ? Did I miss a way to do it ? Thanks
- Hi, We're using Redmine in our company an ... metimes, we need to create documents from an issue or wiki page for clients and partners. We ca ... nt of the PDF downloaded from a wiki page or issue uses the same style as we have set up for re ... vance (and sorry for the frenchy english)
- Help: RE: Redmine on CentOS 6.2(almost there)
- Have the same issue but nobody have answered yet. (
- Hi, I am using the ActiveResource script and ... ring if there is an option to enummerate the issues that fit your request without recieving all the data. E.g. when I request GET /issues.xml?project_id=2&tracker_id=1&status_id=3 I get all the issues I want but I'd like to have a navigation that shows the number of issues for each tracker/status. The idea behind th ... ption in the API or do I have to request all issues including thier data form the server? sincerely, FRED
- Hi, I have a simple issue: When I create a subtask with a different ... ay to change this? I would liek to create an issue for my PM, with a given deadline, and I need ... adlines. Thanks a lot for help! Arnost
- How I can change the resolution of issue done ratio from "0 - 10 - 20 ..." to a higher resolution like "0 - 5 - 10 - 15"? Reinhard