{1} Active Tickets (495 matches)

  • List all active tickets by priority.
  • Color each row based on priority.

Orig query:

SELECT p.value AS color,

id AS ticket, summary, component, version, milestone, t.type AS type, owner, status, time AS created, changetime AS _changetime, description AS _description, reporter AS _reporter

FROM ticket t, enum p WHERE status <> 'closed'

AND p.name = t.priority AND p.type = 'priority'

ORDER BY p.value, milestone, t.type, time

Results (401 - 495 of 495)

1 2 3 4 5
Ticket Summary Component Version Milestone Type Owner Status Created
#2382 Investigate options for basic geocoding ckan ckan-future task amercader new 05/14/12
#2762 test_related.py crashes ckan ckan-v1.8 defect new 07/26/12
#2919 Remove IController from docs ckan ckan-v1.8 defect new 09/12/12
#2936 Updating a group via the API clears its packages ckan ckan-v1.8 defect new 09/19/12
#2958 Uploading files with unicode characters in filename fails in CKAN 1.7 and 1.8 ckan ckan-v1.8 defect new 10/04/12
#2965 Stats extension broken on 1.8 ckan ckan-v1.8 defect new 10/15/12
#2499 Documentation for the internal analytics ckan ckan-v1.8 enhancement toby new 06/07/12
#2761 Document all the errors you can get when setting up filestore, and how to fix them ckan ckan-v1.8 enhancement new 07/26/12
#2771 Documentation and examples for IDatasetForm and IGroupForm ckan ckan-v1.8 enhancement seanh new 07/27/12
#3003 New pg databases should be created with UTF8 encoding rather than system default ckan ckan-v1.8 enhancement new 10/19/12
#2763 Multilingual tests failing ckan ckan-v1.8.1 defect new 07/26/12
#2815 db_to_form_package_schema() strips tracking summary, isopen ckan ckan-v1.8.1 defect seanh new 08/08/12
#2846 Organizations allows you to set an organization as the parent organization of itself ckan ckan-v1.8.1 defect new 08/13/12
#2881 Remove or improve 'Domain Model' docs page ckan ckan-v1.8.1 defect new 08/21/12
#2882 Remove User Stories Overview from docs? ckan ckan-v1.8.1 defect new 08/21/12
#2884 Lock icon shown next to unknown licenses ckan ckan-v1.8.1 defect new 08/21/12
#2891 Update or remove DataStore google presentation ckan ckan-v1.8.1 defect new 08/28/12
#2892 IDatasetForm's form_to_db_schema() breaks API? ckan ckan-v1.8.1 defect new 08/28/12
#2893 Tags missing from form_to_db_package_schema() ckan ckan-v1.8.1 defect new 08/28/12
#2894 Empty lists get stripped from package dicst in package_show() ckan ckan-v1.8.1 defect new 08/28/12
#2896 resource_create crashes on ValidationErrors with KeyError: 'resources' ckan ckan-v1.8.1 defect new 08/29/12
#2897 db_to_form_package_schema() crashes historical dataset page ckan ckan-v1.8.1 defect new 08/30/12
#2900 snippets/package_list.html template crashes on dataset that has no 'notes' ckan ckan-v1.8.1 defect new 08/30/12
#2912 ckanext/organizations: Neither public or private initially selected when adding dataset ckan ckan-v1.8.1 defect new 09/10/12
#2914 Add form_to_db_schema_options() to IDatasetForm and IGroupForm ckan ckan-v1.8.1 defect new 09/12/12
#2883 Add high level dev overview to 'For CKAN Developers' section of docs ckan ckan-v1.8.1 enhancement new 08/21/12
#2890 Collect data previews and data store docs in one chapter ckan ckan-v1.8.1 enhancement new 08/28/12
#3006 Update translations from Transifex ckan ckan-v1.8.1 enhancement new 10/29/12
#2406 Errors in source install doc ckan ckan-v1.9 defect kindly new 05/21/12
#2415 Confusing message on attempting to register new account with upper case ckan ckan-v1.9 defect kindly new 05/23/12
#2485 Encourage leak containment by limiting the number of requests a CKAN process serves ckan ckan-v1.9 defect icmurray new 06/01/12
#1745 Dataset search UX improvements as of Jan 2012 ckan ckan-v1.9 enhancement new 02/02/12
#2257 cleanup template vars ckan ckan-v1.9 enhancement toby new 03/23/12
#2291 DataStorer incorrectly attempts to store JSON in DataStore ckan ckan-v1.9 enhancement kindly new 04/14/12
#2320 Introduce new state: archived ckan ckan-v1.9 enhancement new 04/23/12
#2321 Use resource names/titles in URLs ckan ckan-v1.9 enhancement new 04/24/12
#2324 Link API docs to relevant version not just latest ckan ckan-v1.9 enhancement new 04/25/12
#2328 Link to Catalog API for each Dataset, Group and Tag ckan ckan-v1.9 enhancement new 04/26/12
#2333 Introduce new resource type datastore ckan ckan-v1.9 enhancement new 04/28/12
#2407 'Access denied' message is unhelpful ckan ckan-v1.9 enhancement amercader new 05/21/12
#2426 Get rid of CKAN's formalchemy dependency ckan ckan-v1.9 enhancement kindly new 05/25/12
#2427 Reduce cruft installed into CKAN's virtualenv due to Pylons ckan ckan-v1.9 enhancement kindly new 05/25/12
#2479 Meanings of Author and Maintainer fields are unclear ckan ckan-v1.9 enhancement new 05/31/12
#2480 Better message when dataset has no resources ckan ckan-v1.9 enhancement new 05/31/12
#2483 Non-local resources should not have Download links ckan ckan-v1.9 enhancement new 05/31/12
#2529 DataHub (or CKAN) widgets ckan ckan-v1.9 enhancement new 06/15/12
#2543 facet.sort is not available in the package_search action ckan ckan-v1.9 enhancement new 06/18/12
#2572 clean up stats plugin ckan ckan-v1.9 enhancement toby new 06/19/12
#2579 move sort_by functions into lib.helpers ckan ckan-v1.9 enhancement toby new 06/21/12
#2585 Escape solr control characters in search queries, add advanced search screen ckan ckan-v1.9 enhancement new 06/22/12
#2625 Add i18n strings from non-core but supported extensions to ckan.pot file ckan ckan-v1.9 enhancement new 07/02/12
#2663 h.resource_display_name needs love ckan ckan-v1.9 enhancement toby new 07/11/12
#2708 limit extra data for package/group show ckan ckan-v1.9 enhancement kindly new 07/18/12
#2758 file storage gives error if config not available but no useful user information ckan ckan-v1.9 enhancement toby new 07/26/12
#2773 About page needs improving ckan ckan-v1.9 enhancement markw new 07/30/12
#2788 Speed improvements on creating/updating and indexing ckan ckan-v1.9 enhancement amercader new 08/01/12
#2829 Archiver fails on 403 http response ckan ckan-v1.9 enhancement johnglover new 08/09/12
#2838 Context variables accepted by action functions need to be documented ckan ckan-v1.9 enhancement new 08/10/12
#2885 Labels (editor, admin) not translated in authorization pages for datasets or groups ckan ckan-v1.9 enhancement new 08/22/12
#2889 Support JSON values in extras, when returning JSON from API ckan ckan-v1.9 enhancement new 08/24/12
#2721 deleted groups should not show on 'Add to Groups' dropdown ckan demo phase 4 defect toby new 07/22/12
#2728 deleted group shows on search index - for admins ckan demo phase 4 defect toby new 07/22/12
#2857 no UI to follow another user although option on dashboard ckan demo phase 4 defect toby new 08/15/12
#2863 non-admin users can edit other's draft datasets ckan demo phase 4 defect toby new 08/16/12
#2869 user profile not linked on disqus until page refresh ckan demo phase 4 defect new 08/16/12
#2718 can't add dataset to more than one group ckan demo phase 4 enhancement toby new 07/20/12
#2780 way for admins to undelete datasets ckan demo phase 4 enhancement toby new 07/31/12
#2828 Draft datasets are confusing - tickets need creating ckan demo phase 4 enhancement toby new 08/09/12
#2830 Need method to undelete groups ckan demo phase 4 enhancement toby new 08/09/12
#2861 Add qa breadcrumb ckan demo phase 4 enhancement toby new 08/16/12
#2862 Revised revised groups description ckan demo phase 4 enhancement toby new 08/16/12
#2820 English Language: Visualization -> Visualisation ckan demo phase 5 defect new 08/09/12
#2898 Looses data entered on step 1 of create dataset after login ckan demo phase 5 defect new 08/30/12
#2583 make sure that we implement authentication where needed ckan demo phase 5 enhancement toby new 06/22/12
#2725 Case sensitivity on tags ckan demo phase 5 enhancement toby new 07/22/12
#2726 confusing logic on data preview formats ckan demo phase 5 enhancement toby new 07/22/12
#2748 add 'add new resource' button to sidebar ckan demo phase 5 enhancement new 07/25/12
#2768 normalise excel to xls ckan demo phase 5 enhancement toby new 07/26/12
#2786 target blank HTML downloads ckan demo phase 5 enhancement new 08/01/12
#2795 Check validation of HTML, CSS, JS ckan demo phase 5 enhancement new 08/02/12
#2813 Confusing sidebar on demo dataset page ckan demo phase 5 enhancement toby new 08/08/12
#2821 Featured Items on Filter ckan demo phase 5 enhancement new 08/09/12
#2854 no way to see which dataset an app is related to on /apps page ckan demo phase 5 enhancement new 08/15/12
#2899 Step 2 > Save & add another bug ckan demo phase 5 enhancement new 08/30/12
#2904 Show more formats/groups/tags shouldn't display if there aren't more ckan demo phase 5 enhancement new 09/05/12
#2905 Add dataset URL key behaviour ckan demo phase 5 enhancement new 09/05/12
#2908 Dataset related with image should retain aspect ratio ckan demo phase 5 enhancement new 09/06/12
#2909 User profile headers are a bit weird ckan demo phase 5 enhancement new 09/06/12
#2910 User listings are not very compelling ckan demo phase 5 enhancement new 09/06/12
#2867 1.8 url_for error ckan enhancement new 08/16/12
#2331 Search should AND terms not OR terms ckan ckan-sprint-2012-05-29 defect kindly reopened 04/28/12
#2243 Fix ckanext-example ckan ckan-v1.9 enhancement seanh reopened 03/19/12
#350 Search engine optimisation ckan ckan-backlog enhancement reopened 06/15/10
#1341 Delete spam users from ckan ckan ckan-backlog enhancement kindly reopened 09/14/11
#2202 Display page view count on dataset and resource pages ckan ckan-future enhancement reopened 03/03/12
1 2 3 4 5
Note: See TracReports for help on using and creating reports.