Search
Results (31872)
- I installed trunk version of redmine and poin ... h", redmine adds 2h to time tracking for the Issue #2?
- Plugins: RE: Extended Schedules plugin with scheduling issues option
- Giuseppe Mazzotta wrote: > What is the statu ... n gone???!! it is no more available online :(
- Plugins: RE: Extended Schedules plugin with scheduling issues option
- What is the status of this plugin? Is it supp ... merge it to the official plugin? Thank you
- Plugins: RE: Graphs plugin
- sunday walker wrote: > Would you please add ... urve of each version > ** Similar to 'Total issues vs. Closed issues' > ** Only count tracker value is 'Bug' > ** Display on the page same as 'Total issues vs. Closed issues' > ** Only count tracker value is 'Bug ... electable (All, 'Bug', 'Fuature' or others)
- Plugins: RE: TortoiseSVN plugin to visualise the issue list in Commit windows
- A fairly significant update was released toda ... cts/ for project details and release notes.
- Hello everyone! I've just installed the Ba ... fine. The thing now is that we can't delete issues! We get a 500 Internal Server Error and thi ... ine_backlogs/relaxdiego-backlogs-e724049/lib/issue_patch.rb:28:in `remove_item' app/controllers/issues_controller.rb:340:in `each' app/controllers/issues_controller.rb:340:in `destroy' /usr/loca ... e me a hand? Thanks in advance, Ezequiel.
- Help: RE: Mongrel stops responding a few times per days. Restarting Mongrel helps.
- Done. http://www.redmine.org/issues/4144
- Defect #4144 (Closed): Setting timeout to avo ... ngrel stopping to work after a long idle time
- Hi, Mongrel stop working after a long idle ... shall I wait for the future Redmine release?
- Help: RE: Mongrel stops responding a few times per days. Restarting Mongrel helps.
- No, I don't. Maybe you need to report this issue as bug.
- Help: RE: Mongrel stops responding a few times per days. Restarting Mongrel helps.
- Kirill, do you have progress on this issue? Does anyone else can advise how to chang ... ter a long idle time? Thank you in advance
- Plugins: RE: Redmine Blog Plugin
- Maic Haubitz wrote: > Hi Folks. > > I jus ... texts. Any ideas? > > Reagrds, > Maic Issue solved. Another restart of the redmine services helped in this matter.
- Defect #4141 (New): Attachments added in a comment via email are not displayed in the ticket history
- Attachments are not added to the issue when commenting on an issue via email. Working fine when creating issues though.
- Defect #4139 (Closed): Emails from no-reply redmine's address hell cycle
- Hello, coders! I wish to share with u the bu ... parsing different email addresses for adding issues to projects with uncnown_user=create and sp ... y.com to projectc@mycompany.com; creating issue 1 (with spam body) in project C; sending letter 2++ (about issue 1 created) from myredmine@mycompany.com to p ... om, which in cycle becomes new followups of issue 1; creating issue 2 (with projectc's credentials) in project C; sending letter 3++ (about issue 2 created) from myredmine@mycompany.com to p ... om; which in cycle becomes new followups of issue 2; creating user named myredmine@mycompan ... .com to myredmine@mycompany.com; creating issue 3 (with myredmine's credentials) in project A; sending letter 5++ (about issue 3 created) from myredmine@mycompany.com to m ... om; which in cycle becomes new followups of issue...
- Plugins: RE: Graphs plugin
- ciaran jessup wrote: > I've fixed the issue in this commit : > http://github.com/ciara ... d multiple times then it can cause rendering issues with > the SVG (one of the my blocks appeared twice!) Great !!
- Plugins: RE: Graphs plugin
- sunday walker wrote: > ciaran jessup wrote: ... you think may be related. I've fixed the issue in this commit : http://github.com/ciaranj/r ... d multiple times then it can cause rendering issues with the SVG (one of the my blocks appeared ... equirement (svgweb) is a winner for me :)
- In our workflow, we have to update a lot of issues with out-of-band discussion/information (mo ... a way to obtain the more natural formatting?
- Plugins: RE: Ticket grouping plugin
- Hi All nice plugin.....I have a couple of ... ting % complete based upon the status of sub-issues, specifically with estimated hours rather than number of sub-issues complete. 2). It would be good to have a g ... re on the 'update history' of any particular issue, so that peoples questions and responses can ... ). Can we see relations between parent/child issues on the gantt? Regards Chris
- Plugins: RE: Graphs plugin
- Would you please add the following features. ... curve of each version ** Similar to 'Total issues vs. Closed issues' ** Only count tracker value is 'Bug' ** Display on the page same as 'Total issues vs. Closed issues'
- Feature #4138 (Needs feedback): Add spent time comments in search
- Hello, we are using the "log time" functi ... reporting activities related to long running issues. However "spent time" comments are not incl ... ey be added? Thanks in advance Related issues: #3082 #3936
- Defect #4134 (Closed): Calendar misspelled under Roles/Permissions
- Typo: Under Issue Tracking, "calender" should be "calendar".
- Hi, I want the status change to "assigned" when an issue is assigned to somebody. Right now, we have several issues with status "new" but they have be assigned ... Is this possible? I use Redmine 0.8.5.
- Hi, from other issues tracking systems I know a feature that auto ... planned for future releases? Thanks, ray
- Plugins: RE: Graphs plugin
- The following may become the hint of the usag ... > "/plugin_assets/redmine_graphs/stylesheets/issue_growth.css", :width => 720, ... > "/plugin_assets/redmine_graphs/stylesheets/issue_growth.css", :width => 720, ... use 'data' <pre> *** app/views/graphs/old_issues.html.erb Sat Jun 13 16:02:58 2009 --- app/views/graphs/old_issues.html.erb Mon Oct 26 22:35:25 2009 *************** *** 1,7 **** <h2><%= l(:label_graphs_old_issues) %></h2> <% unless @issues_by_created_on.empty? %> ! <%= tag("emb ... url_for(:controller => 'graphs', :action => 'issue_age_graph')) if @project.nil? %> ! <%= ... url_for(:controller => 'graphs', :action => 'issue_age_graph', :project_id => @project.id)) unl ... --- 1,7 ---- <h2><%= l(:label_graphs_old_...
- Plugins: RE: Ticket grouping plugin
- Further to that, here's a patch against raldr ... b-task. <pre>diff --git a/app/controllers/issues_controller.rb b/app/controllers/issues_controller.rb index e49bbe6..93618df 100644 --- a/app/controllers/issues_controller.rb +++ b/app/controllers/issues_controller.rb @@ -55,6 +55,7 @@ class IssuesController < ApplicationController @issues.each do |issue| issue.init_journal(User.current) issue.subject = params[:new_subject] + issue.description = params[:new_description] #unsaved_issue_ids << issue.id unless i2 = issue.move_to(@target_project, new_tracker, params[:copy_options]) @@ -98,4 +99,4 @@ class ...
- Plugins: RE: Ticket grouping plugin
- raldred's fork at http://github.com/raldred/redmine_issues_group provides some fixes for trunk, and mi ... installs without the re-branching malarkey ;)