Search
Results (18298)
- Help: RE: Cannot run Redmine 2.0.3 after upgrade from 1.4.x
- Well, i fixed it! 12 hours lost into the issue. Finally, the last problem was my setup i ... ................/public_html RackBaseUri /
- Help: RE: 2.0.1 to 2.0.3 issues
- Got this figured out. When we didn't have ... ig. Removing that gem got it up and running.
- Help: RE: Language problem: some labels are shown incorrectly in Arabic characters
- LOL, I found it, but it's your own post from ... no idea how to troubleshoot that particular issue.
- Plugins: RE: Agile Dwarf project management plugin released
- another fix I made yesterday: in burndown. ... var rest = []; // correct issues dates for (var id in tasks) ... // calculate sum of rest times for issues on the end of day with changes (when all ch ... atio') tasks[changes[i].issueId].sprints_tasks.done_ratio = changes[i].val ... else tasks[changes[i].issueId].sprints_tasks.estimated_hours = changes[i ... ed_on); } } </pre>
- We hosted several redmines with apache and m ... request it is happening. How to resolve slow issue.
- Open discussion: RE: Optimal setup for Redmine on Linux (machine specs, etc)
- Yes, it is blazing fast. My average is 78ms for issues list. Using: ruby 1.9.3p194 (2012-04-20 revision 35410) [x86_64-linux] Redmine 2.0.2.stable
- 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.