Project

General

Profile

Search

Results (18296)

Plugins: RE: Using Scrum Alliance Plugin for Redmine
Can anyone provide an update on the current s ... mdashboard looks like a good alternative) * Issue_grouping * Story_decomposition 2009-09-28 16:00
Help: RE: Restrict access to projects for certain users
Hi I have a quite similar issue, i.e : i'd like to allow access to the module "Issue" to my clients.. But only to the issues they have submitted. I don't want them to see the whole activity of the project, even the other issues posted by the members of redmine (ie my co- ... do I manage that, if possible ? thx dmk 2009-09-28 14:04
Plugins: RE: TortoiseSVN plugin to visualise the issue list in Commit windows
Before this becomes too fragmented, Sébastie ... slated version just drop me an email for now. 2009-09-28 10:19
Plugins: RE: TortoiseSVN plugin to visualise the issue list in Commit windows
Bertrand Larat wrote: > no matters about the ... good at both English and French, I'm sorry. 2009-09-28 10:16
Plugins: RE: Wiki Extensions Plugin
Hello Haru > Possible but not easy. I'm afra ... be fine if you can find a way to solve this issue. It are the users who are making a product ( ... haring your work with the community, Albrecht 2009-09-26 16:38
Open discussion: RE: Application ideas for using the REST API
A use case for the API I would like to see is having the ability to submit issues directly into redmine. * Web app encounters an error, it can submit an issue automatically into your redmine instance and ... not have to interact with redmine to submit issues. This form can contain app specific info t ... nd and submit it to redmine via the REST API. 2009-09-25 00:52
Help: RE: Restrict access to projects for certain users
Eric: Did you every find a way to do this? I have what I believe is a similar issue. We have a large number of projects with a l ... or interested in the project so that can add issues, read the wikis, etc. We now have an in ... inistration. Now we have something different. 2009-09-24 21:40
Plugins: RE: Backlogs plugin 0.0.1 (scrum/agile)
Hi, the plugin seems very nice, but when I in ... tory points would be visible for each single issue and this also when you browse the issue (above the Done % bar for example) Keep u ... I hope to see version 0.1 (and 1.0 ;-)) soon! 2009-09-24 15:34
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
(15926-15950/18296)