0
votes
0answers
7 views
Inserting special character in Redmine wiki page
Hi everyone!
I'm using redmine and I'm trying to insert the special character "|" inside a table in a redmine wiki page. I don't want this character to be parsed as a column separ …
0
votes
2answers
34 views
mod_ruby on apache: Very slow
Even a request from the server itself takes about 7 seconds ( startpage of a "redmine" installation )..
When running ruby under WEBrick the same request only takes miliseconds...
…
1
vote
1answer
21 views
Alter existing model with a Redmine plugin
The Redmine plugin tutorials explain how to wrap core models but what I need is to add another column to the journals table.
I need a boolean field inserted in the journals model. …
1
vote
2answers
122 views
Tried redmine and trac, but none of them allows me to share milestones and bugs between projects
Do you know a good alternative to redmine or trac which allows such a feature? I've also tried fogbugz, but is too poorly integrated with the svn repository browsing (and there is …
0
votes
2answers
46 views
Where is the Trac directory in Ubuntu? [closed]
any ideas?? thanks guys
11
votes
9answers
2k views
Trac vs. Redmine vs. JIRA vs. FogBugz for one-man shop?
Background
I am a one-man freelancer looking for a project management software that can provide the following requirements. I have used Trac for about a year now. Tried Redmine an …
0
votes
0answers
40 views
Bugshooting for Redmine
Is there any bug shooting utility submitting directly into Redmine? Something like bugshooting.com is doing with FogBugz.
0
votes
1answer
66 views
How to add another column to the issues table report in redmine?
I would like to know if someone can help me to determine what steps I do need to modify redmine in the table shown at the url
http://0.0.0.0:3000/projects/my_project/issues
I ne …
2
votes
2answers
393 views
Redmine and Scrum
What is the best support for Scrum in Redmine?
Best practices?
Plugin support?
All plugins I've tried are either not that active anymore and/or not up to the task of managing a …
3
votes
1answer
394 views
Using Redmine with an external Wiki?
We've got a company wiki running Mediawiki on our intranet that has been in use for a while. We just recently installed Redmine and are in the process of getting it configured jus …
0
votes
3answers
156 views
Are there any good webhosting services suitable for a git/redmine installation?
I'd like to roll my own server so I can have my projects available 24/7 but with more flexibility than one of the free providers like github can provide. Anyone have a good hostin …
2
votes
3answers
545 views
How to modify repository settings in Redmine
It might sound like a dumb question but I can't for the life of me find the answer to this one.
We have a project set up in Redmine, linked to a SVN repository. Everything is work …
0
votes
0answers
33 views
accessing redmine [closed]
i just installed redmine in my ubuntu server..
when i try to access it from this address localhost/redmine its not found
but when i do this script/server -e production -p 3000 th …
3
votes
2answers
106 views
Plugin migrations for Redmine
I'm developing a plugin for Redmine.
How do I create a migration for it?
If I use script/generate plugin_migration, it'll be placed in /db/migrate folder, but I need it to be in m …
0
votes
2answers
625 views
Redmine plugin: Uninitialized constant I18n
We just installed Redmine Charts (http://github.com/mszczytowski/redmine_charts/tree/master) and the associated OpenFlashChart plugin but when we start the Ruby server, we get the …
