Project

General

Profile

Search

Results (31867)

Feature #3823 (Closed): show attached screenshots preview on "issue details" page
Suppose, I created a bug report with a screen ... screenshot. This would be very user-friendly. 2009-09-04 20:21
Feature #3822 (Closed): show redmine version # at the page bottom
this would simplify error reporting 2009-09-04 20:14
Feature #3821 (New): allow "none" in the category selection list
I want to see all issues reported for category "A" or with no category specified. If I add "category" filter to my "issues page", I don't see "none" selection available, so I can't select both "A" and "none". 2009-09-04 20:11
Feature #3819 (Closed): Issue Tracking box on the project overview isn't clear
anyways, here's the problem. this is "Issue tracking" panel of the Project Overview I se ... .." ? this should be more clear and obvious. 2009-09-04 20:04
Help: RE: Error produced when using Redmine with Apache
I had a similar problem when my mobile phone ... roblem with ActiveSync) May not be the same issue at your end, but maybe you can check if some ... r is going on at your end. regards sriram 2009-09-04 13:49
Help: RE: WebRick hang/not working after a day
I see this as well on my dev server, (you can ... active requests) but I think this is a known issue with Webbrick. For production environments I ... nt server infrastructure. Best, Felix. 2009-09-04 10:29
Defect #3818 (Closed): Calendar appears on wrong place in IE8
If you want to edit an issue with a long description to set the enddate ( ... on top of the page. This happens with IE8. 2009-09-04 09:39
Plugins: RE: Graphs plugin
Scratch that. I found the top 6 projects when looking at all issues. Still not seeing the old issues graph anywhere. 2009-09-04 06:55
Plugins: RE: Graphs plugin
You are correct that the error only occurs in ... am not seeing that, nor am I seeing the old issues graph mentioned previously in this forum po ... for your hard work and quick replies. Mark 2009-09-04 06:51
Plugins: RE: Backlogs plugin 0.0.1 (scrum/agile)
The demo looks great. Good idea providing on ... gable. It's a simple CSS rule: <pre> li.issue, li.project { cursor: move; } </pre> As ... ee if the effort can be shared. Eric Davis 2009-09-04 05:18
Feature #3816 (Closed): Allow pasting screenshots from clipboard
Jira has one terrific feature, which is VERY ... his would save time when editing bug reports. 2009-09-03 19:45
Patch #3815 (Closed): Format links in Timelog
This addresses the issue I reported earlier (#3810). I'm not runni ... ntry.comments %></td> </pre> That's it :D 2009-09-03 17:28
Plugins: RE: Backlogs plugin 0.0.1 (scrum/agile)
That error is solved indeed, now I regret to ... AS sum_points FROM "items" LEFT OUTER JOIN "issues" ON "issues".id = "items".issue_id LEFT OUTER JOIN "issue_statuses" ON "issue_statuses".id = "issues".status_id WHERE (parent_id=0 AND backlog_id=1 AND issue_statuses.is_closed=true) </pre> 2009-09-03 16:07
Plugins: RE: Backlogs plugin 0.0.1 (scrum/agile)
Note that the plugin should be renamed to: re ... ed_at)=3) LIMIT 1 </pre> I had only one issue and one sub task, any idea what is wrong? 2009-09-03 15:33
Feature #3814 (Closed): Option to filter completed versions from the Target Version filter
When viewing the issues of a project, if you add a filter for Targe ... hrough the completed versions can be tedious. 2009-09-03 15:17
Plugins: RE: Issue Vote Plugin
WenSong Zhou wrote: > Haha, I removed all of ... te, that's OK. > It's Conflict with redmine_issues_group plugins . Ah, okay, that would do ... look into it, see what the conflict is about. 2009-09-03 13:24
Plugins: RE: Issue Vote Plugin
Haha, I removed all of my plugins except Vote, that's OK. It's Conflict with redmine_issues_group plugins . 2009-09-03 08:58
Feature #3811 (Closed): Allow using fields multiple times with OR relationship in issue filters
In our project, we'd like to list unassigned ... ships, and thus implement a filter like this. 2009-09-03 08:56
Open discussion: RE: How to contribute
Michael Burton wrote: > How does one contrib ... e best way is to watch the RSS feeds for new issues. When a new issue is posted, see if it's a duplicate or related to an existing issue. Then check that the correct category is set (e.g. Wiki). If you can't edit some parts of the issue, just post a note about what should be chang ... > For example, I'm interested in working on issue #2906, which is a near-duplicate of #1179, w ... are similar but not the same. So I'd add an issue relation between all three. That would help ... 358, #1179 is related to #1358. Eric Davis 2009-09-03 05:32
Plugins: RE: Override IssueObserver method
Ann Buyanova: Here's some code I'm using in a private plugin to override the existing IssueObserver. Hope this helps. <pre><code class="ruby"># init.rb require 'dispatcher' require 'my_issue_observer_patch' Dispatcher.to_prepare do IssueObserver.instance.extend(MyIssueObserverPatch) end </code></pre> <pre><code class="ruby"># lib/my_issue_observer_patch.rb module MyIssueObserverPatch def after_create(issue) # Custom method here end end </code></pre> Eric Davis 2009-09-03 05:20
Help: RE: Change original issue poster
Yea, I created a Redmine Glossary for one client so they could remember what each term was. The Issue *Author* is the correct term for who created the Issue (since the database field is called @author_id@). Eric 2009-09-03 05:17
Feature #3810 (Closed): Link to SCM Revision from Time Tracking Summary
It would be nice if you could somehow provide ... the SCM for the project the task belongs to. 2009-09-02 22:47
Defect #3807 (Closed): text_journal_changed, text_journal_set_to, text_journal_deleted
@issues_helper.rb@ composes message strings for @te ... р '{{label}}' изменен на {{value}}" </pre> 2009-09-02 17:02
Feature #3805 (New): Issue references between issues in other subproject
I think it should be possible to associate issues over project limits, especially if they are ... g an error message that tells you "« Related issue » doesn't belong to the same project". In huge projects with several subprojects an issue of subproject A can depend on an issue of subproject B. This is a common case. I think at least it should be allowed to create related issues between subprojects with the same parent. P ... e at least optional for each parentproject. 2009-09-02 15:39
Plugins: RE: ToDo lists plugin
.......... issue solved.......... it seems that the rake process doesn't like the ko.yml........ 2009-09-02 15:26
(27476-27500/31867)