CKAN 2.3
Title | v2.3 2015-03-04 |
---|---|
Version | 2.3 |
Release Date | 2015-03-04 |
Changes | Show detailsNote: This version requires a requirements upgrade on source installations Note: This version requires a database upgrade Note: This version requires a Solr schema upgrade Note: This version requires a DataPusher upgrade on source installations. You should target DataPusher=>0.0.6 and upgrade its dependencies. Major: * Completely refactored resource data visualizations, allowing multiple persistent views of the same data an interface to manage and configure them. (#1251, #1851, #1852, #2204, #2205) Check the updated documentation to know more, and the “Changes and deprecations” section for migration details:
Minor: * Adding custom fields tutorial (#790) * Add metadata created and modified fields to the dataset page (#655) * Improve IFacets plugin interface docstrings (#781) * Remove help string from API calls (#1318) * Add “datapusher submit” command to upload existing resources data (#1792) * More template blocks to allow for easier extension maintenance (#1301) * CKAN API - remove help string from standard calls (#1318) * Hide activity by selected users on activity stream (#1330) * Documentation and clarification about “CKAN Flavored Markdown” (#1332) * Resource formats are now guessed automatically (#1350) * New JavaScript modules tutorial (#1377) * Allow overriding dataset, group, org validation (#1400) * Remove ResourceGroups, show package_id on resources (#1407) * Better errors for NAVL junk (#1418) * DataPusher integration improvements (#1446) * Allow people to create unowned datasets when they belong to an org (#1473) * Add res_type to Solr schema (#1495) * Separate data and metadata licenses on create dataset page (#1503) * Allow CKAN (and paster) to find config from envvar (#1597) * Added xlsx and tsv to the defaults for ckan.datapusher.formats. (#1644) * Add resource extras to Solr search index (#1709) * Prevent packages update in organization_update (#1711) * Programatically log user in after registration (#1721) * New plugin interfaces: IValidators.get_validators and IConverters.get_converters (#1841) * Index resource name in Solr (#1905) * Update search index after membership changes (#1917) * resource_show: use package_show to get validated data (#1921) * Serve placeholder images locally (#1951) * Don’t get all datasets when loading the org in the dataset page (#1978) * Text file preview - lack of vertical scroll bar for long files (#1982) * Changes to allow better use of custom group types in IGroupForm extensions (#1987) * Remove moderated edits (#2006) * package_create: allow sysadmins to set package ids (#2102) * Enable a logged in user to move dataset to another organization (#2218) * Move PDF views into a separate extension (#2270) * Do not provide email configuration in default config file (#2273) * Add custom DataStore SQLAlchemy properties (#2279) Bug fixes:
* Set up stats extension as namespace plugin (#291)
* Fix visibility validator for datasets (#1188)
* Select boxes with autocomplete are clearing their placeholders (#1278)
* Default search ordering on organization home page is broken (#1368)
* related_list logic function throws a 503 without any parameters (#1384)
* Exception on group dictize due to ‘with_capacity’ on context (#1390)
* Wrong template on Add member page (#1392)
* Overflowing email address on user page (#1398)
* The reset password e-mail is using an incorrect translation string (#1409)
* You can’t view a group when there is an IGroupForm (#1420)
* Disabling activity_streams borks editing groups and user (#1421)
* Use a more secure default for the repoze secret key (#1422)
* Duplicated Required Fields notice on Group form (#1426)
* UI language reset after account creation (#1429)
* num_followers and package_count not in default_group_schema (#1434)
* Fix extras deletion (#1449)
* Fix resource reordering (#1450)
* Datastore callback fails when browser url is different from site_url (#1451)
* sysadmins should not create datasets wihout org when config is set (#1453)
* Member Editing Fixes (#1454)
* Bulk editing broken on IE7 (#1455)
* Fix group deletion on IE7 (#1460)
* Organization ATOM feed is broken (#1463)
* Users can not delete a dataset that not belongs to an organization (#1471)
* Error during authorization in datapusher_hook (#1487)
* Wrong datapusher hook callback URL on non-root deployments (#1490)
* Wrong breadcrumbs on new dataset form and resource pages (#1491)
* Atom feed Content-Type returned as ‘text/html’ (#1504)
* Invite to organization causes Internal Server error (#1505)
* Dataset tags autocomplete doesn’t work (#1512)
* Activity Stream from: Organization Error group not found (#1519)
* Improve password hashing algorithm (#1530)
* Can’t download resources with geojson extension (#1534)
* All datasets for featured group/organization shown on home page (#1569)
* Able to list private datasets via the API (#1580)
* Don’t lowercase the names of uploaded files (#1584)
* Show more facets only if there are more facts to show (#1612)
* resource_create should break when called without URL (#1641)
* Creating a DataStore resource with the package_id fails for a normal user (#1652)
* Fix package permission checks for create+update (#1664)
* bulk_process page for non-existent organization throws Exception (#1682)
* Catch NotFound error in resource_proxy (#1684)
* Fix int_validator (#1692)
* Current date indexed on empty “_date” fields (#1701)
* Possible to show a resource inside an arbitary dataset (#1707)
* Edit member page shows wrong fields (#1723)
* Insecure content warning when running Recline under SSL (#1729)
* Flash messages not displayed as part of page.html (#1743)
* package_show response includes solr rubbish when using ckan.cache_validated_datasets (#1764)
* “Add some resources” link shown to unauthorized users (#1766)
* email notifications via paster plugin post erroneously demands authentication (#1767)
* Inserting empty arrays in JSON type fields in datastore fails (#1776)
* Ordering a dataset listing loses the existing filters (#1791)
* Don’t delete all cookies whose names start with “ckan” (#1793)
* Upgrade some major requirements (eg SQLAlchemy, Requests) (#1817, #1819)
* list of member roles disappears on add member page (#1873)
* Stats plugin should only show active datasets (#1936)
* Featured group on homepage not linking to group (#1996)
* –reload doesn’t work on the ‘paster serve’ command (#2013)
* Can not override auth config options from tests (#2035)
* Fix Changes and deprecations
Template changes
Troubleshooting:
|
Url Ckangelog | https://github.com/ckan/ckan/blob/master/CHANGELOG.rst#v23-2015-03-04 |