Activity
From 2010-07-23 to 2010-07-25
2010-07-25
-
23:47 Help: RE: Custom Client Login from third party website
- I already did that and it has installed correctly. Still a disabled check box?
-
23:12 Help: RE: Custom Client Login from third party website
- You need the Openid gem:
gem install ruby-openid -
16:14 Help: RE: Custom Client Login from third party website
- OK. Installed successfully and my host has checked. The checkbox: Allow OpenID login and registration is still unavai...
-
13:06 Help: RE: Custom Client Login from third party website
- Thanks looking into now.
-
21:08 Open discussion: RE: redmine data model
- Rails doesn't impose constraints on databases because it supports lots of different database types. Supporting constr...
- Hi All,
I used MySQL reverse engineering tool to get redmine data model. However, we don't have foreign key constr... -
21:04 Help: RE: Troubles getting Gmail email notification work in redmine Redmine 1.0.0-0
- Ramzy JELASSI wrote:
> I really don't get it! all the available posts suggest that no plugin is needed to support TL...
Hi all,
I just installed for the first time the Bitrami redmine application on my windows 7 Pro, i mean here ...-
17:26 Help: RE: Installation problems
- Seems like someone changed the wiki. I was looking at http://www.redmine.org/wiki/redmine/RedmineInstall?version=97 a...
-
11:18 Help: RE: Installation problems
- Non, that shouldn't get created. What rails, ruby, OS, … versions du you have?
-
06:00 Help: RE: Installation problems
- I think it was created in the cookie step. I am using 1.00 and yes, I was downloaded as a tar.gz file.
-
16:16 Help: RE: initial rake db:migrate error: stack level too deep, 1.0.0 RC with PostgreSQL 8.4.4 and NetBSD 4.0
- Following khaase's sugestion, I added ActiveSupport::Dependencies.log_activity = true to config/environment.rb and ...
- Hello all.
Trying to install Redmine 1.0.0 (RC) on a NetBSD with PostgreSQL resulted in a "stack level too deep" e... -
16:04 Plugins: RE: Wiki page in new tab
- It seems that the render method was getting the view by joining @@controller_path@ and @@action_name@ to find the vie...
-
14:18 Plugins: RE: Wiki page in new tab
- Have a look at the rails redner method, IIRC it allows you to specify the views you want rendered when calling the ac...
- I am trying to create a new plugin which displays a specific wiki page in a new tab. So far I have extended the WikiC...
-
14:19 Plugins: RE: Nicer plugin URL
- Create appropriate routes in your plugin's routes.rb file, have a look at the tutorial, existing plugins or even redm...
- I've created a plugin with a project module. However, I note that I need to pass the project name in the url as part ...
2010-07-24
-
23:57 Open discussion: RE: Time for a New Theme (Redmine 1.1?)
- fixed!
-
23:55 Open discussion: RE: Time for a New Theme (Redmine 1.1?)
- Shane Pearlman wrote:
> Igor (TaskPoint Project)
One correction my personal login is "igor":/users/15382
- Hi folks,
This is an open call or participation. Igor (igor), Muntek (Muntek Singh), Eric (Eric Davis) and I decid... -
23:42 Help: RE: Custom Client Login from third party website
- LDAP or OpenID integration is your best bet.
- Hi I have redmine set-up successfully on a different domain to my main website. I am trying to set-up a custom login ...
-
23:17 Help: RE: Installation problems
- I wasn't able to find the file @config/initializers/cookie_verification_secret.rb@ in redmine, what version are you u...
- Hi
I've manage to run most of the installation steps described in wiki. However, I've come to the last step of start... -
22:53 Open discussion: RE: Versions vs Milestones
- We will be building our take on milestones quite soon. Our budget plugin is in progress (we got the alpha from eric t...
-
21:50 Help: RE: Overriding ApplicationController method find_current_user
- I've reported about the redmine_http_auth plugin.
I think this is quite useful (for me), because this plugin can use... -
02:02 Help: RE: Overriding ApplicationController method find_current_user
- Thank you so much your help!
I've customize Web Server's REMOTE_USER header and so on with mod_perl in front of Redm... -
01:16 Help: RE: Overriding ApplicationController method find_current_user
- Maybe, you can use this plugin: http://github.com/AdamLantos/redmine_http_auth
If it doesn't provide exactly what ... -
00:17 Help: RE: Overriding ApplicationController method find_current_user
- Hello.
I'm just planning the same thing, such as customize authentication with plugin.
Have you found any workaroun... -
20:18 Help: RE: Keep Getting NoMethodError when trying to install Plugins
- The issue has been fixed in the latest version of plugin.
-
20:18 Help: RE: Charts Plugin with 0.9.6
- The issue has been fixed in the latest version of plugin.
-
18:58 Help: RE: Help!! ActionView::TemplateError (undefined method `module_enabled?' for nil:NilClass) error in a plugin that I'm working on.
- Make sure the remaining software versions are all at the right version, other than that, edavis10 on IRC will probabl...
- I made a plugin for redmine that I'm having some issues with after upgrading from 0.8.4 to 1.0.0 (RC).
Basically,... -
18:56 Open discussion: RE: Category depended custom fields
- Using different categories is the wrong tool for that, you will want to use different trackers, for which you can the...
- Dear all,
We are currently using Redmine to monitor and track various projects and issues reported. As projects a... -
13:31 Plugins: RE: mod_webdav - strange behavior
- Are you using my [[PluginWebDav| Webdav Plugin for redmine]] or is your problem related to the generic WEBDAV module ...
- G'Day!
I'm running lighttpd on a dedicated server. When accessing from a Linux and a Mac OS X machine, I see a str... -
12:41 Help: RE: RAILS_ENV=YOUR_ENVIRONMENT script/about error but redmine with webrick runs fine.
- I'm sorry I don't know *cgi much, I'd suggest opening a new thread for that. The only problems I know of with *cgi ar...
-
01:35 Help: RE: RAILS_ENV=YOUR_ENVIRONMENT script/about error but redmine with webrick runs fine.
- Thanks guys, it worked after giving the correct Rails_ENV.
Here's my biggest problem. I am trying to access redmin... -
10:10 Help: RE: db migration error
- The fix was committed this morning (GMT). Please all update your installations and check if it works correctly now.
... -
00:45 Help: RE: problems after update
- Hello,
I had the same problem when upgrading from 0.9.3 to 1.0.0 under mongrel. I could track it down to a change i...
2010-07-23
-
23:56 Open discussion: RE: Basic question about accounts and LDAP
- Felix,
Thanks again! I just tried adding the user again, this time also specifying his role as Developer, and the... -
22:44 Open discussion: RE: Basic question about accounts and LDAP
- You have to choose members _and_ give them a role, selecting only either of both won't do anything.
-
21:14 Open discussion: RE: Basic question about accounts and LDAP
- Felix,
Thanks for the response. It worked just as you said - when I changed the authentication method to my LDAP ... -
00:38 Open discussion: RE: Basic question about accounts and LDAP
- I you have an LDAP source configured, you can choose whether to use the internal authentication or (one of) the LDAP ...
- Do documents have to be created in SourceEditor in order to be processed by MarkReader?
-
21:21 Help: RE: New issue watchers
- I think you don't need the use of watchers here, but to change the email notification preferences so that when an iss...
-
20:55 Help: RE: Problems Running: RAILS_ENV=production rake db:migrate
- I think you'd need to put the password in double quotes " " in the database.yml file.
-
17:39 Help: RE: Problems Running: RAILS_ENV=production rake db:migrate
- In case anyone has this problem in the future, after many hours I realized my password had a ; in it which was causin...
- Hello,
I am trying to run the command... -
20:01 Help: RE: Charts Plugin with 0.9.6
- Neal Bharadwaj wrote:
> How would I go about doing this?
>
> Patching RedmineCharts::has_sub_issues_functionality... -
19:40 Help: RE: Missing Calendar link
- never mind found it :)
it is listed under the issues list page. - I am looking to upgrade from version 0.9.4 to version 1.0.0
before upgrading i brought up redmine 1.0.0 on a test ... -
18:30 Help: RE: db migration error
- The solution by Joshua Masek worked for me. I was having the same migration issue as others reported.
My platforms... -
07:47 Help: RE: db migration error
- I am updating the redmine from 0.8.X to 1.0, and also met this problem. (win2003, mysql Ver 14.14 Distrib 5.1.43, fo...
-
00:25 Help: RE: db migration error
- Joshua Masek wrote:
> For what it's worth, I changed the file to (see the first 2 change_column commands):
>
> [.... -
18:09 Help: RE: Install Almost Done But Won't Work
- Some additional notes:
Ruby version 1.8.7 (x86_64-linux)
RubyGems version 1.3.1
Rack versi... - Couple Questions
# In CPanel, under the Redmine section the App Status says "Not Running," even when I click on Ru... -
18:04 Plugins: RE: Projects Tree View Plugin - Version 0.0.1
- Wow, that was fast! Thanks for sharing and the updated version!
We are testing the plugin with your *show.rhtml* and... -
16:57 Plugins: RE: Projects Tree View Plugin - Version 0.0.1
- Andrew R Jackson wrote:
> > * Near the top you'll see a block of code with orienting comments. It builds the data st... -
16:38 Plugins: RE: Projects Tree View Plugin - Version 0.0.1
- Andrew R Jackson wrote:
> * Near the top you'll see a block of code with orienting comments. It builds the data stru... -
16:34 Plugins: RE: Projects Tree View Plugin - Version 0.0.1
- Jeroen Kouwe wrote:
> > So we changed out almost all the code in @show.rhtml@ to support this. Image attached.
>
... -
11:08 Plugins: RE: Projects Tree View Plugin - Version 0.0.1
- Andrew R Jackson wrote:
> *3. Subprojects Tree Doesn't Expand*
>
> It would be cool if the @Subprojects@ tree sho... -
16:27 Plugins: RE: Erro ao utilizar o roadmap com o redmine 1.0
- Hi,
I'm using the advanced_roadmap, too.
I can use this plugin in redmine 1.0.0, maybe you have forgotten to call... -
14:55 Plugins: RE: Erro ao utilizar o roadmap com o redmine 1.0
- You mean run the advanced_roadmap plugin in redmine 1.0? You'll have to contact the author of the plugin for that, so...
-
14:53 Plugins: RE: Erro ao utilizar o roadmap com o redmine 1.0
- you know if you have any way to run the 1.0 roadmap in Redmine?
I need a help.
thanks. -
00:39 Plugins: RE: Erro ao utilizar o roadmap com o redmine 1.0
- I don't speak portuguese/brazilian, sorry, but from the pictures I can tell your problem comes from the advanced_road...
-
16:15 Plugins: RE: Code Review 3.1 -- How do I change the line spacing to closly match the font used for code views
- Steven Risner wrote:
> I will have a look at the pygments plug.
Hi Steven.
I found how to fix the pygments p... -
15:16 Help: RE: Redmine won't start on IIS, show index, works fine on webrick
- Thanks for attempting to help, anyway. Hope someone else can chime in.
-
15:14 Help: RE: Redmine won't start on IIS, show index, works fine on webrick
- Mmh, I'm in no way familiar with windows, and even less with IIS, so I won't be able to help you with that, sorry. I ...
-
15:03 Help: RE: Redmine won't start on IIS, show index, works fine on webrick
- Reverse proxy? huh... I have done that on Apache in the past, not sure on IIS.
I followed explanations to install he... -
14:58 Help: RE: Redmine won't start on IIS, show index, works fine on webrick
- What tutorial did you follow to make it work with IIS? Does IIS act as a reverse proxy in that case?
- I am just starting up. I went through all the oops to install on Windows 2003 and IIS6. It "seems" everything is OK, ...
-
14:36 Help: RE: Restart Redmine
- Thanks. That was valuable information. I copied the plugin folders also to the www/vendor/plugins folder and changed ...
-
11:49 Help: RE: problems with the ActiveResource.php
- Ok, several things:
# The issue REST API is not in 0.9.x, you will need a recent-ish trunk or the 1.0.0RC,
# Redm... -
11:47 Help: RE: problems with the ActiveResource.php
- Thank you Felix.
I missed to activate the Checkbox in the ACP. Shame on me -
11:45 Help: RE: problems with the ActiveResource.php
- My configuration:
Ruby version: Redmine 0.9.4.devel (MySQL)
Rails version: 2.2.3-2
Operating system: Ubuntu 10.4... -
11:45 Help: RE: problems with the ActiveResource.php
- I'm not familiar with PHP, but let's tackle the other side of the issue: your redmine installation is recent enough f...
- Hi,
I am about to find a solution to create new Tickets from a website written in PHP and found this article:
htt... - Hi!
Non-members don't have the possibility to create subprojects in any case, whatever the project they're browsin... - Redmine 0.8.7.devel.3085 (MySQL)
Is it possible to shorten the revision numbers in the activity stream to only sho... -
09:40 Help: RE: Appliction error on /projects/*
- So you both have a problem with URLs starting with projects while everything else in redmine works fine?
-
05:05 Help: RE: Appliction error on /projects/*
- I am also having the exact problem.
My environments:
CentOS 5.5.
Apache/2.2.15 (Unix)
Ruby 1.8.7
Rails 2.3.5... -
09:26 Help: RE: RAILS_ENV=YOUR_ENVIRONMENT script/about error but redmine with webrick runs fine.
- While Toshi's answer is technically correct, you will want to run @RAILS_ENV=production script/about@ as your environ...
-
09:07 Help: RE: RAILS_ENV=YOUR_ENVIRONMENT script/about error but redmine with webrick runs fine.
- You need to create config/environments/YOUR_ENVIRONMENT.rb and edit config/database.yml.
- I had followed several google links to install redmine,ruby, and rail.
I am able to run redmine with Webrick (ruby ... -
04:30 Plugins: RE: show last updated user in issue list
- Eric Davis wrote:
> I haven't seen one but that wouldn't be much work to implement.
>
> Eric Davis
Upon invest... -
03:20 Open discussion: RE: redmine mercurial mirror on bitbucket
- If you use "hg convert", you need to keep ".hg/shamap".
You can change shamap path by command option.
See http://me... -
03:06 Plugins: Mac OS X Identity Services plugin versions 1.1.1 and 1.2.0
- Today I released new versions of the Mac OS X Identity Services plugin:
v1.1.1 - Slight changes to Redmine 0.9.4 a... -
00:43 Help: RE: problems with debian/lenny packagings depends
- We don't provide the package for debian, sorry. Please report this issue to the debian bugtracker, thanks.
- Hi,
I already installed redmine package in my lenny debian. When I want to upgrade the redmine package (in followi... -
00:35 Help: RE: Redmine won't start, only shows index of
- Martin Backman wrote:
> And again, Felix I'm sorry, and I thank you for taking the time and replying to my posts. I ... -
00:31 Open discussion: RE: track UI
- I suppose you mean category, not track, and UI stands for User Interface.
Je suppose que tu as vu "UI" dans les ca...
Also available in: Atom