Activity
From 2012-06-12 to 2012-06-14
2012-06-14
-
23:51 Help: RE: Anonymous Email using Rake and IMAP
- I changed the script to
rake -f /usr/share/redmine/Rakefile redmine:email:receive_imap RAILS_ENV="production" \... -
23:26 Help: RE: Anonymous Email using Rake and IMAP
- Hmm I'm getting kinda stumped here, are you sure that is the exact script being run by the cronjob and you didn't cop...
-
21:43 Help: RE: Anonymous Email using Rake and IMAP
- Do you want the script I am using for the rake command, or the mail_handler.rb?
The script is as listed above; it'... -
21:30 Help: RE: Anonymous Email using Rake and IMAP
- Can you paste the whole command you're using right now.
As per this code:
https://bitbucket.org/redmine/redmine... -
21:27 Help: RE: Anonymous Email using Rake and IMAP
- The permissions for anonymous user are set to allow:
Add issues
Add notes
Edit issues
Same for non member. -
21:13 Help: RE: Anonymous Email using Rake and IMAP
- Ok got it.
Tried to process 2 emails, both say
MailHandler: ignoring email from unknown user [email address]
M... -
21:07 Help: RE: Anonymous Email using Rake and IMAP
- Is your database configured for develop in config/database.yml under "development:"? Make it match the production sec...
-
21:05 Help: RE: Anonymous Email using Rake and IMAP
- The rake command will not complete when changed to development for some odd reason.
-
21:00 Help: RE: Anonymous Email using Rake and IMAP
- Running with 'RAILS_ENV="development"' should put it in /usr/share/redmine/log/development.log.
However, what do... -
20:52 Help: RE: Anonymous Email using Rake and IMAP
- I'm getting info in my error log, but not the production log located in /usr/share/redmine/log/production.log
perm... -
20:50 Help: RE: Anonymous Email using Rake and IMAP
- Lib... or log?
If log, nope that is fine, as long as it's got write access. (confirm with an "ls -lh" and make sur... -
20:44 Help: RE: Anonymous Email using Rake and IMAP
- The owner of the lib directory is www-data:www-data as I am hosting with apache. Should it be another user?
err lo... -
20:43 Help: RE: Anonymous Email using Rake and IMAP
- Yeah I'm figuring that either the e-mail address it's coming from has a disabled account or something equally funny t...
-
20:42 Help: RE: Anonymous Email using Rake and IMAP
- ... probably not... oops.
Also my email.rake is exactly the same as the one you linked.
the owner of the lib ... -
20:41 Help: RE: Anonymous Email using Rake and IMAP
- Also here are instructions on how to set logging:
http://www.redmine.org/projects/redmine/wiki/RedmineInstall#Logg... -
20:39 Help: RE: Anonymous Email using Rake and IMAP
- Does the user that Redmine is running as have write permissions to the log directory?
-
20:34 Help: RE: Anonymous Email using Rake and IMAP
- I have zero logging going on...... not sure why.
-
20:32 Help: RE: Anonymous Email using Rake and IMAP
- Also: make sure logging is at INFO level, it should print out a lot of logs detailing why it didn't accept it. :)
-
20:11 Help: RE: Anonymous Email using Rake and IMAP
- According to the 1.1.2 commit:
https://bitbucket.org/redmine/redmine-all/src/d54ccde0b5b5/lib/tasks/email.rake
... -
20:01 Help: RE: Anonymous Email using Rake and IMAP
I changed it and still a no go. I'm using Redmine 1.1.2.stable on Debian; so maybe that's the problem. I tried to i...-
19:47 Help: RE: Anonymous Email using Rake and IMAP
- Checking Redmine 2.0 (not sure if it works earlier), it looks like you want to use:
unknown_user=ACTION how... -
18:37 Help: RE: Anonymous Email using Rake and IMAP
- I'm not sure why that is struck out....
#!/bin/bash
SERVER=*********
USER=************
PASS=*********
rake -... - I realize this problem has be asked before, and I've been trying to get this to work. Emails import into redmine and ...
-
19:57 Open discussion: RE: Shameless plug: Pepper - new theme
- Shameless plugs are great, Redmine needs more skins! :)
-
16:42 Open discussion: RE: Shameless plug: Pepper - new theme
- Master is now targeting Redmine 2.0 and should work just fine. If not, I'd love to see bugreports,or - even better - ...
-
19:48 Help: RE: Redmine 1.4 - Is there a way for adding user from ldap manually?
- Nevermind, sync above seems to do what you need.
-
16:49 Help: RE: Redmine 1.4 - Is there a way for adding user from ldap manually?
- Hello,
I think the plugin "LDAP_SYNC":http://www.redmine.org/plugins/redmine_ldap_sync should do what you wan't.... - Hello,
All of our projects are private.
Is there a way that find user from LDAP and then read/create account by... -
19:30 Plugins: RE: How to override controller ?
- Someone hop in if I make any mistakes here.
Create a class that'll override your controller....
In my case:
... - Hi,
I am new to Redmine Development. I am trying to create a plugin. I need to override a *issue controller* . ie ... -
19:12 Plugins: RE: Weekly Timesheet comments overwrite
- Great!
Do you have an idea when 1.0 will be released?
-
18:59 Plugins: RE: Embedded Plugin
- Ok, here's my daily plea for help with this plugin.
-
18:42 Plugins: RE: Weekly Timesheet Plugin (wk-time)
- We have upgraded to new 2.x Redmine and I'm missing this great plugin...
Are you working/plannig 2.0 compatibility?
... - Hello,
Meanwhile I'm exporting a big csv from redmine I'm asking myself what are the different feedbacks of redmin... -
16:49 Help: RE: home page automatic redirect to the wiki page of a project
- Anyone know how to make a projects start page it's wiki in Redmine 2.0.2? I was looking at the routes.rb but I have ...
-
16:40 Help: RE: Problem during upgrade
- Hello,
what return #ruby -v?
I think you're ruby package isn't properly installed or you're last installation i... - Hi everyone,
I have redmine and new mail server by zimbra, at this very moment the redmine email configuration is... - I'm trying to upgrade 1.4.0 to 2.0.2
I've updated ruby to 1.9.3, rails to 3.2.5 (using bundle update)
Now trying to... -
15:55 Plugins: RE: Knowledgebase Plugin
- Howdy all.
I keep forgetting about this board, but I've updated the plugin for 1.4.x and 2.0.x compatibility.
h... -
11:53 Plugins: RE: Knowledgebase Plugin
- I think I figured it out...
I put this line into my redmine_knowledgebase/config/routes.rb:
map.connect "/kno... -
13:56 Help: RE: trac to redmine migration problem
- hi,
changing the line did the trick for me... - I'm trying to get Redmine setup on an Ubuntu 12.04LTS box. Redmine runs fine under Webrick but under passenger I get ...
-
10:07 Open discussion: RE: Cannot install Redmine - Rake - undefined method `requirement'
- Hi Pok Lau,
Thank you for sharing your experience. It would be very helpful for all of us if you could be more pre... -
03:53 Open discussion: RE: Cannot install Redmine - Rake - undefined method `requirement'
- I had the same problem before, was able to workaround the problem by cancel BUNDLE_WITHOUT development
- I am trying to move all users to log into Redmine to check everything; we try to enforce NOT using email to send sens...
- Hi all
I find plugin for display page "projects" in tree view.
Redmine 2.0 - After upgrade Redmine to v2.0.2, I found it apparently slower than v1.4.1. After researched for a few days, I finnall...
2012-06-13
-
23:25 Help: RE: Sudden 503 service temporarily unavailable
- same thing here. it's a nightmare!! Please somebody answer!
Just before the crash, Redmine asks for a login. After t... -
19:24 Help: RE: 'Accept' ownership function
- I agree. This is one thing that Trac got right I think. It simply does not make sense that you can accept a ticket ...
-
18:26 Help: RE: Test email not sent under Redmine 2.0.0
- I just updated to 2.0.2 and ran into this problem. I got it working. Not sure it will work for everyone else, but see...
- Hello,
I have a working Redmine 1.2.3 on Ubuntu 11.04 working.
I want to upgrade Redmine to 2.0.2 and I start the... - Hi guys,
I've just wasted about 5 hours with this problem.. I already runned redmine 1.x but 2.x kills me...
I tr... -
16:31 Plugins: RE: Embedded Plugin
- I can almost do this myself, if someone can help translate the following routing lines to Rails 3:...
- I'm a Newbie on redmine, I'm using redmine 2;
I'm developing a plugin, to upload assets to a Canto cumulus databas... - Hi,
I want to upgrade my current redmine to the latest svn version, but I have a problem with "rack-openid".I have... -
14:29 Help: RE: Update Problems
- _Installing rubygems-1.8.24 for ruby-1.9.3-p194_
Hello, I think your rubygems version is too high for redmine and... - Wondering if anyone is doing http authentication with redmine 2.0.2, and if so, how?
-
11:32 Plugins: RE: Knowledgebase Plugin
- hi JN
found this post during my researches... maybe it can help you out ;)
http://www.redmine.org/boards/2/topics... - Good day!
I have Redmine 1.3.1 on a virtual machine with Ubuntu 10.10. I have installed plugin "Advanced reminder"... - Hi Everyone!
Does anyone know of there is any way that one can re-order news articles chronologically? Or asked di... - Good day!
I have a version of Redmine 1.3.1 on VMWare virtual machine with Ubuntu 10.10. I decided to test the new... -
01:40 Help: RE: Redmine 2.0.1: Can't view repository in private projects
- By default Passenger picks up the user from the ownership of certain files in the file system. Previously it detected...
-
01:02 Plugins: RE: where did simple_ci plugin go?
- No luck on 2.0.x, unfortunately.
Thanks for you help, though. -
00:02 Plugins: Pushed to github...
I've put up on github the versions I have working with 1.4.1
If anyone can test these under Redmine 2.0, that wo...
2012-06-12
-
21:52 Plugins: RE: where did simple_ci plugin go?
- Can someone help out with the Embedded plugin?
-
21:51 Plugins: RE: Embedded Plugin
- Help! Please!
-
21:26 Plugins: RE: Problems DMSF
- For Xapian I added this to the Gemfile...
- Is there a plugin or a way to remove some of the issue tracker fields? I found a way to add custom fields, but not re...
- Hi everybody.
It would be nice if it were possible to create a VCS repository from redmine UI.
At present I use... - Hi,
is it possible to use the "Advanced roadmap" with
redmine 2.0.2 (2012-06-05) ?
I tried it with this howto... -
16:08 Help: RE: Installing Redmine 2.0 : no such file to load -- openssl
- Go to the Ruby source and run the following.
cd ext/openssl
Run the command one after the others.
ruby extconf.r... - When trying to migrate my database, I am getting this error. Thank you in advance for your assistance.
Centos 6.2... -
16:00 Plugins: Hudson Plugin 1.0.8.1 Released
- Franz, Thanks for your report.
I fixed this problem.
Please try latest version.
https://bitbucket.org/nobiinu_... -
15:05 Help: RE: How to get redmine to accept mail from un-registered users
- In fact the problem is more complex.
My goal:
* anyone can send an email, a non-member account is created for the... - Hi!
I'm new to redmine.
I have a working installation that will send and accept mail from registered users.
... -
14:23 Open discussion: RE: Shameless plug: Pepper - new theme
- I have seen on GITHUB that you have a 2.0 branch.
Is it ready ? - We have a large number of stories within our projects and we currently use the search facility to find relevant stori...
- at first i am a newbie!
So i try to install redmine-2.0.2 on my local mac. But he can't install json (1.7.3).
<... -
10:35 Help: RE: Time tracking for Tasks and Subtask won't work correctly
- Any reply, please?
-
09:00 Help: RE: Redmine 2.0.1: Can't view repository in private projects
- Hi,
How did you fix the problem?
Thanks,
Geordee
Also available in: Atom