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.
- Feature #3822 (Closed): show redmine version # at the page bottom
- this would simplify error reporting
- 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".
- 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.
- 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
- 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.
- 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.
- 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.
- 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
- 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
- Feature #3816 (Closed): Allow pasting screenshots from clipboard
- Jira has one terrific feature, which is VERY ... his would save time when editing bug reports.
- 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
- 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>
- 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?
- 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.
- 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.
- 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 .
- 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.
- 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
- 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
- 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
- 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.
- Defect #3807 (Closed): text_journal_changed, text_journal_set_to, text_journal_deleted
- @issues_helper.rb@ composes message strings for @te ... р '{{label}}' изменен на {{value}}" </pre>
- 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.
- Plugins: RE: ToDo lists plugin
- .......... issue solved.......... it seems that the rake process doesn't like the ko.yml........