Tony Rooke : 2005
55.2 m surveyed this year.
Other years: | 1990 | 1991 | 1992 | 1996 | 1997 | 1999 | 2000 | 2001 | 2002 | 2003 | 2004 | 2005 | 2007 | 2008 | 2009
Wallet status | 1990 | 1991 | 1992 | 1996 | 1997 | 1999 | 2000 | 2001 | 2002 | 2003 | 2004 | 2005 | 2007 | 2008 | 2009
Table of all trips and surveys aligned by date
Date | Trips | Surveys | |||
---|---|---|---|---|---|
July 16, 2005 | Journey to Austria - Drive out | Journey to Austria | |||
July 23, 2005 | 204 - Cresta Run Push | 204 | |||
July 27, 2005 | 204 - Cresta Run | 204 | highhopes2 | 55.2 m |
Horrible convoluted bug here, but only for some survex files. Mostly, a survex block is duplicated. But not always.
e.g. see Wookey 1999 where there are one eiscream survex block on 5th August in eiscream.svx
It duplicates it. Also on 4th Aug. there is only one block, but it gets shown twice.
The interaction of django database query idioms with django HTML templating language is a bit impenetrable here.
I blame Aaron Curtis who was too fond of being clever with the Django templating system
instead or writing it in python anyone could understand.
- The template is in troggle/templates/personexpedition.html
- The code is in function personexpedition() which calls
get_person_chronology() in troggle/core/views/logbooks.py
- the connection between the two is made in the URL resolver in troggle/urls.py
To be fixed!