Activity
From 2010-09-25 to 2010-09-27
2010-09-27
- Hello,
I use SMTP server that does not want authentication (no username and password required). How to configure w... -
21:59 Open discussion: RE: how can autostart redmine on centos?
- Well, it seems the init process doesn't have the directory the @ruby@ command is in in its @PATH@, put the whole path...
-
21:51 Open discussion: RE: how can autostart redmine on centos?
- [root@noronha init.d]# service autostartredmine start
/etc/init.d/autostartredmine: line 4: ruby: command not found
... -
20:31 Open discussion: RE: how can autostart redmine on centos?
- You shouldn't use webrick in production, have a look at passenger if you also use apache on that server, mongrel is a...
- Hi gurus,
How can put redmine in autostart, me atual script is :
[root@xxx init.d]# ll
-rwxr-xr-x 1 root root ... -
20:41 Help: RE: How can i add time (hour and minutes) info to start date in new issue
- No, the start date is exactly that: a date.
- Hi there,
Is there any way to add info about hour and minutes in start date of new issue ??
regarding, danj -
20:39 Help: RE: reposman Unable to connect to http://my.redmine.host/sys/: undefined method `closed?' for nil:NilClass
- Loïs PUIG wrote:
> So far now it does work but i have to use the --force reposman.rb option, otherwise nothing's hap... -
16:12 Help: RE: reposman Unable to connect to http://my.redmine.host/sys/: undefined method `closed?' for nil:NilClass
- Ok,
again i found the solution..
i added the following statement above all the other require statements in repo... -
15:49 Help: RE: reposman Unable to connect to http://my.redmine.host/sys/: undefined method `closed?' for nil:NilClass
- All right, i managed to find a solution.. dumb i am it was a dns problem as the reposman.rb couldn't find anything at...
-
14:47 Help: RE: reposman Unable to connect to http://my.redmine.host/sys/: undefined method `closed?' for nil:NilClass
- For information i also tried with Redmine from stable and trunk branches, same issue.
I also checked that WS optio... - Hi,
Seems reposman doesn't want to work anymore..
SVN Server is fine as i can access to http://my.redmine.host/sv... -
20:35 Help: RE: How to analyse issues I worked on
- Stefan, IIRC there's no way to query the history of issues, only their current status, sorry.
-
17:30 Help: RE: How to analyse issues I worked on
- Hi Stefan,
you can add another filter in the issue view (issues -> add filter (at the top right), for example:
as... - Hi,
I need to analyse all issues i have been working on. At the moment redmine only list all assigned or closed i... -
20:33 Help: RE: Time since last login is not displayed properly
- How much is it not updated properly? Is it just skewed by the same amount for everyone, or does it vary? If the later...
- Hi all,
When I view the user table the field "Last Connection" is not updated properly. I am using the CAS Server ... -
18:39 Plugins: RE: XLS export plugin
- Well, we use german characters, but they should be ok with utf8, doesn't they?
I changed now to ISO-8859-1 , and now... -
17:51 Plugins: RE: XLS export plugin
- Seems you have characters which are not supported by UTF-8 encoding.
So far you can change spreadsheet encoding to... -
17:31 Plugins: RE: XLS export plugin
- Vitaly Klimov wrote:
> It seems that you have other plugin installed which overrides issue list view. I will post ve... -
10:14 Plugins: RE: XLS export plugin
- It seems that you have other plugin installed which overrides issue list view. I will post version which uses hooks f...
-
09:49 Plugins: RE: XLS export plugin
- Can't see "Also available .. Excel Import" Link in issue list!
I installed Plugin as described and had no errors. ... -
17:52 Development: RE: My thoughts on Redmine 1.1
- Whole PDF export rewriting. Current implementation have serious bugs (including famous bug #61) in generating for non...
-
16:14 Open discussion: RE: HowTo Install Redmine in a sub-URI on Windows with Apache (Zero-to-Redmine)
- Besides all the configurations inside vhosts and mod configs, this is what I did:
I create a symlink from /redmine... -
15:42 Open discussion: RE: Multiple Bazaar (bzr) branches per project
- This looks great !
Thanks
-
15:34 Open discussion: RE: Multiple Bazaar (bzr) branches per project
- Please see #2799.
- Hi,
Is it possible to have multiple bzr branches for a single project ?
I have tried to give the directory path o... -
15:07 Help: RE: Is restarted?
- Dara Durum wrote:
> And what do you suggest? What is the service handler that I can use as Pylons in Windows.
> Thi... -
14:22 Help: RE: Is restarted?
- Hi!
And what do you suggest? What is the service handler that I can use as Pylons in Windows.
This is very horrib... -
14:07 Help: RE: Is restarted?
- If you are using one mongrel only: I don't think it will restart itself, if it dies, it dies (and that mongrel isn't ...
-
14:02 Help: RE: Is restarted?
- Hi!
This was a temporary thing. Previously everything is working well.
Rail is just like Pylons (Python)?
Pylo... -
12:16 Help: RE: Is restarted?
- Your apache can't contact your rails server (probably mongrel or webrick), which might be caused by a number of thing...
- Hi!
We have installed Apache (proxy) with Rails in Win2k3.
Today I saw this error in Apache:
[Thu Sep 23 19:59... -
13:16 Open discussion: RE: I have upgraded to 1.0.1 ,significance of lft and rgt
- mjnhbg w wrote:
> What is difference between root_id and parent_id in issues?
root_id is the id from the highest to... -
12:13 Open discussion: RE: I have upgraded to 1.0.1 ,significance of lft and rgt
- mjnhbg w wrote:
> I have upgraded redmine 0.8.3 to 1.0.1. When i am going database changes made in 1.0.1 i found thi... - Hi ,
I have upgraded redmine 0.8.3 to 1.0.1. When i am going database changes made in 1.0.1 i found this lft and r... -
12:44 Plugins: RE: How to extend the Include macro to repository file
- Thanks! I concur with all your points.
The usage of this macro will be limited. In my team the repositories (git) ... -
12:37 Plugins: RE: How to extend the Include macro to repository file
- Gregory Romé wrote:
> My idea is to use the repository controller to get the content of the file (entry function).
... -
12:28 Plugins: RE: How to extend the Include macro to repository file
- Currently I've just started to think :)
My idea is to use the repository controller to get the content of the file... -
12:21 Plugins: RE: How to extend the Include macro to repository file
- What have you tried to program so far?
-
12:14 Plugins: RE: How to extend the Include macro to repository file
- Sorry I forgot to avoid the macro execution......
- I would like to add a new Wiki macro which will extend the Include one by allowing to include a text file from the re...
-
10:37 Plugins: RE: Show Issue Descriptions plugin
- thomas wang wrote:
> thomas wang wrote:
> > Hey guys.thanks for your work.I've install the plugin,but it seems not ... -
10:37 Plugins: RE: Show Issue Descriptions plugin
- thomas wang wrote:
> Hey guys.thanks for your work.I've install the plugin,but it seems not work.(redmine v1.0.2)Whe... -
10:30 Plugins: RE: Show Issue Descriptions plugin
- Hey guys.thanks for your work.I've install the plugin,but it seems not work.When i click the issue button,the page fa...
-
09:17 Open discussion: RE: How to Upgrade from Redmine 0.8.3 to Redmine 1.0.2
- Please read [[RedmineUpgrade]], additionally, this has already been discussed less than 5 days ago in this very same ...
- Hi,
We have deployed and released around 10 Redmine servers for our clients on Redmine 0.8.3 version.
Now the r... -
07:44 Plugins: RE: Web services
- Hi,
i want to hit the Redmine Web service through java. i couldn't find any sample codes for this.please help me .. ...
2010-09-26
-
19:41 Help: RE: Problem with repository view. No revisions section
- I have now downgraded back to the stable release. Seems to have fixed the problem. :)
Thanks for your help though. -
19:17 Help: RE: Problem with repository view. No revisions section
- That might be related to the fact that the project seems to have been deleted?
- Hi,
As you can see in the link below there is no 'revisions' section like there used to be.
http://dev.infinitycm... -
15:24 Development: RE: My thoughts on Redmine 1.1
- Jean-Baptiste Barth wrote:
> * improve cross-project usage : make bulk edit work (context menus too), unify UI of gl... -
11:47 Plugins: RE: Issue Vote Plugin
- thanks for this plugin!
Dutch translation added. - Hi All,
I'm using Redmine from Debian/Ubuntu package for a while, and they simplify a lot the installation of Red...
2010-09-25
-
19:27 Help: RE: Redmine on A2 Hosting
- I think problem is wrong version of rack. Looks like I have 1.2.1 instead of 1.0.1
Also A2 says Ruby on Rails inst... -
18:08 Help: RE: Redmine on A2 Hosting
- Don't forget to run...
-
14:46 Open discussion: RE: HowTo Install Redmine in a sub-URI on Windows with Apache (Zero-to-Redmine)
- Arnaud Martel wrote:
> I don't think so... My redmine instance works perfectly using apache, passenger and a sub-uri... -
12:42 Open discussion: RE: HowTo Install Redmine in a sub-URI on Windows with Apache (Zero-to-Redmine)
- Diego Felipe wrote:
> Do I really need to refactor all the code?
I don't think so... My redmine instance works pe... -
14:00 Open discussion: RE: Plugins routes
- See "this topic":http://www.redmine.org/boards/3/topics/8406 for actual information.
-
10:43 Open discussion: RE: Customize Project Tree View
- Sorry for glitching in here, but: also Priorizing Projects against each other would be nice to have :-).
- Hi There,
I plan on using REDMINE for our project development as it fits our needs perfectly.
Only the main Proje... - I'm just starting to use Redmine, and my RoR development is also at an early stage. Anyway, I would like to know if ...
-
01:43 Open discussion: RE: Look of a project
- If you want to customize the view on users choice, have a look at [[Themes]]
and [[Plugin_List#Theme-Changer]].
T... - Hello,
Is it possible to edit issues and save history like it is done in wiki? I believe TRAC has this functionality...
Also available in: Atom