tickets
8 rows where "created" is on date 2008-01-28 and stage = "Accepted" sorted by resolution
This data as json, CSV (advanced)
Suggested facets: resolution, owner, reporter, needs_better_patch, ui_ux
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
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 | |||
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 | |||
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 | ||
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 | |
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 | |
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 | |||
6499 | 2008-01-28 16:32:52 | 2012-01-21 15:21:19 | 2022-03-06 03:37:18.293498 | Accepted | closed | Core (Other) | Cleanup/optimization | Normal | dev | invalid | Close open file descriptors on compression | Close another file descriptor leak. | nobody | Bastian Kleineidam <calvin@debian.org> | 0 | 1 | 0 | 0 | 0 | 0 | |
6488 | 2008-01-28 16:16:18 | 2011-06-09 14:30:37 | 2022-03-06 03:37:16.809018 | Accepted | closed | contrib.admin | New feature | Normal | newforms-admin | wontfix | Use JS iframe to hide select dropdowns in IE6 | Use an <iframe> tag to work around an IE6 bug that shows select dropdowns above other elements. | nobody | Bastian Kleineidam <calvin@debian.org> | nfa-someday | 0 | 1 | 1 | 0 | 0 | 1 |
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 );