Skip to content

Commit

Permalink
Merge branch 'master' into 1903-new-authz-removal
Browse files Browse the repository at this point in the history
Conflicts:
	ckan/lib/create_test_data.py
	ckan/logic/action/create.py
	ckan/logic/action/get.py
	ckan/model/user.py
	ckan/tests/legacy/logic/test_action.py
	ckan/tests/legacy/models/test_user.py
  • Loading branch information
David Read committed Apr 14, 2015
2 parents 13b46c6 + b5c43f0 commit cc2a333
Show file tree
Hide file tree
Showing 574 changed files with 126,187 additions and 184,490 deletions.
2 changes: 1 addition & 1 deletion .coveragerc
@@ -1,3 +1,3 @@
[run]
omit = */migration/*, /tests/*, */new_tests/*
omit = */migration/*, /tests/*
source = ckan, ckanext
326 changes: 306 additions & 20 deletions CHANGELOG.rst

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions MANIFEST.in
Expand Up @@ -12,6 +12,7 @@ recursive-include ckanext/*/public *
recursive-include ckanext/*/templates *
recursive-include ckanext/*/theme/public *
recursive-include ckanext/*/theme/templates *
include ckanext/datastore/set_permissions.sql

prune .git
include CHANGELOG.txt
Expand Down
12 changes: 6 additions & 6 deletions ckan/__init__.py
@@ -1,18 +1,18 @@
__version__ = '2.3a'
__version__ = '2.4a'

__description__ = 'CKAN Software'
__long_description__ = \
'''CKAN software provides a hub for datasets. The flagship site running CKAN
'''CKAN software provides a hub for datasets. The flagship site running CKAN
is theDataHub.org but it is also used for dozens of other open data websites
run by governments, agencies and citizens.
CKAN provides a place to search for open knowledge resources as well as
register your own - be that a set of Shakespeare's works, a global
population density database, the voting records of MPs, or 30 years of
CKAN provides a place to search for open knowledge resources as well as
register your own - be that a set of Shakespeare's works, a global
population density database, the voting records of MPs, or 30 years of
US patents.
Those familiar with Freshmeat or CPAN can think of CKAN as providing an
analogous service for open data and knowledge.
analogous service for open data and knowledge.
'''
__license__ = 'AGPL'

Expand Down

0 comments on commit cc2a333

Please sign in to comment.