{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
#2917 Organization admins can delete themselves ckan ckan 2.0 enhancement johnmartin new 09/12/12
#2919 Remove IController from docs ckan ckan-v1.8 defect new 09/12/12
#2920 Genshi text template message extractor no longer needed? ckan ckan 2.0 defect new 09/13/12
#2921 Add docstring to top of lib/extract.py file ckan ckan 2.0 defect new 09/13/12
#2922 Better docstring for CKANInternationalizationExtension ckan ckan 2.0 defect new 09/13/12
#2923 Change regularise -> regularize ckan ckan 2.0 defect new 09/13/12
#2924 Better docs for trans js command, and add to release process ckan ckan 2.0 defect new 09/13/12
#2925 Remove trans mangle paster command? ckan ckan 2.0 defect new 09/13/12
#2926 I*Form tests for per-type templates ckan ckan 2.0 enhancement new 09/13/12
#2927 Test new package/group/organization type URLs support ckan ckan 2.0 enhancement new 09/13/12
#2928 Run CKAN tests with example_i*form extensions enabled ckan ckan 2.0 enhancement new 09/13/12
#2929 Remove is_fallback() from I*Form extension interfaces? ckan ckan 2.0 enhancement new 09/13/12
#2931 Better docstring for app_globals.py ckan ckan 2.0 enhancement new 09/17/12
#2932 Add docstring to system_info.py ckan ckan 2.0 enhancement new 09/17/12
#2933 Update theming docs ckan ckan 2.0 enhancement new 09/17/12
#2934 Webtests for CKAN ckan enhancement new 09/18/12
#2936 Updating a group via the API clears its packages ckan ckan-v1.8 defect new 09/19/12
#2938 Explain bundling in doc/resources.rst ckan enhancement Toby new 09/24/12
#2939 Orgs are groups ckan enhancement toby new 09/25/12
#2943 Chrome does not resize preview ckan enhancement new 10/01/12
#2944 Recline preview does not work in Opera ckan enhancement new 10/01/12
#2945 Pdf preview does not load in IE ckan enhancement new 10/01/12
#2947 Redirect to the resource page from /resource/{res-id} ckan enhancement new 10/01/12
#2948 Negative range breaks datastore backend ckan enhancement new 10/01/12
#2949 Reenable Data API button on the new theme ckan defect amercader new 10/01/12
#2951 Paster command for building css from less ckan ckan 2.0 enhancement new 10/01/12
#2952 incorporate javascriopt translations into translations workflow ckan ckan 2.0 enhancement seanh new 10/01/12
#2956 Allow for resource editing in CKAN 2.0 ckan ckan 2.0 enhancement shevski assigned 10/03/12
#2957 New datastore on postgres prior to 9.0 ckan task new 10/03/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
#2959 Changing a Group's name through the action api disassociates it from its datasets in the index ckan ckan 2.0 defect icmurray new 10/04/12
#2960 Private datasets are not private ckan ckan-backlog task new 10/08/12
#2961 Preview plugin endpoint ckan ckan 2.0 enhancement dominik assigned 10/08/12
#2962 Search across multiple ckan instances ckan ckan-backlog enhancement new 10/08/12
#2963 Timeout on tag pages with lots of datasets ckan ckan-v1.8 defect new 10/15/12
#2964 Last organization admin can remove herself ckan ckan 2.0 defect new 10/15/12
#2965 Stats extension broken on 1.8 ckan ckan-v1.8 defect new 10/15/12
#2966 'Add' button text is wrong when editing organization members ckan ckan 2.0 enhancement new 10/15/12
#2967 Organization members edit page reloads after demoting self ckan ckan 2.0 defect new 10/15/12
#2968 Anyone can access organization members page ckan ckan 2.0 defect new 10/15/12
#2969 Group members page 500s ckan ckan 2.0 defect new 10/15/12
#2970 Organization and group member links use id not name ckan ckan 2.0 defect new 10/15/12
#2971 "Are ytou sure you want to delete this member?" should say which member ckan ckan 2.0 enhancement new 10/15/12
#2972 Remove any imports of authz.py and delete file ckan ckan 2.0 enhancement new 10/15/12
#2973 Move new_authz.py into logic/auth/__init__.py ckan ckan 2.0 enhancement new 10/15/12
#2974 General of all auth functions ckan ckan 2.0 enhancement new 10/15/12
#2975 Tests for auth functions and new actions ckan ckan 2.0 enhancement new 10/15/12
#2976 Polish group and organization member pages ckan ckan 2.0 enhancement new 10/15/12
#2977 Fix user autocomplete on group and organization member pages ckan ckan 2.0 enhancement new 10/15/12
#2978 Tests for permissions for organizations and groups ckan ckan 2.0 enhancement new 10/15/12
#2979 Requesting membership to groups and organizations ckan ckan 2.0 enhancement new 10/15/12
#2981 Remove config from jinja templates ckan ckan 2.0 refactor new 10/15/12
#2982 Move functionality from controllers into template helpers ckan ckan 2.0 refactor new 10/15/12
#2983 Refactor lib/base.py to remove circular import issues ckan ckan 2.0 refactor new 10/15/12
#2984 Auto-populate context with user, model, session, etc. ckan ckan 2.0 refactor new 10/15/12
#2985 Make lib/helpers.py more template-specific ckan ckan 2.0 refactor new 10/15/12
#2986 Make lib/base.py more like it was originally intended ckan ckan 2.0 refactor new 10/15/12
#2987 Remove all direct calls to logic action and auth functions ckan ckan 2.0 refactor new 10/15/12
#2988 UI functional tests for CKAN 2.0 ckan ckan 2.0 enhancement new 10/15/12
#2989 "Add dataset to organization" should auto-select the organization ckan ckan 2.0 enhancement new 10/15/12
#2990 Fix descriptions of groups and organizations on /groups and /organizations pages ckan ckan 2.0 enhancement new 10/15/12
#2991 Add blocks to header.html template ckan ckan 2.0 enhancement new 10/16/12
#2992 Delete resource should send me back to edit dataset page ckan enhancement new 10/16/12
#2993 "logged_in" and "visitor" show in user list at /users ckan ckan 2.0 defect new 10/17/12
#2994 Add dataset and user popovers throughout the site ckan ckan 2.0 enhancement new 10/17/12
#2995 Popovers for resources, groups, organizations, tags... ckan ckan 2.0 enhancement new 10/17/12
#2996 Fix behaviour of View Profile button in user popover when already on user's profile ckan ckan 2.0 enhancement new 10/17/12
#2997 Add activity streams to dataset pages ckan ckan 2.0 enhancement new 10/17/12
#2998 Add activity streams to group pages ckan ckan 2.0 enhancement new 10/17/12
#2999 Add activity streams to organization pages ckan ckan 2.0 enhancement new 10/17/12
#3000 Add number of followers to dataset pages ckan ckan 2.0 enhancement new 10/17/12
#3001 Multilingual plugin crashes CKAN on add dataset when some languages are default ckan ckan 2.0 defect new 10/18/12
#3002 API v1/2 'legacy' search parameters must be escaped before they are put into a Solr query string ckan ckan-v1.8 defect new 10/19/12
#3003 New pg databases should be created with UTF8 encoding rather than system default ckan ckan-v1.8 enhancement new 10/19/12
#3005 Add following/unfollowing of groups: model, API, frontend, tests ckan ckan 2.0 enhancement seanh new 10/23/12
#3006 Update translations from Transifex ckan ckan-v1.8.1 enhancement new 10/29/12
#3007 Adding a dataset creates multiple activities ckan ckan 2.0 enhancement new 10/29/12
#3010 Pin images don't appear in data explorer ckan ckan 2.0 enhancement new 10/31/12
#3011 Recline fixes and updates for CKAN 2.0 ckan ckan 2.0 enhancement johnglover new 11/07/12
#3012 data.gov auth ckan enhancement toby new 11/08/12
#3013 common-error-messages is unreadable ckan defect dominik new 11/10/12
#3014 Crash when deleting a non-empty vocabulary ckan ckan 2.0 defect new 11/13/12
#3016 CKAN 2.0 template tweaks ckan ckan 2.0 enhancement johnmartin new 11/13/12
#3017 New stable branch for the demo server ckan ckan 2.0 enhancement johnglover new 11/13/12
#3018 Load more in activity streams ckan ckan 2.0 enhancement johnmartin new 11/14/12
#3019 Cannot delete dataset extras ckan ckan 2.0 defect new 11/14/12
#3020 Update CKAN coding standards ckan enhancement new 11/16/12
#3021 Logout doesn't work without JS ckan enhancement johnmartin accepted 11/20/12
#3023 New methods on IPackageController to provide access to the data_dict ckan enhancement amercader new 11/22/12
#3025 Add requests to core requirements ckan enhancement amercader new 11/27/12
#3026 Support icons on nav_named_link ckan enhancement amercader new 11/30/12
#3027 solr for 2.0 ckan enhancement kindly new 12/04/12
#3028 Feature: dashboard activity stream filtering ckan ckan 2.0 enhancement seanh new 12/10/12
#3029 JSONP parameter scuppers Search in API ckan defect seanh assigned 12/11/12
#3030 clean up helper functions ckan enhancement new 12/18/12
1 2 3 4 5
Note: See TracReports for help on using and creating reports.