Project

General

Profile

Activity

From 2009-02-16 to 2009-02-18

2009-02-18

23:58 Help: accept incomming email from unregistered user
Hi,
I am new to redmine. Very neat tool. We have the incoming email via rdm-mailhandler.rb setup and things seem...
Rene Salmon
22:24 Open discussion: Screencasts about Installation (Part I) and first project in Redmine (Part II)
Hi, i started a little series about Redmine as Screencasts...You can find it "here":http://www.soebes.de/public/scree... Karl Heinz Marbaise
22:08 Plugins: RE: Member selection chain
Seems this did the trick.
@@users = @projects.collect{|p| p.members }.flatten.select {|m| m.role.allowed_to?(:view...
Brad Beattie
22:03 Plugins: Member selection chain
Given a set of projects, I'm trying to find any user that has a specific permission on any of those projects. Below i... Brad Beattie
21:41 Plugins: RE: ToDo lists plugin
david lyons wrote:
> ... and see if it warrants inclusion on the Wiki plugins list :)...
My opinion is that it wo...
Mischa The Evil
03:01 Plugins: RE: ToDo lists plugin
There is one in the root of the git tree :)
http://github.com/dalyons/redmine-todos-scrum-plugin/blob/552a4d8e43bf...
david lyons
02:55 Plugins: RE: ToDo lists plugin
i know i'm lazy but some screenshots would be nice :) Jérémy Lal
20:56 Help: RE: How to change issue tracker.
I found a way to do this, but it is far from being obvious or direct.
The technique is to "move" the issue from it...
James Byrne
20:17 Help: How to change issue tracker.
I may be missing something obvious but how does one alter the issue tracker? The default is Bug and this category ge... James Byrne
20:26 Help: RE: Redmine can't find svn command
I fixed my problem temporarily by modifying
> ./lib/redmine/scm/adapters/subversion_adapter.rb
I changed line ...
Michael Haren
19:53 Help: RE: Redmine can't find svn command
Any ideas on this? I'm willing to work through this on my own but I need a little direction.
Thanks!
Michael Haren
19:40 Help: RE: Custom Fields not showing up in bulk edit
You have to make sure the custom field isn't global, and then add it to your project individually. sean hess
19:37 Help: Custom Fields not showing up in bulk edit
Hey all,
We've install r2478 by checking out from source, but we don't seem to have the ability to bulk edit cust...
sean hess
18:45 Help: Unable to send email notifications with CRAM-MD5 as the only auth method.
Hi there.
I've set up a fresh installation of redmine 8.1 on my freebsd box following the install guide.
Everything...
Vitaliy Matuschenko
18:14 Open discussion: RE: upgrade from 0.8.0 to 0.8.1
hi
I deleted all files in the folder and unzip again, It works now, but 0.8.0 version. I still need to update to 0...
Yukos Vietnam
18:02 Open discussion: RE: upgrade from 0.8.0 to 0.8.1
hi All
Please help me, help me
After I upload source code overwrite to current - I run my site at: http://custo...
Yukos Vietnam
18:12 Help: Project goals management
Hello,
Is it possible to manage project goals in Redmine?
I can't find such functionality in trunk. Maybe there is ...
Anonymous
18:01 Open discussion: Time Tracking: How to remove time.
I was wondering if there is a simple way to change / delete etc.. time from an issue.
For example if a developer ...
Mark Stephan
17:59 Open discussion: Invoice Creation / Developer Isolation / etc..
Hello All,
I've been looking for a plugin to create invoice for a client.
I want the following:
- Developers...
Mark Stephan
17:49 Help: RE: Time Tracking: How to remove time.
I never got an answer to this. Anyone? Hello Any? How do I remove time from TIme Tracker? Mark Stephan
17:14 Help: RE: Project columns 'lft' and 'rgt' empty after migration 104
I just replayed the migration back and forth, but Projects.rebuild! just isn't executed – it works only from the CLI.... Andreas Hartmann
17:02 Help: RE: Project columns 'lft' and 'rgt' empty after migration 104
Apparently migration 105 failed, probably because a PATH problem in my setup. I invoked Projects.rebuild! from the Ru... Andreas Hartmann
16:27 Help: RE: Project columns 'lft' and 'rgt' empty after migration 104
I assume the values should have been set in migration 105, but apparently this has not happened. Here's the output of... Andreas Hartmann
16:08 Help: Project columns 'lft' and 'rgt' empty after migration 104
Hi everybody,
I just upgraded my Redmine installation. Migration 104 (104_add_projects_lft_and_rgt.rb) created new...
Andreas Hartmann
14:37 Open discussion: RE: install redmine on Linux, and get rake aborted error.
You should have a Ruby 1.8.6 or 1.8.7.
For the vendor/rails directory, it comes in your redmine main directory (yo...
Jean-Baptiste Barth
10:31 Open discussion: RE: install redmine on Linux, and get rake aborted error.
Thanks for your reply. And I am successed for executing "gem install rails".
Later, I have try ruby 1.8.1, now: ra...
woodx 99
04:58 Open discussion: RE: install redmine on Linux, and get rake aborted error.
Jean-Baptiste Barth wrote:
> I don't know if it is related to your problem, but if I'm not wrong ruby1.9 is not supp...
Eric Davis
14:35 Open discussion: RE: Authentication with Redmine.pm keeps failing
I met this problem as well. Besides that, sometimes I even got a signal segmentation fault error when I tried to acc... Zhaojun WU
14:25 Open discussion: RE: Agile methodologies and Redmine
Sorry, this is really getting off-topic.
> I have to create a custom field for Issues called Story Points, right? ...
Arturo Zambrano
12:18 Open discussion: Hide list of members in project overview
For security purposes I would like to suppress the list of members in the project overview to everyone accept the pro... Joe Chin
09:09 Help: RE: Now to attach file to wiki page
Sorry, I see "New file" link now :) Eugene Prokopiev
09:07 Help: RE: Now to attach file to wiki page
For Manager role I see only "Delete attachments" privillege, but I can't see "Add attachments" privillege. All privil... Eugene Prokopiev
08:24 Open discussion: RE: rails compatibility, debian package
oops, i did not see the bottom of the page i linked, 2.1.2 is the only completed milestone... Jérémy Lal
08:22 Open discussion: rails compatibility, debian package
As of today, one can't package redmine for debian, due to rails version mismatch.
I'm trying to get debian to packag...
Jérémy Lal
08:20 Open discussion: Use apache to proxy Redmine and use .htaccess problem
Hi Guys,
I've recently installed Redmine in our svn server and so far I can access Redmine via http://hostname.org...
jan gestre
05:21 Plugins: RE: Rails Engines and extending the issue model
Dario Nuevo wrote:
> But now I'm in the situation that I want to alter the issue model. And as I've read, overriding...
Eric Davis
05:11 Plugins: RE: Enumeration API change in r2472 - undefined method 'get_values'
Eric Davis wrote:
> I disagree, if the core had to manage workarounds for third party code it would become unmaintai...
Tim Klein
05:04 Plugins: RE: Enumeration API change in r2472 - undefined method 'get_values'
Tim Klein wrote:
> i would say a func like this should be implemented in the redmine core
I disagree, if the core...
Eric Davis
01:54 Plugins: RE: Enumeration API change in r2472 - undefined method 'get_values'
i would say a func like this should be implemented in the redmine core
on one hand i can understand why not
on t...
Tim Klein
01:50 Plugins: RE: Enumeration API change in r2472 - undefined method 'get_values'
sounds pretty interesting
i will check it out!
thanks for that
Tim Klein
01:25 Plugins: RE: Enumeration API change in r2472 - undefined method 'get_values'
Instead of just changing @get_values('IPRI')@ to @priorities@, I ended up implementing a workaround in my Stuff To Do... Eric Davis
04:54 Open discussion: RE: Features - which one wanted?
Lars Pehrsson wrote:
> I noticed some people in the forums as an answer write "+1" I interpret this as, I want this ...
Eric Davis
00:09 Plugins: Question plugin - first public release v 0.2.0
I'm happy to announce that I've just released a new plugin, the [[PluginQuestion|Question plugin]]. The "release ann... Eric Davis

2009-02-17

22:12 Open discussion: RE: upgrade from 0.8.0 to 0.8.1
Yukos Vietnam wrote:
> ...I installed Redmine...
How did you install and retrieved the source of Redmine 0.8.0 in...
Mischa The Evil
02:09 Open discussion: RE: upgrade from 0.8.0 to 0.8.1
hi
Tks for your quick reply.
I installed Redmind on website - "my site here":http://customer.erpvn.com
I wo...
Yukos Vietnam
01:47 Open discussion: RE: upgrade from 0.8.0 to 0.8.1
See the wiki-page [[RedmineUpgrade]] in the [[Guide|Redmine Guide]].
HTH...
Mischa The Evil
01:36 Open discussion: upgrade from 0.8.0 to 0.8.1
hi
I am using 0.8.0 - Could you help me how to upgrade to 0.8.1?
Thanks in advance
Yukos Vietnam
22:08 Open discussion: RE: Features - which one wanted?
+1 I agree, it would be good to provide a method to elevate features by interest. Jeff Dombach
10:41 Open discussion: Features - which one wanted?
We use Redmine for our projects are and very happy with this, and we really want to see this gronwing in the right di... Lars P.
20:36 Open discussion: HOWTO: Redmine as Windows Server 2003 Service

First, download the Windows NT Resource Kit: http://www.microsoft.com/downloads/details.aspx?familyid=9d467a69-57ff...
Jordan Metzmeier
19:18 Open discussion: RE: Agile methodologies and Redmine
Nice post, Arturo. Helped me a lot.
Dan Hodos,
Congratulations for the initiative.
Anyone,
I already try man...
Will Silva
17:29 Open discussion: RE: Import from Lighthouse
I've made some fixes and enhancements to the script. The major fix was to correctly handle the pagination of tickets ... Ben Mishkin
13:16 Open discussion: RE: install redmine on Linux, and get rake aborted error.
I don't know if it is related to your problem, but if I'm not wrong ruby1.9 is not supported for the moment.
Did t...
Jean-Baptiste Barth
09:59 Open discussion: RE: install redmine on Linux, and get rake aborted error.
Redmine Version: redmine-0.8.1.tar.gz or redmine-0.8.0.tar.gz
==== all blow install under user webapp ===
1. inst...
woodx 99
08:30 Open discussion: RE: install redmine on Linux, and get rake aborted error.
Try to give us a "script/about", and/or your ruby, rake, and gems version (minimum). Jean-Baptiste Barth
05:42 Open discussion: RE: install redmine on Linux, and get rake aborted error.
Can anyone help me? woodx 99
11:06 Open discussion: RE: Subticket/SubIssue Feature
+1 very useful idea, redmine will replace MS Project if you will do it. Ilya Prokazov
07:49 Help: RE: Troubleshooting retrieving emails via IMAP from GMAIL account
rake redmine:email:receive_imap RAILS_ENV="production" host=imap.gmail.com port=993 ssl=1 username=joe@example.net pa... karthikeyan rangaswamy
05:48 Help: Install redmine on Linux , I get an error like this: rake aborted, no such file to load
install redmine on Redhat Linux Enterprise advance Server 4 Update 3, I get an error like this:
------------------...
woodx 99
01:10 Plugins: RE: Enumeration API change in r2472 - undefined method 'get_values'
Tim Klein wrote:
> ... to get the stuff to do plugin running
>
> edit in vendor/plugins/stuff_to_do/app/models/ne...
Eric Davis
00:28 Plugins: RE: Enumeration API change in r2472 - undefined method 'get_values'
... to get the stuff to do plugin running
edit in vendor/plugins/stuff_to_do/app/models/next_issue_filter.rb
...
Tim Klein

2009-02-16

23:13 Plugins: Enumeration API change in r2472 - undefined method 'get_values'
An API change was recently commited to trunk that will affect any plugin using Activities, Priorities, or Document Ca... Eric Davis
21:42 Help: SOLVED: Switching branches from 0.7 to 0.8 results in "undefined method install_gem_spec_stubs"
My fault. I lived under the wrong impression that Rails came bundled from the Repo, but it was frozen to an old versi... Sven Schwyn
19:31 Open discussion: RE: Overall Activity listing
Great. Any reasonable way to widget that into the front page? Should I just whack at the view directly, or is there... Sean Dague
16:48 Open discussion: RE: Overall Activity listing
Sean Dague wrote:
> That url doesn't work for me - http://projects.dague.net/activity, just shows up as a 404. This...
Brad Beattie
12:51 Open discussion: RE: Overall Activity listing
That url doesn't work for me - http://projects.dague.net/activity, just shows up as a 404. This is the 0.8 svn branch. Sean Dague
07:13 Open discussion: RE: Overall Activity listing
Hrm. Do you mean this? http://YOURURL/activity ? Brad Beattie
05:05 Open discussion: Overall Activity listing
I'm using redmine to consolidate a couple dozen different bits of open source software that I've written over the yea... Sean Dague
16:23 Help: RE: Commit comment doesn't close the issue
Thanks for your help Mischa !
I understood better, the references field & the closes field are 2 distincts things....
Guillaume Lecanu
16:13 Help: RE: Commit comment doesn't close the issue
Guillaume Lecanu wrote:
> If we try to commit something like that "IssueID #13 fixed" this doesn't update the status...
Mischa The Evil
15:39 Help: Commit comment doesn't close the issue
Hi,
We currently switching to Redmine (7.4), but we have a problem with the feature to update an issue dependant o...
Guillaume Lecanu
16:12 Help: RE: SVN update
Duh! <slaps head> Never mind. James Byrne
16:08 Help: RE: SVN update Migration Fails
I have switched to the Trunk and resolved all conflicts. When I run
rake db:migrate RAILS_ENV="production"
I ...
James Byrne
12:40 Open discussion: RE: Subticket/SubIssue Feature
+1 Benjamin Dieckmann
11:06 Open discussion: install redmine on Linux, and get rake aborted error.
install redmine on Redhat Linux Enterprise advance Server 4 Update 3, I get an error like this:
$ rake db:migrate ...
woodx 99
10:14 Plugins: Rails Engines and extending the issue model
Hi guys..
First: I'm a routined developer, but into Ruby since 3 days now.. So I'm a Ruby (+ Rails) n00b ;-)
Anyw...
Dario Nuevo
08:04 Open discussion: RE: Mongrel consuming all memory
How is the memory allocated when you run out (or perhaps take the same check over time to see what grows)?
You can...
Thomas Pihl
01:22 Help: RE: Troubleshooting retrieving emails via IMAP from GMAIL account
Same problem here, karthikeyan. I've even tried to close an open ticket via email, and the email is processed, but on... Sergi de Pablos
 

Also available in: Atom