Project

General

Profile

Activity

From 2010-03-01 to 2010-03-03

2010-03-03

22:49 Help: RE: Redmine runs with WEBRick, but not with lighttpd
Case solved, bin-path in lighttpd config was not correct for this system.
Making a mental note to check this next ...
Mitch Pirtle
22:41 Help: RE: git problem
Mmh, make sure the "redmine" user can access the repository (permissions-wise)? Felix Schäfer
17:22 Help: RE: git problem
First of all, thanks for taking the time to help with this Felix.
Here is what I just did (all done on the same ma...
Jay Deiman
17:10 Help: RE: git problem
There is no debugging possible per se, you need a local bare clone, end of discussion (currently at least, but I'm no... Felix Schäfer
17:07 Help: RE: git problem
Yeah, it is. It's actually a repository I've been using remotely via webdav.
If I was a ruby programmer, I would ...
Jay Deiman
17:01 Help: RE: git problem
Make sure the repository you are pointing to is a local bare repository, that's the only type supported at the moment. Felix Schäfer
22:39 Open discussion: RE: Assign tickets via email
I still don't see the problem with non-ascii chars in the category name, the rake task should parse them just fine. Felix Schäfer
17:36 Open discussion: RE: Assign tickets via email
Anyway, that doesn't address the problem I mentioned.
I mean - category names with unfriendly names.
So probably a ...
Radek Antoniuk
17:07 Open discussion: RE: Assign tickets via email
Either in the rake task with @category=XXX@ (which sets a default category), or you can give your users the choice to... Felix Schäfer
15:45 Open discussion: RE: Assign tickets via email
Hi there,
Good to know, but how can you assign it with rake task?...
Radek Antoniuk
20:31 Help: Can projects be auto-created? ...each with a prepared set of issues (categories) also auto-created?
I am thinking of using Redmine to manage a workflow like this:
* Each customer "is a" project.
* When a new custome...
Timothy Chapman
19:05 Open discussion: Apache + Redmine
Hi,
I've installed redmine on a machine with ip 192.168.2.253
Now i want to access it from my frontend machine ...
Ricardo Esteves
18:47 Help: RE: Redmine Email Configuration
I've added the action_mailer_optional_tls plugin and now change the error message to "An error occurred while sending... Carlos Linares
18:05 Help: Redmine Email Configuration
Hi guys I installed redmine bitnami stack 0.9.2 on a mac g5 with a fresh leopard server installation, works fine but ... Carlos Linares
18:11 Help: "Object is not missing constant Project!" When installing on MySQL / Mac OS X
I'm trying to install RedMine trunk, following the instructions at [[http://www.redmine.org/wiki/redmine/RedmineInsta... Philippe Desrosiers
18:05 Help: Email Notifications
Hi guys I installed redmine bitnami stack 0.9.2 on a mac g5 with a fresh leopard server installation, works fine but ... Carlos Linares
18:04 Help: Redmine Email Configuration
Hi guys I installed redmine bitnami stack 0.9.2 on a mac g5 with a fresh leopard server installation, works fine but ... Carlos Linares
18:00 Plugins: RE: Redmine Arch Decisions plugin (for tracking technical decisions)
Lucio Grenzi wrote:
> Sorry, I checked one more time but it is a transcription error. the problem still continue.
>...
Timothy High
17:59 Plugins: RE: Problems with question_plugin
Vladimir Dzalbo wrote:
> I've tried installing this plugin and it seems to work perfectly apart from one thing:
>
...
Timothy High
17:50 Plugins: Problems with question_plugin
I've tried installing this plugin and it seems to work perfectly apart from one thing:
I have also question_plugin...
Vladimir Dzalbo
17:47 Plugins: RE: Redmine Arch Decisions plugin (for tracking technical decisions)
Sorry, I checked one more time but it is a transcription error. the problem still continue.
Right command is:
rak...
Lucio Grenzi
15:11 Plugins: RE: Redmine Arch Decisions plugin (for tracking technical decisions)
rake db:migrate_plugin RAILS_ENV=prod*u*ction
you missed 'u' in production
Vladimir Dzalbo
15:04 Plugins: RE: Redmine Arch Decisions plugin (for tracking technical decisions)
Hi,
I'm trying to install that plugin on a Redmine 0.9.1 (rails 2.2.3) but, when I type the command
rake db:migra...
Lucio Grenzi
17:59 Open discussion: Email Configuration
Hi Guys I'm really new in this, redmine was installed on an old g5 tiger mac and works fine with emails but its disk ... Carlos Linares
17:33 Help: RE: I am a dummy - subpages (child pages) to parent
I just used the "Index by Title" as an example, but it should work on the special page regardless. I am having a hard... James Liu
16:54 Help: RE: I am a dummy - subpages (child pages) to parent
"Index by Title" is a special page you don't need to create, I'm not sure what you are trying to achieve here... Felix Schäfer
16:11 Help: I am a dummy - subpages (child pages) to parent
I followed the directions and still can not get it. Need help please.
Problem is the tab name is "Wiki", and I cr...
James Liu
17:04 Help: RE: Source Control
Not sure what you are trying to get at (and I don't know Frame Maker for example), but you could either write your do... Felix Schäfer
17:00 Help: RE: Wiki Syntax is there an escape character?
Try @< notextile >< /notextile >@ (without the spaces, obviously). Felix Schäfer
00:59 Help: Wiki Syntax is there an escape character?
I'm trying to create a naming standard wiki page and part of the naming standard contains underscores for example.
...
Jason van Dyk
16:59 Help: RE: Associated revisions for an issue: how to?
That's achieved by referencing the issue(s) in the commit message, see [[RedmineSettings#Referencing-issues-in-commit... Felix Schäfer
11:45 Help: Associated revisions for an issue: how to?
Hi guys, a really small question: how can I obtain Associated revisions for an Issue?
Something like this:
http://w...
Overmind Eternal Will
16:59 Help: RE: Help needed on using darcs repositories

> Everything works fine.
> Rather than hardcode the path, I'd suggest using the url:
>
> [...]
That @url i...
Daniel Maas
16:58 Open discussion: RE: How to remove "Assigned to" from particular tracker?
These are all settings to be made in the workflow of the particular tracker, see [[RedmineIssueTrackingSetup#Workflow... Felix Schäfer
12:02 Open discussion: How to remove "Assigned to" from particular tracker?
I have an "User Story" tracker which should not have "Assigned to" filed.
How to remove such field from this particu...
Kamil .
16:56 Help: RE: API authentication and content type
[[Rest_api]] states _At the time of writing, the API is only available in trunk (see r3310, r3313)_, so you won't hav... Felix Schäfer
14:27 Help: RE: API authentication and content type
The rest of the deps:
Ruby version 1.8.7 (x86_64-linux)
RubyGems version 1.3.5
Rack versio...
José Moreira
14:25 Help: API authentication and content type
I've been trying to make use of the API to import Projects into our Redmine installation and have been dealing with t... José Moreira
16:53 Help: RE: Subversion integration problem
I'd wager on the non-trusted CA, as redmine shells out the svn command, which in turns needs to run without interacti... Felix Schäfer
16:15 Help: Subversion integration problem
Hey,
First question:
I'm trying to integrate redmine with external subversion repository reachable via https.
I'...
Radek Antoniuk
15:57 Plugins: RE: Object Daddy, plugins and test
Yes. Redmine without any plugins passes all tests. With installed plugin Redmine's tests are broken. Alexey Palazhchenko
03:07 Plugins: RE: Object Daddy, plugins and test
Possibly silly question. Have you installed the gems needed by ObjectDaddy? Jeffrey Jones
13:32 Open discussion: RE: Application ideas for using the REST API
Sorry, basic question: if I'm interested in the current REST API support in Redmine, what files (or dir) should I loo... Andrew R Jackson
13:27 Open discussion: RE: Is it possible to create a sub-project of a sub-project?

Try Redmine 0.9.x, it has what you're looking for. I'm making use of that feature (and Project Tree View plugin imp...
Andrew R Jackson
12:05 Open discussion: Is it possible to create a sub-project of a sub-project?
Hello,
how many project levels are possible?
I only managed to create Project->Subproject.
It would be nice to c...
Tim Wieringa
12:59 Plugins: RE: Charts plugin error with OpenFlashCharts
does any one has an answer for that?
i'm running with redmine 0.9.3
and get this error:
uninitialized constant O...
julias slabodin
12:02 Open discussion: Export Redmine Project to local hard disc
Hello,
we are using Redmine to gather informations on internal and customer related projects (documents and reposi...
Tim Wieringa
09:17 Help: some routes stopped working after upgrade
I am running a freebsd box with redmine and after upgrading my webserver and redmine to the latest trunk I have some ... Boudewijn van Liempd
08:50 Help: RE: Upgrade failed from 0.8.7 to 0.9.2 at "rake db:migrate"
Hi,
another person contact me directly as he encountered the same problem on a CentOS5.
I didn't find any solut...
Oana VIGY
08:36 Help: RE: To Japanese Redmine Users - PDF Question
Aha, that is a problem.
KozMinPro-Acro is not a freely available font.
I am investigating how this font can be ...
Jeffrey Jones
06:02 Help: RE: To Japanese Redmine Users - PDF Question
Jeffrey Jones wrote:
> Hello Maruyama-san,
>
> No I am unable to see the Japanese, I get garbage instead
>
> H...
Toshi MARUYAMA
05:35 Help: RE: To Japanese Redmine Users - PDF Question
Hello Maruyama-san,
No I am unable to see the Japanese, I get garbage instead
However my colleagues can (both o...
Jeffrey Jones
04:43 Help: RE: To Japanese Redmine Users - PDF Question
Jeffrey, Can you see #4949?
Toshi MARUYAMA
04:29 Help: RE: To Japanese Redmine Users - PDF Question
Jeffrey, What DB do you use?
MySQL default encoding is latin-1.
See http://www.redmine.org/issues/4455#note-31
Toshi MARUYAMA
04:19 Help: RE: To Japanese Redmine Users - PDF Question
Jeffrey Jones wrote:
> I am using Ubuntu Linux Server Edition (Headless, command-line only).
Sorry, I don't use U...
Toshi MARUYAMA
03:57 Help: RE: To Japanese Redmine Users - PDF Question
I am using Ubuntu Linux Server Edition (Headless, command-line only).
Jeffrey Jones
03:19 Help: RE: To Japanese Redmine Users - PDF Question
Jeffrey Jones wrote:
> Hello Miura-san,
>
> Thank you for that information. I do not have a windows machine to te...
Toshi MARUYAMA
03:06 Help: RE: To Japanese Redmine Users - PDF Question
Hello Miura-san,
Thank you for that information. I do not have a windows machine to test it on.
I also think i...
Jeffrey Jones
03:10 Help: RE: How to configure CVS access?
Gah, yes of course. I misread the Broken File Descriptor as referring to the CVS files, not the logger.
Sorry abou...
Jeffrey Jones
03:08 Open discussion: RE: How may i use redmine on my Xampp server?
You are still using FCGI, try mongrel on its own then try apache+mongrel using the guide I linked to above. Jeffrey Jones

2010-03-02

23:44 Help: RE: Upgrade failed from 0.8.7 to 0.9.2 at "rake db:migrate"
Hi have a same problem. Did you found the solution to this problem?
Thanks for your help.
Mijail del Toro
22:59 Help: git problem
Hello all,
First, I'm brand new to ruby and rails. I managed to get redmine up and running with apache 2.2 on a F...
Jay Deiman
20:58 Help: RE: Help needed on using darcs repositories
James Hiebert wrote:
> perhaps the "darcs annotate" command has changed syntax from when this adapter was first writ...
James Hiebert
20:09 Help: RE: Help needed on using darcs repositories
Ah ha. Thanks for looking into this Daniel!
Based on your suggestions, I looked into it a little more (now that I...
James Hiebert
16:23 Help: RE: Help needed on using darcs repositories
Okay, I finally found the error
In line 49 of ./lib/redmine/scm/adapters/darcs_adapter.rb
is @root_url = url
...
Daniel Maas
15:27 Help: RE: Help needed on using darcs repositories
I found out that the path to the repositry is not correctly
given to the "entries"-function
in ./lib/redmine/scm...
Daniel Maas
20:13 Help: RE: How do you hide some projects from a specific member
Nevermind, the problem was a sub-project was still public, and so was making the parent project visible. Kristopher Mooney
19:41 Help: How do you hide some projects from a specific member
The goal is to limit a specifc redmine member so that they can only see one project (out of many) in redmine.
If w...
Kristopher Mooney
19:32 Help: RE: Having Application Error: "Rails Application failed to start properly" :(
There is an URL redirection loop that's probably due to an alias or something in you Apache config...
First, you d...
Eric Voisard
18:24 Help: RE: Having Application Error: "Rails Application failed to start properly" :(
Now, After making some changes, i have encountering following errors on my apache log folder....
[Tue Mar 02 18:...
Prince Shahnawaz
14:34 Help: RE: Having Application Error: "Rails Application failed to start properly" :(
plz anyone help me out ?????? Prince Shahnawaz
13:02 Help: RE: Having Application Error: "Rails Application failed to start properly" :(
Is there not anyone who could reply to me. I have tested many things but at finally, it wouldnt work. And I am just p... Prince Shahnawaz
10:34 Help: RE: Having Application Error: "Rails Application failed to start properly" :(
I am still facing following error messages.. :(
Application error
Rails application failed to start properly
...
Prince Shahnawaz
19:30 Help: Source Control
Customer is using Redmine for several projects, but it is kinda a "Wild West" approach (each team is using it differe... Steve Hayhurst
18:59 Open discussion: RE: How may i use redmine on my Xampp server?
After trying serveral attempt, we are facing following errors
[Tue Mar 02 18:57:03 2010] [warn] NameVirtualHost *:...
Prince Shahnawaz
18:23 Open discussion: RE: How may i use redmine on my Xampp server?
[Tue Mar 02 18:21:32 2010] [warn] module cgi_module is already loaded, skipping
[Tue Mar 02 18:21:32 2010] [warn] Na...
Prince Shahnawaz
01:40 Open discussion: RE: How may i use redmine on my Xampp server?
If you want us to help you you need to help us. "Rails application failed to start properly" tells us nothing useful.... Jeffrey Jones
17:49 Help: RE: Emission Email Address Change?
I am having the same issue after upgrading from 0.8.7 to 0.9.3.
Removing the name and angle brackets make it work,...
Christian Richardt
17:33 Help: RE: How to configure CVS access?
Yup.
After double-checking (again) that CVSROOT was set correctly, I starting poking around a bit and shortly came...
Thomas Wheeler
01:44 Help: RE: How to configure CVS access?
In short, RedMine cannot access the CVS repoistory. Have you quadruple checked that the location you entered in RedMi... Jeffrey Jones
16:39 Help: RE: Create users from script/console

> (I'm on a newer version where the API changed, but this should work on Redmine 0.8)
This gives me "undefined m...
Anthony Frost
16:16 Open discussion: RE: Serving static files on subdomain
found it nvmd José Moreira
15:05 Open discussion: Serving static files on subdomain
Is it possible and how to serve static files on subdomain, ex.: static.domain.com where redmine is setup on domain.com ? José Moreira
15:17 Help: Error reading from remote server
Hi every body,
Every Time i use Redmine on the first page i have a proxy error with this message :
Error readin...
nicolas willig
14:38 Help: Having Application Error: "Rails Application failed to start properly" :(
I have been trying to set-up & run Ruby On Rails project(Redmine) on my existing working environment under the xampp.... Prince Shahnawaz
14:37 Help: Redmine runs with WEBRick, but not with lighttpd
I have Debian Lenny x86_64 running redmine trunk, at least on port 3000. :-)
However when I try to fire up lighttp...
Mitch Pirtle
13:00 Plugins: Object Daddy, plugins and test
Hi all,
I have weird problems running Redmine tests with installed plugins. For example:...
Alexey Palazhchenko
11:51 Help: RE: Not set the lifetime of cookies
I ran with remine rack 1.1.0, without modification. Elias Chistyakov
11:02 Help: RE: Not set the lifetime of cookies
Mmh, maybe you could open a feature request that explains the problem and requests that the redmine be upgraded to wo... Felix Schäfer
10:51 Help: RE: Not set the lifetime of cookies
It turns out the bug has been known for a long time >> http://github.com/rack/rack/issues#issue/5
grief
Elias Chistyakov
10:42 Help: RE: Not set the lifetime of cookies
Elias, this is definitely a rack problem, not a redmine problem. Please contact the rack devs (the rack homepage is h... Felix Schäfer
10:39 Help: RE: Not set the lifetime of cookies
My solution:... Elias Chistyakov
09:44 Help: RE: Not set the lifetime of cookies
rack-1.0.1/lib/rack/response.rb... Elias Chistyakov
09:16 Help: RE: Not set the lifetime of cookies
Andrej, thanks for the tip-off.... Elias Chistyakov
11:48 Help: RE: ActionController::RoutingError after upgrade vom 0.8.7 to 0.9.2
Hello,
i just deleted the .htaccess file from redmine-0.9.2/public/ and now it works.
:/
Daniel Nauck
11:46 Open discussion: RE: No response to my question in the help forum
Part of my problem has been google and the half answers it typically provides. You are correct in saying that the m... Craig Efrein
11:16 Open discussion: RE: No response to my question in the help forum
I think it's more a matter of memory and good use of it rather than processing power, and if I see it correctly the M... Felix Schäfer
11:01 Open discussion: RE: No response to my question in the help forum
Hello Felix,
Thank you for getting back to me. Here is my current MySQL configuration. Do you have any suggest...
Craig Efrein
10:53 Open discussion: RE: No response to my question in the help forum
Hello Craig,
I doubt you will get much response from the main devs in the forums, as they are intended as a means ...
Felix Schäfer
10:19 Open discussion: No response to my question in the help forum
Hello all,
I have requested assistance in the Help forum and so far have not gotten any feedback. The company I ...
Craig Efrein
11:31 Help: RE: Rotating logs; what postrotate should I use?
That really depends what middleware you are using to serve redmine (mongrel, thin, passenger, fcgi, …?), but I'd rath... Felix Schäfer
11:15 Help: Rotating logs; what postrotate should I use?
I'm rotating redmines logs with logrotate. Redmine continues writing to the renamed files; what should I use for pos... Fredrik Liljegren
10:57 Help: RE: Simple question about redmine, database and apache trouble.
Thanks for your reply. I thinked that apache knews how had to close conections but it appear to be a little nazi. I d... David Teyssiere
10:49 Open discussion: RE: Change the footer of Redmine
Worked like a charm ... thank you! Tobias Schmitt
10:13 Help: RE: To Japanese Redmine Users - PDF Question
Hi Jeffrey Jones.
I try to do it on Ticket view, and my export.pdf has no problems.
Env:
Server:Redmine 0.8.6 on W...
Aruo Miura
09:56 Plugins: inject script line to the base.rhtml for all pages but the login page
Hi,
I am not a Ruby coder so i'd like some help with a seemingly simple issue.
We need to add an in-house widget(...
julias slabodin
09:13 Plugins: RE: Projects Tree View Plugin - Version 0.0.1
Thanks for your help.
We actually discovered it today.... we also had copies of the bullet_toggle_plus.png and b...
Mark Hines
09:10 Help: RE: 503 Service unavailable (mongrel + xampp)
Hello Zachary.
I updated to 0.9.3 and used the Mysql DLL pointed to in the installation guide [http://instantrails...
Pablo Bleyer
08:38 Help: RE: 503 Service unavailable (mongrel + xampp)
I'm receiving the same errors. Any fixes for this issue? Zachary Zimmerman
07:58 Open discussion: RE: HowTo Install Redmine in a sub-URI on Windows with Apache (Zero-to-Redmine)
Hi, I have found that the apache cluster conf may be required to change from
ProxyPass /redmine balancer://redmine...
Chaoqun Zou
07:57 Help: RE: Time tracking in days instead of hours and calculate "% done" field automatically
This is a very nice idea!
I'd like to have this option too!
Igor Grinberg
07:47 Help: RE: How to increase limit of uploaded file size
See [[RedmineSettings#Attachment-max-size]] for the setting, as to the practical limit: it's pretty much limited by t... Felix Schäfer
03:23 Help: How to increase limit of uploaded file size
Helo,
I am running the latest version, and need to increase current (5M) limit on uploaded file size for Document ...
Oleg Brodkin
07:20 Open discussion: RE: Upgrading 0.8 to 0.9
This problem is solved successfully.
Add mongrel_cluster_with_rails_23_fix.rb
Vjacheslav Ryzhov
04:23 Help: RE: Email notification not works
in addition, your smtp server might think that it is a spoofed email if it's coming from the same domain... Eli Aschkenasy
04:15 Help: RE: Delete user?
@Arne: this law stands true in other countries as well.
I'm not sure why there isn't a way to update all reference...
Eli Aschkenasy
04:05 Help: priority field is empty...
i'm not sure where to set the priority values. i was under the assumption that this was generated by the system (1 - ... Eli Aschkenasy

2010-03-01

23:39 Help: RE: Delete user?
Hi,
I'm asking myself about the same thing.
Splendeo Innovación: in wich console do you use your script ?
Is tha...
Aurélien Leroux
23:17 Plugins: RE: HoptoadServer Plugin (automatically creates issues from exceptions in your app)
This is awesome, Eric. Thank you very much. Per project keys are a great addition. My only concern would be that they... Jan from Planio www.plan.io
19:25 Plugins: RE: Can a plugin modify the view of the projects page?
Is it possible to override only a part of a view ?
For example, want is the best way if I want to add some informati...
Jérémie Delaitre
18:10 Help: RE: Not set the lifetime of cookies
Felix, I think so too. I made a test application and it turned out perfectly set the lifetime of cookies. And then I ... Elias Chistyakov
17:31 Help: RE: Not set the lifetime of cookies
Danke Andrej ;-)
Elias, I am under the impression that your problem is rails related, not redmine related. Is your...
Felix Schäfer
17:30 Help: RE: Not set the lifetime of cookies
Please post the http-header.
You can get a http-header dump as follow:
$ curl -D header_dump <url>
Andrej Gelenberg
07:30 Help: RE: Not set the lifetime of cookies
Felix Schäfer silent. Here is the last post in English. Maybe someone else will answer.
Installing lifetime cookie...
Elias Chistyakov
17:57 Open discussion: RE: Question about issues
Hi
Thanks for the reply.
If that's the way it is then that's the way it is. I'm not a ruby guy and don't have e...
Sebastian Cabot
17:25 Open discussion: RE: Question about issues
Hello Sebastian,
1. There is little chance you will find an answer from the devs on the forums, as the forums are ...
Felix Schäfer
15:41 Open discussion: Question about issues
Hello.
First I want to thank everyone involved for this great product.
I posted two issues in the redmine repos...
Sebastian Cabot
17:51 Help: RE: Having Application Error: "Rails Application failed to start properly" :(
As a starter, you might have a look at this thread: http://www.redmine.org/boards/2/topics/11537
The error was dif...
Eric Voisard
15:08 Help: Having Application Error: "Rails Application failed to start properly" :(
Application error
Rails application failed to start properly
And Inside the Apache Error Log report says ...
...
Prince Shahnawaz
17:44 Help: Totally stumped getting Redmine working on Windows 7 64 bit
I'm totally stumped. I've been trying to get redmine working on windows 7 for the last couple of days. It looks like ... Mike Kelly
17:20 Open discussion: RE: Change the footer of Redmine
Quick hack: Edit source:trunk/app/views/layouts/base.rhtml
Better/Cleaner way: I think plugins should be able to d...
Felix Schäfer
13:57 Open discussion: Change the footer of Redmine
Hey guys,
is it possible to add something to the footer? I must show some additional info on every page. (We don't...
Tobias Schmitt
15:31 Help: Full Wiki TOC

I would like to add a full table of contents for the wiki on the wiki start page.
I can se two way to do this, ...
kim madsen
15:20 Plugins: RE: Projects Tree View Plugin - Version 0.0.1
Mark Hines wrote:
> We have recently installed this plugin in our system. On Firefox, it works fine. However, as a...
Andrew R Jackson
15:02 Plugins: RE: Projects Tree View Plugin - Version 0.0.1
Felipe Campo wrote:
> Hello Andrew , could you post the show.rhtml thar works, currenty Im havin the same problem wi...
Andrew R Jackson
15:02 Open discussion: RE: How may i use redmine on my Xampp server?
Now, I have having error message as fellows ...
Application error
Rails application failed to start properly
Prince Shahnawaz
14:02 Help: Extremely slow query
Hello,
I am on Redmine 0.9.2 and the search feature is very slow. It takes an average of 3 to 5 seconds to compl...
Craig Efrein
13:27 Plugins: RE: Default columns plugin
Hi strexy
No, you have to create only one custom field named TYPE for projects (Administration->Custom Fields->Pro...
Vitaly Klimov
12:38 Plugins: RE: Default columns plugin
Hi Vitaly,
I have 36 different trackers on 7 projects. According to your instructions, I have to create a new custom...
strexy strexy
12:41 Open discussion: Custom "due date" changes : SQL or Ruby/Redmine ?
Dear All,
My use of Redmine would be eased if i could upload a CSV file with new "due date" for many issues.
For ...
Gui MOC
09:17 Help: RE: Redmine loading speed is down after update to 0.9.2.
Thanks, Im using this version of Ruby.
But I've setup Mongrel server instead of Webrick and this is helped.
Pages...
Stamu Stamu
08:31 Help: RE: Missing actions for notifications and default columns dislpayed on the issue list
I found out that this problem occurs in IE6, but not in Firefox. Maybe someone can fix this, if not, it's not that pr... Felix Scheffler
08:24 Plugins: RE: Redmine Scrumdashboard plugin
Scrumdashboard plugin is too slow with my installation.
I use Redmine 0.9.2 with mongrel on Debian. In production.lo...
Yuriy Vidineev
06:45 Plugins: RE: Redmine Arch Decisions plugin (for tracking technical decisions)
It took me all weekend (at least, all my late-night hours), but now you've got it. The latest release of the plugin i... Timothy High
05:05 Open discussion: RE: Feature Request: Per Project Permissions
Per project permissions is a huge need for me and I'm sure many others. I'd love to see it implemented in Redmine.
...
Jason Kende
02:29 Help: RE: How to get Word Wrap on Issues Page
I notice that in Internet Explorer 6 it does wrap but in the IE8 happens the same way as FireFox.
Should I include...
giordano bruno
01:21 Help: RE: Is there a known problem with dispatch.fcgi and Redmine 0.9?
using fcgi with rails has never been very reliable and recently it is downright non-standard.
If you are on a Linu...
Jeffrey Jones
 

Also available in: Atom