Activity
From 2009-02-26 to 2009-02-28
2009-02-28
- Hello to all. I installed redmine for java development. I really like and easy to use. Can not seem to configure auto...
-
14:40 Help: RE: Redmine Environment
- If you run Redmine with Mysql, "this wiki section":http://www.redmine.org/wiki/1/RedmineInstall#Backups may help you....
- Hi,
is there a simple way to save a redMine installation with created projects etc. and restore the same state on a ... -
14:31 Help: RE: Error message; "Could not open the requested SVN filesystem"
- Got it! Mixed up the version of libapache2-svn and subversion.
I compiled subversion and it never installed it's own... - Hello,
I've setup redmine succesfully with SCM support for subversion.
When I go to the project repo in the brows... -
10:17 Plugins: RE: PlugIn for Domain/SubDomain Redirection
- Hi,
i've tried the following simple test...but with the result that is does not work...... -
10:06 Open discussion: RE: Our Latest Theme
- Wow, great theme !
-
00:00 Open discussion: RE: Our Latest Theme
- > Logged in as A. Wabbit
Good one!
Eric -
08:54 Open discussion: RE: HOWTO: Redmine as Windows Server 2003 Service
- Hi, John
We are using mongrel and mongrel_service on windows platform now. It's a little easier to config than using... - Hi Experts,
I've installed Redmine on production mode. DH Hosting
I'm facing a problem.
When i try to run in ... - ezLibrarian plugin 0.1.0
Book shelf and device room management plugin for redmine.
Books and devices are not cate... -
01:14 Open discussion: RE: How to contribute
- Eric Davis wrote:
> Enderson Maia wrote:
> > I think that you cold create a wiki with a list of developers (macro?)... -
00:54 Open discussion: RE: How to contribute
- Enderson Maia wrote:
> Maybe it wold be better if for each TODO note, you cold relate/create a ticket, if you let a ... -
00:35 Open discussion: RE: How to contribute
- Eric Davis wrote:
> Enderson Maia wrote:
> > If some experienced redmine developer could list things like that in a... -
01:03 Plugins: RE: db tables not created when installing ezFAQ
- Eric Davis, thank you!
Rails 2.2.x and Plugin migration changes
http://www.redmine.org/boards/3/topics/show/4361
... -
00:19 Plugins: RE: Schedules 0.2.0 released
- Looking into providing a way to see spent time and scheduled time together. The attached screenshot should give you a...
-
00:12 Help: RE: Redmine on remote host
- HI All...
I made it !!!
I just added this 2 lines to my .profile and the sqlite gem can now be found... -
00:03 Plugins: RE: After updated to redmine devel(about r2520), the mailer under plugin will get a template missing exception. Can anyone help?
- Mischa,
I don't think r2525 resolved it. For some reason any ActionMailer model in a plugin is looking for @name....
2009-02-27
-
23:58 Plugins: RE: Rails Engines and extending the issue model
- Try adding @require_dependency 'application'@ to the top of your file (or @require_dependency 'application_controller...
-
23:01 Plugins: RE: Rails Engines and extending the issue model
- Can the same method that you used to wrap an existing method in your rate plugin be used to wrap an existing method i...
-
23:53 Plugins: RE: Schedules 0.2.0 released
- I like the new features. I'll have to upgrade soon.
Eric -
19:23 Plugins: RE: Schedules 0.2.0 released
- Mischa The Evil wrote:
> Brad Beattie wrote:
> > ...It requires the latest trunk (at least r2493) due to the change... -
19:16 Plugins: RE: Schedules 0.2.0 released
- Brad Beattie wrote:
> ...It requires the latest trunk (at least r2493) due to the changes in localization...
Hey,... -
07:02 Plugins: RE: Schedules 0.2.0 released
- Screenshots of changes attached.
- 0.2.0 is complete. It requires the latest trunk (at least r2493) due to the changes in localization. Please see the "...
-
23:53 Open discussion: RE: How to contribute
- Eric Davis wrote:
> That's the number one reason I've been thinking about adding tagging to Redmine. I'd love to ta... -
23:52 Open discussion: RE: How to contribute
- Enderson Maia wrote:
> I have an idea for directing people like me to the right code, maybe something like the [[htt... -
19:42 Open discussion: RE: How to contribute
- ... fixing link typo
Linux Kernel Janitor Project - http://janitor.kernelnewbies.org/ -
19:39 Open discussion: RE: How to contribute
- I'd like to make some code contribution, I have little Ruby/Rails experience and wanting to learn more.
I've imple... -
01:39 Open discussion: RE: How to contribute
- Himanshu Chhetri wrote:
> I am interested in plugin development but I have no Rails experience so far. However, I do... -
01:29 Open discussion: RE: How to contribute
- I am interested in plugin development but I have no Rails experience so far. However, I don't mind starting out with ...
-
23:39 Plugins: RE: Can a plugin modify the view of the projects page?
- Mischa The Evil wrote:
> As far as I know overriding controllers (nor models) through plugins is not possible / want... -
22:54 Plugins: RE: Can a plugin modify the view of the projects page?
- Thank you for the link.
-
23:36 Open discussion: RE: Our Latest Theme
- Very nice! Very creative! This is why I started the other thread. Redmine is very extensible and I'm glad to see folk...
-
22:51 Open discussion: RE: Our Latest Theme
- !http://www.redmine.org/attachments/1605/redmine_redesign_d_1.png!
!http://www.redmine.org/attachments/1606/redmine_... - Hi Everyone,
Our crew has been working on a redmine redesign now that themes are coming into their own and I wante... -
23:23 Plugins: RE: PlugIn Limits
- Yes, it's possible but a little difficult. I've added a tab to the Users panel in my Rate plugin by adding a new tab...
-
23:17 Open discussion: RE: Checkboxes on left of issues on Issue list
- That's that's a hidden UI that a lot of people miss. I'm open to suggestions about how to make it more discoverable....
-
23:11 Plugins: RE: How to localize plugins after Redmine r2493
- Denis Tomashenko wrote:
> But I did not do indent (2 spaces) before each string. This is required? (sorry for stupid... -
14:11 Plugins: RE: How to localize plugins after Redmine r2493
- I'am very glad that you like it.
I'am working on it now.
In fact, after upgraded to rails 2.2.2, the mailer under p... -
13:36 Plugins: RE: How to localize plugins after Redmine r2493
- Yes. I saw it. I did it.
But I did not do indent (2 spaces) before each string. This is required? (sorry for stupid ... -
13:22 Plugins: RE: How to localize plugins after Redmine r2493
- Have a look at the sample plugin to see how your lang files should look like in config/locales:
source:trunk/extra/s... -
10:48 Plugins: RE: How to localize plugins after Redmine r2493
- I copy language files to /vendor/plugins/ezfaq_plugin/config/locales
I add language id in each file (en: ru: etc)
A... -
22:58 Plugins: RE: Stuff To Do plugin - v0.2.0 released
- Thanks Mischa, I would have updated this thread but I've been so busy fixing my the plugins. :(
As of right now, t... -
22:53 Open discussion: RE: Invoice Creation / Developer Isolation / etc..
- Mark Stephan wrote:
> Hello All,
>
> I've been looking for a plugin to create invoice for a client.
I have one... -
22:52 Open discussion: RE: Show us your themes!
- Hey Wynn,
That looks solid. I posted our latest effort here: http://www.redmine.org/boards/1/topics/show/4402 -
20:09 Help: RE: Help - upgrading Redmine 0.8 to trunk version.
- I created a new DB & tried to migrate, I got the same "[BUG] Segmentation fault" error.
C:\Program Files\RedMine\c... -
19:51 Help: RE: Help - upgrading Redmine 0.8 to trunk version.
- *Mischa, Thanks for your Speedy response. Really appreciate it.!*
-
19:50 Help: RE: Help - upgrading Redmine 0.8 to trunk version.
- *Output of db:migrate*
C:\Program Files\RedMine\current>rake db:migrate RAILS_ENV="production"... -
19:29 Help: RE: Help - upgrading Redmine 0.8 to trunk version.
- It seems you forgot to migrate your database with @rake db:migrate RAILS_ENV="production"@ like explaned in step 2 of...
- I am trying upgrade Redmine 0.8 to trunk
Here are the steps
* I pull the trunk from svn.
* updated Rails to 2.... -
19:26 Plugins: RE: Patch for the Redmine Collapse plugin
- Here's a third patch for the recent i18n changes. This time it's for the tab items, looks like in the latest trunk t...
-
02:37 Plugins: RE: Patch for the Redmine Collapse plugin
- Here's another patch for adding the recent i18n changes. I just copied all the language files from @lang@ into @conf...
-
18:56 Help: RE: got internal error when trying to use google calendar plugin
- * Which platform (Ruby, Rails etc.)?
* Which Redmine version?
* Which plugin version?
* Most important: What do yo... - Hi all
I think all things installed correctly - I did all steps. And I can see google calendar tab now - but I got r... -
18:51 Plugins: RE: After updated to redmine devel(about r2520), the mailer under plugin will get a template missing exception. Can anyone help?
- Chaoqun Zou wrote:
> Can anyone help to figure out where the problem is?
This is due to the merge of the Rails 2.... - I have test two plugins(ezfaq_plugin, system_notification), all of them will get the exception as below.
Can anyone ... - Hi,
I recently had to split a single svn repository into multiple mercurial ones. As far as I understand, redmine ... - Because lots of the plugins requires gloc, so they must be updated to run with redmine devel.
For my plugins(ezfaq... -
16:39 Help: RE: Redmine can't find svn command
- Actually I think I found another possible explanation.
On Win 2003 server, I run Redmine on a Mongrel service and ... -
16:29 Help: RE: Redmine can't find svn command
- UP.
Did you find a solution ? -
11:23 Help: RE: Notification emails not send
- I changed the following:
In config/environment.rb change config.action_mailer.perform_deliveries = false to true
... - Hello,
We can do lot of nice and useful things with little wiki macros (macros.rb) and I wonder if we should not h... -
04:32 Help: RE: 422: Unprocessable Entity in mail_handler
- I have the exact same error, but I don't understand any of the advice that Thomas Lecavelier gives. Can anyone help f...
-
03:44 Help: RE: Error in redmine mail recive
- I have exactly the same issue.
I'm a ruby/rails novice, but how does the rdm-mailhandler.rb script know where to f...
2009-02-26
-
22:50 Plugins: RE: Can a plugin modify the view of the projects page?
- Chris Peterson wrote:
> I do have one more question. I want to override some of the functionality in projects_contr... -
21:51 Plugins: RE: Can a plugin modify the view of the projects page?
- Finally had time to test, and the the fix works. Good Work, Thank You!
I do have one more question. I want to o... -
22:43 Open discussion: RE: Checkboxes on left of issues on Issue list
- Ah. I didn't even realize that there *was* a right-click context menu.
-
22:11 Open discussion: RE: Checkboxes on left of issues on Issue list
- Ben Coleman wrote:
> On the issue list (both single-project and multiproject) there are checkboxes to the left of ea... - On the issue list (both single-project and multiproject) there are checkboxes to the left of each issue. Are these a...
-
22:30 Plugins: RE: PlugIn for Domain/SubDomain Redirection
- Yes, it's possible to do, but it doesn't involve Redmine at all. Consider the generalized form:
something.exampl... - Hi,
I would like to know if a plugin could handle the situaiton to go to a particular project part based on the call... - Hi,
i would like to know if it's possible to create a plugin which will create a new supplemental tab in the sett... - This patch should fix an error on the Redmine collapse plugin on the latest trunk. Still needs the i18n transfered o...
- With the latest Rails branch in trunk (r2493), the way plugins manage the migrations has changed. Instead of storing...
-
19:03 Help: RE: scheduling issues
- * http://www.google.ca/search?q=atom+feed
* http://www.google.ca/search?q=cron+job
-
18:36 Help: RE: scheduling issues
- Hi Brad Beattie,
Thanks for the information. Can you please explain me step-by-step, how to configu... -
18:05 Help: RE: scheduling issues
- Atom, like RSS, will keep team members updated with what's in the system. If you wanted to, you could always build so...
-
17:45 Help: RE: scheduling issues
- I am sorry to say that, I don't about the atom feeds..(will google about it). We are using Redmine in my office, and ...
-
16:56 Help: RE: scheduling issues
- Like, atom feeds?
- HI
I want to send all the open & closed issues tickets at the end of the day for all the users. It will be very ... -
14:31 Help: RE: 2 instances at once
- Hi Guys.
Artem's got it right with Jean-Baptiste's correction.
Everything works like a charm. Though the dev en... -
10:21 Help: RE: 2 instances at once
- Sure :)
-
07:57 Help: RE: 2 instances at once
- Artem: for the dev environment, you wanted to say...
-
05:43 Help: RE: 2 instances at once
- > Pid-Files generated by Daemons have to following format:
>
> <scriptname>.rb<number>.pid
I think you need to ... -
05:24 Help: RE: 2 instances at once
- Hi,Marc!
Can you show to us content of the '/home/redmine/redmine/script/server'? -
02:33 Help: RE: 2 instances at once
- JB: Yes I have tried. With the same result.
Thomas:... -
00:04 Help: RE: 2 instances at once
- (oups, the formatting of my answer is not what I expected, but if you ommit the "@" it can be understood easily I thi...
-
00:02 Help: RE: 2 instances at once
- @Marc : ok, so here is the problem, in your script ! Renaming the script will have no effect, but *inside* the script...
-
14:05 Plugins: RE: db tables not created when installing ezFAQ
- I've solved this as below. It works but I don't know if it's correct, I'm new to ruby....
-
10:47 Plugins: RE: db tables not created when installing ezFAQ
- I have same error. How to fix?
-
13:33 Plugins: RE: How to localize plugins after Redmine r2493
- Just put the language files to plugins config/locales as the redmine does.
And please note the file format is chan... - How to localize plugins after Redmine r2493 ?
Now Redmine don't use GLoc plugin. What I need to do with language fil... -
10:55 Help: RE: Redmine on remote host
- I discovered at the end that the port 3000 was not open. At the moment I will try to make it work with webrick and th...
-
10:34 Help: RE: Redmine on remote host
- What you see when you type:...
-
00:54 Help: RE: Redmine on remote host
- There are many ways to run rails applications... You can run Redmine with Fastcgi behind Apache, or have an Apache pl...
-
00:45 Help: RE: Redmine on remote host
- I have a quesiton:
DO I have to use webrick ? It is possible to just launch redmine just by enabling the cgi / fas... -
00:18 Help: RE: Redmine on remote host
- Hi Jean,
when launching webrick I have this ... -
00:10 Help: RE: Redmine on remote host
- What's the exact command and output/error when you try to start it with webrick ?
-
10:31 Help: RE: message like "connection reset" shows serveral times a day
- should i provide some more information about this problem or...?
somebody help!
- Hi,all
my version is:0.8.x ruby 1.8.6, 1.8.7 Rails 2.1.2
os: windows server 2003
db:mysql 5.0.27
ruby-aware s... -
10:20 Plugins: RE: Budget plugin: error Table 'redmine.plugin_schema_info' doesn't exist when installing on release 0.8.1
- you're absolutely right. thank you.
-
06:41 Help: RE: Associating Issues With Each Other
- Related issues & subtasks:
* http://www.redmine.org/boards/1/topics/show/1214
* http://www.redmine.org/boards/1/to... -
06:12 Help: RE: Associating Issues With Each Other
- Also...
Related issues & subtasks:
* #279
* #1740 -
06:01 Help: RE: Associating Issues With Each Other
- Yes, this seems to be a common problem with Redmine. I'm facing it right now. How do you use Redmine for planning pur...
-
06:24 Open discussion: RE: Install Redmine on Windows (XP / 2003) with sqlite ?
- I just did that exact task three weeks ago. Was fairly straight-forward except I couldn't get Apache to talk to Redmi...
- Permissions on this website should be modified to allow ordinary users to relate issues to each other. This would sav...
-
00:34 Open discussion: RE: Mongrel consuming all memory
- Just tried. Working like a charm. Thanks Thomas.
S.
Also available in: Atom