Edgewall Software

Changes between Version 8 and Version 9 of TracDev/Topics


Ignore:
Timestamp:
May 9, 2016, 7:11:52 PM (8 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • TracDev/Topics

    v8 v9  
    1 [[PageOutline(2-3)]]
    2 = Development Topics =
     1[[PageOutline(2-3,Contents)]]
    32
    4 This page presents several collections of tickets, based on our "standardized" keywords (see TracTicketTriage#Keywords).
    5 This topic overview enables one to see related tickets that are eventually spread accross different components and different milestones.
     3= Development Topics
    64
     5This page presents collections of tickets, based on our "standardized" keywords, see TracTicketTriage#Keywords.
     6This topic overview enables one to see related tickets that are eventually spread across different components and different milestones.
    77
    8 == Related to work done in branches ==
     8== Related to work done in branches
     9
    910 * '''multirepos''' - see also MultipleRepositorySupport
    1011   [[TicketQuery(order=priority,col=summary|component|milestone,format=table,keywords=~multirepos,status=!closed)]]
     
    2021   [[TicketQuery(order=priority,col=summary|component|milestone,format=table,keywords=~tracobject,status=!closed)]]
    2122
    22 == Related to some technology/APIs used ==
     23== Related to some technology/APIs used
     24
    2325 * '''datetime'''  [[TicketQuery(order=priority,col=summary|component|milestone,format=table,keywords=~datetime,status=!closed)]]
    2426 * '''unicode''' - see also TracDev/UnicodeGuidelines
     
    2628 * '''wsgi'''  [[TicketQuery(order=priority,col=summary|component|milestone,format=table,keywords=~wsgi,status=!closed)]]
    2729
    28 == wannabee components ==
     30== Wannabee components
     31
    2932 * '''svnauthz''' - see also SvnAuthz
    3033   [[TicketQuery(order=priority,col=summary|component|milestone,format=table,keywords=~svnauthz,status=!closed)]]
     
    4447   [[TicketQuery(order=priority,col=summary|component|milestone,format=table,keywords=~i18n,status=!closed)]]
    4548
    46 == Related to backends and other 3rd party software ==
     49== Related to backends and other third party software
    4750   
    48 === ["DatabaseBackend"]s ===
     51=== ["DatabaseBackend"]s
     52
    4953   * '''mysql''' - see also MySqlDb
    5054     [[TicketQuery(order=priority,col=summary|component|milestone,format=table,keywords=~mysql,status=!closed)]]
    51    * '''postgres'''
     55   * '''postgresql'''
    5256     [[TicketQuery(order=priority,col=summary|component|milestone,format=table,keywords=~postgres,status=!closed)]]
    5357   * '''sqlite''' - see also PySqlite
    5458     [[TicketQuery(order=priority,col=summary|component|milestone,format=table,keywords=~sqlite,status=!closed)]]
    5559
    56 === ["VersioningSystemBackend"]s ===
     60=== ["VersionControlSystem"]s
     61
    5762   * '''svn''' - see also TracSubversion
    5863     [[TicketQuery(order=priority,col=summary|component|milestone,format=table,keywords=~svn,status=!closed)]]
     
    6469     [[TicketQuery(order=priority,col=summary|component|milestone,format=table,keywords=~git,status=!closed)]]
    6570
    66 === Python compatibility issues ===
     71=== Python compatibility issues
     72
    6773   * '''python25'''
    6874     [[TicketQuery(order=priority,col=summary|component|milestone,format=table,keywords=~python25,status=!closed)]]
     
    7076     [[TicketQuery(order=priority,col=summary|component|milestone,format=table,keywords=~python26,status=!closed)]]
    7177
    72 === Other Python packages used ===
     78=== Other Python packages used
     79
    7380   * '''genshi'''  [[TicketQuery(order=priority,col=summary|component|milestone,format=table,keywords=~genshi,status=!closed)]]
    7481   * '''babel''' - see also ["TracL10N"]
    7582     [[TicketQuery(order=priority,col=summary|component|milestone,format=table,keywords=~babel,status=!closed)]]
     83   * '''jinja''' - see also TracDev/Proposals/Jinja
     84     [[TicketQuery(order=priority,col=summary|component|milestone,format=table,keywords=~jinja,status=!closed)]]
    7685   * '''pytz'''  [[TicketQuery(order=priority,col=summary|component|milestone,format=table,keywords=~pytz,status=!closed)]]
    7786   * '''pygments'''
     
    8089     [[TicketQuery(order=priority,col=summary|component|milestone,format=table,keywords=~docutils,status=!closed)]]
    8190
    82 == Platform specific issues ==
     91== Platform specific issues
     92
    8393   * '''windows'''
    8494     [[TicketQuery(order=priority,col=summary|component|milestone,format=table,keywords=~windows,status=!closed)]]
     
    8898     [[TicketQuery(order=priority,col=summary|component|milestone,format=table,keywords=~macosx,status=!closed)]]
    8999
    90 == Presentation issues ==
     100== Presentation issues
     101
    91102   * '''layout''' - issues with the organization of the pages
    92103     [[TicketQuery(order=priority,col=summary|component|milestone,format=table,keywords=~layout,status=!closed)]]
     
    113124       [[TicketQuery(order=priority,col=summary|component|milestone,format=table,keywords=~chrome|webkit,status=!closed)]]
    114125
    115 == Other kinds of grouping ==
    116    * '''crash''' - There's a segmentation fault or other serious OS level error implied
     126== Other groupings
     127
     128   * '''crash''' - There's a segmentation fault or other serious OS-level error implied
    117129     [[TicketQuery(order=priority,col=summary|component|milestone,format=table,keywords=~crash,status=!closed)]]
    118    * '''memory''' - Out of memory condition, most probably involving memory leaks
     130   * '''memory''' - Out of memory condition, probably involving memory leaks
    119131     [[TicketQuery(order=priority,col=summary|component|milestone,format=table,keywords=~memory,status=!closed)]]
    120    * '''performance''' - Trac is slow and we know it ;-)
     132   * '''performance''' - Trac can be slow under some configurations
    121133     [[TicketQuery(order=priority,col=summary|component|milestone,format=table,keywords=~performance,status=!closed)]]
    122134   * '''security''' - Security issues with Trac