Edgewall Software

Changes between Version 6 and Version 7 of ChristianBoos


Ignore:
Timestamp:
Sep 1, 2005, 4:14:18 PM (19 years ago)
Author:
Christian Boos
Comment:

Clean-up + new mail address

Legend:

Unmodified
Added
Removed
Modified
  • ChristianBoos

    v6 v7  
    11= Christian Boos =
     2
     3Since the 14^th^ of March 2005, I have commit access.
     4Here's my playground: source:branches/cboos-dev
    25
    36 * '''Trac Project:''' cboos
     
    58 * '''email:'''
    69   * <[mailto:cboos@bct-technology.com cboos@bct-technology.com]>
    7    * < cboos @ wanadoo fr >
     10   * < cboos-at-neuf-dot-fr >
    811
    9 I'm interested in Trac because it's the ideal platform
    10 for making improvements to the Software Development Process
    11 of my company.
     12== Contributions to Trac ==
    1213
    13 I'm interested about the following topics:
     14Shortcuts:
     15 * tickets I've [query:?owner=cboos&status=closed&resolution=fixed completed]
     16 * [query:?status=new&status=assigned&status=reopened&group=&owner=cboos&order=priority TODO] tickets
    1417
    15  * Improving Subversion support
    16    * I think a TighterSubversionIntegration
    17      would be a good thing
    18    * support for copy and renames #295
    19    * SVK support #978
    20    * svn:log editing #781
    21    * arbitrary diff support (#199 and more)
    22    * stop on copy when viewing branch revision logs (actually,
    23      the combination of #1428 and #426 should achieve this better)
    24  * Trac should be more object-oriented:
    25    See TracObjectModelProposal, being implemented in
    26    [source:branches/cboos-dev/trac-obj-branch trac-obj branch]
    27    * Adding TracCrossReferences, which is implemented in
    28      [source:branches/cboos-dev/xref-branch xref branch]
    29    * comments for all trac objects, not just tickets #955
    30    * custom fields for all trac objects, not just tickets #1386
    31    * attachments for all trac objects, not just wiki pages and tickets
    32    * Editable wiki for all Trac objects:
    33      * Changeset svn:log editing #781
    34      * Source
    35    * Relationships between Trac Objects (''freaking stuff'')
    36      * ticket dependencies #30, #226 (also part of TracCrossReferences)
    37      * ticket duplicates #1395
    38      * master tickets #886
    39      * Lightweight Object Model using __is-a__ relationships
    40        * Wiki Templates #1376, #505
    41        * the possible values for properties should be defined on
    42          object templates #11
    43        * the same for text ticket fields (priority, severity, etc.)
    44        * components should be ComponentObject pages #1135
    45        * milestones should be MilestoneObject pages
    46      * Flexible workflow support (NewWorkflow as a particular case)
    47  * Wiki enhancements
    48    * Adding InterTrac links
    49    * Add support for links to attachments #944
    50    * TracLinks for {{{query:}}} #909
    51    * WikiMacros enhancements #801
    52  * Ticket enhancements
    53    * Adding ''category'' to Tickets #919, which is implemented in
    54      [source:branches/cboos-dev/category-branch category branch]
    55    * More types for Custom fields:
    56      * multi-selectable fields #918
    57      * wiki textareas #1392
    58  * Timeline enhancements
    59    * Viewing ticket modifications from the Timeline #890
    60    * Editable ticket comments #454
    61  * General enhancements
    62    * Centralized (hierarchical?) {{{trac.ini}}} file #1051
    63    * Add more control over attachments #948
    64    * Paging support #426
    65  * Release Management module #682
    66  * Project Management #440
    67  * Multiple projects support
    68    * See TracMultipleProjects/SingleEnvironment
    69      and TracMultipleProjects/MultipleEnvironments
     18Documented Proposals:
     19 * TicketTypes (now in trunk)
     20 * TracDiff (complete)
     21 * InterTrac and InterWiki (complete)
     22 * TracCrossReferences (work in progress)
     23 * TighterSubversionIntegration
     24 * TracObjectModelProposal (started)
    7025
     26An overview of my active development branches
     27can be found in this [source:branches/cboos-dev/README README].
    7128
    72 Since the 14^th^ of March 2005, I have commit access.
    73 Here's my playground: source:branches/cboos-dev
     29== Misc. ==
    7430
    75 Topics I'm interested in:
    76  * Source Code Management
    77    [http://subversion.tigris.org Subversion]
    78    [http://svk.elixus.org SVK]
    79  * Software Construction (GNU {{{make}}}
     31Topics I'm interested in (beyond Trac, but quite close as you can see):
     32 * Source Code Management ([http://subversion.tigris.org Subversion],
     33   [http://svk.elixus.org SVK], [http://www.selenic.com/mercurial/ Hg])
     34 * Software Construction (GNU `make`)
    8035 * Software Documentation
    8136 * Continuous Integration
    8237 * Collaborative Groupware (wikis)
    83  * Computer Languages
    84    * [http://www.ruby-lang.org/en Ruby]
    85    * C++, O'Caml, Bash
    86    * Ah yes, [http://www.python.org Python].
    87      I learned to like this one too (which is not an easy thing
    88      to do, after several years of Ruby), thanks to Trac :)
    89 
    90 
     38 * Computer Languages ([http://www.ruby-lang.org/en Ruby],
     39   C++, O'Caml, Bash and ... [http://www.python.org Python])