CKAN 2.2
Title | v2.2 2014-02-04 |
---|---|
Version | 2.2 |
Release Date | 2014-02-04 |
Changes | Show detailsNote: This version does not require a requirements upgrade on source installations Note: This version requires a database upgrade Note: This version requires a Solr schema upgrade (The Solr schema file has been renamed, the schema file from the previous release is compatible with this version, but users are encouraged to point to the new one, see “API changes and deprecations”) Major: * Brand new automatic importer of tabular data to the DataStore, the DataPusher. This is much more robust and simple to deploy and maintain than its predecesor (ckanext-datastorer). Whole new UI for re-importing data to the DataStore and view the import logs (#932, #938, #940, #981, #1196, #1200 …) * Completely revamped file uploads that allow closer integration with resources and the DataStore, as well as making easir to integrate file uploads in other features. For example users can now upload images for organizations and groups. See “API changes and deprecations” if you are using the current FileStore. (#1273, #1173 … ) * UI and API endpoints for resource reordering (#1277) * Backend support for organization hierarchy, allowing parent and children organizations. Frontend needs to be implemented in extensions (#1038) * User invitations: it is now possible to create new users with just their email address. An invite email is sent to them, allowing to change their user name and password (#1178) * Disable user registration with a configuration option (#1226) * Great effort in improving documentation, specially for customizing CKAN, with a complete tutorial for writing extensions and customizing the theme. User and sysadmin guides have also been moved to the main documentation (#943, #847, #1253) Minor: * Homepage modules to allow predefined layouts (#1126) * Ability to delete users (#1163) * Dedicated dataset groups page for displaying and managing them (#1102) * Implement organization_purge and group_purge action functions (#707) * Improve package_show performance (#1078) * Support internationalization of rendered dates and times (#1041) * Improve plugin load handling (#549) * Authorization function auditing for action functions (#1060) * Improve datetime rendering (#518) * New SQL indexes to improve performance (#1164) * Changes in requirements management (#1149) * Add offset/limit to package_list action (#1179) * Document all available configuraton options (#848) * Make CKAN sqlalchemy 0.8.4 compatible (#1427) * UI labelling and cleanup (#1030) * Better UX for empty groups/orgs (#1094) * Improve performance of group_dictize when the group has a lot of packages (#1208) * Hide __extras from extras on package_show (#1218) * “Clear all” link within each facet block is unnecessary (#1263) * Term translations of organizations (#1274) * ‘–reset-db’ option for when running tests (#1304) Bug fixes: * Fix plugins load/unload issues (#547) * Improve performance when new_activities not needed (#1013) * Resource preview breaks when CSV headers include percent sign (#1067) * Package index not rebuilt when resources deleted (#1081) * Don’t accept invalid URLs in resource proxy (#1106) * UI language reset after account creation (#1429) * Catch non-integer facet limits (#1118) * Error when deleting custom tags (#1114) * Organization images do not display on Organization user dashboard page (#1127) * Can not reactivate a deleted dataset from the UI (#607) * Non-existent user profile should give error (#1068) * Recaptcha not working in CKAN 2.0 (jinja templates) (#1070) * Groups and organizations can be visited with interchangeable URLs (#1180) * Dataset Source (url) and Version fields missing (#1187) * Fix problems with private / public datasets and organizations (#1188) * group_show should never return private data (#1191) * When editing a dataset, the organization field is not set (#1199) * Fix resource_delete action (#1216) * Fix trash purge action redirect broken for CKAN instances not at / (#1217) * Title edit for existing dataset changes the URL (#1232) * ‘facet.limit’ in package_search wrongly handled (#1237) * h.SI_number_span doesn’t close correctly (#1238) * CkanVersionException wrongly raised (#1241) * (group|organization)_member_create only accepts username (and not id) (#1243) * package_create uses the wrong parameter for organization (#1257) * ValueError for non-int limit and offset query params (#1258) * Visibility field value not kept if there are errors on the form (#1265) * package_list should not return private datasets (#1295) * Fix 404 on organization activity stream and about page (#1298) * Fix placeholder images broken on non-root locations (#1309) * “Add Dataset” button shown on org pages when not authorized (#1348) * Fix exception when visiting organization history page (#1359) * Fix search ordering on organization home page (#1368) * datastore_search_sql failing for some anonymous users (#1373) * related_list logic function throws a 503 without any parameters (#1384) * Disabling activity_streams borks editing groups and user (#1421) * Member Editing Fixes (#1454) * Bulk editing broken in IE7 (#1455) * Fix group deletion in IE7 (#1460) * And many, many more! API changes and deprecations:
* The Solr schema file is now always named Troubleshooting: * Exception on startup after upgrading from a previous CKAN version::
Make sure that you are not loading a 2.1-only plugin (eg
|
Url Ckangelog | https://github.com/ckan/ckan/blob/master/CHANGELOG.rst#v22-2014-02-04 |