[ckan-changes] commit/ckan: 4 new changesets

Bitbucket commits-noreply at bitbucket.org
Tue Sep 13 14:22:04 UTC 2011


4 new changesets in ckan:

http://bitbucket.org/okfn/ckan/changeset/19895cb24cb5/
changeset:   19895cb24cb5
branch:      release-v1.4.3
user:        dread
date:        2011-09-13 14:58:01
summary:     [changelog]: Added changelog for 1.4.3.
affected #:  1 file (1.3 KB)

--- a/CHANGELOG.txt	Mon Sep 12 16:21:04 2011 +0100
+++ b/CHANGELOG.txt	Tue Sep 13 13:58:01 2011 +0100
@@ -1,10 +1,37 @@
 CKAN CHANGELOG
 ++++++++++++++
 
+v1.4.3 2011-09-13
+=================
+Major:
+  * Action API (API v3) (beta version) provides powerful RPC-style API to CKAN data (#1335)
+  * Documentation overhaul (#1142, #1192)
+
+Minor:
+  * Viewing of a package at a given date (as well as revision) with improved UI (#1236)
+  * Extensions can now add functions to the logic layer (#1211)
+  * Refactor all remaining database code out of the controllers and into the logic layer (#1229)
+  * Any OpenID log-in errors that occur are now displayed (#1228)
+  * 'url' field added to search index (e9214)
+  * Speed up tag reading (98d72)
+  * Cope with new WebOb version 1 (#1267)
+  * Avoid exceptions caused by bots hitting error page directly (#1176)
+  * Too minor to mention: #1234, 
+
+Bug fixes:
+  * Re-adding tags to a package failed (since 1.4.1 in Web UI, 1.4 in API) (#1239)
+  * Modified revisions retrieved over API caused exception (since 1.4.2) (#1310)
+  * Whichever language you changed to, it announced "Language set to: English" (since 1.3.1) (#1082)
+  * Incompatibilities with Python 2.5 (since 1.3.4.1 and maybe earlier) (#1325)
+  * You could create an authorization group without a name, causing exceptions displaying it (#1323)
+  * Revision list wasn't showing deleted packages (b21f4)
+  * User editing error conditions handled badly (#1265)
+
+
 v1.4.2 2011-08-05
 =================
 Major:
-  * Packages revisions can be marked as 'moderated' (#1141)
+  * Packages revisions can be marked as 'moderated' (#1141, #1147)
   * Password reset facility (#1186/#1198)
 
 Minor:
@@ -86,6 +113,7 @@
   * CKAN packaged as .deb for install on Ubuntu
   * Resources can have extra fields (although not in web interface yet) (#826)
   * CSW Harvesting - numerous of fixes & improvements. Ready for deployment. (#738 etc)
+  * Language switcher (82002)
  
 Minor:
   * Wordpress integration refactored as a Middleware plugin (#1013)


http://bitbucket.org/okfn/ckan/changeset/3759eecd2457/
changeset:   3759eecd2457
branch:      release-v1.4.3
user:        dread
date:        2011-09-13 16:15:27
summary:     [release]: Version number updated for release.
affected #:  1 file (1 byte)

--- a/ckan/__init__.py	Tue Sep 13 13:58:01 2011 +0100
+++ b/ckan/__init__.py	Tue Sep 13 15:15:27 2011 +0100
@@ -1,4 +1,4 @@
-__version__ = '1.4.3b'
+__version__ = '1.4.3'
 __description__ = 'Comprehensive Knowledge Archive Network (CKAN) Software'
 __long_description__ = \
 '''The CKAN software is used to run the Comprehensive Knowledge Archive


http://bitbucket.org/okfn/ckan/changeset/d4929f8f2661/
changeset:   d4929f8f2661
branch:      release-v1.4.3
user:        dread
date:        2011-09-13 16:18:34
summary:     [doc][xs]: Fix table format.
affected #:  1 file (1 byte)

--- a/doc/api.rst	Tue Sep 13 15:15:27 2011 +0100
+++ b/doc/api.rst	Tue Sep 13 15:18:34 2011 +0100
@@ -351,7 +351,7 @@
 | filter_by_openness    | 0 (default)   | filter_by_openness=1             | Filters results by ones which are|
 |                       | or 1          |                                  | open.                            |
 +-----------------------+---------------+----------------------------------+----------------------------------+
-|filter_by_downloadable| 0 (default)   | filter_by_downloadable=1         | Filters results by ones which    |
+|filter_by_downloadable | 0 (default)   | filter_by_downloadable=1         | Filters results by ones which    |
 |                       | or 1          |                                  | have at least one resource URL.  |
 +-----------------------+---------------+----------------------------------+----------------------------------+
 


http://bitbucket.org/okfn/ckan/changeset/2772b34dc6f5/
changeset:   2772b34dc6f5
branch:      release-v1.4.3
user:        dread
date:        2011-09-13 16:21:15
summary:     Release 1.4.3
affected #:  1 file (52 bytes)

--- a/.hgtags	Tue Sep 13 15:18:34 2011 +0100
+++ b/.hgtags	Tue Sep 13 15:21:15 2011 +0100
@@ -32,3 +32,4 @@
 d83e20d807a6d5587ae5adef49e31fe48c906f9a ckan-1.3.3
 3a59aa5b63d06dde77424e3313433a1fb9eb1215 ckan-1.4
 a394ca150daac6977114ce5d8c911f7d9896d1cd ckan-1.4.1
+d4929f8f26616724d1340a368cdfd4454b5690b4 ckan-1.4.3

Repository URL: https://bitbucket.org/okfn/ckan/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.




More information about the ckan-changes mailing list