Edgewall Software

Changes between Initial Version and Version 1 of TracDev/FrenchDevCon2010


Ignore:
Timestamp:
Dec 5, 2010, 12:00:07 AM (13 years ago)
Author:
Christian Boos
Comment:

a short summary of the meeting held last month at my place

Legend:

Unmodified
Added
Removed
Modified
  • TracDev/FrenchDevCon2010

    v1 v1  
     1= Trac French Development Summit 2010 Wrap-up
     2
     3 Date:: 2010-11-18
     4 Location:: Strasbourg
     5 Attendees:: cboos, rblank
     6
     7This was our first face to face meeting, and it was quite a pleasure to get to know each other "in real life" ;-)
     8
     9We discussed lots of things, among which how we could manage to involve more people into Trac development, what are the next directions, how pleased we were of Trac [milestone:0.12] and many other things.
     10
     11== Specifics
     12
     13First we discussed a refactoring that I had in the works, about renaming `Context` into `RenderingContext` and some related changes (r10328). Still on the topic of rendering,
     14we discussed #9655 and my proof-of-concept implementation of the feature proposed by Itamar, and whether it was worth conveying the data needed by templates in the !RenderingContext or not. We found out that this idea didn't mix well with the nesting of rendering contexts, so for #9655 we decided to keep abusing the rendering hints, albeit in a cleaner way.
     15
     16We also had a brief look at the ApiDocs and at the WikiEngine.
     17
     18I tried to expose the merits of the GenericTrac approach, as well as its interest as a way to abstract away from the storage implementation details, which would enable us to implement #1132 in a modular way.
     19For the generic db storage, Remy suggested a approach similar to the one defended by cklein in GenericTrac/Brainstorm#Discussion, with NULL values in value columns not used.
     20
     21
     22== Hacking
     23
     24Then we focused on #1492, Remy showed me his wonderful canvas based revision log graph, and I negotiated a few minor visual tweaks ;-) The final version of the changes landed on trunk at the end of the day (r10330) and moments later it was deployed on t.e.o. See http://trac.edgewall.org/log/rblank/ for a sample.
     25
     26See also: timeline:2010-11-18
     27
     28Now looking forward to the next opportunity to work together ;-)
     29