Activity
From 2010-05-09 to 2010-05-11
2010-05-11
-
22:34 Development: RE: Join the Documentation Team!
- I just created the [[HowTo_Use_Hooks]] page. Feel free to edit in any way necessary. This is the first attempt to cre...
-
21:55 Help: RE: Is there a way to Edit the status of multiple bugs at once?
- See [[RedmineIssueList#Bulk-editing-issues]]
- Greetings everyone,
My company is doing a test run on Redmine and one of our engineers brought up a good question.... -
21:49 Help: RE: Redmine on Windows with MS SQLServer
- Well, the first describes connecting an apache to redmine under windows, the other one describe how to connect IIS to...
-
17:52 Help: RE: Redmine on Windows with MS SQLServer
- Dear Felix,
Thank you a lot for your clear and prompt answer.
So if follow both tutorials simultaneously :
h... -
17:07 Help: RE: Redmine on Windows with MS SQLServer
- Well, in the end rails is an ORM, so it wraps the DB and abstracts it away from redmine. See if you can find any info...
- Hello,
Is there information, tutorials or feedback on how to install Redmine on Windows (Windows Server 2008 R2 64... -
19:49 Plugins: RE: Ticket grouping plugin
- Marco Gutsche wrote:
> Hello,
>
> I've read that subtasking in the new realse will be a core function.
> So I've... -
17:46 Plugins: RE: Knowledgebase Plugin
- My 2cent: italian translation
-
17:05 Open discussion: RE: Changing text in email object field ?
- OK ... shame on me !
Thanks ;-) -
17:01 Open discussion: RE: Changing text in email object field ?
- Try @issue.project.parent.name@.
-
16:59 Open discussion: RE: Changing text in email object field ?
- in mailer.rb i get :
s = "[#{issue.project.name} - #{issue.tracker.name} ##{issue.id}] "
s << "(#{issue.s... -
11:00 Open discussion: RE: Changing text in email object field ?
- I noticed that the email subject is hardcoded into the app/models/mailer.rb file, line 46.
So I think you have to ed... -
10:56 Open discussion: RE: Changing text in email object field ?
- This would require patching core or writing a custom plugin.
-
10:51 Open discussion: RE: Changing text in email object field ?
- +1
I would to change the mail subject to include value from a custom field.
Is there any way to do it? - Dear All,
Is it possible to change the way to write the email object field ?
I want to get : "[Project Name] [t... -
17:00 Development: RE: Bugtracker triage on sunday 16.05.2010
- CEST. Just tell me a time that suits you and I'll see if it works for me, but I'm pretty flexible on sunday :-)
Co... -
16:23 Development: RE: Bugtracker triage on sunday 16.05.2010
- Well seeing as how we've got the entire month of June set aside for a bugmash/issue list cleanup - why not spend the ...
- I'm planning on spending a few hours on sunday to triage bugs on the bugtracker, if there's anyone interested in help...
-
16:46 Plugins: RE: Projects Tree View Plugin - Version 0.0.1
- Hi, i installed the plugin and it shows the Tree in the project Tab, but i am not able to collapse the tree, it remai...
-
16:17 Plugins: RE: Sidebar Issue Control
- Awesome! This is exactly what I was looking for :-)
- Switch issue statuses from sidebar - without opening the Update screen.
For details and the plugin itself see [[Plug... -
15:56 Help: RE: Trouble with big files
- Mmh, good question. I think you need stuff in the vhost.conf and mod_perl loaded. But even then, it's not "simple" so...
-
14:30 Help: RE: Trouble with big files
- Thanks for the answer; excuse me if my question is too trivial, but I never worked with redmine.pm and webdav: I'm on...
-
11:08 Help: RE: Trouble with big files
- Redmine will load the complete file in memory before sending it to the client, so your server needs to be able to all...
- Hello, I have a problem. When I use Redmine to download files (e.g. from a "filesystem" Repository, or from Wiki as a...
-
15:52 Help: RE: I18n error (I18n::ArgumentError in Welcome#index)
- I'm really sorry but I won't be able to help you untangle this. Try to get redmine running with webrick (you call tha...
-
15:35 Help: RE: I18n error (I18n::ArgumentError in Welcome#index)
- Well, I used at least three guides and messed a lot with cPanel.
Renamed .htaccess - it just shows me a folder index... -
08:34 Help: RE: I18n error (I18n::ArgumentError in Welcome#index)
- Mmh, just had a look and I can't really find any docs on their page. Just the hugest hunch/guess: try renaming the @r...
-
02:11 Help: RE: I18n error (I18n::ArgumentError in Welcome#index)
- I use hosting service to host redmine (monsterhost), so I'm not really sure, but judging from the framework trace - f...
-
00:06 Help: RE: I18n error (I18n::ArgumentError in Welcome#index)
- Are you trying to serve the app through passenger or fcgi?
-
15:43 Help: RE: Internal Error
- Just deinstall postgres-pr, though I recommend googling it just to be sure.
-
14:51 Help: RE: Internal Error
- Thanks. I was using postgres-pr. How do I tell the app to use pg vs postgres-pr? Thanks.
-
14:23 Open discussion: RE: A 37signals basecamp theme for Redmine
- Funny. I restarted the app and it was themed correctly. Thanks for the followup.
-
09:06 Open discussion: RE: A 37signals basecamp theme for Redmine
- Erich Rockman wrote:
> Just installed the theme. Looks great. However, the Activity tab on the top reverts back to t... -
14:00 Help: RE: redmine is slow
- Is there any thing to do with ruby here?
-
13:59 Help: RE: redmine is slow
- System configuration point of view there is no problem. It is a dedicated server. This server I am using only for svn...
-
13:51 Help: RE: redmine is slow
- Sorry, I thought you had problems getting it to run. What machine is it running on? Do you have the mysql or the ruby...
-
13:45 Help: RE: redmine is slow
- I have restarted Apache.
There is no error at all. Redmine works fine but it is quite SLOW.
I just checked, ruby... -
13:40 Help: RE: redmine is slow
- Have you restarted apache so it notices the changes? What errors do you have?
-
13:36 Help: RE: redmine is slow
- Hi,
I disabled the module fcgi. Removed .htaccess, dispatch.cgi and dispatch.fcgi from public directory. Still no im... -
13:20 Help: RE: redmine is slow
- Then remove all configuration regarding fcgi and move (or delete) the @.htaccess@.
-
11:59 Help: RE: redmine is slow
- Hello,
My redmine server is using Passenger. Production.log is full of phusion passenger information. But fcgi and... -
10:43 Help: RE: redmine is slow
- I am using mysql database.
##passenger or fcgi...? How to find out? Because I have followed multiple documents to ... -
10:16 Help: RE: redmine is slow
- Are you using fcgi or passenger? What DB are you using? Please also post the output of @rails script/about RAILS_ENV=...
- Hi Guys,
Recently, I migrated redmine from redmine0.8 to redmine0.9. The migration was successful but my the lates... -
13:36 Open discussion: RE: redmine with ubuntu
- The default credentials for a standard redmine install is admin and admin .
- Hello,
I have installed all packages like ruby, apache, redmine like explain in the ubuntu documentation, but when i... -
12:16 Help: RE: After install: public/dispatch.cgi results in undefined method 'env_table' for nil:NilClass NoMethodError
- I've the same error, and it's impossible to run redmine+apache. At the moment I'm playing with 'mod_rewrite' with exc...
-
12:14 Plugins: RE: XLS export plugin
- Hi all,
I've installed gem spreadsheet (0.6.4.1) and the issues xls export plugin with no errors.
I can access to t... - Allows choosing whether to render the issues list without descriptions (original Redmine behavior) - or with complete...
-
10:41 Help: RE: For help : Can't login to redmine on Windows Server 2003
- ...
-
09:24 Help: RE: For help : Can't login to redmine on Windows Server 2003
- It returned error when run command.
-
03:46 Help: RE: For help : Can't login to redmine on Windows Server 2003
- ...
-
03:43 Help: RE: For help : Can't login to redmine on Windows Server 2003
- ...
-
02:59 Help: RE: For help : Can't login to redmine on Windows Server 2003
- ruby.exe is in
dierectory : e:\scm\BitNami Redmine Stack\ruby\bin
-
09:40 Help: RE: Redmine\Bitnami -> Server seams to sleep?
- Ok, I will try it at Bitname.
Thanks for your help!
Regards
Rainer -
08:32 Help: RE: Redmine\Bitnami -> Server seams to sleep?
- Try to see on the bitnami forums for that, I think it really has to do with how the "rails" server is set up, and the...
-
08:23 Help: RE: Redmine\Bitnami -> Server seams to sleep?
- So this is a Bitnami related issue?
Has anyone experienced this sleepy behavior also, or is it possibly a issue of m... -
08:56 Open discussion: RE: wiki TOC does not display heading from level 4
- thx felix, i already created it here #5494
-
08:46 Open discussion: RE: wiki TOC does not display heading from level 4
- I think this is by design. Please file a feature request if you need this functionality.
- Can anyone tell me how to make TOC display TOC level 4+
{{TOC}}
h1. level1
h2. level2
h3. level3
h4. l... -
08:42 Help: RE: Can't get redmine running with phusion passenger
- Looks good. I'm almost out of ideas to be honest. Maybe a permission problem? See if changing the rights of the _whol...
-
00:10 Help: RE: Can't get redmine running with phusion passenger
- i did:...
-
00:04 Help: RE: Can't get redmine running with phusion passenger
- Something like that should work (or at least does for me):...
-
08:30 Help: RE: config sending email via SSL
- Oh well, you learn something new everyday it seems :-) I'll try to remember this SSL/TLS thingie/patch when the next ...
-
06:09 Help: RE: config sending email via SSL
- Just a quick update and note of thanks for the suggestions offered. I finally got this working...
> Alexey Kiryan... -
07:22 Plugins: RE: Contracts Plugin
- =)
let me know when you timer is completed.
We actually turned off clocking to projects entirely. You can only ... -
06:46 Plugins: RE: Contracts Plugin
- Well, I too think all time should be clocked to issues. Getting everyone else to understand the benefits of accountab...
-
06:01 Plugins: RE: Contracts Plugin
- Ah. In our case we only allow clocking to issues. Random clocking to projects hurts clear accountability. As for mile...
-
01:31 Development: RE: UX Working Group Meeting #0
- We are meeting tuesday: http://www.redmine.org/wiki/redmine/UX_Team
-
01:09 Development: RE: UX Working Group Meeting #0
- I had impression that we were talking about Tuesday :) Now I'm confused :) Shane, Eric, Muntek?
-
00:05 Help: RE: Can't add users or groups via project settings
- Ohh, wow. Not feeling so smart about now. Next time I'll read the user guide:) Thanks!
-
00:02 Plugins: RE: Embedded plugin doxygen layout
- Sorry the second picture should be this one:
!Redmine.png! - Hey
I am using redmine as my personal project hosting site and now i want to include my doxygen documents in my s...
2010-05-10
-
23:56 Help: RE: Post authentication action (using hooks?)
- I think the hook yould help, but you are using it wrong :-) See if you can get a hold of Eric Davis (edavis10) on IRC...
Hi all,
I'm sorry to come back again with a hook problem. I saw many topics about it, but I'm still stuck...
...-
23:49 Help: RE: files get corrupted during file upload-download
- Not sure if it is related, but redmine 0.9 requires rails 2.3.5. I would also enjoin you to first post to the ubuntu ...
- This configuration is running on an Ubuntu 10.04 LTS Server Edition:
Redmine 0.9.3.stable (SQLite)
About your app... -
23:46 Help: RE: Internal Error
- Maybe see if there are known issues between the postgresql rails adapter you are using and the version of postgresql ...
-
15:29 Help: RE: Internal Error
- It seems to me that this is happening because it is losing the connection to the postgres db. Anyone have any ideas h...
-
23:43 Open discussion: RE: Adding visual merge/branch history to repository view
- Please post feature requests to the tracker.
- I really like the merge/branch lines in 'gitk' (or 'git log --graph') or the network view at http://github.com/edavis...
-
23:40 Help: RE: Can't add users or groups via project settings
- You need to give users a role for the project, i.e. you need to select a user and a role for a user to be added to a ...
- I have a redmine 0.9.4 install running on a webfaction server using Passenger 2.2.8 (nginx 0.7.64/Ruby Enterprise Edi...
-
23:37 Help: RE: Redmine\Bitnami -> Server seams to sleep?
- I'm not sure how BitNami serves rails applications, but some schemes spawn processes as needed, processes that only h...
- Hi,
I have Redmine setup via the BitNami stack and installed it on my windows server 2008.
No I observe, that ... -
21:50 Plugins: RE: Contracts Plugin
- Well, honestly, most want to be able to choose between if they log time on a project, on an issue or on for instance ...
-
18:44 Plugins: RE: Contracts Plugin
- Hi Stefan,
Thanks for the reply! This plugin will not directly affect the time clocking. We do have another couple... -
09:52 Plugins: RE: Contracts Plugin
- This looks very interesting. As it stands today, for us a big issue with totally migrating our project management int...
-
18:09 Help: RE: Custom gravatars?
- Oh, so I'd need to use a plugin. That's a shame. It looks like that plugin results in not being able to remove the ...
-
16:38 Help: RE: Custom gravatars?
- I've installed a plugin (http://www.redmine.org/wiki/redmine/Plugin_List#Local-Avatars-plugin) to use own images as a...
- I notice that enabling gravatars is possible and also have no default gravatar image. This implies custom ones can b...
-
18:05 Plugins: RE: Hudson Plugin 0.1.0
- Jhu-Ze Ke wrote:
> Hi.. May I ask a question about the hudson plugin settings or issue?
>
> I've installed redmin... -
17:13 Help: RE: Can't get redmine running with phusion passenger
- and when i restart my webserver , error.log...
-
17:10 Help: RE: Can't get redmine running with phusion passenger
- Website: http://83.142.83.70/redmine/...
-
17:08 Help: RE: Can't get redmine running with phusion passenger
- ...
-
17:05 Help: RE: Can't get redmine running with phusion passenger
- I think the configuration is still wrong. Please post your vhost config, and make sure to include it in @...
-
16:49 Help: RE: Can't get redmine running with phusion passenger
- same problem with debian lenny, is there a solution or is it a bug or a problem with my configuration?
-
17:00 Help: RE: Create Plugin for jstoolbar modification?
- Hi everyone,
I managed to extend the toolbar via a plugin, so figured I'd post what I did. I put the following cod... -
16:45 Plugins: RE: Knowledgebase Plugin
- Francesco Trigger wrote:
> Yes, that would be perfect, a search function in the knowledge base and a permission opti... -
16:34 Plugins: RE: Knowledgebase Plugin
- Yes, that would be perfect, a search function in the knowledge base and a permission option for users/groups.
Keep... - As I run the application I get this error:...
-
14:37 Help: Redmine is Slow
Sorry, this issue was svn specific and is resolved now.
Now I am struggling with redmine access speed. It is too...-
09:20 Help: RE: Issue with svn intergration with redmine
- I'm sorry I don't understand what your problem is. Please specify what scheme you are trying to access the svn reposi...
- Hi,
My redmine version is 0.9.
I have svn 1.5.1
I have a small issue with redmine for svn. I am able to brow... -
11:38 Help: RE: For help : Can't login to redmine on Windows Server 2003
- Where is ruby.exe installed?
-
11:02 Help: RE: For help : Can't login to redmine on Windows Server 2003
- I can't run this command in my redmine directory. See as the annex
-
09:58 Help: RE: For help : Can't login to redmine on Windows Server 2003
- Please post the output of @ruby script/about RAILS_ENV=production@ run in your Redmine directory. Somehow the rails s...
-
09:44 Help: RE: For help : Can't login to redmine on Windows Server 2003
- I have checked it and made sure that:
1. the MySQL database is running
2. the database name(bitnami_redmine) is cor... -
09:04 Help: RE: For help : Can't login to redmine on Windows Server 2003
- I'm not sure how the Bitnami stack works, so I can't really tell you anything specific. Make sure the MySQL database ...
-
07:53 Help: RE: For help : Can't login to redmine on Windows Server 2003
- Oh, forgive me for my absence on database. Can you tell me how to check it?
By the way , the bitnami redmine stack... -
07:01 Help: RE: For help : Can't login to redmine on Windows Server 2003
- Please make sure your database migrations ran fine.
If that doesn't solve the problem, please provide the output o... - BitNami Redmine stacks on Windows Server 2003 of redmine 0.9.4.
It can show the login interface to me, but after p... -
10:42 Open discussion: RE: Customer Support
- Hey Jared,
there are some guys looking into this in this issue:
http://www.redmine.org/issues/3668
Cheers
M... -
10:32 Help: RE: Uploading large files fails for some users
- I still didn't find the problem, just wanted to report that it is still persisting in 0.9.4 in the same configuration.
-
10:01 Open discussion: RE: Add a repository
- You need to create the repository yourself and connect redmine to it afterwards, repository creation depends on your ...
-
09:13 Open discussion: RE: Add a repository
- Ok, and if I would like to create a repository manually, how I can do that in redmine? thanks.
-
05:58 Help: RE: Email Configuration Problems (Again)
- Has someone solved this problem? I am frustrated - I can't send mails and I can't make open relay for my mail server ...
2010-05-09
-
18:49 Plugins: RE: Hudson Plugin 0.1.0
- Hi.. May I ask a question about the hudson plugin settings or issue?
I've installed redmin+hudson+hudson_redmine_p... -
17:36 Plugins: RE: Hudson Plugin 0.1.0
- Yes I can see the Job. I did have Autofetch turned off as a matter of fact. When I turn it on I get this message:
... -
09:37 Plugins: RE: Hudson Plugin 0.1.0
- Hi, Rob.
Some question.
h3. ProjectSettings
* Can you see job in JobList ?
* Do you check on job ?
h3. Glo... -
08:26 Plugins: RE: Hudson Plugin 0.1.0
- Awesome. So this fixes #367 for me. Builds are still not showing up in Redmine however. I can configure everything OK...
-
04:09 Plugins: RE: Hudson Plugin 0.1.0
- I missed.
h3. How to get
* "repository":http://r-labs.googlecode.com/svn/trunk/plugins/redmine_hudson/
* "down... -
04:08 Plugins: Hudson Plugin 1.0.4 released
- Hi, Rob.
Thanks for your report.
I fixed this problem 1.0.4.
h3. Plugin Details
* r-labs
h3. How to get
... -
18:46 Help: RE: Problem with adding members to a project
- Ah, I had begun writing my reply before you posted your own solution :-) Also note that this step is described on [[R...
-
18:40 Help: RE: Problem with adding members to a project
- @RAILS_ENV=production rake redmine:load_default_data@ should load some defaults, especially default roles. If it didn...
-
17:58 Help: RE: Problem with adding members to a project
- :) Never mind this one, too. I don't know where and how, but after two days of extensive googling, I've finally found...
-
16:37 Help: RE: Problem with adding members to a project
- Never mind guys. I've figured this out - prior to adding members to a project I had to define roles myself. A bit str...
-
17:07 Help: RE: Adding sections to welcome page
- It's not configurable, but you have a page under @/my/page@ where you can configure different views you would want to...
-
15:25 Help: RE: Adding sections to welcome page
- Sorry, I was a bit vague. I mean that there appears to be a latest news section at the bottom. I'd like to be able ...
-
15:11 Help: RE: Adding sections to welcome page
- Those are just plain h2 h3 and h4 wiki tags that are styled a little differently in the css than the stock redmine th...
- I notice that on the "Redmine demo site":http://demo.redmine.org/ the welcome page has a latest news section on it. ...
-
16:40 Help: RE: how to edit existing tickets?
- "RedmineIssues":http://www.redmine.org/wiki/redmine/RedmineIssues wiki page is now updated.
-
15:57 Help: RE: how to edit existing tickets?
- I have finally found the 'more' link. Feature have moved.
It is now shown in the *Update* dialog:
!more-link.jpg!
... -
15:41 Help: RE: how to edit existing tickets?
- Hello!
It looks that the bug has reproduced again: link "more" is missing in the *Move* dialog.
Also, this fial... -
15:58 Open discussion: RE: Redmine for Android
- Looks good, can't wait till I get an android phone!
-
14:53 Open discussion: RE: Redmine for Android
- Just forgot to comment that its just issue read support for the moment.
- Guys, just released http://www.androidzoom.com/android_applications/productivity/izardroid_gsvf.html
Any comment is ...
Also available in: Atom