Search
Results (18264)
- Plugins: RE: Ticket grouping plugin
- *change parent* method does not correctly pro ... ption when i have tried to set the parent of issue to himself <pre> ActiveRecord::ActiveRecordError in IssuesController#parent_edit Impossible move, target node cannot be inside moved tree. </pre>
- Plugins: RE: Ticket grouping plugin
- in last version of plugin i have exception in ticket list <pre> NoMethodError in Issues#index Showing vendor/plugins/redmine_issues_group/app/views/issues/_list.rhtml where line !#44 raised: undefined method `css_issue_classes' for #<ActionView::Base:0xb6ed18e8> ... this was happened in <pre> 44: <tr id="issue-<%= issue.id %>" class="hascontextmenu <%= cycle('odd', 'even') %> <%= css_issue_classes(issue) %> group-<%= group_num %>"> </pre>
- Help: RE: Error when trying to add a CustomField for User
- Note : All other Custom fields(Issues, Spent time & Projects) are fine.
- Plugins: RE: Issue Vote Plugin
- To whom it may concern: I'll attach the lates ... s a packaged archive... Regards, Mischa
- Open discussion: RE: Writing plugins or altering source code???
- Andrew, Tried that but not really sure wha ... C:/redmine-0.8.3/vendor/plugins/Ubik-redmine_issues_group/init.rb:2:in `evaluate _init_rb' C: ... mean anything to you? Many thanks Andy
- Plugins: RE: Issue Vote Plugin
- label_votes: Vote(s)
- Plugins: RE: Issue Vote Plugin
- field_votes_value: Vote(s)
- Plugins: RE: Issue Vote Plugin
- Missing entries in the en.yml file: label_votes: Vote field_votes_value: Vote
- Plugins: RE: Ticket grouping plugin
- Yohann Monnier wrote: > Is the last version ... the core of redmine ? Nope, it isn't. See issue #2679 for implementation details. Regards, Mischa
- Open discussion: RE: New Issue: Is it possible to populate the description box with a pre-defined template
- I have resolved this problem by adding my own code into app/views/issues/_form.rhtml file. There are three tracke ... *Expected Results*: *Note*: ' %> <%# if issue is a new AND tracker name is 'Bug' %> <% if @issue.new_record? && (@issue.tracker.name<=>('Bug')).eql?(0) %> <%# issue description will set to bug_template in case if it is not a blank %> <% @issue.description = bug_template if @issue.description.blank? %> <% elsif @issue.new_record? %> <%# clearing description f ... blank and equals to bug_template %> <% @issue.description = '' if !@issue.description.blank? && bug_template.include?(@issue.description.gsub(/\r\n/m, "\n")) %> <% end ... u want the template to be added for each new ...
- I'm using the 0.8.3 version of redmine on windows xp pro. I have set all issues for a couple of versions as 100% complete a ... t recall having this problem with that build.
- Plugins: RE: Issue Vote Plugin
- Alexey, For now, I don't have any plans to ... ree time I will implement described features.
- Help: RE: import from bugzilla
- Bruce Ingalls wrote: > Exporting Bugzilla th ... thing I've found is that the output for the issues table isn't quite working. The description ... y workarounds I'll be sure to post them here.
- Hi there, I am looking for some advice, I ... king is the ability to view a summary of all issues from all projects or view a summary for cus ... is has been requested http://www.redmine.org/issues/2529 but the request is still new. I have ... rce code? Many thanks in advance Andy
- Hi, Is there a way to lock one or more fields when creating/ editing an issue. For example, I created Custom Fields and ... fields. Is it possible? Thanks in advance!
- Plugins: RE: Issue Vote Plugin
- i'm to harry in implementaion from Russian to English ;-) *not regrets* i mean *respects*
- Plugins: RE: Issue Vote Plugin
- Andrew, my regrets to you. may i ask you a ... te (may when i give the vote i was wrong ;-))
- Scrumdashboard is a plugin for Redmine. It en ... is taken from the "Versions","Trackers" and "Issues" you register in your Redmine project. I ... : - Drag & Drop to change the status of an issue, following the workflow - Change the types ... splay on the dashboard - Tooltips for each issue - Display all the issues or only the issues assigned to the current user - Configure colors for issues displayed For more information check out ... t in Ruby on Rails so please go easy on us :)
- Plugins: RE: Redmine Blog Plugin
- Eric Davis wrote: > You can include the plug ... on_steroids@? I'm wanting to add tagging to issue but I'm not sure which tagging plugin would ... spent only few hours on this implementation.
- Help: RE: Can I reopen a closed ticket?
- Obviously i can get the list of issues at a particular status. But here the probl ... the real scenarios. In actual the flow of an issue will be somthing like New -> Assigned -> ... Reopen -> Assigned I can get the list of issues that have a staues Reopen at a time, But wh ... a developer i can't get the list of reopened issue as the issue will have the status "assigned". More over my aim is to look the facts that How many issues were reopened during a particular time so t ... s or analyze some other Bug Tracker. Vipin
- Plugins: RE: Ticket grouping plugin
- Markus Knittig wrote: > Also _Change parent_ isn't working for me: The problem is within issue model it already has method move_to, that im ... o awesome_nested_set, I will try to fix it.
- Plugins: RE: Redmine Blog Plugin
- Andrew Chaika: You can include the plugin ... on_steroids@? I'm wanting to add tagging to issue but I'm not sure which tagging plugin would be best. Eric
- Open discussion: RE: Are unassigned Redmine tickets monitored?
- James Robertson and Brad Beattie: Thanks, I've commented on a few of the issues and assigned a few of the smaller ones to myself. Eric
- Help: RE: Can I reopen a closed ticket?
- Vipin Singla wrote: > [...] is there any way to have a report like - No. of issues reopened That is possible using the [[RedmineIssueSummary|issue-summary]] (URL: @/projects/projectid/issues/report@). There you can see the number of issues currently having the status reopened in the ... pin Singla wrote: > [...] How many times an issue was re opened This is a bit more cumberso ... e number of status-changes to reopened of an issue yourself (thus *not* doing a query like: "show me all issues which are reopened three or more time") by looking at the issue's journal to see how many times the status has been changed to reopened, since such change of an issue is automatically added to the journal. Vipin Singla wrote: > [...] and the issue...
- Plugins: RE: Ticket grouping plugin
- Also _Change parent_ isn't working for me: <pre>NoMethodError (undefined method `issue_categories' for #<Issue:0xb5668ff4>): /usr/lib/ruby/gems/1.8/ge ... .rb:260:in `method_missing' /app/models/issue.rb:100:in `move_to' ...</pre>