Changes between Version 30 and Version 31 of ViewTickets


Ignore:
Timestamp:
2009-12-04T04:46:55Z (15 years ago)
Author:
davidsarah
Comment:

rearrange queries

Legend:

Unmodified
Added
Removed
Modified
  • ViewTickets

    v30 v31  
    33(Each keyword links to all of the '''open''' tickets mentioning that keyword. Some of the keywords are new, and existing tickets may not have been changed to use them.)
    44
    5  * [query:status!=closed&keywords~=review review or reviewed] ([[TicketQuery(status!=closed&keywords~=review, count)]]): tickets with a patch waiting for review, or reviewed and waiting to be committed
    65 * [query:status!=closed&keywords~=integrity integrity] ([[TicketQuery(status!=closed&keywords~=integrity, count)]]): could lead to the unintended alteration of data
    7  * [query:status!=closed&keywords~=dataloss dataloss] ([[TicketQuery(status!=closed&keywords~=dataloss, count)]]): could lead to the unintended loss of data
    86 * [query:status!=closed&keywords~=confidentiality confidentiality] ([[TicketQuery(status!=closed&keywords~=confidentiality, count)]]): could lead to the unintended disclosure of file contents
    97 * [query:status!=closed&keywords~=traffic-analysis traffic-analysis] ([[TicketQuery(status!=closed&keywords~=traffic-analysis, count)]]): could lead to the unintended disclosure of information other than file contents (e.g. how many files of what size you access at what times, the shape of your directory graph, the fact that you run a Tahoe-LAFS client or storage server, etc.)
    108 * [query:status!=closed&keywords~=security security] ([[TicketQuery(status!=closed&keywords~=security, count)]]): security issues not necessarily tagged with a more specific keyword (''confidentiality'', ''integrity'', etc.)
     9 * [query:status!=closed&keywords~=dataloss dataloss] ([[TicketQuery(status!=closed&keywords~=dataloss, count)]]): could lead to the unintended loss of data
    1110 * [query:status!=closed&keywords~=availability availability] ([[TicketQuery(status!=closed&keywords~=availability, count)]]): could lead to a temporary condition of being unable to read or write to the filesystem
    1211 * [query:status!=closed&keywords~=reliability reliability] ([[TicketQuery(status!=closed&keywords~=reliability, count)]]): could lead to unpredictable failure of functionality
    13  * [query:status!=closed&keywords~=easy easy] ([[TicketQuery(status!=closed&keywords~=easy, count)]]): this issue represents some low-hanging (coding) fruit
    1412 * [query:status!=closed&keywords~=forward-compatibility forward-compatibility] ([[TicketQuery(status!=closed&keywords~=forward-compatibility, count)]]): relevant to [http://en.wikipedia.org/wiki/Forward_compatibility forward compatibility] of stored data or caps with future Tahoe versions
    1513 * [query:status!=closed&keywords~=unicode unicode] ([[TicketQuery(status!=closed&keywords~=unicode, count)]]): related to Unicode
     
    1917 * [query:status!=closed&keywords~=performance performance] ([[TicketQuery(status!=closed&keywords~=performance, count)]]): an opportunity to improve some aspect of performance (speed, latency, bandwidth, space usage, etc.)
    2018 * [query:status!=closed&keywords~=newcaps newcaps] ([[TicketQuery(status!=closed&keywords~=newcaps, count)]]): relevant to NewCapDesign
     19 * [query:status!=closed&keywords~=easy easy] ([[TicketQuery(status!=closed&keywords~=easy, count)]]): this issue represents some low-hanging (coding) fruit
     20 * [query:status!=closed&keywords~=review review or reviewed] ([[TicketQuery(status!=closed&keywords~=review, count)]]): tickets with a patch waiting for review, or reviewed and waiting to be committed
    2121
    2222Combined queries: