Activity
From 2010-08-30 to 2010-09-02
2010-09-02
-
21:22 Open discussion: RE: Looking for contractor in Sydney Australia to help us with a Redmine install $$$$ for you
- You might be interested in the [[CommercialOfferings]].
-
21:09 Development: RE: Drop ruby 1.8.6 support
- When we are on a version of Rails that drops it. If I recall Rails 2.3.x will support 1.8.6 and 3.0.x drops 1.8.6 su...
- When do we drop 1.8.6 support ? I think it's time we start looking toward 1.9.x. Plus I'd really like using Symbol#to...
-
21:08 Open discussion: RE: Unable to send email from Administration->Setting->Email Notification
- Ok.. thanks for the quick replies.
I will try to figure it out. -
21:05 Open discussion: RE: Unable to send email from Administration->Setting->Email Notification
- The syntax looks good, other than that, you'll have to find out what config works with your mail server on your own, ...
-
20:43 Open discussion: RE: Unable to send email from Administration->Setting->Email Notification
- I am attaching my email.yml. Please check it out.
Thanks. -
20:38 Open discussion: RE: Unable to send email from Administration->Setting->Email Notification
- Yes. I restarted the Mongrel.
-
20:29 Open discussion: RE: Unable to send email from Administration->Setting->Email Notification
- Did you restart redmine after the changes to the configuration file?
-
20:28 Open discussion: RE: Unable to send email from Administration->Setting->Email Notification
- Felix Schäfer wrote:
> In the @email.yml@ excerpt you posted, the second and third lines are indented 3 spaces, the ... -
20:10 Open discussion: RE: Unable to send email from Administration->Setting->Email Notification
- In the @email.yml@ excerpt you posted, the second and third lines are indented 3 spaces, the lines after that 5 lines...
-
19:40 Open discussion: RE: Unable to send email from Administration->Setting->Email Notification
- Caesar Kim wrote:
> Felix Schäfer wrote:
> > Does your mail server expect some sort of encrypted connection?
>
>... -
19:39 Open discussion: RE: Unable to send email from Administration->Setting->Email Notification
- Felix Schäfer wrote:
> Does your mail server expect some sort of encrypted connection?
No. I don't think so. -
19:16 Open discussion: RE: Unable to send email from Administration->Setting->Email Notification
- Also, you seem to have mixed 3-space and 2-space indentation, make sure every indentation level is 2 spaces, yaml is ...
-
19:14 Open discussion: RE: Unable to send email from Administration->Setting->Email Notification
- Does your mail server expect some sort of encrypted connection?
- I am testing the installation of Redmine for validation. I am stuck in configuring the email config. I am trying to t...
-
19:15 Help: RE: Unable to see data from old Redmine on new server Ubuntu 10.04
- Felix,
It was because the database.yml that I modified was not in the correct place, in Ubuntu 10.04 if you instal... -
19:13 Help: RE: Unable to see data from old Redmine on new server Ubuntu 10.04
- The debian package changes stuff to comply to LSB, i.e. puts config files in /etc/redmine and stuff like that.
-
19:12 Help: RE: Unable to see data from old Redmine on new server Ubuntu 10.04
- That looks right, any errors in the logs, or just nothing in redmine? Make sure you export the right DB and import it...
-
19:02 Help: RE: Unable to see data from old Redmine on new server Ubuntu 10.04
- Figured it out:
In the instructions the database.yml was located in /etc/redmine but the ruby file doesn't look fo... - We have an old CentOS box running Redmine and yesterday i setup a Ubuntu 10.04 server and used these instructions:
h... - When I search any pattern in english everything works fine - highlighting in search results is case insensitive. If I...
-
15:58 Help: RE: problem when 0.8.4 update to 1.0.1
- Rake complains about something in @E:/InstantRails/rails_apps/redmine101/config/environment.rb@ on line 75, have a lo...
- i use InstantRails version 2.0
ruby version 1.8.7
gem version 1.3.7
rails version 2.3.5
use step "rake db:migr... -
15:54 Open discussion: RE: Redmine's look is messed up
- Mmh, I'd still say this is caused by the debian patches, spinning up a script/server should work out of the box. Plea...
-
11:28 Open discussion: RE: Redmine's look is messed up
- Well actually I haven't been able to configure apache to handle redmine, so im running Redmine from the prompt with:
... -
15:24 Help: RE: Rake abortion: undefined method `reply' for class `IssuesController'
- I got it working with the changes I wrote here:
http://github.com/a-ono/redmine_ckeditor/issues/#issue/2/comment/384... -
04:14 Help: RE: Rake abortion: undefined method `reply' for class `IssuesController'
- Sorted. Seems to all work now.
-
03:45 Help: RE: Rake abortion: undefined method `reply' for class `IssuesController'
Apologies for the spam - @alias_method_chain :new, :ckeditor@ is what I commented out above - it might be your line...-
03:40 Help: RE: Rake abortion: undefined method `reply' for class `IssuesController'
- Commenting out line 11 in the issues_controller_path.rb file seems to work....still testing - I'm not sure what comme...
-
03:31 Help: RE: Rake abortion: undefined method `reply' for class `IssuesController'
- Yea your right. I don't know how I didn't catch that :( I'll keep poking around with it.
-
03:22 Help: RE: Rake abortion: undefined method `reply' for class `IssuesController'
- Thanks for looking at this Joshua.
I just tried out your patch, by replacing my /lib/redmine_ckeditor/issues_control... -
01:50 Help: Fix - Direct Link
- git://github.com/joshsten/redmine_ckeditor.git
-
01:45 Help: RE: Rake abortion: undefined method `reply' for class `IssuesController'
- http://github.com/joshsten/redmine_ckeditor
I have only basically tested it. Seems to work so far though :) -
14:35 Plugins: RE: ToDo lists plugin
- May be you don't executed some migrations?
rake db:migrate_plugins -
14:25 Help: RE: RedMine doesn't work after upgrading apache & php
- oh sorry.. i have not copied whole line.. Damn Putty.
Here is correct line: @LoadModule passenger_module /usr/local/... -
13:48 Help: RE: RedMine doesn't work after upgrading apache & php
- Tigran Tokmajyan wrote:
> ... -
13:32 Help: RE: RedMine doesn't work after upgrading apache & php
- I have not selinux enabled.. selinux disabled... Apache is working normally for PHP... I have correct settings in htt...
-
13:15 Help: RE: Auto-Creation of Mysql database
- Hey,
Thanks for that!
But I meant something more elegant than obvious messing with Redmine's code.
Like hooks ap... -
05:08 Help: RE: Auto-Creation of Mysql database
- You can actually do this by editing the controller files.
I've been meaning to put up a website talking about this a... -
12:46 Help: RE: Searching on custom fields with the REST API
- Nevermind!!
After some testing and laborating i got this working http://www.redmine.org/issues.xml?tracker_id=1&cf... - As the topic says i've been trying to get some issues by the using the REST API.
Everything works fine except one ... - Hello,
I followed the tutorial for creating a redmine-plugin.
Everything worked fine till I came to the point of ... -
11:47 Open discussion: RE: Effective Time Logging
- You're welcome. I apologize for the confusion, I should have checked my version earlier.
-
11:16 Open discussion: RE: Effective Time Logging
- Thank you for your help.
It turns out that you have "development" version, and in the menu "downloads" on page http:... -
10:06 Plugins: RE: Attach-screenshot plugins are broken with RM 1.0
- I tried this plugin with 1.0.1 and i get following error:...
-
06:15 Open discussion: RE: Security Audit of Redmine
- I have done several security audits on Redmine as well as talked with people who have also done some. You are welcom...
-
06:10 Open discussion: RE: Does Redmine have the ability to index repository source code?
- Not currently. I don't know if that would be something I would want the core Redmine to support.
There is a Search... - Does Redmine have the ability to index repository source code, to allow the site to be searched for code easily?
-
06:09 Plugins: RE: Question: Mirror (or move) the official Redmine plugins?
- Looks like I'll be moving them. I don't have access to create new projects here so I'll just track their bugs inside...
-
06:05 Plugins: RE: Rails Engines and extending the issue model
- Hung Nguyen wrote:
> When I use method @alias_method_chain@ to wrap an exist method with my method. It raises this e... -
05:51 Plugins: RE: Redmine Screenshot Paste (http://www.redmine.org/wiki/redmine/PluginScreenshotPaste)
- I have 1.1. working on Redmine 1.0 and seems to work fine in IE, but, in Linux Firefox or Chromium the browser displa...
- After upgrading to 1.0.1, on some issues I get this error:
@ActionView::TemplateError (undefined method `-' for ni...
2010-09-01
-
23:37 Help: RE: Rake abortion: undefined method `reply' for class `IssuesController'
- http://www.redmine.org/projects/redmine/repository/changes/trunk/app/controllers/issues_controller.rb #3941 I am gues...
-
20:56 Open discussion: RE: Redmine's look is messed up
- If only the static parts are missing, I suppose there's some misconfiguration of the webserver. Have a look at the we...
Hi, I'm moving our Redmine from one server to the other. From an old debian server to a new ubuntu server. This tim...-
19:46 Plugins: RE: ToDo lists plugin
- When I click on My ToDos, I get a 500 Error. I also get a 500 Error when I click on update to an issue.
Here is my... -
17:14 Open discussion: RE: Effective Time Logging
- Ok, it looks different in my system. I seem to have a development version of the plugin, with a configuration option.
-
16:08 Open discussion: RE: Effective Time Logging
- As you can see in the picture above there is a menu item "Administration", so I went under the administrator account....
-
15:33 Open discussion: RE: Effective Time Logging
- No i didn't change the code (i'm not a ruby programmer). I hope I can try to test the latest Redmine version this eve...
-
14:06 Open discussion: RE: Effective Time Logging
- I use a version of Redmine 1.01 and time-tracker plugin v2.0. No additional menu "Time trackers" does not appear. Jud...
-
09:20 Open discussion: RE: Effective Time Logging
- I'm using Redmine 0.9.5, I haven't tested the time-tracker plugin in version 1.0 or 1.01.
-
16:49 Help: RE: Redmine on ubuntu 10.04
- Hello Felix,
sorry for the late response.
I tried some things and gave up. Now I run Debian squeeze and everyth... - Hi, is it possible to merge/combine two or more Issues in redmine? If so, how can this be done?
Thank you very much... -
13:11 Help: RE: Problem with installing plugins
- Problem is solved, there are errors, but it install and even interupted migration don't make plugins not working :)
... -
11:28 Plugins: RE: Projects Tree View Plugin - Version 0.0.1
- Krzysztof B wrote:
> Got an error with this plugin, Redmine 1.0.0.stable.4010 (SQLite):
>
> [...]
plugin here ... -
10:12 Plugins: RE: Projects Tree View Plugin - Version 0.0.1
- Got an error with this plugin, Redmine 1.0.0.stable.4010 (SQLite):...
-
11:19 Open discussion: RE: Shared Issues and Milestones (or "MetaProjects") - best feature request ever
- Another way to solve this (somehow, at least) would be to extend the current concept of "Subproject". Currently, a pr...
-
11:13 Plugins: RE: Redmine Issue History Tabs Plugin
- Konstantin, this is a really useful feature, it would be great if you could update the plugin to work with Redmine 1.0!
-
10:51 Development: RE: Looking for contractor in Sydney Australia to help us with a Redmine install $$$$ for you
- Closing this thread as spam because it already exists in "Open Discussion" (where it belongs): http://www.redmine.org...
- Added by Dirk Eisner about 2 hours ago
Hi everyone we are a medium size company in the centre of Sydney Australia ... -
10:16 Plugins: RE: Rails Engines and extending the issue model
- h1. Error: stack level too deep
When I use method @alias_method_chain@ to wrap an exist method with my method. It ... -
09:38 Help: RE: RedMine doesn't work after upgrading apache & php
- Do you have selinux enabled? Anyway, this seems to be a problem with your apache setup, I'd suggest you seek advice i...
- Hi,
we want to migrate from TRAC and OTRS to redmine. The migrate of TRAC is no problem, we also can migrate all d... - Hi everyone we are a medium size company in the centre of Sydney Australia and we looking for someone helping us with...
-
05:44 Open discussion: RE: Upgrading from 0.7.2 to 1.0.1
- I'm trying to migrate from 0.8.7 to 1.0.1, with the identical process and problems that Diego's faced.
I've instal... -
04:29 Plugins: RE: Add plugin to redmine project
- Hans Kazan wrote:
> Thanks for this plugin, I will give i spin next week!
>
> I found also another repository at ... -
04:26 Open discussion: RE: Issues Relationship
- Michael Diederich wrote:
> Brad Beattie wrote:
> > My plugin, Schedules, can do this. You tell it how many hours ea... -
01:58 Open discussion: RE: ActionView::TemplateError for Single User on Single Issue.
- Sorry, hit the wrong button for the code, here it is, more readable this time:
@Processing IssuesController#show (... - We have run into a bit of an issue with our Redmine install. The error mentioned in the subject line is being raised ...
2010-08-31
-
21:04 Help: RE: 1.0.0 - Context Menu on Issue Overview not working as before
- Fabio Leitao wrote:
> It was working for me on 1.0.1, but since last update to r4045 it has been causing error 500 o... -
21:02 Help: RE: 1.0.0 - Context Menu on Issue Overview not working as before
- It was working for me on 1.0.1, but since last update to r4045 it has been causing error 500 on the log and nothing s...
- Hi,
I was using Redmine 0.8, so I resolved to do an update to version 1.0. But I did a choose to get from github, ... -
20:38 Help: RE: RedMine doesn't work after upgrading apache & php
- I have this error in my apache error_log.
@Could not start the spawn server: /usr/local/lib/ruby: Permission den... - Hi,
Is it possible to migrate from 0.7.2 to 1.0.1? I'm trying now but have a lot of problems with the database upg... -
19:03 Plugins: RE: Time Tracker plugin
- Thanks for your patch!
I've no free time to include the patch yet but I've created an issue on the project's github ... -
17:55 Plugins: RE: Time Tracker plugin
- Thank you very much for this plugin!
We make some improve of your plugin, because it's haven't capability of start... -
18:24 Open discussion: RE: Effective Time Logging
- Hmmm...
There is no item Time trackers in our menu.
Tomorrow i'll analyze this.
Thank you!
-
18:11 Open discussion: RE: Effective Time Logging
- Thank you for your code!
When logged in as admin and you have the timetracker plugin installed you see the followi... -
17:48 Open discussion: RE: Effective Time Logging
- *2 stefan koks*
>as administrator you can see the (clickable) list of all running timetrackers (user/issue/startdat... -
18:02 Plugins: RE: XLS export plugin
- I installed this version 005 of this plugin, but appears an error when I tray to export:...
-
13:14 Plugins: RE: XLS export plugin
- Alexey Skor wrote:
> This is the draft version:
> Microsoft project file with VBA scripts to load Redmine data thro... -
17:35 Help: RE: when trying to open files in repository,but downloading start
- simple workaround for this - just add some ascii data.
Attaching script to determine if ruby considers file as binar... -
17:27 Open discussion: RE: Syntax Highlighting for code text
- Because we use coderay: http://coderay.rubychan.de/ You can make a plugin that uses shjs or any other highliter if yo...
-
17:08 Help: RE: Howto truncate production.log file?
- See [[RedmineInstall#Logger-Configuration]], redmine won't be impacted in any way by the size of the file, as it (or ...
-
16:37 Help: RE: Howto truncate production.log file?
- furthermore: at which size the redmine performance will be impacted?
- I've been running my server since quite a while and the log file increased to several MB. What's the best way to trun...
-
16:02 Help: RE: Problem with installing plugins
- I have the same problem. I use 1.0.1 (new install). I want to install redmine_drafts, stuff to do, charts and codeboo...
-
11:11 Help: RE: Problem with incoming emails (when they come from a php sent email) - not outlook.
- Compare the raw forms of both mails, then you might see something different :-)
-
11:09 Open discussion: RE: question about license
- Redmine is released under "GPLv2":http://www.gnu.org/licenses/old-licenses/gpl-2.0.html, if your hosting plan complie...
- I am wondering if the redmine can be redistributed. I have a hosting business, so I want to provide this package as o...
-
10:40 Help: RE: Rake abortion: undefined method `reply' for class `IssuesController'
- Yep I'm getting this as well and the ckeditor plugin has not been touched since it was released making the future loo...
- Does anyone know if the [url=http://forge.isotrol.org/wiki/org00006-requmngt]RequMGMT plugin[/url] work with newer ve...
-
06:19 Plugins: RE: Wiki Extensions Plugin
- Oops, I have followed some advise from here (http://stackoverflow.com/questions/3003652/rails-error-when-using-d-depr...
-
06:10 Plugins: RE: Wiki Extensions Plugin
- I was using a really old version before (0.1.5, I think), but recently have it updated to 0.2.2 together with redmine...
2010-08-30
- Hey,
Just a quickie. I want redmine to do some things in shell (like create directories and stuff) when new projec... - Hi Team,
OS : Linux Ubuntu 10
Redmine : bitnami Redmine 1.0
Finally, I'm near to finish our migration from old... -
18:08 Help: Spam removed
- Spam removed.
-
18:08 Help: Spam removed
- Spam removed.
-
18:08 Help: Spam removed
- Spam removed.
-
18:08 Help: Spam removed
- Spam removed.
-
18:08 Help: Spam removed
- Spam removed.
- Hi,
is there a possibility to set up a content of email notification?
For example to add "Due date" field.
Than... -
16:32 Help: RE: Problem with installing plugins
- Ok, but my problem still is unsolved :(
This is problem with this plugins:
git://github.com/sroegner/codebook.git
... -
12:25 Help: RE: Problem with installing plugins
- Redmine 1.0 has subtasks built-in and doesn't need nor is compatible with the redmine-subtasks plugin.
- Hi!
I installed redmine few days ago. And now I want to configure it to my needs. I read whole list of plugins and I... -
16:01 Help: RE: Problem with incoming emails (when they come from a php sent email) - not outlook.
- I have created the user, I add the project line to the body of email (rake assigns a default project also).
The curi... -
15:53 Help: RE: Problem with incoming emails (when they come from a php sent email) - not outlook.
- Well, you have to make sure that either @errorhandler@pisol.net@ is a valid user email in redmine OR that anonymous u...
-
15:42 Help: RE: Problem with incoming emails (when they come from a php sent email) - not outlook.
- I get the following message: Messaga <xxxx....> NOT processed and left on the server.
Message source is:
Return... - ...
- I am getting these errors:...
-
13:30 Open discussion: RE: Having problems while starting redmine
- I just removed that plugin but I think I am facing problems with ruby gems... do you know how can this be resolved
... -
13:16 Open discussion: RE: Having problems while starting redmine
- How can I remove it???
Should I just delete or there any commands/procedure i can follow -
12:24 Open discussion: RE: Having problems while starting redmine
- The plugin @/opt/redmine-0.9.4/vendor/plugins/rel_2.0.0@ doesn't seem to work with the redmine version you have.
- ruby script/server -e production
=> Booting Mongrel
=> Rails 2.3.5 application starting on http://0.0.0.0:3000
./s... - Hi
I have installed redmine and it is working fine in intranet.
Now I want the same to be available in public. ... -
10:57 Help: RE: Extending Redmine Search for plugin resources
- Chaoqun Zou wrote:
> Hi, André
> You should also make the model acts_as_event, the search controller use the attrib... -
10:56 Help: RE: Two Redmine on one database ? Private and public Redmine...
- Simplest would be to make a symlink.
-
09:31 Help: RE: Two Redmine on one database ? Private and public Redmine...
- Yes I understand. It's exactly what I have in mind concerning database.
But what about "files" uploaded to redmine... -
01:39 Help: RE: Two Redmine on one database ? Private and public Redmine...
- What's problem to use one MySQL ? Just setup your public version to work with MySQL with an IP instead of localhost
-
09:56 Help: RE: Export to PDF works strange with russian symbols
- Ooops, I just didn't update tcpdf.rb
After updating, it works! I believe these two patches should be applied to the ... -
09:42 Help: RE: Export to PDF works strange with russian symbols
- Tried to follow instructions from http://frolz.ya.ru/replies.xml?item_no=1135 on my Redmine 1.0.1 server.
The string...
Also available in: Atom