Brad Anderson | 3 Jan 2005 07:39

PostgreSQL Conversion

Hi all,

This weekend, I tinkered with a patch to allow Trac to work with a PostgreSQL 
database instead of SQLite.  It is just the beginning of what is required, 
but I got most modules to at least come up and render data.

http://trac.dsource.org/projects/test/wiki/PostgresqlPatch

Comments are welcome.

Cheers,
Brad

See also:
http://projects.edgewall.com/trac/ticket/126
http://projects.edgewall.com/trac/wiki/DatabaseBackend
Muness Alrubaie | 3 Jan 2005 22:30
Picon

Tags

I've implemented tagging support for Trac.  I was able to do so
without having to modify Trac itself and did the whole thing through
macros.

The implementation is documented at
http://dev.muness.textdriven.com/trac.cgi/wiki/tags .  Here's a
snippet:

-----------
Tags are like hierarchically organized wiki entries, however with them
you can categorize a wiki entry under multiple tags and not just under
one hierarchy. You can then search for wiki entries categorized under
a tag or a collection of tags. In other words, tags provide a faceted
classification system for the Trac wiki.

As an added bonus, tags are linked to the wiki entry of the same name,
allowing you to describe them explicitly under the wiki entry of the
same name. This allows for a flexible means for establishing the
context of wiki entries. Besides this, tags also make it incredibly
easy to create todo lists or indexes.

Tags don't have to be predefined. As long as there are wiki entries
categorized under a tag, it'll be automatically created.

Tags are similar to labels in gmail, tags in the social bookmark
manager, del.icio.us and the photo sharing site, Flickr and WikiMedia
categories. They are substantially different than the latter because
tags are intimately tied with wiki entries of the same name, whereas
WikiMedia Categories are just indexes.
-----------
(Continue reading)


Gmane