Activity
From 2011-05-12 to 2011-05-14
2011-05-14
-
17:47 Help: RE: image caption
- So how do you add a caption to an image? - anyone have a solution?
- Hi,
I am trying to setup Redmine 1.1.3 application on my Ubuntu 8.04 with
Apache2 and Passenger 3.0.7.
I have ve... -
10:06 Open discussion: RE: LDAP Group Authentication - When will it be available?
- Well, we would need it too, at the moment we must administer groups twice - in ldap and a copy in redmine. Useless wo...
- Ok Everyone,
I thought I'd create a new forum message. In my organization, it's critical to ensure authentication ... -
04:48 Plugins: RE: Knowledgebase Plugin
- Fixed it. My plugin_assets were missing from the /public directory. They were located at /var/cache/redmine/default/p...
-
00:23 Plugins: RE: MS Project 2007 Import/Export plugin
- I've seen at sources,
And you are right - error happened because of groups.
Modes User and Group are inherited f...
2011-05-13
- Hello.... connected as administrator, I enter user editform in order to assign him a profile. If I click on "Profile"...
-
21:14 Development: RE: Redmine 1.2 Release date
- +1. I've been checking daily also and considering switching from Mongrel to Apache if #7688 can't be resolved for 1....
-
13:30 Development: RE: Redmine 1.2 Release date
- +1 for me too :)
-
11:33 Development: RE: Redmine 1.2 Release date
- +1
Our team is also waiting for this release. -
10:47 Development: RE: Redmine 1.2 Release date
- Our team is also waiting for this release.
Is Jean-Philippe on FTO? :) - Hello, the question arose whether the added ability to add documents to a project or task using java api? Or is there...
- Hi,
I've just upgraded to the newer version of redmine, after that all my mercurial repositories shows "Entry and/or... -
17:16 Plugins: RE: Pluguin docPu not work on Brazilian Portuguese Translation
- I try change encoding utf8 to iso-8859-1
but it did not work.
Any other idea?
Thanks very much! -
16:39 Plugins: RE: Pluguin docPu not work on Brazilian Portuguese Translation
- I have the same problem with cyrillic: generated PDF doesn't contain some symbols. You can try to change templates in...
-
01:05 Plugins: RE: Pluguin docPu not work on Brazilian Portuguese Translation
- Yuri,
very thanks!
your tip solved the problem :)
Now im understand this process (translation).
I'm having anot... -
16:31 Help: RE: Help with Revision Issue on Webinterface
- Hello everyone, I managed to solve this problem by myself: I had done some changes to changeset.rb and other files wi...
-
13:23 Plugins: RE: MS Project 2007 Import/Export plugin
- > How I can check for 'nil' users? May be, it's groups?
try
select * from members where user_id is null
th... -
12:11 Plugins: RE: MS Project 2007 Import/Export plugin
- Thanks!
It's work!
How I can check for 'nil' users? May be, it's groups? - I try the pluguin redmine_ckeditor and works very well, but I have a problem with Lotus Notes hyperlinks:
I have ad... -
12:32 Open discussion: RE: Import Issues
- Hi Alessandro,
Thanks for the update. If you get a chance to do any of the localizations that would be great! Th... -
12:20 Open discussion: RE: Import Issues
- Thank you Leo.
I tried your fork one month ago. It had some trouble upgrading the database, so I had to create the... -
11:27 Open discussion: RE: Import Issues
- Hi Alessandro,
I forked RChady's importer and made all sort of fixes and enhancements to it including eliminating ... -
11:38 Plugins: RE: Error in redmine_importer whith more than 20 records
- Hi Carlos,
Sorry I didn't see your post earlier. I made a fork of RChady's plugin and addressed the size limitati... -
11:34 Plugins: RE: How to handle Duplicates of issues in "Redmine Importer " plugin
- Hi Sandeep,
Sorry I didn't see your post earlier. If you use my Redmine_importer plugin (available on github at h... - Hello,
I have a problem on my fresh install of Redmine (on debian squeeze, apache2), on the Repository Tab, the Rev... - How do I move the DB data, code customizations, email setting, DB settings, etc., from a InstantRails-2.0-win install...
-
09:28 Help: RE: %{ } issue after update to 1.1.2
- Make sure your i18n gem is in version at least 0.4.
- Dear All,
after update from 1.0 to 1.1.2 I lost all counter, fe. problems 0 open / *%{total}*
Same situation is wit... -
08:40 Plugins: RE: Not finding git command?
- Updating configuration.yml with the absolute path to git executable fixed this issue for me (/usr/local/bin/git).
-
08:37 Plugins: RE: Not finding git command?
- And just noticed that I have lost access to all git repos which were working without trouble in the last stable relea...
-
08:32 Plugins: RE: Not finding git command?
- Just ran into the same sort of problem in redmine-trunk...
-
07:19 Help: RE: Problem when entering redmine's main page
THE ERROR MESSAGE IS:
Proxy Error
The proxy server received an invalid response from an upstream server.
The...-
03:23 Open discussion: RE: How to make new users be able to create projects?
- It's my pleasure.
-
03:22 Open discussion: RE: Fixtures
- What do you mean by "fixtures"?
- Hello everybody, I need help.
I have installed 1.1.2 version of redmine.
And now GANT in project shows me ALL ver... -
00:22 Help: RE: Encoding::CompatibilityError
- Thanks now I can work :-)
2011-05-12
-
23:57 Plugins: RE: XLS export plugin
- Same error here:(...
-
23:37 Plugins: RE: XLS export plugin
- Polish translation.
- Hi all!
How to receive time entries between two dates with REST? -
18:50 Help: RE: Is there a way to install Redmine with RubyGems 1.3.1?
- I had the same problem.
My fix:
# Update RubyGems to 1.3.5:
#* Install rubygems-update 1.3.5... -
18:31 Plugins: RE: Contacts plugin
- Jan Wedekind wrote:
> Thanks!
>
> But then I lose all data, right? Do you know how I can grab the data? Any struc... -
18:16 Open discussion: RE: New iPhone app RedminePro for Redmine Site
- Alexander Pöltl wrote:
> Does the HTTPS Support works with self signed certificates like those from CACert.org?
I... -
16:26 Plugins: RE: Remine Document Management System Features plugin
- excellent plugin, but more localization need.
-
15:15 Plugins: RE: MS Project 2007 Import/Export plugin
- Corrected:
memberList.each do | current_member |
usr = User.find( :first, :conditions => { :id => curre... -
15:14 Plugins: RE: MS Project 2007 Import/Export plugin
- https://github.com/vile/redmine_loader/issues/5
Ok, there is some select list for select users.
It seems that U... -
14:23 Plugins: RE: MS Project 2007 Import/Export plugin
- Anybody can help on this issue?
https://github.com/vile/redmine_loader/issues/5
I have the same error :(
> Actio... -
11:55 Plugins: RE: MS Project 2007 Import/Export plugin
- About assignment.
Based on source:
https://github.com/vile/redmine_loader/blob/master/app/controllers/loader_con... -
11:30 Plugins: RE: MS Project 2007 Import/Export plugin
- Hi:
I have noticed that the import does not bring in issue assignments set up using our project management tool - ... -
11:27 Plugins: RE: MS Project 2007 Import/Export plugin
- Hi:
We seem to have cured our problem by bypassing Apache and using Mongrel - seems like Apache tends to get a lit... -
07:29 Plugins: RE: MS Project 2007 Import/Export plugin
- Do you can provide some logs info?
log/development.log
or
log/production.log
with trace of this error?
T... -
14:49 Help: RE: Redmine does not work. The directory is listed instead.
- Erm.. thanks.... I dd not realize that I had the bad name for .htaccess file. I renamed it and all worked ok.
Chee... -
08:26 Help: RE: Redmine does not work. The directory is listed instead.
- If you tell us more about your setup (what server, how is it setup, …), we might be able to help you…
Anyway, you ... - Hello.... If you connect to http://projects.desytec.com you will see the problem.
Thanks
Jainme -
14:21 Help: RE: Redmine + Mercurial over ssl
- dedalus - wrote:
> I should install also python, true?
the (auto) answer is: yes!
- currently, after a successful hudson build, the hudson redmine plugin 0.9 build the url : myproject/issues/show/67.
... -
11:27 Plugins: RE: Default columns plugin
- Sorry to hassle, but any news of 1.1.x compatibility?
How I can put the wiki to appear when enter on a project instead of the Overview ?
I want this configuration on ...- I have a very old installation of Redmine 0.8.3 that's been in production at my company for nearly 2 years.
I beli... -
09:37 Help: RE: Authentication failing
- You're very welcome. Just pay it forward, whenever you solve an issue that others might have a well, post it ;)
And ... - Hello,
I'm trying to connect to redmine service (using mongrel web service) with a service user which I need to ac... -
09:07 Help: RE: Backup Wiki entries offsite
- Well, if you look into the table "wiki_content_versions" you will see that there are all entries from your wiki, and ...
-
04:58 Plugins: RE: Knowledgebase Plugin
- Hi guys, I'm having trouble viewing the knowledgebase page. The assets are missing and formatting is terrible. Lookin...
-
04:58 Plugins: RE: plugin to assign issues to groups
- I really need a plugin assign issues to groups.
The patch file is so cool but will be interesting if it is a plugin ... - Is there any plugin that allows per project repository settings?
Also available in: Atom