Project

General

Profile

Activity

From 2010-09-11 to 2010-09-13

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

2010-09-12

23:36 Open discussion: Despirate for older version that will run on Power PC Mac 10.4
I was running an older version of Emerald eventhough later versions didn't work. Is there perhaps an older version of... Michael Felber
22:48 Open discussion: Redmine, Ruby Enterprise Edition, Apache and SE Linux on CentOS
Hello again, forum.
I am wondering whether anybody is interested is this topic? Since I've received no replies wha...
Sascha Sanches
22:34 Help: RE: Creating issues in a script
I am not only didn't study IssuesController, I didn't study ruby as well. I tried to decipher MailHandler. Can I just... Nox Metus
22:10 Help: RE: Creating issues in a script
If your ruby/rails is up to speed: @script/runner@ and/or @script/console@, but I'd recommend against it if you haven... Felix Schäfer
22:04 Help: RE: Creating issues in a script
Are there any other ways to create an issue from a script? Can I launch some Ruby Redmine's script other than rdm-mai... Nox Metus
21:52 Help: RE: Creating issues in a script
Alright, that explains a lot. I am using 0.9.3.stable. Thanks for the help anyway :).
I'll wait for the next issue o...
Nox Metus
21:45 Help: RE: Creating issues in a script
I'm not sure when that keyword was added, but it's recentish, I'd say 1.0 at least. I think the assignee needs to be ... Felix Schäfer
21:37 Help: RE: Creating issues in a script
Just in case, my environment is:... Nox Metus
21:31 Help: RE: Creating issues in a script
Felix Schäfer wrote:
> but you will want the "Assigned To:" keyword in the mail itself.
Hmm... I tried this:
<...
Nox Metus
21:02 Help: RE: Creating issues in a script
The @To:@ header is typically the address your mail goes to, a mail would land at the assignees address instead of in... Felix Schäfer
20:31 Help: Creating issues in a script
I am experimenting with a shell script that would allow me to create an issue on certain conditions. For example, if... Nox Metus
20:54 Open discussion: Export project(s) - NOT FOR THE FAINT OF HEART!
*DISCLAIMER*: This is a f*ugly hack at best, it might break stuff, make your redmine unusable or kill your aunt's chi... Felix Schäfer
18:24 Help: RE: MySQL Problems
Hi Felix,
thanks for the advice. Redmine itself runs okay.
Trixi
Beatrix Willius
17:33 Help: RE: MySQL Problems
That's out of the scope of this forum, sorry, my best advice would be to ask the bitnami guys as their installer shou... Felix Schäfer
15:41 Help: MySQL Problems
Hi,
I'm trying to use the Mantis Import Script, but mySQL is giving me some troubles. First I had the error messag...
Beatrix Willius
17:18 Help: RE: auto log time / issue from commit log
See [[RedmineSettings#Referencing-issues-in-commit-messages]], logging time isn't an OOTB feature though, but I think... Felix Schäfer
14:47 Help: auto log time / issue from commit log
Is there a way to automatically populate time log / issue notes from the message in a commit string?
(Like the way...
Matt Connolly
12:00 Plugins: RE: Can I write a plugin that adds to the existing page layout?
Holger Just wrote:
> Instead of reading /etc/hostname, you should use the appropriate Ruby function which works acro...
Nick Bolton
11:09 Help: RE: Running redmine on Apache2 on Windows; using SSPI authentication; is it possible?
This thread is very interesting.
But is there a way to autocreate the user account at first login, based on some H...
sam sam
04:12 Plugins: Migrating ckeditor wysywig editor to the 1.0 release.
Hey guys,
We're trying to get everyone at work onto redmine including the sales staff. Our biggest obstacle is th...
Todd Nine

2010-09-11

14:37 Help: RE: Git Repo: The entry or revision was not found in the repository
Matt Connolly wrote:
> Just noticed this in my apache log:
>
> sh: git: command not found
>
>
> Seems redmin...
Felix Schäfer
13:33 Help: RE: Git Repo: The entry or revision was not found in the repository
Just noticed this in my apache log:
sh: git: command not found
Seems redmine is hardwired to look for git in ...
Matt Connolly
13:22 Help: Git Repo: The entry or revision was not found in the repository
Site info below.
I set up a project and added a git repository. All good. I was browsing a file, and switched the ...
Matt Connolly
08:52 Open discussion: how can i insert an image to my news or my messages in the forum,display it directly
i want my images can be displayed directlly need not to create a link ,for this reason i have to link images from oth... yu xiaohang
06:17 Help: RE: %{count} Variables not resolving after upgrade from 0.9.2 to 1.0.1
I figure out what my problem was. I had executed the locales_update.rb script based on this defect:
http://www.redm...
Jeff Thorn
05:44 Help: %{count} Variables not resolving after upgrade from 0.9.2 to 1.0.1
I recently upgraded from version 0.9.2 to 1.0.1. following the instructions at http://www.redmine.org/wiki/redmine/Re... Jeff Thorn
04:30 Plugins: RE: Redmine Lock Users Plugin v 0.1.0 Released
Nope. I can honestly say that I didn't think about that option at all. :)
If you want to submit a feature request ...
Eric Davis
01:15 Development: RE: My thoughts on Redmine 1.1
Igor Balk wrote:
> I think it might sense to wait on that to give plugin developers time to migrate as well.
My s...
Eric Davis
 

Also available in: Atom