Activity
From 2009-02-17 to 2009-02-19
2009-02-19
-
20:10 Open discussion: RE: Use apache to proxy Redmine and use .htaccess problem
- Hi,
i think there are missing some things:... -
19:07 Open discussion: RE: Hide list of members in project overview
- That works alright, but how would I grant access to someone that isn't a site administrator. I see the admin property...
-
06:30 Open discussion: RE: Hide list of members in project overview
- Just add a check to see if the current user is an admin:...
- My installation is configured such that redmine executes as a non-privileged user. The installation guide at http://...
-
18:11 Help: RE: Probable Apache config issue.
- After a clear restart of httpd and connecting to the secondary Redmine site I find this in the pas-redmine_ssl_access...
- OS = CentOS-5.3
Apache-2.2.3 (https)
Ruby-1.8.6
Rails-2.1.2
Mod_Rails-2.0.6
Redmine r2480 (v-8.0)
Here is the... -
18:11 Open discussion: RE: LDAP Authentication
- OK I'll try this tomorrow.
Greetings -
17:02 Open discussion: RE: LDAP Authentication
- The base DN field should not be blank.
In your case it would contain "CN=Users,DC=domain,DC=com".
Hope it helps.
-
15:31 Open discussion: RE: LDAP Authentication
- Hey Anders,
I've applied your patch file and made the changes to database and schema. I have done the migrations a... -
14:11 Open discussion: RE: LDAP Authentication
- Ofcourse not production. Some guys word be really pissed about that here :)
Thanks for the patch I'm going to test... -
13:14 Open discussion: RE: LDAP Authentication
- Ok, what i did is that i added another settings field in "Administration->Settings->Authentication->LDAP Authenticati...
-
11:28 Open discussion: RE: LDAP Authentication
- Anders Gustafsson wrote:
> Any progress on this issue, Martin?
>
> I needed the same functionality, so i added so... -
09:56 Open discussion: RE: LDAP Authentication
- Any progress on this issue, Martin?
I needed the same functionality, so i added something similar like Jürgen sugg... - Hi all,
what would you think of having the function "search" to be capable of finding also the documents and/or fi... -
16:57 Open discussion: RE: Idea for document versioning
- I agree with Karl about the dependency.
Isaac, one turnaround to comply with your request, could be to comment your ... -
16:17 Open discussion: RE: Idea for document versioning
- Hi,
the simple answer is, cause not everybody has SVN installed or is willing to use it...cause there exist git, mer... - Hello,
There's a feature request to add versioning to document management module. Could it be possible to use repo... - hi im trying to embed a usability video using the embedded plugin. Not sure what my problem is but i keep getting a w...
-
13:39 Help: RE: Does Redmine have trouble reading incoming mails encoded with base64?
- After performing an update a few months back, Redmine was able to read email that were base64 encoded. However, after...
-
12:46 Help: RE: Associated revisions
- See #1253. This was fixed a while back for 0.7.2
Cheers
Russell -
12:44 Help: RE: Associated revisions
- Is there any solution?
-
12:23 Help: RE: Git branch tracking
- Another version of git branches support . I made it those past weeks and share in case it feets other needs than the ...
-
11:52 Help: RE: Redmine Bitnami Linux 0.8.0 - Subversion Problem
- LOG
- Hello,
I installed the Redmine Bitnami Stack 0.8.0 on a CentOS Linux Server.
Everything works fine, except the Subv... - I'm having issues creating an SVN branch on when using Redmine.pm. I can commit and checkout just fine but when I try...
-
05:17 Plugins: RE: Detecting a change in an issue
- Romano Silva wrote:
> Hey Brad,
>
> I followed your reply to my post http://www.redmine.org/boards/2/topics/show/... -
04:34 Plugins: RE: Detecting a change in an issue
- Hey Brad,
I followed your reply to my post http://www.redmine.org/boards/2/topics/show/4173 and I think controller... -
04:27 Help: RE: Script after status change
- Yeah, "I asked about that too":http://www.redmine.org/boards/3/topics/show/4076 a few days back. No luck so far.
- hello,
I would like to execute a command (database update) after an issue changes its status (or any other field I... -
02:59 Open discussion: RE: Screencasts about Installation (Part I) and first project in Redmine (Part II)
- Brad Beattie wrote:
> Look at YOURURL/time_entries. Notice that you can, in this details mode, edit or delete specif... -
02:58 Open discussion: RE: Screencasts about Installation (Part I) and first project in Redmine (Part II)
- Look at YOURURL/time_entries. Notice that you can, in this details mode, edit or delete specified entries.
-
02:58 Open discussion: RE: Time Tracking: How to remove time.
- Look at YOURURL/time_entries. Notice that you can, in this details mode, edit or delete specified entries.
-
01:53 Open discussion: RE: Redmine 0.8 in Dreamhost
- Enderson Maia wrote:
> I've done everything you said before, but still have the error.
>
> @uninitialized constan...
2009-02-18
- Hi,
I am new to redmine. Very neat tool. We have the incoming email via rdm-mailhandler.rb setup and things seem... - Hi, i started a little series about Redmine as Screencasts...You can find it "here":http://www.soebes.de/public/scree...
-
22:08 Plugins: RE: Member selection chain
- Seems this did the trick.
@@users = @projects.collect{|p| p.members }.flatten.select {|m| m.role.allowed_to?(:view... - Given a set of projects, I'm trying to find any user that has a specific permission on any of those projects. Below i...
-
21:41 Plugins: RE: ToDo lists plugin
- david lyons wrote:
> ... and see if it warrants inclusion on the Wiki plugins list :)...
My opinion is that it wo... -
03:01 Plugins: RE: ToDo lists plugin
- There is one in the root of the git tree :)
http://github.com/dalyons/redmine-todos-scrum-plugin/blob/552a4d8e43bf... -
02:55 Plugins: RE: ToDo lists plugin
- i know i'm lazy but some screenshots would be nice :)
-
20:56 Help: RE: How to change issue tracker.
- I found a way to do this, but it is far from being obvious or direct.
The technique is to "move" the issue from it... - I may be missing something obvious but how does one alter the issue tracker? The default is Bug and this category ge...
-
20:26 Help: RE: Redmine can't find svn command
- I fixed my problem temporarily by modifying
> ./lib/redmine/scm/adapters/subversion_adapter.rb
I changed line ... -
19:53 Help: RE: Redmine can't find svn command
- Any ideas on this? I'm willing to work through this on my own but I need a little direction.
Thanks! -
19:40 Help: RE: Custom Fields not showing up in bulk edit
- You have to make sure the custom field isn't global, and then add it to your project individually.
- Hey all,
We've install r2478 by checking out from source, but we don't seem to have the ability to bulk edit cust... - Hi there.
I've set up a fresh installation of redmine 8.1 on my freebsd box following the install guide.
Everything... -
18:14 Open discussion: RE: upgrade from 0.8.0 to 0.8.1
- hi
I deleted all files in the folder and unzip again, It works now, but 0.8.0 version. I still need to update to 0... -
18:02 Open discussion: RE: upgrade from 0.8.0 to 0.8.1
- hi All
Please help me, help me
After I upload source code overwrite to current - I run my site at: http://custo... - Hello,
Is it possible to manage project goals in Redmine?
I can't find such functionality in trunk. Maybe there is ... - I was wondering if there is a simple way to change / delete etc.. time from an issue.
For example if a developer ... - Hello All,
I've been looking for a plugin to create invoice for a client.
I want the following:
- Developers... -
17:49 Help: RE: Time Tracking: How to remove time.
- I never got an answer to this. Anyone? Hello Any? How do I remove time from TIme Tracker?
-
17:14 Help: RE: Project columns 'lft' and 'rgt' empty after migration 104
- I just replayed the migration back and forth, but Projects.rebuild! just isn't executed – it works only from the CLI....
-
17:02 Help: RE: Project columns 'lft' and 'rgt' empty after migration 104
- Apparently migration 105 failed, probably because a PATH problem in my setup. I invoked Projects.rebuild! from the Ru...
-
16:27 Help: RE: Project columns 'lft' and 'rgt' empty after migration 104
- I assume the values should have been set in migration 105, but apparently this has not happened. Here's the output of...
- Hi everybody,
I just upgraded my Redmine installation. Migration 104 (104_add_projects_lft_and_rgt.rb) created new... -
14:37 Open discussion: RE: install redmine on Linux, and get rake aborted error.
- You should have a Ruby 1.8.6 or 1.8.7.
For the vendor/rails directory, it comes in your redmine main directory (yo... -
10:31 Open discussion: RE: install redmine on Linux, and get rake aborted error.
- Thanks for your reply. And I am successed for executing "gem install rails".
Later, I have try ruby 1.8.1, now: ra... -
04:58 Open discussion: RE: install redmine on Linux, and get rake aborted error.
- Jean-Baptiste Barth wrote:
> I don't know if it is related to your problem, but if I'm not wrong ruby1.9 is not supp... -
14:35 Open discussion: RE: Authentication with Redmine.pm keeps failing
- I met this problem as well. Besides that, sometimes I even got a signal segmentation fault error when I tried to acc...
-
14:25 Open discussion: RE: Agile methodologies and Redmine
- Sorry, this is really getting off-topic.
> I have to create a custom field for Issues called Story Points, right? ... - For security purposes I would like to suppress the list of members in the project overview to everyone accept the pro...
-
09:09 Help: RE: Now to attach file to wiki page
- Sorry, I see "New file" link now :)
-
09:07 Help: RE: Now to attach file to wiki page
- For Manager role I see only "Delete attachments" privillege, but I can't see "Add attachments" privillege. All privil...
-
08:24 Open discussion: RE: rails compatibility, debian package
- oops, i did not see the bottom of the page i linked, 2.1.2 is the only completed milestone...
- As of today, one can't package redmine for debian, due to rails version mismatch.
I'm trying to get debian to packag... - Hi Guys,
I've recently installed Redmine in our svn server and so far I can access Redmine via http://hostname.org... -
05:21 Plugins: RE: Rails Engines and extending the issue model
- Dario Nuevo wrote:
> But now I'm in the situation that I want to alter the issue model. And as I've read, overriding... -
05:11 Plugins: RE: Enumeration API change in r2472 - undefined method 'get_values'
- Eric Davis wrote:
> I disagree, if the core had to manage workarounds for third party code it would become unmaintai... -
05:04 Plugins: RE: Enumeration API change in r2472 - undefined method 'get_values'
- Tim Klein wrote:
> i would say a func like this should be implemented in the redmine core
I disagree, if the core... -
01:54 Plugins: RE: Enumeration API change in r2472 - undefined method 'get_values'
- i would say a func like this should be implemented in the redmine core
on one hand i can understand why not
on t... -
01:50 Plugins: RE: Enumeration API change in r2472 - undefined method 'get_values'
- sounds pretty interesting
i will check it out!
thanks for that -
01:25 Plugins: RE: Enumeration API change in r2472 - undefined method 'get_values'
- Instead of just changing @get_values('IPRI')@ to @priorities@, I ended up implementing a workaround in my Stuff To Do...
-
04:54 Open discussion: RE: Features - which one wanted?
- Lars Pehrsson wrote:
> I noticed some people in the forums as an answer write "+1" I interpret this as, I want this ... - I'm happy to announce that I've just released a new plugin, the [[PluginQuestion|Question plugin]]. The "release ann...
2009-02-17
-
22:12 Open discussion: RE: upgrade from 0.8.0 to 0.8.1
- Yukos Vietnam wrote:
> ...I installed Redmine...
How did you install and retrieved the source of Redmine 0.8.0 in... -
02:09 Open discussion: RE: upgrade from 0.8.0 to 0.8.1
- hi
Tks for your quick reply.
I installed Redmind on website - "my site here":http://customer.erpvn.com
I wo... -
01:47 Open discussion: RE: upgrade from 0.8.0 to 0.8.1
- See the wiki-page [[RedmineUpgrade]] in the [[Guide|Redmine Guide]].
HTH... - hi
I am using 0.8.0 - Could you help me how to upgrade to 0.8.1?
Thanks in advance -
22:08 Open discussion: RE: Features - which one wanted?
- +1 I agree, it would be good to provide a method to elevate features by interest.
- We use Redmine for our projects are and very happy with this, and we really want to see this gronwing in the right di...
First, download the Windows NT Resource Kit: http://www.microsoft.com/downloads/details.aspx?familyid=9d467a69-57ff...-
19:18 Open discussion: RE: Agile methodologies and Redmine
- Nice post, Arturo. Helped me a lot.
Dan Hodos,
Congratulations for the initiative.
Anyone,
I already try man... -
17:29 Open discussion: RE: Import from Lighthouse
- I've made some fixes and enhancements to the script. The major fix was to correctly handle the pagination of tickets ...
-
13:16 Open discussion: RE: install redmine on Linux, and get rake aborted error.
- I don't know if it is related to your problem, but if I'm not wrong ruby1.9 is not supported for the moment.
Did t... -
09:59 Open discussion: RE: install redmine on Linux, and get rake aborted error.
- Redmine Version: redmine-0.8.1.tar.gz or redmine-0.8.0.tar.gz
==== all blow install under user webapp ===
1. inst... -
08:30 Open discussion: RE: install redmine on Linux, and get rake aborted error.
- Try to give us a "script/about", and/or your ruby, rake, and gems version (minimum).
-
05:42 Open discussion: RE: install redmine on Linux, and get rake aborted error.
- Can anyone help me?
-
11:06 Open discussion: RE: Subticket/SubIssue Feature
- +1 very useful idea, redmine will replace MS Project if you will do it.
-
07:49 Help: RE: Troubleshooting retrieving emails via IMAP from GMAIL account
- rake redmine:email:receive_imap RAILS_ENV="production" host=imap.gmail.com port=993 ssl=1 username=joe@example.net pa...
- install redmine on Redhat Linux Enterprise advance Server 4 Update 3, I get an error like this:
------------------... -
01:10 Plugins: RE: Enumeration API change in r2472 - undefined method 'get_values'
- Tim Klein wrote:
> ... to get the stuff to do plugin running
>
> edit in vendor/plugins/stuff_to_do/app/models/ne... -
00:28 Plugins: RE: Enumeration API change in r2472 - undefined method 'get_values'
- ... to get the stuff to do plugin running
edit in vendor/plugins/stuff_to_do/app/models/next_issue_filter.rb
...
Also available in: Atom