Christian Boos
I'm part of the TracTeam since the 14th of March 2005.
- Trac Project: cboos
- IrcChannel: cboos
- email: < cboos-at-neuf-dot-fr >
Contributions to Trac
Shortcuts:
Documented Proposals:
- TicketTypes (integrated in 0.9) related tickets
- VersioningSystemBackend
- TracDiff (integrated in 0.10) related tickets
- TracMercurial (plugin for Mercurial, currently at v0.1)
- Wiki engine:
- InterTrac and InterWiki (complete) related tickets
- FlexibleWikiPageNames (complete)
- TracCrossReferences and BackLinks (work in progress) related tickets
- General:
- TracObjectModelProposal (brainstorming in progress) related tickets
- TighterSubversionIntegration, or more generally, storing object changes in a VersioningSystemBackend related tickets
I also worked a bit on the DatabaseBackend refactoring and plan to add support for Oracle one day...
Besides InterTrac, I'd like to expand the support for multiple projects:
My main development platform is TracStandalone on Windows, with PySqlite.
Next Steps
The road ahead:
- finalize WikiContext (ResourceDescriptor / RenderingContext split)
- finalize TimelineRefactoring and SearchRefactoring (timeline entries and search results rendering adapters)
- first stage of FieldRefactoring (for tickets)
- 0.11
- WikiEngine refactoring
- GenericTrac / TracObjectModelProposal
- second stage of FieldRefactoring
- multi-project support
- generalized change notifications
- TracCrossReferences (simplified - only implicit cross-references)
- VcRefactoring (improved cache, multi-repository support, commenting)
- 0.12
- AdvancedSearch
- Oracle support
- VC Storage backend
- Make sure all of the above works perfectly ;-)
- 1.0
See also TracDev/ToDo for the more immediate tasks.
Misc.
Topics I'm interested in (beyond Trac, but quite close as you can see):
- Source Code Management (Subversion, SVK, Hg)
- Software Construction (GNU make)
- Software Documentation
- Continuous Integration
- Collaborative Groupware (wikis)
- Computer Languages (Ruby, C++, O'Caml, Bash and ... Python)
Attachments
-
mimeview_conversion.diff
(50.0 kB) - added by cboos
2 years ago.
Work in progress -- IContentConverter and IHTMLPreviewRenderer merge
-
mantis_tickets.py
(1.6 kB) - added by cboos
23 months ago.
Simple plugin that can be used to redirect ticket references to another ticket system (here, Mantis), if Trac's builtin ticket system has been disabled. Simple standalone plugin for 0.10, simply copy that file in your $TRAC_ENV/plugins directory.
-
wiki2x_in_templates.diff
(55.5 kB) - added by cboos
20 months ago.
move most of the wiki_to_html and wiki_to_oneliner calls in the Genshi templates
-
blame-screenshot2.png
(67.9 kB) - added by cboos
16 months ago.
A screenshot of the upcoming annotate support for the TracBrowser (see source:sandbox/blame)
-
ticket_edit_mode-new.png
(38.3 kB) - added by cboos
15 months ago.
Ticket "edit mode" proof of concept
-
ticket_edit_mode-new-preview.png
(39.7 kB) - added by cboos
15 months ago.
Previewing a new ticket (note the possibility to go back to edit mode)
-
ticket_edit_mode-existing.png
(37.4 kB) - added by cboos
15 months ago.
Edit an existing ticket (show the old value and place the input field for the new value just below)
-
ticket_edit_mode-existing-preview.png
(49.1 kB) - added by cboos
15 months ago.
Preview changes to an existing ticket
-
ticket_edit_mode-r4932-ticket-preview.diff
(19.9 kB) - added by cboos
15 months ago.
The work-in-progress patch I used to produce the above prototypes
-
timeline-refactoring.patch
(39.4 kB) - added by cboos
7 months ago.
clean-up the API changes that were introduced during 0.11dev.
-
is_member_of
(3.9 kB) - added by cboos
7 months ago.
Add some ways to get the groups of a given user, on top of the source:/sandbox/context-refactoring branch (r6106). Basically, there's now a PermissionSystem.get_user_groups(username) method and a perm.groups() method, both returning a set of groups to which the user belongs. The latter one also caches the result.
-
genshi-bug-deque-mutated-during-iteration.htm
(103.9 kB) - added by cboos
7 months ago.
weird genshi error
