home / django_tickets

tickets

13 rows where component = "Uncategorized" and "created" is on date 2008-01-28 sorted by last_pulled_from_trac

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: resolution, owner, reporter, needs_better_patch, changetime (date), last_pulled_from_trac (date)

created (date) 1 ✖

  • 2008-01-28 · 13 ✖

component 1 ✖

  • Uncategorized · 13 ✖
id created changetime last_pulled_from_trac ▼ stage status component type severity version resolution summary description owner reporter keywords easy has_patch needs_better_patch needs_tests needs_docs ui_ux
6474 2008-01-28 10:21:02 2012-01-09 09:16:25 2022-03-06 03:37:14.602477 Accepted closed Uncategorized Cleanup/optimization Normal dev invalid conditional_escape: Try to convert to a string first, then check if SafeData Hi, if you try to conditional_escape() an object, which unicode method returns a SafeString, the SafeStrinng gets escaped (one time to much). I attached a patch with unittest. All other tests pass. nobody guettli   0 1 1 0 0 0
6480 2008-01-28 16:04:23 2008-02-04 01:40:53 2022-03-06 03:37:15.570788 Ready for checkin closed Uncategorized     dev fixed Don't gzip PDF files for IE Older IE browsers cannot open PDF files with Content-Encoding: gzip. This patch prevents gzip encoding for PDF files. nobody Bastian Kleineidam <calvin@debian.org>   0 1 0 0 0 0
6481 2008-01-28 16:06:00 2008-02-19 00:08:08 2022-03-06 03:37:15.745103 Ready for checkin closed Uncategorized     dev fixed Fix import and syntax errors Remove (some) unused imports, add some needed ones. And fix two syntax errors reported: one is trailing whitespace at EOF, the other CRLF endings. The CRLF endings are due to a missing svn:eol-style "native" entry in the SVN repo, but in git there is no such setting. All errors were reported by the pyflakes checker. nobody Bastian Kleineidam <calvin@debian.org>   0 1 0 0 0 0
6482 2008-01-28 16:06:43 2008-03-31 06:48:29 2022-03-06 03:37:15.905317 Unreviewed closed Uncategorized     dev invalid Prevent file descriptor leaks Wrap all opened files in try-finally blocks and close the descriptors. nobody Bastian Kleineidam <calvin@debian.org>   0 1 0 0 0 0
6484 2008-01-28 16:08:37 2009-02-25 19:51:44 2022-03-06 03:37:16.228210 Design decision needed closed Uncategorized     dev wontfix Add default mime.types for Windows systems Use local mime.types for Windows systems, since they usually don't have one installed, and the default types are not really exhaustive. Note: the included mime.types file is taken from a Debian system. It should be fairly complete. nobody Bastian Kleineidam <calvin@debian.org>   0 1 0 0 0 0
6485 2008-01-28 16:10:27 2012-12-04 14:58:02 2022-03-06 03:37:16.381072 Design decision needed closed Uncategorized New feature Normal dev wontfix Split off file-serving capability Split the file-serving capability of the Django static view into a separate function, and add the ability to set the mimetype manually. Note: I use the split off serve_file() to check certain (user) permissions prior to serving static content. nobody Bastian Kleineidam <calvin@debian.org>   0 1 0 0 0 0
6486 2008-01-28 16:11:55 2008-03-20 07:01:27 2022-03-06 03:37:16.535243 Ready for checkin closed Uncategorized     dev fixed Add server time to error page info Add the local server time to the HTTP 500 error page info. Note: I encountered time-sensitive bugs which were more easy to debug with this information. nobody Bastian Kleineidam <calvin@debian.org>   0 1 0 0 0 0
6491 2008-01-28 16:18:39 2011-09-28 16:12:17 2022-03-06 03:37:17.219008 Accepted closed Uncategorized     dev invalid Improvements to User and Permission models The Permission model increases the maximal permission name length from 50 to 100 (I actually hit this limit with some model permission names some of my projects). The User model will be sorted by last name, first name and then username. And the string representation of a user will include the last and first name if defined. nobody Bastian Kleineidam <calvin@debian.org>   0 1 0 0 0 0
6493 2008-01-28 16:27:06 2008-01-28 19:16:33 2022-03-06 03:37:17.478296 Unreviewed closed Uncategorized     dev wontfix Don't clobber a set DJANGO_SETTINGS_MODULE Only set the DJANGO_SETTINGS_MODULE value if it is not already set. nobody Bastian Kleineidam <calvin@debian.org>   0 1 0 0 0 0
6494 2008-01-28 16:28:05 2008-03-18 14:34:48 2022-03-06 03:37:17.608633 Ready for checkin closed Uncategorized     dev fixed Split off traceback HTML generation The traceback HTML generation is a useful function by itself. So split it off ina separate function. jacob Bastian Kleineidam <calvin@debian.org> easy-pickings 0 1 0 0 0 0
6495 2008-01-28 16:28:39 2008-02-03 01:24:41 2022-03-06 03:37:17.741582 Ready for checkin closed Uncategorized     dev fixed Fix traceback HTML syntax Don't render empty <li> list elements due to empty traceback lines. nobody Bastian Kleineidam <calvin@debian.org>   0 1 0 0 0 0
6496 2008-01-28 16:29:59 2008-06-19 04:28:10 2022-03-06 03:37:17.877455 Accepted closed Uncategorized     dev duplicate Support gzipped fixture data This patch allows storing fixtures in .gz files. nobody Bastian Kleineidam <calvin@debian.org>   0 1 0 0 0 0
6500 2008-01-28 16:34:27 2008-02-19 01:59:34 2022-03-06 03:37:18.427091 Ready for checkin closed Uncategorized     dev fixed Make models hashable The Model instances should be hashable so that tests like "instance in set([instance1, instance2])" actually succeed. nobody Bastian Kleineidam <calvin@debian.org>   0 1 1 0 0 0

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE tickets (
        id int primary key,
        created datetime,
        changetime datetime,
        last_pulled_from_trac datetime,
        stage text,
        status text,
        component text,
        type text,
        severity text,
        version text,
        resolution text,
        summary text,
        description text,
        owner text,
        reporter text,
        keywords text,
        easy boolean,
        has_patch boolean,
        needs_better_patch boolean,
        needs_tests boolean,
        needs_docs boolean,
        ui_ux boolean
    );
Powered by Datasette · Queries took 789.316ms