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.
... -
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-... -
18:19 Help: RE: Delete user?
- @Aurélien Leroux:
You have to make sure you have irb installed. So, i.e. in Debian/Ubuntu:... -
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...
- I'm currently implementing an "AuthSource subclass for Google's ClientLogin":http://github.com/EvanK/redmine-authsour...
-
17:32 Help: RE: Best setup for redmine using ssl
- And as always, I'm glad it works :-) Have fun with redmine.
-
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 :) -
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.
-
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 ... -
11:44 Help: RE: How to get a string from Proc.new
- Sorry
fixed the hook class name(AccountListener -> MenuListener) -
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 ... -
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?
-
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 ...
-
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 ... -
02:16 Help: RE: How to get a string from Proc.new
- The plugin registration is not done until "Redmine::Plugin.register" executed.
See... -
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.
-
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 :...
-
00:16 Help: RE: How to get a string from Proc.new
- ...
- I have added new field to Issue. (it will be patch, not module)
Where I need to change to support saving new field i... -
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 ...
-
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...
-
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...
- hey,
I want to write a small script that will generate svn authz file from redmine.
Basically what I want, is to ... -
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... -
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... - I am having the "The entry or revision was not found in the repository." problem when I try to point redmine to a git...
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 "[]".
("[]... -
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... -
17:46 Help: RE: How to get a string from Proc.new
- Still getting this error...
-
17:14 Help: RE: How to get a string from Proc.new
- fixed...
-
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... -
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...
-
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....
-
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...
-
13:42 Help: RE: How to get a string from Proc.new
- Maybe...
- 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... -
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... :)
-
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..
-
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) [... - Hi, everybody!
So, I've created new issue status: "Reopened".
!Picture_2.png!
Then I've tried to edit workflow, ... - Hello,
I am new to redmine and Ruby world, i have installed redmine at my server (remote) which is running fine wh...
2010-04-03
- 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... -
19:32 Help: [SOLVED] Empty virtual attributes --- issue model
- Solved.
-
01:52 Help: RE: "Private" ticket
- There is no way to do that for now.
-
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...
-
01:48 Open discussion: RE: add commit to "Associated revisions"
- There isn't.
-
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....
-
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.
Also available in: Atom