Changes between Version 79 and Version 80 of Version1.1Features


Ignore:
Timestamp:
Oct 28, 2008, 1:17:20 PM (16 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Version1.1Features

    v79 v80  
    8888Misc:
    8989 * create a list of tickets in trac db that have a high interested people count (as if something is important to many, it should be considered):
    90 {{{
    91 select summary from ticket where length(cc) > 50;
    92 }}}
     90  {{{
     91  select summary from ticket where length(cc) > 50;
     92  }}}
     93  tickets with [http://code.djangoproject.com/query?status=new&status=assigned&status=reopened&cc=~%2C%25%2C%25%2C%25%2C&order=priority 5 or more], [http://code.djangoproject.com/query?status=new&status=assigned&status=reopened&cc=~%2C%25%2C%25%2C%25%2C%25%2C%25%2C%25%2C%25%2C%25%2C&order=priority 10 or more] cc entries.
     94
Back to Top