tickets
15 rows where "created" is on date 2008-01-28 and resolution = "fixed" sorted by description
This data as json, CSV (advanced)
Suggested facets: stage, component, needs_docs, changetime (date)
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
6498 | 2008-01-28 16:31:50 | 2017-11-14 15:05:07 | 2022-03-06 03:37:18.162208 | Accepted | closed | Database layer (models, ORM) | New feature | Normal | dev | fixed | Add case insensitive model ordering | Add support for case insensitive ordering of model objects by using {{{.order_by("*name")}}} or {{{.order_by("*-name")}}} syntax. | nobody | Bastian Kleineidam <calvin@debian.org> | 0 | 1 | 0 | 0 | 1 | 0 | |
6483 | 2008-01-28 16:07:21 | 2010-02-08 13:12:09 | 2022-03-06 03:37:16.070684 | Accepted | closed | Internationalization | dev | fixed | Support European date format for JavaScript | Add support for parsing European date format "DD.MM.YYYY" in the JavaScript date routines. | garcia_marc | Bastian Kleineidam <calvin@debian.org> | i18n-rf | 0 | 1 | 1 | 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 | |||
6490 | 2008-01-28 16:17:47 | 2011-09-11 02:35:54 | 2022-03-06 03:37:17.088669 | Design decision needed | closed | contrib.auth | New feature | Normal | dev | fixed | Accept variable keyword args in authentication | Currently authentication functions accept username and password, but some authentication algorithms may require other types of credentials (such as public keys or ip addresses). Thus the authenticate() function should accept variable keyword arguments to allow such constructs. | nobody | Bastian Kleineidam <calvin@debian.org> | 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 | |||
6476 | 2008-01-28 15:10:47 | 2010-11-04 12:08:38 | 2022-03-06 03:37:14.923439 | Accepted | closed | Internationalization | dev | fixed | Allow make-messages.py to pass --no-wrap to xgettext and family | I'm attaching a patch that adds a simple -w parameter to make-messages.py that enables `--no-wrap` when passed to `xgettext`, `msguniq`, and `msgmerge`. It is disabled by default, of course. This arose from translating sources which are not directly controllable. | nobody | pytechd <pytechd@gmail.com> | 0 | 1 | 0 | 0 | 1 | 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 | |||
6497 | 2008-01-28 16:31:07 | 2008-06-16 04:00:08 | 2022-03-06 03:37:18.011926 | Ready for checkin | closed | Core (Serialization) | dev | fixed | Improved fixture error reporting | Print a complete traceback on fixture data error, and do not hide SystemExit and KeyboardInterrupt errors. | 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 | |||
6479 | 2008-01-28 16:03:40 | 2008-02-03 01:37:30 | 2022-03-06 03:37:15.417202 | Ready for checkin | closed | Testing framework | dev | fixed | Replace hardcoded cookie session name | Replace the hardcoded cookie session name "sessionid" with settings.SESSION_COOKIE_NAME. | 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 | |||
6502 | 2008-01-28 22:09:32 | 2008-01-31 22:52:40 | 2022-03-06 03:37:18.700925 | Ready for checkin | closed | Documentation | dev | fixed | render_to_response documentation should mention context_instance | The context_instance keyword argument to django.shortcuts.render_to_response is not documented in the function's documentation. It should be documented, or at least referenced. context_instance is currently documented only with the !RequestContext documentation - not where you would look for information about render_to_response! | nobody | Daniel Pope <dan@mauveinternet.co.uk> | 0 | 1 | 0 | 0 | 0 | 0 | |||
6492 | 2008-01-28 16:23:56 | 2008-03-17 14:05:44 | 2022-03-06 03:37:17.350798 | Ready for checkin | closed | Template system | dev | fixed | isValidFloat() should handle Unicode data | The isValidFloat() can receive Unicode data in which case str() fails. The patch uses smart_str() to cope with this. | nobody | Bastian Kleineidam <calvin@debian.org> | 0 | 1 | 0 | 0 | 0 | 0 | |||
6478 | 2008-01-28 16:02:59 | 2008-02-03 01:24:23 | 2022-03-06 03:37:15.243808 | Ready for checkin | closed | Testing framework | dev | fixed | Don't ignore Ctrl-C and system exit in tests | The test runner should not silently ignore Ctrl-C and system exits. | 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 |
Advanced export
JSON shape: default, array, newline-delimited, object
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 );