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

Bitbucket commits-noreply at bitbucket.org
Wed Jul 13 16:49:02 UTC 2011


2 new changesets in ckan:

http://bitbucket.org/okfn/ckan/changeset/b7bb438b62f7/
changeset:   b7bb438b62f7
branch:      release-v1.4.2
user:        dread
date:        2011-07-13 17:54:24
summary:     [tests][xs]: #1222 tidy up of old test.
affected #:  1 file (0 bytes)

--- a/ckan/tests/test_mailer.py	Wed Jul 13 14:04:52 2011 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,29 +0,0 @@
-"""
-"""
-from pylons import config
-from ckan.lib.mailer import _mail_recipient
-from ckan.tests import *
-
-from smtpd import SMTPServer
-
-class TestMailer(TestController):
-
-    def setup(self):
-        config['smtp_server'] = 'localhost:667511'
-        config['ckan.mail_from'] = 'info at ckan.net'
-        class TestSMTPServer(SMTPServer):
-            def process_message(zelf, peer, mailfrom, rcpttos, data):
-                print "FOO"
-                return self.process_message(peer, mailfrom, rcpttos, data)
-        self.server = TestSMTPServer(('localhost', 6675), None)
-
-    def test_mail_recipient(self):
-    #    def tests(s, peer, mailfrom, rcpttos, data):
-    #        assert 'info at ckan.net' in mailfrom
-    #        assert 'foo at bar.com' in recpttos
-    #        assert 'i am a banana' in data
-    #    #self.process_message = tests
-    #    _mail_recipient('fooman', 'foo at localhost', 
-    #            'banaman', 'http://banana.com',
-    #            'i am a banana', 'this is a test')
-        pass


http://bitbucket.org/okfn/ckan/changeset/0ab2c6817bfb/
changeset:   0ab2c6817bfb
branch:      release-v1.4.2
user:        dread
date:        2011-07-13 18:40:21
summary:     [release]: Added changelog for 1.4.2.
affected #:  1 file (701 bytes)

--- a/CHANGELOG.txt	Wed Jul 13 16:54:24 2011 +0100
+++ b/CHANGELOG.txt	Wed Jul 13 17:40:21 2011 +0100
@@ -5,7 +5,19 @@
 =================
 Major:
   * Packages revisions can be marked as 'moderated' (#1141)
+  * Password reset facility (#1186/#1198)
+
+Minor:
   * Viewing of a package at any revision (#1141)
+  * API POSTs can be of Content-Type "application/json" as alternative to existing "application/x-www-form-urlencoded" (#1206)
+  * Caching of static files (#1223)
+
+Bug fixes:
+  * When you removed last row of resource table, you could't add it again - since 1.0 (#1215)
+  * Exception if you had any Groups and migrated between CKAN v1.0.2 to v1.2 (migration 29) - since v1.0.2 (#1205)
+  * API Package edit requests returned the Package in a different format to usual - since 1.4 (#1214)
+  * API error responses were not all JSON format and didn't have correct Content-Type (#1214)
+  * API package delete doesn't require a Content-Length header (#1214)
 
 
 v1.4.1 2011-06-27

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