Archive for April, 2006

customizing trac

Tuesday, April 25th, 2006

trac is a lightweight, web based (software) project management tool. it includes a wiki, a ticketing/bug tracking system and a subversion browser.

i’m using trac for several projects, and am pretty happy with it. just one thing has always bothered me: after creating a new ticket, i usually want to get back to my favourite tickets report (in my case show active tickets grouped by priority). in the standard trac configuration, i have to click on view tickets in the main menu and then click on the correct report - way too much work after you’ve done it 1000 times.

so here is how to add your favourite ticket report to trac’s main menu:

  • locate a file called header.cs, you can find it in trac’s template folder. on debian this is /usr/share/trac/templates/
  • find out the id of the report you want to link to, it’s the number in the report url. in this example http://domain.com/trac/report/2 the report id is 2
  • copy it to <your trac instance>/templates
  • open it and look for <div id="mainnav">
  • this div contains all the links in the main menu
  • add the following code where you want your report link to appear:
    call:navlink("My Ticket Report", trac.href.report+"/2", ticket_view, trac.acl.REPORT_VIEW, "") ?>
  • replace 2 with your report id
  • that’s it.
Tags:

monome

Monday, April 17th, 2006

monome is simply a 8×8 or 16×16 button panel. you can connect it to any computer using usb. well, and then you can start doing all sorts of stuf: see the video

(via de:bug)

Tags:

firefox ads

Thursday, April 13th, 2006

firefoxflicks.com is collecting suggestions for creating a 30s tv ad for firefox. there are a couple of videos on display already. this one’s *so funny*:


oh and this one by pete macomber is so cool:

Tags:

no copy movie

Wednesday, April 12th, 2006

no-copy.org has published a short film (german) about piracy (not the guybrush threepwood like piracy), copyright, the music and film industry, free access to media and culture … nice.

Tags:

kumpir

Wednesday, April 12th, 2006

kumpir is baked potatoe and damn yummy. there’s a kumpir restaurant called ‘derin oragrillhaus’ in berlin neukoelln in the karl-marx-str. 155

(this is just a note to myself so i won’t forget the name. well, most of the stuff i post here is for myself so i don’t forget about it :P )

(via dogfood)

Tags:

Wordpress Gallery Plugin

Tuesday, April 11th, 2006

I have written a small wordpress plugin to integrate my photo galleries with the blog. As you can see I have been using it already in the last couple of days. It displays the random picture in the side bar and is also responsible for the picture viewers in my posts.

it requires a software called gallery installed on the same computer as wordpress to work. you can find all the information and download it here.

Tags:

asbach uralt

Tuesday, April 11th, 2006

Asbach Steinalt

(idea: nico)

Tags:

81 Tracks Mashup

Monday, April 10th, 2006

Bobby O’Donnell has released a 1:15h Mashup DJ-Set of 81 Songs of all kinds - from Boney M over LTJ Bukem, System of a Down, Miss Kitten, R.E.M., Radiohead, Roni Size, Goldie, Chemical Brothers, to Pink Floyd… hilarious….

(via spreeblick)

Tags:

ding dong! festival pictures

Sunday, April 9th, 2006

photo album

previous - next (1/32)

these are the pictures i took at the ding dong! art festival in hamburg today. it’s basically the ground floor of an empty shopping centre turned into a shared apartment for ~50 artists of all kinds and from all over the world. every one of them displays a project - from a styrofoam room, to video installations, to cassette tapes hanging from the wall, to a lake made of bottle lids, a 10m TV, a bar in a wall unit … very cool stuff. (+ free wireless internet :) )

(what do we learn from this: don’t use cell phone cameras inside of buildings, too much noise in the pictures)

Tags:

Actually programming flash

Thursday, April 6th, 2006

i’ve always hated flash because of the (to me) totally weird gui, which made it damn hard to create flash movies. now nico on progchannel.net discovered an open source solution based on eclipse where you can create flash simply by programming in an editor. he even created a screencast tutorial

Tags: