Custom Query (2152 matches)
Results (1633 - 1635 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#2313 | fixed | Deprecate old facet data structures and related functions. | icmurray | icmurray |
Description |
In branch feature-1821-multilingual-extension, a new faceting datastructure was introduced. This makes the old one and related functions obsolete. These have been marked as deprecated for the 1.7 release, and should be removed for the 1.8 release.
|
|||
#1252 | fixed | Deprecate ckan.net in favour of thedatahub.org | rgrp | rgrp |
Description |
Deprecate ckan.net in favour of thedatahub.org
Also redirect wiki.ckan.net to wiki.ckan.org |
|||
#1330 | invalid | Deprecate / Remove test_authz.py | rgrp | |
Description |
test_authz.py appears to test in great detail some very specific additional authz (related to total site lock-down it seems -- introduced I think for hri project). I think there are simpler ways to get total site lockdown (use external auth!) and this test is slow and delicate (e.g. depends on specific words in templates). Suggest removing. If we don't remove we should at least refactor tests for access to certain pages to use a proper method of testing (e.g. agreed html comments in each page) rather than being depending on the presence of absence of specific wording. |