Edgewall Software

Changes between Version 14 and Version 15 of TracProject/ToDo


Ignore:
Timestamp:
Mar 10, 2023, 8:10:40 AM (14 months ago)
Author:
figaro
Comment:

Cosmetic updates

Legend:

Unmodified
Added
Removed
Modified
  • TracProject/ToDo

    v14 v15  
    11= ToDo for the TracProject (trac.edgewall.org, a.k.a. teo) =
    2 
    32
    43== Maintenance ==
    54
    6  - Purge all the dummy tickets marked for deletion:
     51. Review of [t:report/1 open tickets] and mark tickets as `tobedeleted` allows the site administrators to rapidly reduce the backlog. Many tickets will have gone stale for one of the following reasons:
     6 * proposed enhancement is no longer being championed by the reporter
     7 * technology affected is superseded by newer implementations or upgrades
     8 * the reported defect occurs under highly specific circumstances and has only a marginal benefit when fixed
     91. Purge all tickets marked for deletion, ie have keyword `tobedeleted`:
    710   {{{
    811#!sql
     
    1619delete from ticket where id in (select id from tobedeleted);
    1720   }}}
    18    - done 2011-08-08
    19 
     211. Review wiki pages that are part of a release: [t:TracProject/DefaultWikiPages]. This is not specific to t.e.o., but a good practice anyway, as this site is the authoritative source for Trac documentation.
     221. Review wiki pages that are not part of a release. and a good place to start is [t:TracDev],
    2023
    2124== The //"project"// tickets
     25
     26When adding a ticket that pertains to the project site, please add the keyword `project`:
    2227[[TicketQuery(component=project,status!=closed)]]