CKAN 1.8
Title | v1.8 2012-10-19 |
---|---|
Version | 1.8 |
Release Date | 2012-10-19 |
Changes | Show detailsNote: This version requires a requirements upgrade on source installations Note: This version requires a database upgrade Note: This version does not require a Solr schema upgrade Major * New ‘follow’ feature that allows logged in users to follow other users or datasets (#2304) * New user dashboard that shows an activity stream of all the datasets and users you are following. Thanks to Sven R. Kunze for his work on this (#2305) * New version of the Datastore. It has been completely rewritten to use PostgreSQL as backend, it is more stable and fast and supports SQL queries (#2733) * Clean up and simplifyng of CKAN’s dependencies and source install instructions. Ubuntu 12.04 is now supported for source installs (#2428,#2592) * Big speed improvements when indexing datasets (#2788) * New action API reference docs, which individually document each function and its arguments and return values (#2345) * Updated translations, added Japanese and Korean translations Minor * Add source install upgrade docs (#2757) * Mark more strings for translation (#2770) * Allow sort ordering of dataset listings on group pages (#2842) * Reenable simple search option (#2844) * Editing organization removes all datasets (#2845) * Accessibility enhancements on templates Bug fixes * Fix for relative url being used when doing file upload to local storage * Various fixes on IGroupFrom (#2750) * Fix group dataset sort (#2722) * Fix adding existing datasets to organizations (#2843) * Fix 500 error in related controller (#2856) * Fix for non-open licenses appearing open * Editing organization removes all datasets (#2845) API changes and deprecation:
* Template helper functions are now restricted by default. By default only
those helper functions listed in lib.helpers.allowed_functions
are available to templates. The full functions can still be made
available by setting |
Url Ckangelog | https://github.com/ckan/ckan/blob/master/CHANGELOG.rst#v18-2012-10-19 |