Project

General

Profile

Activity

From 2010-04-06 to 2010-04-08

2010-04-08

23:47 Help: How to migrate from MySQL to PostgreSQL
Hi. I have redmine 0.8.7 with mysql 5.0, and I need to migrate to a postgresql database. I've tried with some mysql-t... Eduardo Turiño
21:13 Help: RE: 404 error on script in plugin_assets
Thanks, Felix! Unfortunately, it's still requesting "domain.com/plugin_assets/...". Any other ideas? Brian Sullivan
21:00 Help: RE: 404 error on script in plugin_assets
Try adding @ActionController::AbstractRequest.relative_url_root = "/redmine"@ at the end of @$REDMINE/config/environm... Felix Schäfer
18:28 Help: RE: 404 error on script in plugin_assets
Update Again: The url that's being requested is "http://mydomain.com:8888/plugin_assets/redmine_time_tracker/..." wh... Brian Sullivan
17:48 Help: RE: 404 error on script in plugin_assets
Update: Looks like it's not just scripts, either. The stylesheets that should be coming down from plugin_assets are... Brian Sullivan
17:44 Help: 404 error on script in plugin_assets
I'm running Redmine on Windows using the Bitnami installer. It works great for the most part, but I was having a pro... Brian Sullivan
21:02 Help: RE: How to configure CVS access?
Can you use *pserver* instead of *ext*? Maybe exploring the repository fails because it doesn't have the password.
...
Thomas Wheeler
19:26 Help: RE: How to configure CVS access?
I have this same problem on a Centos 5.4 installation trying to connect to another Linux Box with the repository i fo... David Roncancio
20:57 Help: RE: Unable to login
No, that does not work. When looking in the database, I see two accounts that I have created (type=User) and one with... Tom von Drudel
19:19 Help: RE: Unable to login
Were you able to login with the default admin/admin credentials? Muntek Singh
16:13 Help: Unable to login
Hey,
I have installed RubyStack and then Redmine (http://bitnami.org/stack/redmine) as a native module on my Mac M...
Tom von Drudel
19:38 Plugins: RE: Overriding helpers in plugins?
You must redefine the method and implement your version that's all, for example:
if you want to overwrite the cust...
Rolando Kindelan Nuñez
13:43 Plugins: RE: Overriding helpers in plugins?
But how is the wrapping of method is used? Denis Savitskiy
18:45 Help: RE: Migrating Mantis bug attachments that are not stored in the Database
Easy
class MantisBugFile < ActiveRecord::Base
set_table_name :mantis_bug_file_table
...
def rea...
Mark Stahler
16:52 Plugins: RE: XLS export plugin
> I've tried the redmine_xls_export_v003b.zip, but the error @no such file to load -- xls_export@ remains.
Erika,...
Vitaly Klimov
12:17 Plugins: RE: XLS export plugin

> Folder in which plugin should be installed should have name *redmine_xls_export*.
> Attached is the repack of th...
Erika Unverfährt
15:16 Open discussion: RE: The entry or revision was not found in the repository.
Ah, you have fcgi, not passenger.
You could try toggling the values for @config.action_controller.consider_all_req...
Felix Schäfer
13:42 Open discussion: RE: The entry or revision was not found in the repository.
This is the output from # ps -aux|grep redmine:
www 71176 0.3 4.4 77260 34396 ?? S Wed01PM 1:04.56 /usr...
RDX RDX
14:44 Plugins: RE: Object Daddy, plugins and test
Update: I managed to remove the errors by changing the model patches loading order, specifically my "UserPatch" modul... Lucas Nunes
14:36 Open discussion: RE: How many of you want free hosted redmine - Couple of people were talking about hosting redmine for public may be monetizing it ,want to know if anybody is doing it sucessfully
What cost nothing worth nothing :) But seriously I would not trust my project to something free as it might disappear... TaskPoint Project
14:15 Plugins: How can i change method contents in ApplicationHelper?
How can i change method contents in ApplicationHelper? I want to change checked projects inside render_project_jump_b... Denis Savitskiy
12:23 Open discussion: RE: How can I add "News", "Wiki", "Forums" menu at the Home level?
Opps.. I didn't notice the url bar.
Thanks for your answer.
Panya Thanyaprasertkul
11:49 Open discussion: RE: How can I add "News", "Wiki", "Forums" menu at the Home level?
All the modules only work at the project level, the start page of redmine.org has just been changed to direct you to ... Felix Schäfer
09:39 Open discussion: How can I add "News", "Wiki", "Forums" menu at the Home level?
I see that we can do all inside a project.
But can we have those menus at the home level?
Just like http://www.redm...
Panya Thanyaprasertkul
12:04 Help: RE: Bazaar repository not visible from redmine
Hi all,
please ignore this request.
It turned out that it was a Jruby issue.
I didn't investigate further but i tr...
Gabriele Garuglieri
08:42 Help: Bazaar repository not visible from redmine
(I've posted a similar question to Bazaar people)
Hi all,
I'm trying the following combination under Win XP Pro s...
Gabriele Garuglieri
11:55 Help: RE: Rescan repository for ticket referencing
Looks like i'll have to do it when i update (currently running 0.8.4) as scheduled downtime.
Thanks anyway
Dave Lewthwaite
11:52 Help: RE: Rescan repository for ticket referencing
Our issue for now is we have 22 projects with repositories so we'd like to automate this so it can happen over-night ... Anonymous
11:47 Help: RE: Rescan repository for ticket referencing
You'll have to remove and re-add it, sorry. It won't have any negative effect on redmine (or shouldn't, hasn't for me... Felix Schäfer
11:20 Help: RE: Rescan repository for ticket referencing
I put a feature request in about this ages ago (#1273) but so far no response. Anonymous
10:27 Help: Rescan repository for ticket referencing
Hi,
We recently discovered the associated revisions feature and i promptly re-configured it to work without keywor...
Dave Lewthwaite
11:48 Help: RE: Unable to change the language for not logger users
Interesting, thanks.
I will see that patch :)
Baptiste Wicht
10:50 Help: Question about mysql5.1+ with redmine
Hello everyone.
I have question about using mysql5.1 with redmine.
I read in page "http://www.redmine.org/wiki/redm...
Roman Kalinichenko
08:50 Help: Migrating from sqlite3 to mysql
Given the performance issues we've hit with 0.9.x and sqlite3 as a backend ("see here":http://www.redmine.org/boards/... Anonymous

2010-04-07

23:13 Help: Trouble connecting to existing CVS server from 0.9.3 install
I have installed Redmine 0.9.3. I can not get the repository functionality working with our existing CVS server. I ... Michael Rademacher
21:27 Open discussion: RE: How to contribute
I have some questions about Time Tracking feature.
* Is there a tutorial how to use it? Estimated time, spend time, ...
Alex Last
21:19 Plugins: RE: The "We do hosting too" plugin
It is supremely annoying.
I don't have a problem with advertising your redmine service/product/plugin/feature/llam...
Muntek Singh
12:02 Plugins: RE: The "We do hosting too" plugin
I am also getting a little tired of this and planned on discussing that on IRC, but here's a good place too. I'd favo... Felix Schäfer
11:18 Plugins: The "We do hosting too" plugin
While mentioning no names or posts, I can see that there's a definite need for the (provisionally named) "We do hosti... Robert Smith
21:13 Help: RE: Unable to change the language for not logger users
Felix Schäfer wrote:
> [...]
>
> As to the direct question: no simple way I'd know of to make redmine show the fr...
Mischa The Evil
20:23 Help: RE: Unable to change the language for not logger users
Ok, i didn't understand that settings like that.
Thank you very much.
Baptiste Wicht
20:07 Help: RE: Unable to change the language for not logger users
This is expected behavior: redmine looks at the headers the browser sends to try to determine the language the user r... Felix Schäfer
17:17 Help: Unable to change the language for not logger users
Hi,
I've a little problem with my installation of Redmine. The language of the interface before log in is always ...
Baptiste Wicht
20:59 Help: RE: Redmine 0.93 install error in db:migrate step
Ruby 1.9 is not supported by Redmine. Please use Ruby 1.8.6 or 1.8.7 as stated in [[RedmineInstall]].
--Holger
Holger Just
08:46 Help: Redmine 0.93 install error in db:migrate step
Server Info: Suse 10(64bit), MySQL 5.1, Ruby1.9
Gem list:
actionmailer (2.3.5)
actionpack (2.3.5)
activerecord (2...
Xin Wu
20:58 Plugins: RE: Object Daddy, plugins and test
I'm having the same problem here. Here are my specs:
Debian Squeeze Linux kernel 2.6.32-trunk-686
Ruby 1.8.7 (2...
Lucas Nunes
20:01 Open discussion: RE: The entry or revision was not found in the repository.
You write you are using Apache, I'd wager with passenger? Have a read at the user-switching security feature of passe... Felix Schäfer
17:24 Open discussion: The entry or revision was not found in the repository.
Hello,
I'm new with Redmine which I'm trying to setup on FreeBSD. So far everything works, but when I try to access ...
RDX RDX
17:21 Help: RE: How to get a string from Proc.new
For anyone interested the answer to the last post was to use ... Tide _
17:15 Plugins: Menu Link Plugin 0.0.1 Released
I am happy to announce a new plugin for Redmine.
Menu Link is a plugin that will add a link to the top of Redmine....
Tide _
16:25 Help: Redmine randomly crashes
I am running redmine 0.9 on windows server 2003, I am using mysql database which is not on local system. My redmine s... Murtuza Khan
16:22 Help: RE: can assing new members or roles to project
Thabnk You Murtuza Khan
10:15 Help: RE: can assing new members or roles to project
You can't assign a role or a member to a project, you need to assign a member _with_ a role. Felix Schäfer
15:48 Help: Same project Name
Dear All,
i want to prepare administration "rules" for muy project manager that will use Redmine.
For each projec...
Gui MOC
15:44 Help: RE: Different priority levels for different trackers
I am also in need of such a function. Besides the use case described by Sebastian, I use redmine with an external par... Roland Leners
15:38 Help: RE: Simultaneous Issue Editing
Mentioning the word Concurrent in case that draws more attention :) Tim Coleman
15:35 Help: RE: Subversion and Redmine.pm - svn copy Could not read status line: Secure connection truncated
I also found that running mpm_worker with Redmine.pm on postgres leads to many errors. This is however caused by DBD-... Holger Just
11:45 Help: RE: Subversion and Redmine.pm - svn copy Could not read status line: Secure connection truncated
Dondoco Dondoco wrote:
> I has sittle this problem.
> I write "SVNPathAuthz off".
This works for me. Thanks!
Anonymous
14:20 Help: Installing subtasks
Hi,
I am interested in installing "subtasks plugin" on a fresh "stable 0.9.3" version
I have read that "Subtaskin...
Serge Vert
14:15 Plugins: RE: Redmine Checkout Plugin
Nice Patch, thanks, however, is there any possibility to display the Checkout URL on the Overview page (or anywhere e... Anthony Paul
13:53 Open discussion: RE: Redmine login page not found??
So, what about all the same to solve this problem?
If run mongrel or webrick and goto http://redmine_url:3000 - all ...
Serge Kosse
13:07 Open discussion: Custom field: list variable
Hi everyone!
I need some help with a new custom field. This custom field is a list, but not a fixed list. It should ...
pedro cs
12:35 Help: Set wiki as homepage
How can I set the wiki for a specific project as the homepage for my redmine installation, like they have done on thi... Scott Luther
11:10 Help: RE: Edit the top menu
You should *not* edit lib/redmine.rb as this prevents easy updates.
You can however create a simple plugin as stat...
Holger Just
10:48 Help: RE: Edit the top menu
it seems that you should edit the "lib\redmine.rb" files to achieve that
please see my Question "How can I add a Men...
sean chan
10:52 Help: How can I add a Menu Item in project_menu in Redmine?
I am using Redmine in order to offer a quickview of how many people are online last 2 hours
I just want to add a m...
sean chan
10:46 Help: RE: Redmine 0.8.7 -> 0.9.3 now very slow to display an issue
Thanks Felix, that explains why the query is now so complex. Looking at http://sqlite.org/omitted.html it states tha... Anonymous
08:51 Open discussion: RE: Our Latest Theme
Redmine 0.9.2. Bugs: click on Issues (http://localhost:3000/issues?project_id=testprojid) write error
NoMethodErr...
Ivan Ivanov
08:48 Plugins: Help reqired for Regumngt plug-in
Hi,
I have installed reqmngmnt plug-ins, installation and configuration everything went fine. But Im getting an erro...
Somesh Gangapuri
08:43 Open discussion: Requirement Mangament Tool
Hi,
I have installed reqmngmnt plug-ins, installation and configuration everything went fine. But Im getting an erro...
Somesh Gangapuri

2010-04-06

23:45 Help: can assing new members or roles to project
Today I setup Redmine and started using it. I was able to create new project and members as admin. But I can't assign... Murtuza Khan
23:30 Help: RE: Email stopped working on redmine once i configure it with Apache + phusion passenger in Sub URI.
Also, earlier i was using it via SMTP and using authentication :login Arsalan Khan
23:29 Help: Email stopped working on redmine once i configure it with Apache + phusion passenger in Sub URI.
My redmine email was working fine when it was configured on http://localhost:3000 and i was running it through webric... Arsalan Khan
23:16 Open discussion: RE: commercial redmine hosting (plus giving back)
Congratulations on your launch from your rivals at PMP HQ http://www.pmphq.com. More competitions is good for custome... TaskPoint Project
15:37 Open discussion: commercial redmine hosting (plus giving back)
Hello,
"Redmine Hosting":http://get-redmine-hosting.com is now up and running. We're another player in the emergi...
Todd McGrath
19:22 Plugins: RE: Overriding helpers in plugins?
hello!
I develop a component management plugin for redmine, and I have to override the custom_fields_helpers. I c...
Rolando Kindelan Nuñez
15:58 Plugins: Overriding helpers in plugins?
[[Plugin Internals#Overriding-the-Redmine-Core]] doesn't says anything about helpers? How to override them? Alexey Palazhchenko
19:12 Help: RE: How to get a string from Proc.new
Hey Yuki,
Yes this is the normal way...
Tide _
16:48 Help: RE: How to get a string from Proc.new
> I have set up a github account for the plugin.
Congratulations!
Keep on working.
>I had some trouble trying ...
Yuki Kita
15:33 Help: RE: How to get a string from Proc.new
I have set up a github account for the plugin.
http://github.com/Tide/menu_link
I had some trouble trying to ad...
Tide _
03:10 Help: RE: How to get a string from Proc.new
Not sure why but it works now. I must have missed something before. Sorry about that.
I am going to play aroun...
Tide _
02:55 Help: RE: How to get a string from Proc.new
Jake Tanner wrote:
> It works but I need to pass a proc for the link (this requires editing menu_manager.rb).
I ...
Yuki Kita
02:14 Help: RE: How to get a string from Proc.new
It works but I need to pass a proc for the link (this requires editing menu_manager.rb). I can change the link witho... Tide _
01:58 Help: RE: How to get a string from Proc.new
Jake Tanner wrote:
> If anyone has a suggestion on how to read the link_text setting at run time without having to...
Yuki Kita
19:02 Plugins: Timelord Help Wanted
Hello all,
Having developed and used two plugins in my old job -- Workload and Taskjuggler -- I would like like to...
Christopher Mann
18:01 Open discussion: LDAPS and Client Certs
Hi folks. My corporate Active Directory is configured to require a specific client certificate during the LDAP SSL ha... Ron Monson
17:58 Help: RE: project subversion credentials
Hi,
I've juste submitted a patch for this since I had the same problem. You can have a look here http://www.redmin...
Anthony Paul
17:56 Help: RE: [Patch?] Browse private repositories without supplying login and password
Just to let you know that I've submitted a small patch for this here: http://www.redmine.org/issues/5236
Please let ...
Anthony Paul
17:27 Help: Problems with svn integration
I used the Bitnami installer to install Redmine on our 2008 Windows Server. This server also houses our SVN.
Redmin...
Chris U.
15:18 Help: RE: Redmine 0.8.7 -> 0.9.3 now very slow to display an issue
As far as I can tell, the second query gets more information more precisely, i.e. I suppose the first query was hand-... Felix Schäfer
14:07 Help: RE: Redmine 0.8.7 -> 0.9.3 now very slow to display an issue
I was running in production mode. I changed to development mode to track down why the 0.9.3 installation was running... Anonymous
14:05 Help: RE: Redmine 0.8.7 -> 0.9.3 now very slow to display an issue
"Development log"? "SQLite"? No kidding it's slow. Other than: either dump humongous amounts of RAM in the box and gi... Felix Schäfer
13:22 Help: Redmine 0.8.7 -> 0.9.3 now very slow to display an issue
Running our 0.8.7 installation vs our 0.9.3 (upgraded from the 0.8.7 one), the time to display an issue has gone from... Anonymous
14:31 Help: Plugin Install
Hello,
I upgraded my redmine version yesterday, and today I tried to install some redmine plugins, but I have a prob...
Perrine C.
14:11 Help: A question about tests.
Hi!
What kind of test do i have to apply, when i change the list of projects in the *project_jump_box*?
I want to...
Denis Savitskiy
14:11 Help: RE: Problem with new Issue field
Anyone can help? I'm making new "private issue" patch for 0.9.3 and I think many people need it Sergey Belov
08:49 Help: RE: "Private" ticket
Yes, I found this patch and trying to implement to 0.9.3 but have some problems with that. Opened new topic with deta... Sergey Belov
06:35 Help: RE: "Private" ticket
http://www.redmine.org/issues/337 ? Oleg Volkov
05:28 Help: access http://x.x.x.x:3000/projects/bbs/boards 500 err
access http://x.x.x.x:3000/projects/bbs/boards
err:
ActionView::TemplateError (undefined method `-' for {:length=...
yjbdsky yjbdsky
 

Also available in: Atom