Changes between Version 1 and Version 2 of TracTimeline

Show
Ignore:
Timestamp:
11/04/11 12:49:39 (19 months ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracTimeline

    v1 v2  
    1 = O Trac Timeline = 
     1= The Trac Timeline = 
    22[[TracGuideToc]] 
    33 
    4 A timeline fornece uma visão histórica do projeto em um único relatório. 
     4The timeline provides a historic view of the project in a single report. 
    55 
    6 Ele lista todos os eventos Trac que ocorreram em ordem cronológica, uma breve descrição de cada evento e se aplicável, a pessoa responsável pela mudança. 
     6It lists all Trac events that have occurred in chronological order, a 
     7brief description of each event and if applicable, the person responsible for 
     8the change. 
    79 
    8 A timeline lista os seguintes tipos de eventos: 
    9  * '''Eventos de páginas Wiki''' -- Criação e mudanças 
    10  * '''Eventos de Ticket''' -- Criação e resolução/fechamento 
    11  * '''Mudanças do Código Fonte ''' -- commit do subversion 
    12  * '''Milestone''' -- Milestone alcançado 
     10The timeline lists these kinds of events: 
     11 * '''Wiki page events''' -- Creation and changes 
     12 * '''Ticket events''' -- Creation and resolution/closing (and optionally other changes) 
     13 * '''Source code changes ''' -- Repository check-ins 
     14 * '''Milestone ''' -- Milestone completed 
    1315 
    14 A cada entrada de evento fornece um hyperlink para um evento específico em questão, e no caso em que svn envia mensagens de log, esta mostra a sua própria mensagem escrita. 
     16Each event entry provides a hyperlink to the specific event in question, as well as 
     17a brief excerpt of the actual comment or text, if available. 
    1518 
    16 == Mensagens de commit do subversion ==  
    17 É importante notar que WikiFormatiing pode ser usado nas mensagens de log escritas, incluindo TracLinks. 
     19See [wiki:TracIni#timeline TracIni] for timeline configuration options. 
    1820 
    19 Isto permite desenvolvedores linkar e referenciar para emitir tickets, wikipages e arquivos diretamente quando se está enviando um patch para o repositório.  
    20 Exemplo: 
     21== RSS Support == 
    2122 
    22 {{{ 
    23  $ svn commit -m "Updated foo to bar. See FooBar. This fixes bug #42."  
    24 }}} 
    25  
    26  
    27 == Suporte a RSS == 
    28 O módulo Timeline suporta subscrição usando RSS 2.0 syndication. Para subscrever para eventos de projetos, clique no '''RSS Feed''' link na barra de navegação, ou no ícone laranja XML no fim da página. Veja TracRss para maiores informação do RSS support in Trac. 
     23The Timeline module supports subscription using RSS 2.0 syndication. To subscribe to project events, click the orange '''XML''' icon at the bottom of the page. See TracRss for more information on RSS support in Trac. 
    2924 
    3025---- 
    31 Veja também: TracGuide, TracWiki, WikiFormatting, TracRss, TracNotification 
     26See also: TracGuide, TracWiki, WikiFormatting, TracRss, TracNotification