[ckan-changes] [ckan/ckan] 3946b3: [#2844] remove url not_empty validator
GitHub
noreply at github.com
Fri Jun 3 11:51:30 UTC 2016
Branch: refs/heads/master
Home: https://github.com/ckan/ckan
Commit: 3946b3f5c4636c499400e689627e9a96dc506af9
https://github.com/ckan/ckan/commit/3946b3f5c4636c499400e689627e9a96dc506af9
Author: Ian Ward <ian at excess.org>
Date: 2016-01-25 (Mon, 25 Jan 2016)
Changed paths:
M ckan/logic/schema.py
M ckan/tests/logic/action/test_create.py
Log Message:
-----------
[#2844] remove url not_empty validator
Commit: aca938feb21c77773f8ef6c16c5f8678f1f9d87e
https://github.com/ckan/ckan/commit/aca938feb21c77773f8ef6c16c5f8678f1f9d87e
Author: Ian Ward <ian at excess.org>
Date: 2016-01-25 (Mon, 25 Jan 2016)
Changed paths:
M ckan/logic/action/create.py
M ckan/logic/action/update.py
Log Message:
-----------
[#2844] force missing url value to ""
Commit: 9c0050bed5811c8cdfc9664b94f053b65ea2b5fb
https://github.com/ckan/ckan/commit/9c0050bed5811c8cdfc9664b94f053b65ea2b5fb
Author: Ian Ward <ian at excess.org>
Date: 2016-01-25 (Mon, 25 Jan 2016)
Changed paths:
M ckan/tests/legacy/lib/test_dictization_schema.py
Log Message:
-----------
[#2844] update old tests for optional urls
Commit: e03da496fc2400be90ad7020a54b761740d5afdf
https://github.com/ckan/ckan/commit/e03da496fc2400be90ad7020a54b761740d5afdf
Author: yingqiaogit <qiaoying at hotmail.com>
Date: 2016-04-29 (Fri, 29 Apr 2016)
Changed paths:
M ckan/lib/dictization/model_dictize.py
Log Message:
-----------
A resource is allowed to have null value in its url. We don't set resource['url'] as 'http://' after the resource is retrieved from the database. In this way, the value of resource['url'] is kept as null at front end. We have tested the update with the others in the same branch using the default web UI front. For a resuouce with an empty url, in the Resource Page , the line for URL and the Go to resource Button are not displayed. In the Package page, the Go to resource button is not included in the Explore pop up menu. There is no extra log message shown up in the console.
Commit: 55add0906f02a648b0018b603ec7b09393cb6100
https://github.com/ckan/ckan/commit/55add0906f02a648b0018b603ec7b09393cb6100
Author: yingqiaogit <qiaoying at hotmail.com>
Date: 2016-05-15 (Sun, 15 May 2016)
Changed paths:
M ckan/tests/logic/action/test_create.py
Log Message:
-----------
test the case for resource_show action on resource with empty url
Commit: f0eff6660c2f156bbce005a7b045b7c2a6d387db
https://github.com/ckan/ckan/commit/f0eff6660c2f156bbce005a7b045b7c2a6d387db
Author: yingqiaogit <qiaoying at hotmail.com>
Date: 2016-05-15 (Sun, 15 May 2016)
Changed paths:
M ckan/tests/logic/action/test_create.py
Log Message:
-----------
adjust the code for cleaning the error messages on pep8 issues
Commit: f4e8c8446ccb8071ee9c42b7cd08d513a1330584
https://github.com/ckan/ckan/commit/f4e8c8446ccb8071ee9c42b7cd08d513a1330584
Author: Brook Elgie <specialbrew at gmail.com>
Date: 2016-05-25 (Wed, 25 May 2016)
Changed paths:
M ckan/lib/base.py
M ckan/tests/legacy/lib/test_i18n.py
Log Message:
-----------
[#3053] Remove old locale session code.
Locale is no longer persisted by a value in the session (instead using
urls). This simply removes some old unused references to i18n info in
the session, and some commented out tests.
Commit: 9eb66f2daa68d0f677eedfe498499983b6617a97
https://github.com/ckan/ckan/commit/9eb66f2daa68d0f677eedfe498499983b6617a97
Author: Brook Elgie <specialbrew at gmail.com>
Date: 2016-05-25 (Wed, 25 May 2016)
Changed paths:
M ckan/tests/legacy/test_coding_standards.py
Log Message:
-----------
[#3053] Remove test_i18n from pep blacklist
Commit: b25dfdd098075fd7d78244f0690d9530a2cdd365
https://github.com/ckan/ckan/commit/b25dfdd098075fd7d78244f0690d9530a2cdd365
Author: amercader <amercadero at gmail.com>
Date: 2016-06-03 (Fri, 03 Jun 2016)
Changed paths:
M ckan/lib/dictization/model_dictize.py
M ckan/logic/action/create.py
M ckan/logic/action/update.py
M ckan/logic/schema.py
M ckan/tests/legacy/lib/test_dictization_schema.py
M ckan/tests/logic/action/test_create.py
Log Message:
-----------
Merge branch '2844-optional-resource-url'
Commit: 87c100078d2461dd085998c2001cb17afc0079fa
https://github.com/ckan/ckan/commit/87c100078d2461dd085998c2001cb17afc0079fa
Author: amercader <amercadero at gmail.com>
Date: 2016-06-03 (Fri, 03 Jun 2016)
Changed paths:
M ckan/lib/base.py
M ckan/tests/legacy/lib/test_i18n.py
M ckan/tests/legacy/test_coding_standards.py
Log Message:
-----------
Merge branch '3053-old-session-data'
Conflicts:
ckan/tests/legacy/lib/test_i18n.py
Compare: https://github.com/ckan/ckan/compare/a8d4ab7d92e7...87c100078d24
More information about the ckan-changes
mailing list