The Artima Developer Community
Sponsored Link

Web Buzz Forum
Essential plugins for Trac

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Cheah Chu Yeow

Posts: 883
Nickname: redemption
Registered: Jun, 2003

Cheah Chu Yeow is no one of any importance
Essential plugins for Trac Posted: Aug 23, 2006 8:36 PM
Reply to this message Reply

This post originated from an RSS feed registered with Web Buzz by Cheah Chu Yeow.
Original Post: Essential plugins for Trac
Feed Title: redemption in a blog
Feed URL: http://blog.codefront.net/xml/rss20/feed.xml
Feed Description: ramblings of a misfit - web development, Mozilla, Firefox, Thunderbird, CSS, programming
Latest Web Buzz Posts
Latest Web Buzz Posts by Cheah Chu Yeow
Latest Posts From redemption in a blog

Advertisement

I’ve been setting up several Trac installations recently, and while Trac by itself is already pretty awesome (I love it’s simplicity and functionality that doesn’t get in the way), I was pretty dismayed to discover that administration isn’t that great. Configuring Trac is a matter of (more) hacking at the command line with the trac-admin script, and user administration is managed with htpasswd or whatever authentication scheme that you choose (point being, you can’t manage users via Trac itself).

Thankfully, there are some plugins that you can install to alleviate the situation. Trac itself publishes the WebAdmin plugin, which is slated for inclusion in Trac in Trac 0.11. This adds a web interface to trac-admin and it’s pretty darned useful when used with two other plugins: Account Manager plugin and WebAdmin Users plugin.

Account Manager plugin adds HTML form-based login instead of the default HTTP authentication with plain olde Trac (plus user registration and changing of passwords). I’ll let you in on a secret – I never managed to configure my Trac installs properly to use HTTP auth, but with this plugin it just worked.

The WebAdmin Users plugin let’s you add/remove users via WebAdmin plugin.

Managing user account with Trac WebAdmin Users

By the way, if anyone has got a Linux binary for mod_dav_svn.so for Apache 2.2, let me know – I’m too lazy to go through the whole trouble of compiling it.

Read: Essential plugins for Trac

Topic: 10 Things Cobol Should Steal From Java Previous Topic   Next Topic Topic: Ruby on Rails Releases Yet Another Emergency Security Upgrade - 1.1.6

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use