Project

General

Profile

Activity

From 2011-03-18 to 2011-03-20

2011-03-20

23:34 Help: RE: Can't report my time
Okey, I think I solved it.
I try to not fill in Issue, then it worked.
What and when should I fill in the issue...
Tomas Åberg
23:25 Help: Can't report my time
Hi.
When I try to report the time I have spent on my project and then press Submit I get a
"The page you were tr...
Tomas Åberg
21:00 Open discussion: Manipulating Redmine database using Java
We use Redmine in my company, and a few months ago we needed to make some customized reports. As I'm a completely new... Bruno Medeiros
19:52 Help: RE: Deleted vs Destroyed project
"destroyed" => the #destroy method is called on the object and associations should be properly removed
"deleted" => ...
Jean-Philippe Lang
19:22 Help: Deleted vs Destroyed project
I've read in #7904 about 'deleted' and 'destroyed' projects. I cannot tell what the difference. What is it? Ivan Cenov
19:02 Open discussion: addressing custom fileds
Ruby beginner trying to build a plugin, any assistance would be much appreciated.
How would I go about addressing ...
Razi Baluchi
16:14 Help: Install redmine to Ubuntu but can not find passenger.conf
I followed the manual and installed lamp successfully,
then I used apt-get redmine command to install redmine
The...
guo sheng
13:19 Help: RE: Get number of active connections
I think you've hit the wrong forum, sorry. This is the Redmine forum. Felix Schäfer

2011-03-19

20:12 Help: RE: Standard menu on plugin page
Thanks, now I understand =) Andrew Bulkin
14:08 Help: RE: Standard menu on plugin page
Please see the [[Plugin_Tutorial#Extending-the-project-menu]], the interesting part for you:
> If you click the Po...
Felix Schäfer
12:36 Help: RE: Standard menu on plugin page
Can you give me some example or part of the code? Because I haven't absolutely understood what me to do Andrew Bulkin
08:47 Help: RE: Standard menu on plugin page
You need to have a @@project@ variable pointing to the correct project object when going to the view. Felix Schäfer
17:45 Help: Get number of active connections
Hi!
I have a fcgi backend which needs to know the number of active connections (as seen on server-status page when u...
Not Relevant
16:41 Help: Questions from A Beginner
Hello Community!
I just started with plugin development in Redmine (written in Ruby on Rails) and have a question co...
Christian Huppert
14:54 Help: RE: Separate incoming emails for each project?
Yes, but:
shikari shambu wrote:
> allow_override=project,tracker,priority,assignee,category
This wil allow use...
Felix Schäfer
14:00 Help: RE: 500 Internal Server Error when browsing a repository
Ok, so that would not be an adapter issue, more a repository one.
Could you try to do same without transaction ?
...
Etienne Massip
13:57 Help: RE: Logging time in mercurial commit message doesn't work
First I want to make sure I'm doing nothing wrong. Maybe someone can confirm that it works fine without need for any ... Omar Kohl
13:51 Help: RE: Logging time in mercurial commit message doesn't work
I don't use this feature yet.
If you think this is bug, could you create new defect issue?
Toshi MARUYAMA
13:22 Help: RE: Logging time in mercurial commit message doesn't work
In that issue the only thing mentioned is that time is logged, but wrongly. In my case no time is logged. That is wha... Omar Kohl
13:12 Help: RE: Logging time in mercurial commit message doesn't work
Parsing log is scm common operation.
I think this problem is fixed by #7630.
Toshi MARUYAMA
12:52 Help: Logging time in mercurial commit message doesn't work
I write 'closes #3 @1h30m' in a mercurial commit message and it doesn't log any time. The issue is closed (after havi... Omar Kohl

2011-03-18

21:42 Help: RE: Mail Importer does not pull emails from external addresses into Redmine
Oops, I had not set it up to accept emails from anonymous users.
Added
unknown_user=accept no_permission_ch...
shikari shambu
19:56 Help: Mail Importer does not pull emails from external addresses into Redmine
I am using Exchange server running POP3 service. Emails sent from internal domain/ same exchange server gets imported... shikari shambu
20:47 Plugins: RE: Xapian search plugin
@Olaf, it worked for me under Ubuntu 10.04 following all the hints above and in the readme.
Get the support packag...
Jerry Van Baren
20:39 Help: RE: 500 Internal Server Error when browsing a repository
With new subversion_adapter.rb we're back to an internal server error with apache2 invoking oom-killer.
Log has:
...
Anthony C
12:14 Help: RE: 500 Internal Server Error when browsing a repository
This does not look like progress to me, more like a bug in the @subversion_adapter.rb@ I uploaded :(
Could you ple...
Etienne Massip
19:48 Help: RE: Separate incoming emails for each project?
I think I understand what you are saying
Project A:
CALL rake redmine:email:receive_pop3 RAILS_ENV="production" h...
shikari shambu
19:43 Help: RE: Separate incoming emails for each project?
Sorry, could you help me with the mail importer. Where is the mail importer located?
TIA
shikari shambu
08:14 Help: RE: Separate incoming emails for each project?
Yes, summon the mail importer with the proper default for the project and disable overriding the project from the mail. Felix Schäfer
00:03 Help: Separate incoming emails for each project?
Hi,
Is there a way to have separate incoming emails for projects - i.e. Project A - emailto projectA@myredmineinsta...
shikari shambu
19:30 Help: RE: ActionController::RoutingError (No route matches "*" with {:method=>:options}):
Matthew Rupert wrote:
> Strange. Could this be something screwy on the network?
Really no idea :/
> Rails 1.0....
Etienne Massip
18:25 Help: RE: ActionController::RoutingError (No route matches "*" with {:method=>:options}):
Rails 1.0.1 Matthew Rupert
18:25 Help: RE: ActionController::RoutingError (No route matches "*" with {:method=>:options}):
Strange. Could this be something screwy on the network? Matthew Rupert
17:56 Help: RE: ActionController::RoutingError (No route matches "*" with {:method=>:options}):
Seems that there is a client somewhere bothering you with OPTIONS requests.
You can add a RewriteCond / RewriteRul...
Etienne Massip
17:13 Help: RE: ActionController::RoutingError (No route matches "*" with {:method=>:options}):
Which Rails version ? Etienne Massip
17:05 Help: RE: ActionController::RoutingError (No route matches "*" with {:method=>:options}):
... Matthew Rupert
15:51 Help: RE: ActionController::RoutingError (No route matches "*" with {:method=>:options}):
What's the Apache configuration looks like ? Etienne Massip
15:46 Help: RE: ActionController::RoutingError (No route matches "*" with {:method=>:options}):
I don't get this error when using Webrick, by the way. Only with Phusion/Apache Matthew Rupert
17:01 Help: Standard menu on plugin page
Hot to show standard menu (Repository, Activities etc) for the plugin page? Andrew Bulkin
16:48 Open discussion: RE: Is Redmine Dead?
Paul Carlisle wrote:
> Yes, I saw the Wiki entry. There is not, however, any place to download it from, despite this...
Nuno Araujo
15:46 Help: RE: Link to SVN Changeset from Ticket notes: Resolved
Duh. I need to get the Trac syntax out of my head. To link to a changeset it is rNumber, e.g., r6
Matthew Rupert
15:17 Help: RE: Link to SVN Changeset from Ticket notes
I see one problem (probably THE problem). The sql that gets executed doesn't return anything:
mselect * from (SELE...
Matthew Rupert
14:59 Help: Link to SVN Changeset from Ticket notes
I thought I could link to a Subversion changeset in the ticket notes by doing something like this:
This addresses ...
Matthew Rupert
14:40 Help: RE: How to make Git commit history show up at Redmine issue tracker
You can set the keywords to * to have it reference any @#id@ construct. Felix Schäfer
10:49 Help: RE: How to make Git commit history show up at Redmine issue tracker
Sorry, my fault.
There are keywords to associate the commit history with issue tracker tickets listed on the page ...
Brian Hsu
10:30 Help: How to make Git commit history show up at Redmine issue tracker
Hello,
I followed this instruction (http://wiki.dreamhost.com/Redmine) and setup an Redmine site on my DreamHost a...
Brian Hsu
13:49 Open discussion: RE: Disable Account Activation Mail when unknown_user=create?
Thank you for your solution Jason :) Poul Thomsen
13:21 Help: RE: Issue # should be unique in each project but not across the projects?
There should be an ability to make issue numbers unique within a project and/or there should be an ability to export ... Peter Roberts
12:59 Plugins: RE: Issue Vote Plugin
Found Git HUB: http://github.com/jimmyz/redmine_vote/tree/master Terence Mill
11:47 Help: RE: Upgrade from 1.0dev to 1.1.2.devel - can't login or Error 500
Thank you very much Alex Guzun
11:46 Help: RE: Upgrade from 1.0dev to 1.1.2.devel - can't login or Error 500
Well same thing, this should be modified when redmine will support Rails 3, I guess. Etienne Massip
11:44 Help: RE: Upgrade from 1.0dev to 1.1.2.devel - can't login or Error 500
and tasks?
DEPRECATION WARNING: Rake tasks in vendor/plugins/engines/tasks are deprecated.
Alex Guzun
11:24 Help: RE: Upgrade from 1.0dev to 1.1.2.devel - can't login or Error 500
This is no issue, we all have this warning due to the openId plugin. Etienne Massip
11:07 Help: RE: Upgrade from 1.0dev to 1.1.2.devel - can't login or Error 500
Bingo! :)
all done... where do you live man? I want to buy you some beer ;)
Thank you very very much.
What abo...
Alex Guzun
10:43 Help: RE: Upgrade from 1.0dev to 1.1.2.devel - can't login or Error 500
@Fri Mar 18 08:51:00 +0100 2011: Error calling Dispatcher.dispatch #<NoMethodError: undefined method `[]' for nil:Nil... Alex Guzun
10:40 Help: RE: Upgrade from 1.0dev to 1.1.2.devel - can't login or Error 500
I'm dumb, I think I've already encountered this issue which is related to mongrel compatibility with Rails 2.3.11 =)
...
Etienne Massip
09:51 Help: RE: Upgrade from 1.0dev to 1.1.2.devel - can't login or Error 500
im sure he will not able to login after applying that patch
and i ment Cant-login board ;)
Alex Guzun
09:39 Help: RE: Upgrade from 1.0dev to 1.1.2.devel - can't login or Error 500
Not the same board : the @NoMethodError (undefined method `destroy' for {}:Hash)@ has already been solved for you, re... Etienne Massip
09:22 Help: RE: Upgrade from 1.0dev to 1.1.2.devel - can't login or Error 500
Welcome aboard ;)
@C:\redmine>svn info
Path: .
URL: http://redmine.rubyforge.org/svn/trunk
Repository Root: htt...
Alex Guzun
00:34 Help: RE: Upgrade from 1.0dev to 1.1.2.devel - can't login or Error 500
Just upgraded to last version from trunk and having the same problem: login is not possible !
always getting
<pr...
Klaus-Peter Webersinke
11:04 Help: authenticity_token and post request
Hello.
I need to create new issue at some server, but file attachment isnt realized in rest api yet, so I am using p...
asker asker
10:56 Plugins: RE: Code Review Plugin 0.2.7 Released.
this works for me to uninstall any plugin.
rake db:migrate:plugin NAME=[your plugin name (as in vendor/plugins dir...
Andy Bolstridge
10:46 Help: RE: error installing redmine 1.1.2
well.. thanks for all the replies. Some other guy did it. Dhaval Yoganandi
02:06 Help: RE: rake aborted! undefined local variable or method 'version_requirements' for #<Rails::GemDependency:0x4348980

Check Defect [[#7516]]. It seems the same problem to me.
LLaP, Andrea
Andrea Cozzolino
 

Also available in: Atom