Project

General

Profile

Activity

From 2010-09-13 to 2010-09-15

2010-09-15

22:44 Help: RE: Migrate script errors during upgrade from Redmine 0.8.2.stable (MySQL) ruby 1.8.6 to the latest redmine stack 1.0.1.
Some of those migrations are needed, you can't just take them out and expect things to work… Revert to the backup fro... Felix Schäfer
16:38 Help: Migrate script errors during upgrade from Redmine 0.8.2.stable (MySQL) ruby 1.8.6 to the latest redmine stack 1.0.1.
== CreateMemberRoles: migrating ==
— create_table(:member_roles)
rake aborted!
An error has occurred, all later mi...
paul brook
22:40 Open discussion: RE: Receiving email from IMAP server
Redmine will only fetch unread mails, and will either delete if it can do something with it, or mark it as read if it... Felix Schäfer
12:40 Open discussion: Receiving email from IMAP server
Hi,
I am working on enabling creating new issues by the users by sending emails.
I am using redmin 0.8.7 and it i...
dsa admin
22:38 Open discussion: RE: Repository settings frozen
Repository paths are frozen, and have been for a long time. You can delete the repository setting from the project an... Felix Schäfer
12:46 Open discussion: Repository settings frozen
Dear all,
somewhere in the past updates my settings for a project's repository got frozen and I can't change them ...
Michael Aye
18:24 Help: RE: How to add someone else as watcher after a ticket has been made
I'm sorry, Now I just found it in the very the right column. Pim Snel
18:23 Help: How to add someone else as watcher after a ticket has been made
Hi,
Is this a missing feature or just hidden for me?
Kind regards,
Pim
Pim Snel
17:26 Plugins: RE: Code Review Plugin 0.2.7 Released.
Yes, that directory is there. It contains lib/ and within it, README, coderay/ and coderay.rb Paul paul
17:21 Plugins: RE: Code Review Plugin 0.2.7 Released.
Paul paul wrote:
> Running 0.3.1 with Redmine 1.0.1 stable and Postgres. Works fine.
> When I add Pygments plugin, ...
Haruyuki Iida
17:14 Plugins: RE: Code Review Plugin 0.3.1 — cannot get it work
Terence Mill wrote:
> I got the tab Code-Reviews but there is no (Diff) link behind the file in repo browser, but ...
Haruyuki Iida
04:47 Plugins: RE: Code Review Plugin 0.2.7 Released.
Running 0.3.1 with Redmine 1.0.1 stable and Postgres. Works fine.
When I add Pygments plugin, it crashes.
Tried Har...
Paul paul
16:52 Help: RE: Problem with Installation: gem install mysql won't work
Just make sure that you have redmine-mysql installed in addition. This solved it for me. I am running ... lone ranger
15:17 Help: RE: No sort order in specific document view
Hey,
Are there some plugins with are supporting such functionality?
Please help me with this issue.
Lucas
. .
14:50 Open discussion: RE: add these code to your classic theme's css file issue backgroup will change color when you change its priority!
oh i know that, thanks ,i just mean i like classic theme's cute icons but this theme dont have issue highlighting fun... yu xiaohang
09:10 Open discussion: RE: add these code to your classic theme's css file issue backgroup will change color when you change its priority!
What icons? Anyway, what I meant is that there is a redmine theme called "alternate" that includes that already. Felix Schäfer
02:57 Open discussion: RE: add these code to your classic theme's css file issue backgroup will change color when you change its priority!
oh really? but i like these cute icons haha。。。 yu xiaohang
14:47 Open discussion: RE: Help me upgrade redmine version
i can't open your instruction link,but i think you must forget some steps, just see this instruction from bitnami off... yu xiaohang
14:08 Help: RE: Un-Redirect Wiki Page?
Created feature request #6401. Tharuka Pathirana
13:59 Open discussion: How to turn email notifications off?
@/my/account@ contains three alternatives for email notifications:
* For any events on all my projects
* For any ...
Joonas Pulakka
10:55 Help: RE: Issue status (specified, coded, tested, ...) and percentage...
Sorry, apparently it's in the wrong section. Moved to "general discussion". di naiz
10:55 Open discussion: Issue status (specified, coded, tested, ...) and percentage...
Hi !
After struggling a bit to install it on a shared hosting, I finally discovered the power of redmine. I must s...
di naiz
10:43 Open discussion: RE: Show only my tasks
Currently it is not possible using trunk functionality alone unless you install certain patchs.
Read the following i...
Pedro Gutierrez
10:01 Open discussion: Show only my tasks
I'm trying to create a Role that only sees the issues created by him or assigned to him. Is there a way to do this? David Sedeño
09:02 Help: RE: Problem when parsing the changeset in Mercurial
Well, glad it worked out well, though that still seems like a glitch, I don't have the time to investigate it more sa... Felix Schäfer
08:35 Help: RE: Problem when parsing the changeset in Mercurial
I removed the entry in the db, restart the process and now it works prefectly!
Thank you Felix for your help!
Vianney Lecroart
05:11 Help: RE: Automatically notifying several people regarding a new issue?
Thanks for that. I was hoping to be able to do it without requiring a plugin, but this looks like it does what I need... Brian Logan

2010-09-14

23:54 Open discussion: RE: List of users by role
... Felix Schäfer
23:34 Open discussion: RE: List of users by role
Felix,
duh... of course you're right.
How about just returning email instead of name in the first script?
Wher...
Grant Johnson
22:34 Open discussion: RE: List of users by role
Well, users can have multiple roles, first in different projects, and also different roles in the same project. What ... Felix Schäfer
18:08 Open discussion: RE: List of users by role
That works great... Thanks.
But I've been told that I need firstname, lastname, email and role only.
"Jimmy, Jo...
Grant Johnson
23:51 Plugins: RE: Drafts plugin v0.1.1
Really nice plug-in.
I attached Polish translation below.
Regards!
Radosław Koppel
23:00 Help: RE: Problem when parsing the changeset in Mercurial
Mmmh… To be honest, I don't know that portion of code good enough to give you a definitive answer. You can try on at ... Felix Schäfer
22:53 Help: RE: Problem when parsing the changeset in Mercurial
It's the same value except the user_id. In the database, the user_id is 5 and in the redmine, it's nil. Vianney Lecroart
22:37 Help: RE: Problem when parsing the changeset in Mercurial
Are the other attributes the exact same as what you have posted above (minus the id)? If yes, there was a glitch and ... Felix Schäfer
20:07 Help: RE: Problem when parsing the changeset in Mercurial
Indeed, there's already an entry in changesets database with revision 647 and scmid 7eab6ad7c6c3 and is exactly the s... Vianney Lecroart
18:00 Help: RE: Problem when parsing the changeset in Mercurial
The problem is with @changes.changeset_id@, not @changeset.id@, that's a big difference :-) The @id@ attribute in the... Felix Schäfer
16:58 Help: Problem when parsing the changeset in Mercurial
I don't understand why, but with a specific changeset on mercurial, redmine has a problem.
The changeset is:
http...
Vianney Lecroart
22:52 Help: RE: Rails 2.3.5 + Rails 3 gems in the same gemset == Redmine crashes
The problem is with the i18n gem, it's required in version 0.4 or higher (I think) by rails 3, but redmine won't work... Felix Schäfer
21:48 Help: RE: Rails 2.3.5 + Rails 3 gems in the same gemset == Redmine crashes
With these gems it works:
*** LOCAL GEMS ***
actionmailer (2.3.5)
actionpack (2.3.5)
activerecord (2.3.5)
ac...
Diego Felipe
19:56 Plugins: RE: Time Tracker plugin
I've added your patch (slightly reworked) in the master branch. Jérémie Delaitre
19:19 Open discussion: RE: Redmine, Ruby Enterprise Edition, Apache and SE Linux on CentOS
Glenn Gould wrote:
> Hi Sascha,
>
> I think it's a nice guide for whoever may want to use the described setup. Of...
Sascha Sanches
13:10 Open discussion: RE: Redmine, Ruby Enterprise Edition, Apache and SE Linux on CentOS
Hi Sascha,
I think it's a nice guide for whoever may want to use the described setup. Of course it's totally up to...
Glenn Gould
18:25 Help: Issue status (specified, coded, tested, ...) and percentage...
Hi !
After struggling a bit to install it on a shared hosting, I finally discovered the power of redmine. I must s...
di naiz
15:44 Open discussion: RE: add these code to your classic theme's css file issue backgroup will change color when you change its priority!
Or you could use the alternate them directly, see [[RedmineSettings#Theme]]. Felix Schäfer
15:33 Open discussion: RE: add these code to your classic theme's css file issue backgroup will change color when you change its priority!
*@ at begging and ending are not included!* yu xiaohang
15:31 Open discussion: add these code to your classic theme's css file issue backgroup will change color when you change its priority!
Just add these code under your redmine\public\themes\classic\stylesheets\application.css file ,color will change fol... yu xiaohang
15:43 Help: RE: "Stay logged in" not working
Depending on what you mean by "users don't stay logged in", this might be normal behavior: the "stay logged in" works... Felix Schäfer
15:15 Help: "Stay logged in" not working
Hi again,
We are having a few problems with the auto-login but before posting any issues on that, I'd rather check...
Anonymous
15:03 Help: RE: How can i add a filer to filt issues committed by anonymous user
You can at least add a feature request for that, yes, but please have a look if there isn't one already first. Felix Schäfer
14:49 Help: RE: How can i add a filer to filt issues committed by anonymous user
thanks Felix Schäfer maybe we could add this function in next release,and sorry for my multiple committing yu xiaohang
11:14 Help: RE: How can i add a filer to filt issues committed by anonymous user
I don't think you currently can, what you could do though is to use "Author" "is not" and select everyone in the list... Felix Schäfer
10:20 Help: How can i add a filer to filt issues committed by anonymous user
we can't control anonymous users' behavior but we still want them to commit issues to our projects so i want to creat... yu xiaohang
13:21 Open discussion: Help me upgrade redmine version
Hello!
I use bitnami stack.
I try to upgrade redmine 0.9.4 to 1.0.1. For do this, I use "this":http://wmparser....
Евгений Ивлев
11:45 Help: RE: Error viewing issues after upgrading from 0.9.3 to 1.0.1
Thankyou so much for the suggestion! The routes.rb file was corrupted.
Now all is work fine.
I'll test the plugins ...
Andrea Saccavini
11:17 Help: RE: Error viewing issues after upgrading from 0.9.3 to 1.0.1
Please give the complete stack of the error, but from what you pasted here, I'd suspect either an incomplete upgrade ... Felix Schäfer
08:49 Help: Error viewing issues after upgrading from 0.9.3 to 1.0.1
After an upgrade using svn checkout from 0.9.3 to 1.0.1 stable, I found several template errors using modules, one of... Andrea Saccavini
11:19 Help: RE: Automatically notifying several people regarding a new issue?
I don't think there's an existing solution to what you are looking for, but the [[Plugin_List#New-Issue-Alerts-plugin... Felix Schäfer
05:13 Help: Automatically notifying several people regarding a new issue?
How do I set up an issue category to automatically notify several people when an issue is added? Either as a simple e... Brian Logan
11:13 Open discussion: RE: How can i add a filer to filt issues committed by anonymous user
Don't multipost. Closing here in favor of "the other thread":/boards/2/topics/17308. Felix Schäfer
10:51 Open discussion: How can i add a filer to filt issues committed by anonymous user
we can't control anonymous users' behavior but we still want them to commit issues to our projects so i want to creat... yu xiaohang
09:46 Open discussion: RE: Extend Redmine search functionality by searching also through attached documents
Xabier Elkano wrote:
> Hi Petr Vins,
>
> I wrote a simple plugin to allow searches trough attachments.
> I've us...
Xabier Elkano
07:58 Open discussion: RE: Extend Redmine search functionality by searching also through attached documents

Hi Petr Vins,
I wrote a simple plugin to allow searches trough attachments.
I've used "xapian search engine":ht...
Xabier Elkano
09:44 Plugins: Xapian search plugin

I wrote a little plugin to allow searches trough redmine attachments. I've developed it on Redmine 1.0.0. I don...
Xabier Elkano
09:00 Help: No sort order in specific document view
Hello Redmine family:)
Can You describe me how to set sort order (by date, name etc.)
in specific document view.
...
. .
04:02 Open discussion: RE: I want to write code here. How should I do ?
okay,thank you ! keating wang
03:00 Open discussion: RE: I want to write code here. How should I do ?
Use <pre><code>... Eric Davis
02:51 Open discussion: I want to write code here. How should I do ?
I want to write code here. How should I do ?
@
public class ShipperOrderInspectionItem {

private String cons...
keating wang

2010-09-13

23:05 Open discussion: RE: Despirate for older version that will run on Power PC Mac 10.4
What Muntek is trying to say: this is a forum for redmine, not Phoenix or Emerald, I think you have hit the wrong for... Felix Schäfer
21:19 Open discussion: RE: Despirate for older version that will run on Power PC Mac 10.4
Oh sorry I thought it was general knowledge. The current version of Phoenix does not run on the Power Computing Macs ... Michael Felber
04:19 Open discussion: RE: Despirate for older version that will run on Power PC Mac 10.4
Let me be the first to say: wtf?
I have no idea what you are talking about.
Muntek Singh
19:48 Help: RE: Rails 2.3.5 + Rails 3 gems in the same gemset == Redmine crashes
I have this same problem now. But removing rails 3.0.0 didn't work. What exactly did you do? Diego Felipe
18:22 Open discussion: RE: Export project(s) - NOT FOR THE FAINT OF HEART!
Muntek Singh wrote:
> I got this script to work with some minor tweaks
Just noticed I had patched a little mishap...
Felix Schäfer
05:32 Open discussion: RE: Export project(s) - NOT FOR THE FAINT OF HEART!
I got this script to work with some minor tweaks, I had to keep ruby docs open for most of it, but it works. I though... Muntek Singh
17:03 Help: RE: Syncing with a Mercurial repository?
Thanks for the tip. I've seen suggestions to use this web service, but I didn't figure it should be done after hg upd... Shiming He
16:56 Help: RE: Syncing with a Mercurial repository?
In that case, throw in a @curl -s -o /dev/null "${REDMINE_URI}/sys/fetch_changesets?key=${REDMINE_API_KEY}&id=${PROJE... Felix Schäfer
16:50 Help: RE: Syncing with a Mercurial repository?
Thanks, I'll try crontab, it looks easier that way. Shiming He
16:42 Help: RE: Syncing with a Mercurial repository?
You'll have to run a cron script or similar to update your clone. Another possibility would be to update it the other... Felix Schäfer
15:32 Help: Syncing with a Mercurial repository?
My redmine site works perfectly with SVN repositories. For Mercurial, I followed the instructions on http://www.redmi... Shiming He
16:54 Open discussion: RE: add "missing" link between a commit and an issue
You could write a plugin that would completely remove redmine and replace it with the pirate bay and the microsoft up... Felix Schäfer
16:51 Open discussion: RE: add "missing" link between a commit and an issue
is it technically feasible to implement a plugin for this ?
I mean: is the structure of Redmine compatible with the...
gabriel scolan
16:42 Open discussion: RE: add "missing" link between a commit and an issue
No. Felix Schäfer
15:28 Open discussion: add "missing" link between a commit and an issue
Hi All,
from what I understood, the "link" between issues and commits are done based upon the parsing of the commi...
gabriel scolan
16:46 Plugins: time_tracker - 401 Unauthorized @ redmine-1.0.1

Hi,
I've already posted the issue at http://github.com/delaitre/redmine_time_tracker/issues#issue/24.
Since I...
Anibal Sanchez
16:43 Help: RE: Notice of object missing from database
Hello Malek, I think you've hit the wrong forum, this is the forum for redmine, not Emerald. Felix Schäfer
16:03 Help: Notice of object missing from database
Just before the demise of Emerald I bought a pair of boots from a shop and immediately started having problems and ge... Malek Sahara
15:40 Help: RE: How can I get current user's name?
To tell the truth, I don't know as I'm a newbie in Ruby (I've been using it for only a week). The only thing I know i... Sergey Zuev
13:30 Help: RE: Creating issues in a script
You will need at least @File.read("/path/to/file")@, but it looks like it not only wants an object of type @File@, bu... Felix Schäfer
12:02 Help: RE: Creating issues in a script
Thanks for the help :). I'll try out the runner script.
Can you give me a clue how to create an attachment? I trie...
Nox Metus
10:11 Help: RE: Creating issues in a script
You might prefer to use:... Felix Schäfer
01:40 Help: RE: Creating issues in a script
I found the solution.... Nox Metus
12:50 Plugins: RE: Code Review Plugin 0.3.1 — cannot get it work
Nox Metus wrote:
> I reinstalled everything from scratch, beginning from db server, then redmine, code review plugin...
Terence Mill
12:40 Plugins: RE: Redmine Messenger problems
Terence Mill wrote:
> Although the "RedmineMessenger":http://github.com/mszczytowski/redmine_messenger/tree/f984a306...
Terence Mill
12:38 Plugins: Redmine Messenger problems
Although the "RedmineMessenger":http://github.com/mszczytowski/redmine_messenger/tree/f984a306cfec5e12bad04d736302608... Terence Mill
12:02 Open discussion: RE: how can i insert an image to my news or my messages in the forum,display it directly
That simple. Upload file when creating new wiki page or message ("Files" located bottom), and then follow "instructio... Azamat Hackimov
11:49 Help: RE: How to make "assign to" a required field?
You can use "Default assignee" feature for each category or whole project. Somewhere in Project Settings :). Azamat Hackimov
11:30 Plugins: RE: Testing plugins
Hi guys.
I'm new to Redmine, and I made a simple plugin that overrides the base.rhtml view and modify the menu ite...
Juan Alvarez
02:55 Help: RE: Running redmine on Apache2 on Windows; using SSPI authentication; is it possible?
How about HTTP Authentication plugin?

* A plugin for doing HTTP authentication
** http://github.com/AdamLantos/r...
Akiko Takano
 

Also available in: Atom