[PLUG] OS Bug Tracking systems

Andrew Livesay andrew.livesay at gmail.com
Mon Jun 27 21:39:34 UTC 2011


Definitely give Redmine a try!  We've been using it for a while now
and really love it.  I suggest running it through Passenger
(http://www.modrails.com/) if you can.

If you end up using HTTP authentication, you may want to include the
following edits to hide the default Redmine account-related links.
I'm doing this using mod_auth_kerb/mod_auth_ldap, but it should work
just as well with mod_auth_openid.

-a

===================================================================---
app/views/my/account.rhtml  (revision 5556)+++
app/views/my/account.rhtml  (working copy)
@@ -1,5 +1,5 @@ <div class="contextual">-<%=
link_to(l(:button_change_password), :action => 'password') if
@user.change_password_allowed? %>+<!--%=
link_to(l(:button_change_password), :action => 'password') if
@user.change_password_allowed? %-->
 <%= call_hook(:view_my_account_contextual, :user => @user)%> </div>
<h2><%=l(:label_my_account)%></h2>
Index: app/views/my/password.rhtml
===================================================================---
app/views/my/password.rhtml (revision 5556)+++
app/views/my/password.rhtml (working copy)@@ -1,4 +1,4 @@
-<h2><%=l(:button_change_password)%></h2>+<h2><%=l(:button_change_password)%></h2-->
 <%= error_messages_for 'user' %>
Index: lib/redmine.rb===================================================================---
lib/redmine.rb      (revision 5556)+++ lib/redmine.rb      (working
copy)
@@ -157,7 +157,7 @@   menu.push :login, :signin_path, :if => Proc.new
{ !User.current.logged? }   menu.push :register, { :controller =>
'account', :action => 'register' }, :if => Proc.new {
!User.current.logged? && Setting.self_registration? }
   menu.push :my_account, { :controller => 'my', :action => 'account'
}, :if => Proc.new { User.current.logged? }-  menu.push :logout,
:signout_path, :if => Proc.new { User.current.logged? }
+#  menu.push :logout, :signout_path, :if => Proc.new {
User.current.logged? } end  Redmine::MenuManager.map :application_menu
do |menu|



On Mon, Jun 27, 2011 at 12:35 PM, Cooper Stevenson
<cooper at cooper.stevenson.name> wrote:

Most houses use Redmine--it does not only bug tracking but project
management as well. If your shop doesn't use the PM features now they
will eventually.

Make your developers happy with a good bug tracking system found in
Redmine. Make your managers happy with a good project management system
found in Redmine.

My 10-second look reveals that Redmine has some openID support though I
am not sure to what extent.


Very Best,


D. Cooper Stevenson
--

D. Cooper Stevenson
ph:  541.971.0366
em:  cooper at cooper.stevenson.name
www: http://cooper.stevenson.name

_______________________________________________
PLUG mailing list
PLUG at lists.pdxlinux.org
http://lists.pdxlinux.org/mailman/listinfo/plug



More information about the PLUG mailing list