Project

General

Profile

Activity

From 2010-04-03 to 2010-04-05

2010-04-05

20:56 Help: RE: syntax highlighter and plugin directory, ubuntu server
Thank you for your help and your explanations.
I guess I'll be back when it comes to update/migrate the database.
...
Tomas Åberg
19:37 Help: RE: translation missing: en, field_watcher_users is invalid
Mischa The Evil wrote:
> This combination might be your problem, since you are using the current version of the 0.8-...
Ken Stanley
18:19 Help: RE: Delete user?
@Aurélien Leroux:
You have to make sure you have irb installed. So, i.e. in Debian/Ubuntu:...
Bruno Seoane
18:05 Help: RE: Implementing an AuthSource subclass...How to respect onthefly_register?
IIRC you don't need to take that into account, it is only a hint to redmine if users existing in your auth_source sho... Felix Schäfer
17:34 Help: Implementing an AuthSource subclass...How to respect onthefly_register?
I'm currently implementing an "AuthSource subclass for Google's ClientLogin":http://github.com/EvanK/redmine-authsour... Evan Kaufman
17:32 Help: RE: Best setup for redmine using ssl
And as always, I'm glad it works :-) Have fun with redmine. Felix Schäfer
16:37 Help: RE: Best setup for redmine using ssl
After i got SSL setup everything started working properlly.
Thank you Felix!
As usual your advice worked :)
Stephen Womack
17:21 Help: RE: How to get a string from Proc.new
Sorry I just noticed the examples zip above is empty. Here is a new zip file with both examples. Tide _
17:13 Help: RE: How to get a string from Proc.new
Wow Yuki,
Thank you so much. I can't believe you got it working! I would have never figured this one out.
We ...
Tide _
11:44 Help: RE: How to get a string from Proc.new
Sorry
fixed the hook class name(AccountListener -> MenuListener)
Yuki Kita
11:41 Help: RE: How to get a string from Proc.new
I understand your problem.
Use the view hook to reflect the plugin settings.
I modified the init.rb, and I think ...
Yuki Kita
05:33 Help: RE: How to get a string from Proc.new
How is it that my setting new_window requires a restart and changing :caption does not require a restart? Tide _
02:59 Help: RE: How to get a string from Proc.new
To be clear you can change the name setting at any time. However, the new_window setting can only be applied with a ... Tide _
02:52 Help: RE: How to get a string from Proc.new
Hey Yuki,
That seems to work. The problem is that only gets loaded when Redmine restarts. Not your fault or even ...
Tide _
02:16 Help: RE: How to get a string from Proc.new
The plugin registration is not done until "Redmine::Plugin.register" executed.
See...
Yuki Kita
01:36 Help: RE: How to get a string from Proc.new
You will have to go to settings and save the settings first for the plugin to work. Tide _
01:35 Help: RE: How to get a string from Proc.new
Thanks for the tips. However, I am still at the first step. When I enter :... Tide _
00:16 Help: RE: How to get a string from Proc.new
... Yuki Kita
14:34 Help: Problem with new Issue field
I have added new field to Issue. (it will be patch, not module)
Where I need to change to support saving new field i...
Sergey Belov
12:49 Help: RE: error migrating Status Updates plugin
I found that issue report as well in my search for a solution. Making the changes listed above solved it for me and ... Mike Bolser
10:05 Help: RE: error migrating Status Updates plugin
The plugin seems to not be 0.9 compatible yet, see "this issue":http://github.com/bterlson/redmine-status-updates/iss... Felix Schäfer
01:42 Help: RE: error migrating Status Updates plugin
I just moved to a new server instance and have been having the same issue. In reading through other posts, I decided... Mike Bolser
11:46 Help: ruby redmine script for getting users > reporter
hey,
I want to write a small script that will generate svn authz file from redmine.
Basically what I want, is to ...
Radek Antoniuk
05:19 Help: RE: Redmine git integration issue
Well I think I have figured it out.
Hopefully anyone else that has this issue will find this...
I read over the...
Kevin Vasko
04:45 Help: RE: Redmine git integration issue
I started digging around in some of my other logs and found this in my httpd-error.log.
"git: not found"
Right...
Kevin Vasko
00:19 Help: Redmine git integration issue
I am having the "The entry or revision was not found in the repository." problem when I try to point redmine to a git... Kevin Vasko

2010-04-04

23:52 Help: RE: How to get a string from Proc.new
Proc is ruby's anonymous function class.
And to call the function, you should send the object "call", or "[]".
("[]...
Yuki Kita
17:54 Help: RE: How to get a string from Proc.new
Sorry I made a mistake above it should read :
I have found I need to use this on that line...
Tide _
17:46 Help: RE: How to get a string from Proc.new
Still getting this error... Tide _
17:14 Help: RE: How to get a string from Proc.new
fixed... Yuki Kita
17:10 Help: RE: How to get a string from Proc.new
I understand your problem.
You cannot read the plugin settings before the plugin registration done.
So first of all...
Yuki Kita
15:26 Help: RE: How to get a string from Proc.new
I already have the settings set up that way. I am just trying to actually read them from inside the init.rb. This s... Tide _
15:11 Help: RE: How to get a string from Proc.new
If you want to use your plugin settings, you should call "settings" in init.rb like this.... Yuki Kita
14:29 Help: RE: How to get a string from Proc.new
Thanks for the suggestion Yuki. I tried both of those and still get and error " undefined method `plugin_test' ". T... Tide _
13:42 Help: RE: How to get a string from Proc.new
Maybe... Yuki Kita
03:11 Help: How to get a string from Proc.new
I am trying to create a plugin. In my init.rb I am reading a setting.
I am doing it like this : @new_window = Pro...
Tide _
22:06 Open discussion: RE: I've created new issue status, but I can't see it in workflow editor (I read FAQ).
Oh, my god... Seems I miss that flag.. Sorry for that stupid question... :) Andrew Porokhin
22:02 Open discussion: RE: I've created new issue status, but I can't see it in workflow editor (I read FAQ).
unchecking the 'Only display statuses that are used by this tracker' checkbox in the workflow view should do the trick.. David Frank
21:53 Open discussion: RE: I've created new issue status, but I can't see it in workflow editor (I read FAQ).
Ops, I forgot one thing.
I'm running Redmine 0.9.3.devel.3625 (PostgreSQL)
ruby 1.8.7 (2009-06-12 patchlevel 174) [...
Andrew Porokhin
21:50 Open discussion: I've created new issue status, but I can't see it in workflow editor (I read FAQ).
Hi, everybody!
So, I've created new issue status: "Reopened".
!Picture_2.png!
Then I've tried to edit workflow, ...
Andrew Porokhin
17:28 Help: Need help configuring redmien as a service using passenger.
Hello,
I am new to redmine and Ruby world, i have installed redmine at my server (remote) which is running fine wh...
Arsalan Khan

2010-04-03

21:20 Help: Bazaar Repository list
Hi all,
First I would like to say Thank you ! Redmine isgreat, I really love it.
I was using bzr v1.1 But I neede...
Gabriel Delattre
19:32 Help: [SOLVED] Empty virtual attributes --- issue model
Solved. Nicola Randestadt
01:52 Help: RE: "Private" ticket
There is no way to do that for now. Felix Schäfer
01:50 Help: RE: project subversion credentials
You can't use the user's credentials, mainly because redmine doesn't store the user's password but a hash, which is u... Felix Schäfer
01:48 Open discussion: RE: add commit to "Associated revisions"
There isn't. Felix Schäfer
01:35 Open discussion: RE: Issues and Issue list can not be shown.
No I didn't but now I did and restarted apache and all is working again. I think. At least the issue list is showing.... Martin Bagge
01:24 Open discussion: RE: Issues and Issue list can not be shown.
Did you run the migrations too? It seems the database schema version is a little old. Felix Schäfer
 

Also available in: Atom