Project

General

Profile

Search

Results (18263)

Plugins: RE: TortoiseSVN plugin to visualise the issue list in Commit windows
Yep. 2009-09-24 14:45
Help: default 'Assigned to:' and change to another user
Hi, I used the workaround to ticket #3736 I add a row in ../app/models/issue.rb add string "self.assigned_to ||= User.fi ... for new records only self.status ||= IssueStatus.default self.priority ||= Enume ... user only for the view? thanks! query1 2009-09-24 14:44
Plugins: RE: TortoiseSVN plugin to visualise the issue list in Commit windows
Maxim Krušina wrote: > I cannot find compile ... he choice of a software licence for his work. 2009-09-24 14:39
Help: my create repositry button stay disabled
hello, i have an issue when i try to link a redmine project to a sv ... bled (see attachment) thanks for your help 2009-09-24 10:35
Plugins: RE: TortoiseSVN plugin to visualise the issue list in Commit windows
Re-sent, not a problem good sir. 2009-09-24 10:18
Plugins: RE: TortoiseSVN plugin to visualise the issue list in Commit windows
I am very sorry but I just noticed that my bo ... mit it ? Again, sorry for the inconvenience. 2009-09-24 10:15
Plugins: RE: TortoiseSVN plugin to visualise the issue list in Commit windows
Emailed you :o) 2009-09-24 10:02
Open discussion: Customizations Issues #1 theme/plugin based layout
h1. First, hi. I am quite impressed by Redmin ... e look and feel. But a plugin similar to the issues-group plugin would probably work for us. ... documentation or roadmapping? cheers John 2009-09-24 01:33
Open discussion: Application ideas for using the REST API
I'm going to (*finally*) start working on the ... f the amount of time you spend on a specific issue. * Activity viewer - an application to watc ... ity stream for specific activities (e.g. new issues, comments by a specific user). Think "Twee ... weetdeck.com/ and it's columns. Eric Davis 2009-09-23 23:14
Plugins: RE: TortoiseSVN plugin to visualise the issue list in Commit windows
I cannot find compiled ilstraller in EN language, only FR... any help? 2009-09-23 22:33
Plugins: RE: TortoiseSVN plugin to visualise the issue list in Commit windows
I hope that we could have an answer shortly. ... not found your email on your profile details. 2009-09-23 22:08
Plugins: RE: Ticket grouping plugin
You're all luckies! I couldn't even migrate p ... tarball) from http://github.com/Ubik/redmine_issues_group (http://download.github.com/Ubik-redmine_issues_group-59d6b245524847df8be7e253f3c341edffdd4 ... ="production"</code> <pre>Migrating redmine_issues_group... == AddQueriesGroupBy: migrating ... hema_migrations (version) VALUES ('1-redmine_issues_group')</pre> detailed info (--trace): <pre>Migrating redmine_issues_group... == AddQueriesGroupBy: migrating ... hema_migrations (version) VALUES ('1-redmine_issues_group') /usr/lib/ruby/gems/1.8/gems/active ... 0.2 Redmine Graphs plugin 0.1.0 Issue Due Date 0.1.0 Global fil ... I would appreciate any solution to fix this. 2009-09-23 20:12
Plugins: RE: Update for real time recording Stuff to do plugin (GOYELLO)
in my Redmine there is Postgres backend t ... _controller.rb | 4 ++-- app/models/next_issue.rb | 5 ++++- 2 files c ... ntroller < ApplicationController fetch_issues(sort_clause) @i = 0; - @users = ... emote == true) diff --git a/app/models/next_issue.rb b/app/models/next_issue.rb index 82c3bfb..d33a6e3 100644 --- a/app/models/next_issue.rb +++ b/app/models/next_issue.rb @@ -70,7 +70,10 @@ class NextIssue < ActiveRecord::Base :conditions => ["#{Enumeration.table_name}.id = (?) AND #{IssueStatus.table_name}.is_closed = ?", priority.i ... :order => order) end - next_issues = NextIssue.find(:all, :conditions => { :user_id => user.id }).collect(&:issue) + next_... 2009-09-23 19:10
Plugins: RE: Ticket grouping plugin
Hi Andrew, I got an error while trying to create a sub-issue. I'm using Bitnami version of redmine (0.8.5 ... It seems that the problem is on line 62 of issue_controller.rb: *i2.start_date = Time.now* issue.rb, line 117: def validate if self ... When redmine do the validation of the sub-issue created, it gets the error: Processing IssuesController#copy_subissue (for 10.1.164.167 at 2009-09-23 12:07:47) [P ... , "new_project_id"=>"11", "action"=>"copy_subissue", "new_assigned_to_id"=>"4", "controller"=>"issues", "copy_options"=>{"copy"=>"1"}} Argum ... of Date with Time failed): /app/models/issue.rb:117:in `<' /app/models/issue... 2009-09-23 18:27
Plugins: RE: TortoiseSVN plugin to visualise the issue list in Commit windows
Good stuff either that or MIT licence would p ... , even if its PUBLIC DOMAIN licence ;o) 2009-09-23 16:50
Plugins: RE: TortoiseSVN plugin to visualise the issue list in Commit windows
Chris McKee wrote: > Loose translation (goog ... r the descriptions of the licenses. Regards. 2009-09-23 16:40
Plugins: RE: TortoiseSVN plugin to visualise the issue list in Commit windows
Loose translation (google) for the other 90% ... ood but Licensing is very much up to Bertrand 2009-09-23 13:40
Plugins: RE: TortoiseSVN plugin to visualise the issue list in Commit windows
For English speaking people in short : I uplo ... pperais cela sur le site de tortoise-redmine. 2009-09-23 13:07
Plugins: RE: Update for real time recording Stuff to do plugin (GOYELLO)
Hi Eric! Thanks for your reply. I must say that our whole team in our company had quite a big issue with choosing how to publish our work to pub ... would like to avoid future misunderstandings. 2009-09-23 12:41
Help: outdated issues in "my page"
Hello, I'm starting to use redmine at work f ... ts. I'm looking for a quick way to view all issues which due date is outdated in all projects. ... block in "my page". (How) can I do that ? 2009-09-23 10:33
Help: Webfaction Install
Hi All, I'm not an expert on RoR, however ... he filename I can restart my app without any issue, but with no email feature. Can you please give me some advice on it? 2009-09-22 18:05
Plugins: RE: Ticket grouping plugin
Andrew is it possible to make this plugin wor ... t that you copy gets flattened if it has sub-issues. 2009-09-22 17:35
Plugins: RE: Ticket grouping plugin
Thanks for the 0.1.6 version. I use redmine 0.8.4 and when I submit the new issue form... : <pre> Processing IssuesController#new (for 10.54.73.129 at 2009-09- ... t"=>"Créer", "action"=>"new", "controller"=>"issues", "issue"=>{"start_date"=>"", "estimated_hours"=>"", ... "}}} Redirected to http://10.54.73.132:3000/issues/show/208 Completed in 0.69179 (1 reqs/sec) ... 302 Found [http://10.54.73.132/projects/test/issues/new] Processing IssuesController#show (for 10.54.73.129 at 2009-09 ... action"=>"show", "id"=>"208", "controller"=>"issues"} Rendering template within layouts/base Rendering issues/show.rhtml ActionView::TemplateError (Missing template ... 2009-09-22 15:20
Plugins: RE: Ticket grouping plugin
With the versions 0_1_5 and 6 I get an error. ... ly built from 0.8.5 and with 1 project and 2 issues. The error is raised after adding a sub issue: [pre] howing issues/_subissues_list.rhtml where line #30 raised: Project ... ource (around line #30): 27: <div id="subissues"> 28: <% 29: query = Query.new(:nam ... ) Trace of template inclusion: /app/views/issues/show.rhtml [/pre] 2009-09-22 14:42
Open discussion: Email notifications about changes in related issues
Hi, does redmine have this feature? If so ca ... this feature is included. Thanks, Dmitry. 2009-09-22 13:04
(15901-15925/18263)