Project

General

Profile

Activity

From 2010-06-13 to 2010-06-15

2010-06-15

23:48 Help: RE: Howto install Redmine on Heroku
One other step that I forgot to mention:
You need to make the public/plugin_assets folder writable on heroku.
T...
Matt Kolenda
21:17 Help: RE: Howto install Redmine on Heroku
Hello
I'm following up on this old post. I had the same problem as Simon described above. After I got redmine to...
Matt Kolenda
22:52 Open discussion: RE: Mercurial 1.5.4 and redmine
Ho, ok
So if I have understood, redmine ingest old commit without any interpretation, but new one commited after red...
Thomas Sanchez
15:17 Open discussion: RE: Mercurial 1.5.4 and redmine
When Redmine fetches changesets, "changeset.before_create" (source:tags/0.9.4/app/models/changeset.rb#L72) calls.
An...
Toshi MARUYAMA
13:21 Open discussion: RE: Mercurial 1.5.4 and redmine
Redmine stores all revisions of hg repository in "Changesets" table.
"Changesets" table has "commiter" and "user_id"...
Toshi MARUYAMA
10:06 Open discussion: RE: Mercurial 1.5.4 and redmine
Im not sure to understand the link between the database et the user who has committed?
I've joined screenshot.
Yo...
Thomas Sanchez
09:38 Open discussion: RE: Mercurial 1.5.4 and redmine
As far as I know, commit user is stored in "commiter" field of "changesets" table.
Toshi MARUYAMA
09:26 Open discussion: RE: Mercurial 1.5.4 and redmine
It just hide the problem I think, it associate a committer with a redmine user no ?
It is the committer name that sh...
Thomas Sanchez
08:51 Open discussion: RE: Mercurial 1.5.4 and redmine
Check your "Users" setting. Toshi MARUYAMA
08:08 Open discussion: Mercurial 1.5.4 and redmine
Hi guys,
I'm not sure that the bug is in redmine or in ruby ...
I've a server on archlinux with a ruby 1.9.1_p378...
Thomas Sanchez
21:21 Help: RE: trac 2 redmine, wiki migration issue.
Felix Schäfer wrote:
> I don't know how good your knowledge of regexes is, but I think the problem is there: source:...
Mike Stupalov
21:14 Help: RE: trac 2 redmine, wiki migration issue.
Also look the previous discussion here: http://www.redmine.org/boards/1/topics/12273 Mike Stupalov
21:13 Help: RE: trac 2 redmine, wiki migration issue.
Please look issue #5035.
Also try to use the version changed by me migrate_from_trac.rake here: http://github.com/...
Mike Stupalov
20:03 Help: Help handle SVN repositories creation and access control with Redmine
... Jacob M
17:01 Help: RE: accessing gitosis repositories with different user?
Felix Schäfer wrote:
> Again, I think you can access the gitosis repositories from redmine. Can't help you with the ...
Lars Fischer
16:05 Help: RE: accessing gitosis repositories with different user?
Again, I think you can access the gitosis repositories from redmine. Can't help you with the @sudo@ thing though. Felix Schäfer
14:37 Help: RE: accessing gitosis repositories with different user?
I think its running now. You were right, the repository was empty. After pushing a file I was able to clone the bare ... Lars Fischer
11:49 Help: RE: accessing gitosis repositories with different user?
See if there really is something in @/home/git/repositories/playground.git@, and change into the directory and see if... Felix Schäfer
10:53 Help: RE: accessing gitosis repositories with different user?
You are right. I have to create a local bare repository as described in http://www.redmine.org/wiki/redmine/RedmineRe... Lars Fischer
10:30 Help: RE: accessing gitosis repositories with different user?
You need a shallow (or empty, or whatever it is called in git jargon) copy of the repository, no matter where it is o... Felix Schäfer
09:50 Help: RE: accessing gitosis repositories with different user?
Hello Felix,
thank you for your answer.
I changed the owner of "config/environment.rb" to "git" to run redmine ...
Lars Fischer
13:51 Help: Unable to browse/view contents in cvs repository
Hello,
Here is my environment.
Redmine 0.9.3
Ruby version 1.8.6 (i386-linux) (f...
Neil K
11:46 Help: RE: Authenticate users using PAM/local unix users?
There's no backend available for that at the moment, sorry. Maybe scourge through the bugtracker, if you're lucky som... Felix Schäfer
10:09 Help: Authenticate users using PAM/local unix users?
Hi,
Is there a way to authenticate redmine users against local unix users? E.g. Redmine user "user1" will authenti...
Martin Andersson
10:22 Help: RE: Redmine gives "Internal error" when trying to "View" any text file in Subversion
Paul Bilokon wrote:
> By the way,
>
> # rails -v
> Rails 2.3.8
> # ruby -v
> ruby 1.9.1p378 (2010-01-10 revisi...
Felix Schäfer
09:27 Help: RE: Redmine gives "Internal error" when trying to "View" any text file in Subversion
By the way,
# rails -v
Rails 2.3.8
# ruby -v
ruby 1.9.1p378 (2010-01-10 revision 26273) [x86_64-linux]
Paul Bilokon
09:21 Help: RE: Redmine gives "Internal error" when trying to "View" any text file in Subversion
Here is what I see in production.log:... Paul Bilokon
10:01 Help: List custom fields that behave like the category field
Hi!
I am looking for a way to create custom fields that behave like the category field which means that also users...
Joachim N
03:33 Open discussion: RE: Redmine svn integration
Mod_perl give few problems in Ubuntu 10.04 ... Jacob M
00:46 Open discussion: Oh dear god
This redmine thing is so pain in the ass to install.... zouzouzou zouzou

2010-06-14

23:36 Development: develop
[Spam removed] ravi sharma
23:04 Plugins: RE: Magick problem running email_receive_pop3 rake
I'm no windows specialist, but I'd say the dll is not in a path the rake command is looking for it, try to remedy to ... Felix Schäfer
22:42 Plugins: Magick problem running email_receive_pop3 rake
Hi, I´m new to redmine. I´m configuring it for the first time.
I´m trying to make the incoming email part work. Wh...
Ezequiel Naftali
22:23 Help: RE: How to remove issue status from workflow?
Felix Schäfer wrote:
> No, you have a misunderstanding of the workflow table: each table defines what transitions ar...
Anonymous
22:19 Help: RE: How to remove issue status from workflow?
Please ignore, I realized my mistake. The workflow is a from->to mapping so I needed to uncheck the vertical (column... Anonymous
22:12 Help: RE: How to remove issue status from workflow?
No, you have a misunderstanding of the workflow table: each table defines what transitions are allowed for what role ... Felix Schäfer
20:24 Help: RE: How to remove issue status from workflow?
Is there some kind of cache I need to delete? Table I can check? I restarted my server but didn't see any change. ... Anonymous
20:08 Help: RE: How to remove issue status from workflow?
Sorry, some trouble here attaching the images.
!http://www.redmine.org/attachments/3966/issue_status_2.jpg!
!http...
Anonymous
20:06 Help: RE: How to remove issue status from workflow?
!http://www.redmine.org/attachments/3965/issue_status_1.jpg!
!http://www.redmine.org/attachments/3965/issue_status_2...
Anonymous
20:05 Help: RE: How to remove issue status from workflow?
Sorry, I am trying to remove the "Deployed to Dev" issue status from the Feature tracker. Anonymous
20:04 Help: RE: How to remove issue status from workflow?
!issue_status_1.jpg!
!issue_status_2.jpg!
!issue_status_3.jpg!
Anonymous
20:03 Help: How to remove issue status from workflow?
Hello,
I am using version 0.9.4 (Redmine 0.9.4.stable.3731 (MySQL)) and am having a problem removing issue statuse...
Anonymous
22:17 Help: RE: accessing gitosis repositories with different user?
Felix Schäfer wrote:
> what user passenger runs apps.
I meant "what user passenger rungs apps _as_".
Felix Schäfer
22:15 Help: RE: accessing gitosis repositories with different user?
You won't need to create a new gitosis user for redmine because redmine needs file access to the repositories. I supp... Felix Schäfer
18:10 Help: accessing gitosis repositories with different user?
Hello,
I'm running redmine on ubuntu 8.04 and would like to use git as scm.
I installed gitosis and created a n...
Lars Fischer
20:51 Help: RE: internal error 500
So what you are trying to do is install redmine-gitosis, right? Why not tell so upfront, it makes things much easier.... Felix Schäfer
20:46 Help: RE: internal error 500
HI I post here the LOG of redmine. I believe is a error with the ssh key
I try to import with:...
Jacob M
17:07 Help: RE: internal error 500
# Try to explain more clearly what you are trying to do, to be honest I haven't understood half of what you have writ... Felix Schäfer
15:35 Help: internal error 500
HI I have the end version of redmine and also I try to upgrade with the seam version
But still I have the error.
...
Jacob M
20:04 Help: RE: Gentoo error with postgress
Please report to the gentoo bug tracker when using the gentoo package, thanks. Felix Schäfer
17:31 Help: Gentoo error with postgress
... Alex Morbo
18:33 Plugins: RE: Time Display Plugin 0.1.0
Plugin link updated:
http://github.com/jk2l/redmine_time_display
Jacky Leung
18:33 Open discussion: RE: Redmine popularity in the last Eclipse Community Survey
Thanks for sharing this great news... ;) Mischa The Evil
13:32 Open discussion: Redmine popularity in the last Eclipse Community Survey
Hello,
The Eclipse foundation is doing a community survey among Eclipse users each year. Among other issues, there...
Zviki Cohen
17:49 Development: Gantt Chart Improvement
Hello dear people,
during our work with redmine, we realised some points, which would be important for us, to make m...
Rafael Maria Raschkowski
17:15 Plugins: RE: Knowledgebase Plugin
Timothy High wrote:
> You can still use "global permissions" - define a role that has the KB permissions you want, t...
Ulf Wiger
15:23 Plugins: RE: Advanced Query Plugin Suggestion Box
if you have any function want to make, and not too complicated i will put it into my plugin as well (if it is too com... Jacky Leung
15:22 Plugins: Advanced Query Plugin Suggestion Box
Soon this weekend I will start writing a query extension to have at least the following function:
* Range value fi...
Jacky Leung
14:44 Open discussion: RE: mail not working
Listen, I can't tell you what settings you need because I don't know anything about your setup, and I'm not going to ... Felix Schäfer
14:32 Open discussion: RE: mail not working
And now?? Where is wrong? DVA Corporation
13:37 Open discussion: RE: mail not working
This has nothing to do with linux but with understanding and configuring the mail setup. If your MTA (mail server) is... Felix Schäfer
13:34 Open discussion: RE: mail not working
Redmine run on OpenSUSE 192.168.66.73 and company mail server on 192.168.66.4. Felix please help me Linux is not my b... DVA Corporation
12:45 Open discussion: RE: mail not working
What do you do to try to see if the mails work? Do you have an smtp server on localhost that accepts emails on localh... Felix Schäfer
12:15 Open discussion: mail not working
Hello
email.yml configuration: picture
but mail still not working. Where is a problem? Help Please
DVA Corporation
13:14 Help: RE: Executing scripts on command line to send out email
thanks, in this case i will get on IRC maybe tomorrow or the day after Jacky Leung
08:06 Help: RE: Executing scripts on command line to send out email
Oh, no, sorry for not being clearer, #redmine is the IRC channel for redmine on freenode.net (I think, there is some ... Felix Schäfer
07:44 Help: RE: Executing scripts on command line to send out email
Felix Schäfer wrote:
> Try to see with khalsa or edavis10 on #redmine, but ActiveMailer is a finicky beast.
Sorry...
Jacky Leung
10:59 Open discussion: RE: Problem with email.yml
With rake --trace I have this :
root@webserver:/var/www/rails/redmine# rake db:migrate_plugins --trace
(in /var...
Jonathan BIEBER
10:54 Open discussion: RE: Problem with email.yml
Is this with @rake --trace@ already? Anyway, if that's a problem with the plugin, please contact the plugin author. Felix Schäfer
10:52 Open discussion: RE: Problem with email.yml
Ok thanks for this answer, but I have an other error
rake aborted!
thread 0xb75d31b4 tried to join itself
Jab...
Jonathan BIEBER
10:18 Open discussion: RE: Problem with email.yml
Jonathan BIEBER wrote:
> I have only one production environment, it's true I don't have development environment.
...
Felix Schäfer
09:44 Open discussion: RE: Problem with email.yml
I have only one production environment, it's true I don't have development environment.
But it not works after this ...
Jonathan BIEBER
09:16 Open discussion: RE: Problem with email.yml
Jonathan BIEBER wrote:... Felix Schäfer
08:20 Open discussion: RE: Problem with email.yml
I have just another question about messenger plugin, my messenger.yml is the next :
production: &production
typ...
Jonathan BIEBER
08:12 Open discussion: RE: Problem with email.yml
Hey, thanks you very much it works !! Jonathan BIEBER
10:17 Open discussion: email.yml configuration problem
Helo
i have a problem. If I login to OpenSUSE as bitnami I haven't permission to copy email.yml.examle. But I need ...
DVA Corporation
09:11 Help: RE: RedMine over Passenger -- Access to public
Felix Schäfer wrote:
> [...]
Argh too quick, next try:...
Felix Schäfer
09:04 Help: RE: RedMine over Passenger -- Access to public
Please read the passenger documentation (http://www.modrails.com), the @public@ directory of a rails app is supposed ... Felix Schäfer
08:30 Help: RedMine over Passenger -- Access to public
Hi all,
I have set up RedMine over Passenger on Apache.
Here is my Apache configuration:...
Paul Bilokon
08:59 Help: RE: Redmine gives "Internal error" when trying to "View" any text file in Subversion
Have a look at the redmine log in @redmine_dir/log/production.log@. Felix Schäfer
08:37 Help: Redmine gives "Internal error" when trying to "View" any text file in Subversion
Dear all,
I'm using Subversion (SVN) over RedMine. When I browse a repository for a project and click on "View" fo...
Paul Bilokon
04:31 Help: RE: NetBeans connection
Probably need to wait until the issues REST API is up and running in a released version.
After that integration wo...
Jeffrey Jones

2010-06-13

22:50 Help: RE: Hiding issues by status
No. Your best options are to either take the anonymous and not-member users the ability to view tickets, thus only pr... Felix Schäfer
22:26 Help: Hiding issues by status
Hello,
I'm using redmine for some web projects, and I'm trying to let people post "hidden" issues, for security fl...
Bastien Durel
20:14 Help: RE: Executing scripts on command line to send out email
Try to see with khalsa or edavis10 on #redmine, but ActiveMailer is a finicky beast. Felix Schäfer
14:02 Help: RE: Executing scripts on command line to send out email
I tried to send email out with @rake redmine:send_reminders days=7 RAILS_ENV="production"@, and it does not send out ... Jacky Leung
20:12 Help: RE: Disable file uploading
The _Files_ tab yes, the uploading of attachments to wiki pages or issues no. Felix Schäfer
16:00 Help: Disable file uploading
The security settings one of my clients do not allow uploading files.
Can I disable file uploading for a certain pro...
Yaroslav Matsera
11:46 Help: RE: Problem when sending mails: An error occurred while sending mail (getaddrinfo: Name or service not known)
Bad me:
I copied the email.yml.example, naming it email.yml. Then i uncommented the :sendmail part *without notici...
dareal ruxkor
11:39 Help: Problem when sending mails: An error occurred while sending mail (getaddrinfo: Name or service not known)
Hi everybody,
I am trying for several days to get redmine's mail sending to work on my debian machine, but failed ...
dareal ruxkor
09:42 Help: RE: Can't run redmine, gravatarhelper::publicmethods
It seems you have a misbehaving plugin, bots_filter in this case. See if everything works if you remove it and contac... Felix Schäfer
03:00 Help: Can't run redmine, gravatarhelper::publicmethods
When i try to run my redmine app it keeps giving me this error telling me about some gravatarhelper::publicmethods i ... Alex Dimi
09:38 Help: RE: Reference multiple revisions in single link?
Not in redmine that I know of, sorry. Felix Schäfer
02:03 Help: Reference multiple revisions in single link?
Hi, I have just imported our many instances of Trac into Redmine. Everything works great - Redmine has everything I r... Chris Lajoie
09:09 Plugins: RE: Blocks Layout plugin
Nikita Pustovoytov wrote:
> After modifying a project overview in settings I get redirected back to overview page bu...
frank li
01:19 Plugins: RE: Code Review Plugin 0.2.7 Released.
Marcel Gmür wrote:
> Might it be possible to add code reviews from patches on issues to the same issue?
Sorry, It...
Haruyuki Iida
00:42 Open discussion: RE: Can I use some other text formating options than textile?
"ckeditor":http://github.com/a-ono/redmine_ckeditor for redmine.
Hope this help.
minkbear minkbear
 

Also available in: Atom