[ckan-changes] [okfn/ckan] 729ff8: Pass activity and context to activity_stream_strin...
GitHub
noreply at github.com
Tue Jun 11 11:28:09 UTC 2013
Branch: refs/heads/864-media-listings
Home: https://github.com/okfn/ckan
Commit: 729ff8f3c688a3d435c921c68b7b34dff073ca14
https://github.com/okfn/ckan/commit/729ff8f3c688a3d435c921c68b7b34dff073ca14
Author: Nigel Babu <nigelbabu at gmail.com>
Date: 2013-01-17 (Thu, 17 Jan 2013)
Changed paths:
M ckan/lib/activity_streams.py
Log Message:
-----------
Pass activity and context to activity_stream_string functions
Commit: b8bfdf5c2dcf3188b921c03bf8e2ef562958b4b6
https://github.com/okfn/ckan/commit/b8bfdf5c2dcf3188b921c03bf8e2ef562958b4b6
Author: Nigel Babu <nigelbabu at gmail.com>
Date: 2013-01-18 (Fri, 18 Jan 2013)
Changed paths:
M ckan/lib/activity_streams.py
Log Message:
-----------
Change the text of the activity stream string
Commit: 5c1170efd1fcdf4c9f37611ff462e6785397bc75
https://github.com/okfn/ckan/commit/5c1170efd1fcdf4c9f37611ff462e6785397bc75
Author: Nigel Babu <nigelbabu at gmail.com>
Date: 2013-01-20 (Sun, 20 Jan 2013)
Changed paths:
A .travis.yml
M README.rst
M ckan/__init__.py
M ckan/logic/action/get.py
M ckan/templates/macros/form.html
M ckan/templates/snippets/package_item.html
M doc/test.rst
Log Message:
-----------
Merge branch 'master' into 283-activity-stream-fixes
Commit: 635d1d8190d4b46893fd780e438ff1a7ccbc8b9b
https://github.com/okfn/ckan/commit/635d1d8190d4b46893fd780e438ff1a7ccbc8b9b
Author: Nigel Babu <nigelbabu at gmail.com>
Date: 2013-01-24 (Thu, 24 Jan 2013)
Changed paths:
M ckan/lib/activity_streams.py
Log Message:
-----------
Fix activity name, correct function all, and remove print statement
Commit: b9fdf29cebfaee21d5f825ef8c28427816cb6075
https://github.com/okfn/ckan/commit/b9fdf29cebfaee21d5f825ef8c28427816cb6075
Author: Nigel Babu <nigelbabu at gmail.com>
Date: 2013-01-24 (Thu, 24 Jan 2013)
Changed paths:
M ckan/logic/action/update.py
Log Message:
-----------
Add code to create an activity
Commit: 5ef3f1671dab2ba66b76ad626c6b56f74de946be
https://github.com/okfn/ckan/commit/5ef3f1671dab2ba66b76ad626c6b56f74de946be
Author: Nigel Babu <nigelbabu at gmail.com>
Date: 2013-01-24 (Thu, 24 Jan 2013)
Changed paths:
M ckan/logic/validators.py
Log Message:
-----------
Create validator for new activity
Commit: c296f375164fefd11ee22051e5c024486c6676bc
https://github.com/okfn/ckan/commit/c296f375164fefd11ee22051e5c024486c6676bc
Author: Nigel Babu <nigelbabu at gmail.com>
Date: 2013-01-25 (Fri, 25 Jan 2013)
Changed paths:
M ckan/tests/functional/api/test_activity.py
Log Message:
-----------
test for create, update, and delete related item
Commit: fda40076b7092863ef729aa2455a6aabf5c8f083
https://github.com/okfn/ckan/commit/fda40076b7092863ef729aa2455a6aabf5c8f083
Author: Nigel Babu <nigelbabu at gmail.com>
Date: 2013-01-25 (Fri, 25 Jan 2013)
Changed paths:
A CONTRIBUTING.rst
M ckan/config/deployment.ini_tmpl
M ckan/controllers/package.py
M ckan/controllers/user.py
M ckan/lib/formatters.py
M ckan/lib/helpers.py
M ckan/logic/action/create.py
M ckan/logic/action/delete.py
M ckan/logic/action/get.py
M ckan/logic/action/update.py
M ckan/logic/auth/update.py
M ckan/model/group.py
M ckan/plugins/interfaces.py
M ckan/public/base/css/main.css
M ckan/public/base/less/dataset.less
M ckan/public/base/less/profile.less
M ckan/templates/ajax_snippets/popover_context_dataset.html
M ckan/templates/ajax_snippets/popover_context_group.html
M ckan/templates/ajax_snippets/popover_context_user.html
M ckan/templates/group/read_base.html
M ckan/templates/package/snippets/resource_item.html
M ckan/templates/snippets/organization.html
M ckan/templates/user/read_base.html
M ckan/tests/functional/test_package.py
M ckan/tests/models/test_group.py
M ckanext/datastore/bin/datastore_setup.py
R doc/contributing-docs.rst
R doc/contributing.rst
M doc/datastore-setup.rst
M doc/index.rst
M doc/install-from-source.rst
M doc/solr-setup.rst
Log Message:
-----------
Merge branch 'master' into 283-activity-stream-fixes
Commit: 9168b8cdc5285455edd9f3f2b7cabf8094a79255
https://github.com/okfn/ckan/commit/9168b8cdc5285455edd9f3f2b7cabf8094a79255
Author: Nigel Babu <nigelbabu at gmail.com>
Date: 2013-01-25 (Fri, 25 Jan 2013)
Changed paths:
M ckan/lib/activity_streams.py
M ckan/logic/action/update.py
Log Message:
-----------
Remove print statement and ignore_auth
Commit: 567a53eaf6d164c3c8d1a2642f622f64bc527499
https://github.com/okfn/ckan/commit/567a53eaf6d164c3c8d1a2642f622f64bc527499
Author: Nigel Babu <nigelbabu at gmail.com>
Date: 2013-02-02 (Sat, 02 Feb 2013)
Changed paths:
M ckan/lib/activity_streams.py
M ckan/logic/action/create.py
M ckan/tests/functional/api/test_activity.py
Log Message:
-----------
fix nits, check for datasets
Commit: c451237c9b79da5306726d36336c624146345bf0
https://github.com/okfn/ckan/commit/c451237c9b79da5306726d36336c624146345bf0
Author: Nigel Babu <nigelbabu at gmail.com>
Date: 2013-02-02 (Sat, 02 Feb 2013)
Changed paths:
M .gitignore
M README.rst
M ckan/lib/helpers.py
M ckan/model/__init__.py
M ckan/model/meta.py
M ckan/tests/__init__.py
M ckanext/datastore/plugin.py
M ckanext/datastore/tests/test_create.py
M ckanext/datastore/tests/test_delete.py
M ckanext/datastore/tests/test_search.py
M ckanext/datastore/tests/test_upsert.py
M ckanext/reclinepreview/theme/public/preview_recline.js
Log Message:
-----------
Merge branch 'master' into 283-activity-stream-fixes
Commit: fca5f2828b44d9b0e2c9177ba9b6e54387215b4c
https://github.com/okfn/ckan/commit/fca5f2828b44d9b0e2c9177ba9b6e54387215b4c
Author: Nigel Babu <nigelbabu at gmail.com>
Date: 2013-02-14 (Thu, 14 Feb 2013)
Changed paths:
M ckan/lib/activity_streams.py
M ckan/logic/action/create.py
M ckan/tests/functional/api/test_activity.py
Log Message:
-----------
Fix a few more styling nitpicks
Commit: 7b71f6bf0e651088eef219da970b4fc7d0746a74
https://github.com/okfn/ckan/commit/7b71f6bf0e651088eef219da970b4fc7d0746a74
Author: Nigel Babu <nigelbabu at gmail.com>
Date: 2013-02-14 (Thu, 14 Feb 2013)
Changed paths:
M ckan/controllers/api.py
M ckan/controllers/group.py
M ckan/controllers/home.py
M ckan/controllers/related.py
M ckan/controllers/revision.py
M ckan/controllers/user.py
M ckan/lib/activity_streams.py
M ckan/lib/activity_streams_session_extension.py
M ckan/lib/app_globals.py
M ckan/lib/base.py
M ckan/lib/cli.py
M ckan/lib/dictization/model_dictize.py
M ckan/lib/helpers.py
M ckan/logic/action/create.py
M ckan/logic/action/get.py
M ckan/logic/auth/get.py
M ckan/logic/schema.py
M ckan/model/__init__.py
M ckan/model/activity.py
M ckan/model/meta.py
M ckan/plugins/core.py
M ckan/public/base/css/main.css
A ckan/public/base/images/dashboard-followee-related.png
A ckan/public/base/images/full-width-nav-right.png
M ckan/public/base/javascript/modules/dashboard.js
M ckan/public/base/javascript/modules/data-viewer.js
M ckan/public/base/javascript/modules/popover-context.js
R ckan/public/base/javascript/modules/popover-context.min.js
M ckan/public/base/javascript/resource.config
M ckan/public/base/less/dashboard.less
M ckan/public/base/less/forms.less
M ckan/public/base/less/main.less
M ckan/public/base/less/masthead.less
R ckan/public/base/less/popover-context.less
M ckan/public/base/vendor/resource.config
M ckan/templates/activity_streams/activity_stream_items.html
M ckan/templates/admin/authz.html
M ckan/templates/ajax_snippets/api_info.html
R ckan/templates/ajax_snippets/popover_context_dataset.html
R ckan/templates/ajax_snippets/popover_context_group.html
R ckan/templates/ajax_snippets/popover_context_user.html
M ckan/templates/dataviewer/snippets/data_preview.html
M ckan/templates/group/read_base.html
M ckan/templates/home/index.html
M ckan/templates/organization/members.html
M ckan/templates/organization/read_base.html
M ckan/templates/package/read_base.html
M ckan/templates/package/resource_read.html
M ckan/templates/package/snippets/additional_info.html
M ckan/templates/related/dashboard.html
A ckan/templates/snippets/context.html
A ckan/templates/snippets/context/dataset.html
A ckan/templates/snippets/context/group.html
A ckan/templates/snippets/context/user.html
M ckan/templates/snippets/organization.html
M ckan/templates/snippets/related.html
M ckan/templates/user/dashboard.html
M ckan/templates/user/read.html
M ckan/templates/user/read_base.html
A ckan/templates/user/snippets/followee_dropdown.html
M ckan/templates/user/snippets/followers.html
M ckan/tests/functional/api/model/test_package.py
M ckan/tests/functional/api/model/test_tag.py
M ckan/tests/functional/api/test_activity.py
M ckan/tests/functional/api/test_dashboard.py
M ckan/tests/functional/api/test_follow.py
M ckan/tests/functional/test_activity.py
M ckan/tests/functional/test_follow.py
M ckan/tests/functional/test_group.py
M ckan/tests/lib/test_dictization.py
M ckan/tests/lib/test_dictization_schema.py
M ckan/tests/logic/test_action.py
M ckan/tests/logic/test_tag.py
M ckanext/datastore/plugin.py
M ckanext/reclinepreview/theme/public/preview_recline.js
R ckanext/reclinepreview/theme/public/preview_recline.min.js
M ckanext/reclinepreview/theme/public/resource.config
A ckanext/reclinepreview/theme/public/vendor/backbone/0.9.2/backbone.js
A ckanext/reclinepreview/theme/public/vendor/backbone/0.9.2/backbone.min.js
R ckanext/reclinepreview/theme/public/vendor/backbone/backbone.js
R ckanext/reclinepreview/theme/public/vendor/backbone/backbone.min.js
A ckanext/reclinepreview/theme/public/vendor/bootstrap/2.0.2/bootstrap.js
A ckanext/reclinepreview/theme/public/vendor/bootstrap/2.0.2/bootstrap.min.js
A ckanext/reclinepreview/theme/public/vendor/bootstrap/2.0.2/css/bootstrap-responsive.css
A ckanext/reclinepreview/theme/public/vendor/bootstrap/2.0.2/css/bootstrap-responsive.min.css
A ckanext/reclinepreview/theme/public/vendor/bootstrap/2.0.2/css/bootstrap.css
A ckanext/reclinepreview/theme/public/vendor/bootstrap/2.0.2/css/bootstrap.min.css
A ckanext/reclinepreview/theme/public/vendor/bootstrap/2.0.2/img/glyphicons-halflings-white.png
A ckanext/reclinepreview/theme/public/vendor/bootstrap/2.0.2/img/glyphicons-halflings.png
R ckanext/reclinepreview/theme/public/vendor/bootstrap/bootstrap.js
R ckanext/reclinepreview/theme/public/vendor/bootstrap/bootstrap.min.js
R ckanext/reclinepreview/theme/public/vendor/bootstrap/css/bootstrap.css
R ckanext/reclinepreview/theme/public/vendor/bootstrap/css/bootstrap.min.css
R ckanext/reclinepreview/theme/public/vendor/bootstrap/img/glyphicons-halflings-white.png
R ckanext/reclinepreview/theme/public/vendor/bootstrap/img/glyphicons-halflings.png
A ckanext/reclinepreview/theme/public/vendor/flot/excanvas.js
A ckanext/reclinepreview/theme/public/vendor/flot/excanvas.min.js
A ckanext/reclinepreview/theme/public/vendor/flot/jquery.flot.js
A ckanext/reclinepreview/theme/public/vendor/flot/jquery.flot.min.js
R ckanext/reclinepreview/theme/public/vendor/flotr2/excanvas.js
R ckanext/reclinepreview/theme/public/vendor/flotr2/excanvas.min.js
M ckanext/reclinepreview/theme/public/vendor/flotr2/flotr2.js
M ckanext/reclinepreview/theme/public/vendor/flotr2/flotr2.min.js
R ckanext/reclinepreview/theme/public/vendor/jquery.mustache/jquery.mustache.js
R ckanext/reclinepreview/theme/public/vendor/jquery.mustache/jquery.mustache.min.js
A ckanext/reclinepreview/theme/public/vendor/jquery/1.7.1/jquery.js
A ckanext/reclinepreview/theme/public/vendor/jquery/1.7.1/jquery.min.js
A ckanext/reclinepreview/theme/public/vendor/json/json2.js
A ckanext/reclinepreview/theme/public/vendor/json/json2.min.js
M ckanext/reclinepreview/theme/public/vendor/leaflet.markercluster/leaflet.markercluster.min.js
A ckanext/reclinepreview/theme/public/vendor/leaflet/0.4.4/images/layers.png
A ckanext/reclinepreview/theme/public/vendor/leaflet/0.4.4/images/marker-icon.png
A ckanext/reclinepreview/theme/public/vendor/leaflet/0.4.4/images/marker-shadow.png
A ckanext/reclinepreview/theme/public/vendor/leaflet/0.4.4/images/zoom-in.png
A ckanext/reclinepreview/theme/public/vendor/leaflet/0.4.4/images/zoom-out.png
A ckanext/reclinepreview/theme/public/vendor/leaflet/0.4.4/leaflet-src.js
A ckanext/reclinepreview/theme/public/vendor/leaflet/0.4.4/leaflet-src.min.js
A ckanext/reclinepreview/theme/public/vendor/leaflet/0.4.4/leaflet.css
A ckanext/reclinepreview/theme/public/vendor/leaflet/0.4.4/leaflet.ie.css
A ckanext/reclinepreview/theme/public/vendor/leaflet/0.4.4/leaflet.ie.min.css
A ckanext/reclinepreview/theme/public/vendor/leaflet/0.4.4/leaflet.js
A ckanext/reclinepreview/theme/public/vendor/leaflet/0.4.4/leaflet.min.css
A ckanext/reclinepreview/theme/public/vendor/leaflet/0.4.4/leaflet.min.js
R ckanext/reclinepreview/theme/public/vendor/leaflet/images/layers.png
R ckanext/reclinepreview/theme/public/vendor/leaflet/images/marker-icon.png
R ckanext/reclinepreview/theme/public/vendor/leaflet/images/marker-shadow.png
R ckanext/reclinepreview/theme/public/vendor/leaflet/images/zoom-in.png
R ckanext/reclinepreview/theme/public/vendor/leaflet/images/zoom-out.png
R ckanext/reclinepreview/theme/public/vendor/leaflet/leaflet.css
R ckanext/reclinepreview/theme/public/vendor/leaflet/leaflet.ie.css
R ckanext/reclinepreview/theme/public/vendor/leaflet/leaflet.ie.min.css
R ckanext/reclinepreview/theme/public/vendor/leaflet/leaflet.js
R ckanext/reclinepreview/theme/public/vendor/leaflet/leaflet.min.css
R ckanext/reclinepreview/theme/public/vendor/leaflet/leaflet.min.js
A ckanext/reclinepreview/theme/public/vendor/moment/1.6.2/moment.js
A ckanext/reclinepreview/theme/public/vendor/moment/1.6.2/moment.min.js
R ckanext/reclinepreview/theme/public/vendor/moment/moment.js
R ckanext/reclinepreview/theme/public/vendor/moment/moment.min.js
A ckanext/reclinepreview/theme/public/vendor/mustache/0.5.0-dev/mustache.js
A ckanext/reclinepreview/theme/public/vendor/mustache/0.5.0-dev/mustache.min.js
R ckanext/reclinepreview/theme/public/vendor/mustache/mustache.js
R ckanext/reclinepreview/theme/public/vendor/mustache/mustache.min.js
R ckanext/reclinepreview/theme/public/vendor/recline/css/recline.css
R ckanext/reclinepreview/theme/public/vendor/recline/css/recline.min.css
A ckanext/reclinepreview/theme/public/vendor/recline/recline.css
A ckanext/reclinepreview/theme/public/vendor/recline/recline.dataset.js
A ckanext/reclinepreview/theme/public/vendor/recline/recline.dataset.min.js
M ckanext/reclinepreview/theme/public/vendor/recline/recline.js
A ckanext/reclinepreview/theme/public/vendor/recline/recline.min.css
M ckanext/reclinepreview/theme/public/vendor/recline/recline.min.js
A ckanext/reclinepreview/theme/public/vendor/showdown/20120615/showdown.js
A ckanext/reclinepreview/theme/public/vendor/showdown/20120615/showdown.min.js
A ckanext/reclinepreview/theme/public/vendor/slickgrid/2.0.1/MIT-LICENSE.txt
A ckanext/reclinepreview/theme/public/vendor/slickgrid/2.0.1/README.txt
A ckanext/reclinepreview/theme/public/vendor/slickgrid/2.0.1/images/calendar.gif
A ckanext/reclinepreview/theme/public/vendor/slickgrid/2.0.1/images/sort-asc.gif
A ckanext/reclinepreview/theme/public/vendor/slickgrid/2.0.1/images/sort-desc.gif
A ckanext/reclinepreview/theme/public/vendor/slickgrid/2.0.1/jquery-ui-1.8.16.custom.js
A ckanext/reclinepreview/theme/public/vendor/slickgrid/2.0.1/jquery-ui-1.8.16.custom.min.js
A ckanext/reclinepreview/theme/public/vendor/slickgrid/2.0.1/jquery.event.drag-2.0.js
A ckanext/reclinepreview/theme/public/vendor/slickgrid/2.0.1/jquery.event.drag-2.0.min.js
A ckanext/reclinepreview/theme/public/vendor/slickgrid/2.0.1/slick.grid.css
A ckanext/reclinepreview/theme/public/vendor/slickgrid/2.0.1/slick.grid.js
A ckanext/reclinepreview/theme/public/vendor/slickgrid/2.0.1/slick.grid.min.css
A ckanext/reclinepreview/theme/public/vendor/slickgrid/2.0.1/slick.grid.min.js
R ckanext/reclinepreview/theme/public/vendor/slickgrid/MIT-LICENSE.txt
R ckanext/reclinepreview/theme/public/vendor/slickgrid/README.txt
R ckanext/reclinepreview/theme/public/vendor/slickgrid/images/sort-asc.gif
R ckanext/reclinepreview/theme/public/vendor/slickgrid/images/sort-desc.gif
R ckanext/reclinepreview/theme/public/vendor/slickgrid/jquery-ui-1.8.16.custom.js
R ckanext/reclinepreview/theme/public/vendor/slickgrid/jquery-ui-1.8.16.custom.min.js
R ckanext/reclinepreview/theme/public/vendor/slickgrid/jquery.event.drag-2.0.js
R ckanext/reclinepreview/theme/public/vendor/slickgrid/jquery.event.drag-2.0.min.js
R ckanext/reclinepreview/theme/public/vendor/slickgrid/slick.grid.css
R ckanext/reclinepreview/theme/public/vendor/slickgrid/slick.grid.js
R ckanext/reclinepreview/theme/public/vendor/slickgrid/slick.grid.min.css
R ckanext/reclinepreview/theme/public/vendor/slickgrid/slick.grid.min.js
A ckanext/reclinepreview/theme/public/vendor/timeline/20120520/css/timeline.css
A ckanext/reclinepreview/theme/public/vendor/timeline/20120520/css/timeline.min.css
A ckanext/reclinepreview/theme/public/vendor/timeline/20120520/css/timeline.png
A ckanext/reclinepreview/theme/public/vendor/timeline/20120520/js/timeline.js
A ckanext/reclinepreview/theme/public/vendor/timeline/20120520/js/timeline.min.js
A ckanext/reclinepreview/theme/public/vendor/underscore.deferred/0.4.0/underscore.deferred.js
A ckanext/reclinepreview/theme/public/vendor/underscore.deferred/0.4.0/underscore.deferred.min.js
A ckanext/reclinepreview/theme/public/vendor/underscore/1.4.2/underscore.js
A ckanext/reclinepreview/theme/public/vendor/underscore/1.4.2/underscore.min.js
R ckanext/reclinepreview/theme/public/vendor/underscore/underscore.js
R ckanext/reclinepreview/theme/public/vendor/underscore/underscore.min.js
M ckanext/reclinepreview/theme/templates/recline.html
M doc/install-from-source.rst
M doc/writing-extensions.rst
M test-core.ini
Log Message:
-----------
Merge branch 'master' into 283-activity-stream-fixes
Commit: 9dd51d21bd9a1ac0b41604c4ac5d6e9e84e13c2b
https://github.com/okfn/ckan/commit/9dd51d21bd9a1ac0b41604c4ac5d6e9e84e13c2b
Author: Nigel Babu <nigelbabu at gmail.com>
Date: 2013-02-14 (Thu, 14 Feb 2013)
Changed paths:
M ckan/tests/functional/api/test_activity.py
Log Message:
-----------
Remove the apikey variable
Commit: aee95d715b0fd2d20ed8858259dddc791b75dccb
https://github.com/okfn/ckan/commit/aee95d715b0fd2d20ed8858259dddc791b75dccb
Author: Nigel Babu <nigelbabu at gmail.com>
Date: 2013-02-19 (Tue, 19 Feb 2013)
Changed paths:
M ckan/lib/activity_streams.py
Log Message:
-----------
Change the if condition around
Commit: 5e77d3a133e0be5efde97e8b930f9db2a47acc40
https://github.com/okfn/ckan/commit/5e77d3a133e0be5efde97e8b930f9db2a47acc40
Author: Nigel Babu <nigelbabu at gmail.com>
Date: 2013-02-22 (Fri, 22 Feb 2013)
Changed paths:
M .travis.yml
M ckan/config/middleware.py
M ckan/config/routing.py
M ckan/controllers/admin.py
R ckan/controllers/datastore.py
M ckan/controllers/group.py
M ckan/controllers/package.py
M ckan/controllers/related.py
M ckan/lib/app_globals.py
M ckan/lib/cli.py
M ckan/lib/create_test_data.py
M ckan/lib/dictization/model_dictize.py
M ckan/lib/dictization/model_save.py
M ckan/lib/helpers.py
M ckan/lib/maintain.py
M ckan/lib/navl/dictization_functions.py
M ckan/lib/plugins.py
M ckan/lib/search/index.py
M ckan/logic/__init__.py
M ckan/logic/action/get.py
M ckan/logic/schema.py
A ckan/migration/versions/067_turn_extras_to_strings.py
M ckan/model/group_extra.py
M ckan/model/package_extra.py
M ckan/new_authz.py
M ckan/plugins/core.py
M ckan/public/base/css/main.css
A ckan/public/base/images/bg.png
M ckan/public/base/images/ckan-logo-footer.png
M ckan/public/base/images/ckan-logo.png
M ckan/public/base/images/dashboard-followee-related.png
A ckan/public/base/images/nav-active.png
A ckan/public/base/images/nav.png
M ckan/public/base/images/placeholder-application.png
M ckan/public/base/images/placeholder-group.png
M ckan/public/base/images/placeholder-image.png
M ckan/public/base/images/placeholder-organization.png
M ckan/public/base/javascript/modules/dashboard.js
M ckan/public/base/javascript/modules/popover-context.js
M ckan/public/base/javascript/plugins/jquery.slug-preview.js
M ckan/public/base/less/activity.less
M ckan/public/base/less/ckan.less
M ckan/public/base/less/dashboard.less
M ckan/public/base/less/dataset.less
R ckan/public/base/less/follower-list.less
A ckan/public/base/less/font-awesome.less
M ckan/public/base/less/footer.less
M ckan/public/base/less/forms.less
A ckan/public/base/less/homepage.less
M ckan/public/base/less/icons.less
M ckan/public/base/less/iehacks.less
M ckan/public/base/less/layout.less
M ckan/public/base/less/main.less
M ckan/public/base/less/masthead.less
M ckan/public/base/less/media.less
M ckan/public/base/less/mixins.less
M ckan/public/base/less/module.less
M ckan/public/base/less/nav.less
M ckan/public/base/less/profile.less
M ckan/public/base/less/toolbar.less
M ckan/public/base/less/variables.less
R ckan/public/base/vendor/bootstrap/images/bootstrap-glyphicons-halflings-white.png
R ckan/public/base/vendor/bootstrap/images/bootstrap-glyphicons-halflings.png
A ckan/public/base/vendor/bootstrap/img/glyphicons-halflings-white.png
A ckan/public/base/vendor/bootstrap/img/glyphicons-halflings.png
A ckan/public/base/vendor/bootstrap/js/.jshintrc
R ckan/public/base/vendor/bootstrap/js/bootstrap-alert.js
R ckan/public/base/vendor/bootstrap/js/bootstrap-alert.min.js
R ckan/public/base/vendor/bootstrap/js/bootstrap-button.js
R ckan/public/base/vendor/bootstrap/js/bootstrap-button.min.js
R ckan/public/base/vendor/bootstrap/js/bootstrap-collapse.js
R ckan/public/base/vendor/bootstrap/js/bootstrap-collapse.min.js
R ckan/public/base/vendor/bootstrap/js/bootstrap-dropdown.js
R ckan/public/base/vendor/bootstrap/js/bootstrap-dropdown.min.js
R ckan/public/base/vendor/bootstrap/js/bootstrap-modal.js
R ckan/public/base/vendor/bootstrap/js/bootstrap-modal.min.js
R ckan/public/base/vendor/bootstrap/js/bootstrap-popover.js
R ckan/public/base/vendor/bootstrap/js/bootstrap-popover.min.js
R ckan/public/base/vendor/bootstrap/js/bootstrap-tab.js
R ckan/public/base/vendor/bootstrap/js/bootstrap-tab.min.js
R ckan/public/base/vendor/bootstrap/js/bootstrap-tooltip.js
R ckan/public/base/vendor/bootstrap/js/bootstrap-tooltip.min.js
R ckan/public/base/vendor/bootstrap/js/bootstrap-transition.js
R ckan/public/base/vendor/bootstrap/js/bootstrap-transition.min.js
R ckan/public/base/vendor/bootstrap/js/bootstrap-typeahead.js
R ckan/public/base/vendor/bootstrap/js/bootstrap-typeahead.min.js
A ckan/public/base/vendor/bootstrap/js/bootstrap.js
A ckan/public/base/vendor/bootstrap/js/bootstrap.min.js
M ckan/public/base/vendor/bootstrap/less/accordion.less
M ckan/public/base/vendor/bootstrap/less/alerts.less
M ckan/public/base/vendor/bootstrap/less/bootstrap.less
M ckan/public/base/vendor/bootstrap/less/breadcrumbs.less
M ckan/public/base/vendor/bootstrap/less/button-groups.less
M ckan/public/base/vendor/bootstrap/less/buttons.less
M ckan/public/base/vendor/bootstrap/less/carousel.less
M ckan/public/base/vendor/bootstrap/less/close.less
M ckan/public/base/vendor/bootstrap/less/code.less
M ckan/public/base/vendor/bootstrap/less/component-animations.less
M ckan/public/base/vendor/bootstrap/less/dropdowns.less
M ckan/public/base/vendor/bootstrap/less/forms.less
M ckan/public/base/vendor/bootstrap/less/grid.less
M ckan/public/base/vendor/bootstrap/less/hero-unit.less
M ckan/public/base/vendor/bootstrap/less/labels-badges.less
M ckan/public/base/vendor/bootstrap/less/layouts.less
A ckan/public/base/vendor/bootstrap/less/media.less
M ckan/public/base/vendor/bootstrap/less/mixins.less
M ckan/public/base/vendor/bootstrap/less/modals.less
M ckan/public/base/vendor/bootstrap/less/navbar.less
M ckan/public/base/vendor/bootstrap/less/navs.less
M ckan/public/base/vendor/bootstrap/less/pager.less
M ckan/public/base/vendor/bootstrap/less/pagination.less
M ckan/public/base/vendor/bootstrap/less/popovers.less
M ckan/public/base/vendor/bootstrap/less/progress-bars.less
M ckan/public/base/vendor/bootstrap/less/reset.less
M ckan/public/base/vendor/bootstrap/less/responsive-1200px-min.less
M ckan/public/base/vendor/bootstrap/less/responsive-767px-max.less
M ckan/public/base/vendor/bootstrap/less/responsive-768px-979px.less
M ckan/public/base/vendor/bootstrap/less/responsive-navbar.less
M ckan/public/base/vendor/bootstrap/less/responsive-utilities.less
M ckan/public/base/vendor/bootstrap/less/responsive.less
M ckan/public/base/vendor/bootstrap/less/scaffolding.less
M ckan/public/base/vendor/bootstrap/less/sprites.less
M ckan/public/base/vendor/bootstrap/less/tables.less
A ckan/public/base/vendor/bootstrap/less/tests/buttons.html
A ckan/public/base/vendor/bootstrap/less/tests/css-tests.css
A ckan/public/base/vendor/bootstrap/less/tests/css-tests.html
A ckan/public/base/vendor/bootstrap/less/tests/forms-responsive.html
A ckan/public/base/vendor/bootstrap/less/tests/forms.html
A ckan/public/base/vendor/bootstrap/less/tests/navbar-fixed-top.html
A ckan/public/base/vendor/bootstrap/less/tests/navbar-static-top.html
A ckan/public/base/vendor/bootstrap/less/tests/navbar.html
M ckan/public/base/vendor/bootstrap/less/thumbnails.less
M ckan/public/base/vendor/bootstrap/less/tooltip.less
M ckan/public/base/vendor/bootstrap/less/type.less
M ckan/public/base/vendor/bootstrap/less/utilities.less
M ckan/public/base/vendor/bootstrap/less/variables.less
M ckan/public/base/vendor/bootstrap/less/wells.less
M ckan/public/base/vendor/font-awesome/css/font-awesome-ie7.css
R ckan/public/base/vendor/font-awesome/css/font-awesome-ie7.min.css
A ckan/public/base/vendor/font-awesome/css/font-awesome.css
A ckan/public/base/vendor/font-awesome/font/FontAwesome.otf
A ckan/public/base/vendor/font-awesome/font/fontawesome-webfont.eot
A ckan/public/base/vendor/font-awesome/font/fontawesome-webfont.svg
A ckan/public/base/vendor/font-awesome/font/fontawesome-webfont.ttf
A ckan/public/base/vendor/font-awesome/font/fontawesome-webfont.woff
R ckan/public/base/vendor/font-awesome/fonts/fontawesome-webfont.eot
R ckan/public/base/vendor/font-awesome/fonts/fontawesome-webfont.svg
R ckan/public/base/vendor/font-awesome/fonts/fontawesome-webfont.ttf
R ckan/public/base/vendor/font-awesome/fonts/fontawesome-webfont.woff
M ckan/public/base/vendor/font-awesome/less/font-awesome-ie7.less
M ckan/public/base/vendor/font-awesome/less/font-awesome.less
M ckan/public/base/vendor/resource.config
R ckan/templates/admin/authz.html
A ckan/templates/admin/base.html
M ckan/templates/admin/config.html
M ckan/templates/admin/confirm_reset.html
M ckan/templates/admin/index.html
R ckan/templates/admin/snippets/header.html
M ckan/templates/dataviewer/snippets/no_preview.html
M ckan/templates/development/snippets/list.html
M ckan/templates/development/snippets/nav.html
M ckan/templates/development/snippets/toolbar.html
M ckan/templates/error_document_template.html
M ckan/templates/footer.html
M ckan/templates/group/about.html
M ckan/templates/group/index.html
M ckan/templates/group/members.html
M ckan/templates/group/new.html
M ckan/templates/group/read.html
M ckan/templates/group/read_base.html
M ckan/templates/header.html
M ckan/templates/home/about.html
M ckan/templates/home/index.html
M ckan/templates/macros/form.html
M ckan/templates/organization/about.html
M ckan/templates/organization/edit.html
M ckan/templates/organization/edit_base.html
M ckan/templates/organization/index.html
M ckan/templates/organization/member_new.html
M ckan/templates/organization/members.html
M ckan/templates/organization/read.html
M ckan/templates/organization/read_base.html
A ckan/templates/package/base.html
M ckan/templates/package/base_form_page.html
M ckan/templates/package/edit.html
M ckan/templates/package/new_resource.html
M ckan/templates/package/read.html
M ckan/templates/package/read_base.html
M ckan/templates/package/related_list.html
R ckan/templates/package/resource_api_data.html
M ckan/templates/package/resource_edit.html
M ckan/templates/package/resource_read.html
M ckan/templates/package/search.html
R ckan/templates/package/snippets/back_to_package_action.html
M ckan/templates/package/snippets/data_api_button.html
M ckan/templates/package/snippets/info.html
M ckan/templates/package/snippets/package_basic_fields.html
A ckan/templates/package/snippets/package_context.html
M ckan/templates/package/snippets/resource_form.html
M ckan/templates/package/snippets/resources_list.html
M ckan/templates/page.html
M ckan/templates/related/base_form_page.html
M ckan/templates/snippets/activity_item.html
M ckan/templates/snippets/context.html
M ckan/templates/snippets/context/dataset.html
M ckan/templates/snippets/context/group.html
M ckan/templates/snippets/context/user.html
M ckan/templates/snippets/group_item.html
M ckan/templates/snippets/home_breadcrumb_item.html
M ckan/templates/snippets/organization.html
M ckan/templates/snippets/package_item.html
M ckan/templates/snippets/social.html
M ckan/templates/user/dashboard.html
M ckan/templates/user/edit.html
A ckan/templates/user/edit_base.html
M ckan/templates/user/edit_user_form.html
M ckan/templates/user/list.html
M ckan/templates/user/read_base.html
M ckan/templates/user/snippets/back_to_user_action.html
M ckan/templates/user/snippets/followers.html
M ckan/tests/ckantestplugin/ckantestplugin.egg-info/entry_points.txt
M ckan/tests/ckantestplugin/ckantestplugin/__init__.py
M ckan/tests/ckantestplugin/setup.py
M ckan/tests/functional/api/model/test_package.py
M ckan/tests/functional/api/test_activity.py
M ckan/tests/functional/api/test_email_notifications.py
M ckan/tests/functional/test_activity.py
R ckan/tests/functional/test_datastore.py
M ckan/tests/functional/test_package.py
M ckan/tests/functional/test_pagination.py
M ckan/tests/functional/test_related.py
M ckan/tests/functional/test_storage.py
M ckan/tests/functional/test_upload.py
M ckan/tests/lib/test_dictization.py
M ckan/tests/lib/test_dictization_schema.py
M ckan/tests/lib/test_helpers.py
M ckan/tests/lib/test_solr_package_search_synchronous_update.py
M ckan/tests/test_plugins.py
M ckanext/datastore/bin/datastore_setup.py
M ckanext/datastore/tests/test_create.py
M ckanext/datastore/tests/test_delete.py
M ckanext/datastore/tests/test_search.py
M ckanext/datastore/tests/test_upsert.py
M ckanext/jsonpreview/tests/test_preview.py
M ckanext/pdfpreview/tests/test_preview.py
M ckanext/reclinepreview/tests/test_preview.py
M ckanext/reclinepreview/theme/public/vendor/recline/recline.js
M ckanext/reclinepreview/theme/public/vendor/recline/recline.min.js
M ckanext/resourceproxy/tests/file_server.py
M ckanext/resourceproxy/tests/test_proxy.py
M ckanext/stats/tests/__init__.py
M ckanext/stats/tests/test_stats_lib.py
M doc/writing-extensions.rst
M setup.py
Log Message:
-----------
Merge branch 'master' into 283-activity-stream-fixes
Commit: dd491f08cba5aa4bddd359c37aef7c44dc200b9e
https://github.com/okfn/ckan/commit/dd491f08cba5aa4bddd359c37aef7c44dc200b9e
Author: Nigel Babu <nigelbabu at gmail.com>
Date: 2013-02-22 (Fri, 22 Feb 2013)
Changed paths:
M ckan/tests/functional/api/test_activity.py
Log Message:
-----------
first cut at splitting the tests
Commit: cea08c4192095c3069440c49826628cf456a3ee4
https://github.com/okfn/ckan/commit/cea08c4192095c3069440c49826628cf456a3ee4
Author: amercader <amercadero at gmail.com>
Date: 2013-02-22 (Fri, 22 Feb 2013)
Changed paths:
M ckan/logic/converters.py
M ckan/tests/schema/test_schema.py
Log Message:
-----------
[#382] Remove keys from extras when using convert_from_extras
If fields are moved to the top level, they should be removed from
extras. See #376 for discussion. Added test.
Basically adapt the converter for transforming this:
```
('extras', 1, '__extras'): {u'package_id': u'9fbddea7-31bf-4bf2-9595-ae7b5d9c1102',
u'revision_id': u'a13e1cf5-6ecb-4ea4-a4c2-f5c0d865e401'},
('extras', 1, 'deleted'): <ckan.lib.navl.dictization_functions.Missing object at 0x3c4a050>,
('extras', 1, u'id'): u'871cbb3c-8c93-4afa-bf2a-8f2123a7b365',
('extras', 1, u'key'): u'frequency',
('extras', 1, u'revision_timestamp'): '2013-02-22T17:33:11.577374',
('extras', 1, u'state'): u'active',
('extras', 1, u'value'): u'DAILY',
```
to this:
```
('frequency',): u'DAILY'
```
Commit: a6d08d686a4ee008884cd7c51299b26767900851
https://github.com/okfn/ckan/commit/a6d08d686a4ee008884cd7c51299b26767900851
Author: matthias <matthias at thinkpad.(none)>
Date: 2013-02-23 (Sat, 23 Feb 2013)
Changed paths:
M ckan/config/deployment.ini_tmpl
R ckanext/jsonpreview/__init__.py
R ckanext/jsonpreview/plugin.py
R ckanext/jsonpreview/tests/__init__.py
R ckanext/jsonpreview/tests/test_preview.py
R ckanext/jsonpreview/theme/public/css/json.css
R ckanext/jsonpreview/theme/public/css/json.min.css
R ckanext/jsonpreview/theme/public/preview_json.js
R ckanext/jsonpreview/theme/public/preview_json.min.js
R ckanext/jsonpreview/theme/public/resource.config
R ckanext/jsonpreview/theme/templates/json.html
A ckanext/texthighlighter/__init__.py
A ckanext/texthighlighter/plugin.py
A ckanext/texthighlighter/tests/__init__.py
A ckanext/texthighlighter/tests/test_preview.py
A ckanext/texthighlighter/theme/public/css/texthighlighter.css
A ckanext/texthighlighter/theme/public/highlight.pack.js
A ckanext/texthighlighter/theme/public/preview.js
A ckanext/texthighlighter/theme/public/resource.config
A ckanext/texthighlighter/theme/public/styles/default.css
A ckanext/texthighlighter/theme/templates/texthighlighter.html
M setup.py
Log Message:
-----------
[#226] Implemented generic text highlighter for JSON, XML and plain text. Deleted jsonpreview.
Commit: 9c96640b0cbf8936d51a06e315ad58de0b0b6406
https://github.com/okfn/ckan/commit/9c96640b0cbf8936d51a06e315ad58de0b0b6406
Author: Jossekin <beilharz at acm.org>
Date: 2013-02-23 (Sat, 23 Feb 2013)
Changed paths:
M ckanext/texthighlighter/theme/public/css/texthighlighter.css
M ckanext/texthighlighter/theme/public/preview.js
M ckanext/texthighlighter/theme/public/resource.config
Log Message:
-----------
unified indentation
Commit: 379f8164ca114274d3f6ab0b65c066323dd2fb4c
https://github.com/okfn/ckan/commit/379f8164ca114274d3f6ab0b65c066323dd2fb4c
Author: Dominik Moritz <domoritz at gmail.com>
Date: 2013-02-24 (Sun, 24 Feb 2013)
Changed paths:
M ckan/config/deployment.ini_tmpl
R ckanext/texthighlighter/__init__.py
R ckanext/texthighlighter/plugin.py
R ckanext/texthighlighter/tests/__init__.py
R ckanext/texthighlighter/tests/test_preview.py
R ckanext/texthighlighter/theme/public/css/texthighlighter.css
R ckanext/texthighlighter/theme/public/highlight.pack.js
R ckanext/texthighlighter/theme/public/preview.js
R ckanext/texthighlighter/theme/public/resource.config
R ckanext/texthighlighter/theme/public/styles/default.css
R ckanext/texthighlighter/theme/templates/texthighlighter.html
A ckanext/textpreview/__init__.py
A ckanext/textpreview/plugin.py
A ckanext/textpreview/tests/__init__.py
A ckanext/textpreview/tests/test_preview.py
A ckanext/textpreview/theme/public/css/text.css
A ckanext/textpreview/theme/public/highlight.pack.js
A ckanext/textpreview/theme/public/preview.js
A ckanext/textpreview/theme/public/resource.config
A ckanext/textpreview/theme/public/styles/default.css
A ckanext/textpreview/theme/templates/text.html
M setup.py
Log Message:
-----------
[#226] Rename text highligher extension to text preview
Commit: 0259bff651e09d055b3835e66ca079d100f217e3
https://github.com/okfn/ckan/commit/0259bff651e09d055b3835e66ca079d100f217e3
Author: Dominik Moritz <domoritz at gmail.com>
Date: 2013-02-24 (Sun, 24 Feb 2013)
Changed paths:
A ckanext/textpreview/theme/public/LICENSE
Log Message:
-----------
[#226] Add missing license for highlight.js
Commit: 2110146771f69f22cd9a5e93dfd9a89bf8640964
https://github.com/okfn/ckan/commit/2110146771f69f22cd9a5e93dfd9a89bf8640964
Author: Dominik Moritz <domoritz at gmail.com>
Date: 2013-02-24 (Sun, 24 Feb 2013)
Changed paths:
M ckanext/textpreview/theme/public/resource.config
A ckanext/textpreview/theme/public/styles/github.css
Log Message:
-----------
[#226] Use github style
Commit: bd5756380c7cb1df14ad6aae097dc7168b18874f
https://github.com/okfn/ckan/commit/bd5756380c7cb1df14ad6aae097dc7168b18874f
Author: Dominik Moritz <domoritz at gmail.com>
Date: 2013-02-24 (Sun, 24 Feb 2013)
Changed paths:
M ckanext/textpreview/theme/public/preview.js
Log Message:
-----------
[#226] Make jsonp preview more resistant, add missing converter to jsonp
Commit: 49c437c0e1cb9b2f61cf5288a0a17a007220ff5d
https://github.com/okfn/ckan/commit/49c437c0e1cb9b2f61cf5288a0a17a007220ff5d
Author: Dominik Moritz <domoritz at gmail.com>
Date: 2013-02-24 (Sun, 24 Feb 2013)
Changed paths:
M ckanext/textpreview/tests/test_preview.py
Log Message:
-----------
[#226] Rename text preview tests, add test for whether css is present
Commit: c5e649673e67c66a8c5ec63863c8c26d6b0d95ba
https://github.com/okfn/ckan/commit/c5e649673e67c66a8c5ec63863c8c26d6b0d95ba
Author: Dominik Moritz <domoritz at gmail.com>
Date: 2013-02-24 (Sun, 24 Feb 2013)
Changed paths:
M ckanext/textpreview/plugin.py
M ckanext/textpreview/theme/public/preview.js
Log Message:
-----------
[#226] Make it easier to add new formats to the json/xml/text preview
Commit: 007277e6e56f4b70711a7ab47f3d95ebc1bb2e42
https://github.com/okfn/ckan/commit/007277e6e56f4b70711a7ab47f3d95ebc1bb2e42
Author: Nigel Babu <nigelbabu at gmail.com>
Date: 2013-02-27 (Wed, 27 Feb 2013)
Changed paths:
M .travis.yml
M ckan/controllers/feed.py
M ckan/controllers/group.py
M ckan/controllers/home.py
M ckan/controllers/package.py
M ckan/controllers/related.py
M ckan/controllers/revision.py
M ckan/controllers/tag.py
M ckan/controllers/template.py
M ckan/controllers/user.py
M ckan/lib/base.py
M ckan/lib/helpers.py
M ckan/lib/jinja_extensions.py
M ckan/lib/plugins.py
M ckan/lib/search/__init__.py
M ckan/logic/action/create.py
M ckan/logic/action/delete.py
M ckan/logic/action/get.py
M ckan/logic/schema.py
M ckan/logic/validators.py
M ckan/migration/versions/064_add_email_last_sent_column.py
M ckan/model/group.py
M ckan/plugins/interfaces.py
M ckan/public/base/css/main.css
M ckan/public/base/images/nav-active.png
M ckan/public/base/images/placeholder-application.png
M ckan/public/base/images/placeholder-group.png
M ckan/public/base/images/placeholder-image.png
M ckan/public/base/images/placeholder-organization.png
M ckan/public/base/javascript/main.js
M ckan/public/base/javascript/modules/autocomplete.js
M ckan/public/base/less/activity.less
M ckan/public/base/less/dataset.less
M ckan/public/base/less/homepage.less
M ckan/public/base/less/icons.less
M ckan/public/base/less/iehacks.less
M ckan/public/base/less/masthead.less
M ckan/public/base/less/module.less
M ckan/public/base/less/nav.less
M ckan/public/base/less/toolbar.less
M ckan/templates/group/base_form_page.html
M ckan/templates/group/index.html
M ckan/templates/group/read_base.html
M ckan/templates/header.html
M ckan/templates/home/index.html
M ckan/templates/organization/edit_base.html
M ckan/templates/organization/index.html
M ckan/templates/organization/read_base.html
M ckan/templates/package/read_base.html
M ckan/templates/package/related_list.html
M ckan/templates/package/search.html
M ckan/templates/page.html
M ckan/templates/user/dashboard.html
M ckan/templates/user/read_base.html
M ckan/templates_legacy/package/search.html
M ckan/tests/functional/api/base.py
M ckan/tests/functional/api/model/test_group.py
M ckan/tests/functional/api/model/test_licenses.py
M ckan/tests/functional/api/model/test_package.py
M ckan/tests/functional/api/model/test_ratings.py
M ckan/tests/functional/api/model/test_relationships.py
M ckan/tests/functional/api/model/test_revisions.py
M ckan/tests/functional/api/model/test_tag.py
M ckan/tests/functional/api/test_api.py
M ckan/tests/functional/api/test_misc.py
M ckan/tests/functional/api/test_package_search.py
M ckan/tests/functional/api/test_resource_search.py
M ckan/tests/functional/test_group.py
M ckan/tests/models/test_group.py
M ckanext/datastore/db.py
M ckanext/datastore/tests/test_create.py
M ckanext/datastore/tests/test_unit.py
A ckanext/example_itemplatehelpers/__init__.py
A ckanext/example_itemplatehelpers/plugin.py
A ckanext/example_itemplatehelpers/templates/home/index.html
M ckanext/jsonpreview/tests/test_preview.py
M ckanext/multilingual/plugin.py
M ckanext/pdfpreview/tests/test_preview.py
M ckanext/reclinepreview/tests/test_preview.py
M ckanext/resourceproxy/controller.py
M pip-requirements-test.txt
M pip-requirements.txt
M setup.py
M test-core.ini
Log Message:
-----------
Merge branch 'master' into 283-activity-stream-fixes
Commit: 9e4be30c9e4c563722cffc14e2d4ea8ac251111c
https://github.com/okfn/ckan/commit/9e4be30c9e4c563722cffc14e2d4ea8ac251111c
Author: Nigel Babu <nigelbabu at gmail.com>
Date: 2013-02-28 (Thu, 28 Feb 2013)
Changed paths:
M ckan/logic/action/create.py
Log Message:
-----------
Dictize only if absolutely necessary
Commit: 78ffa07458a66cc54f3926c7eb79e634566da71a
https://github.com/okfn/ckan/commit/78ffa07458a66cc54f3926c7eb79e634566da71a
Author: Nigel Babu <nigelbabu at gmail.com>
Date: 2013-02-28 (Thu, 28 Feb 2013)
Changed paths:
M ckan/tests/functional/api/test_activity.py
Log Message:
-----------
Split the tests nicely
Commit: 5c5daf6ea7a324f4d82ca9a1beda2e07bf09c0c6
https://github.com/okfn/ckan/commit/5c5daf6ea7a324f4d82ca9a1beda2e07bf09c0c6
Author: Nigel Babu <nigelbabu at gmail.com>
Date: 2013-02-28 (Thu, 28 Feb 2013)
Changed paths:
M ckan/logic/action/update.py
M ckan/tests/functional/api/test_activity.py
Log Message:
-----------
Add ignore_auth=True to activity_create call.
ignore_auth=True was missing causing tests to fail.
Commit: b32a54e1f6df8dc4a2c3ed7821c2e383e3526bf8
https://github.com/okfn/ckan/commit/b32a54e1f6df8dc4a2c3ed7821c2e383e3526bf8
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-02-28 (Thu, 28 Feb 2013)
Changed paths:
M CHANGELOG.txt
Log Message:
-----------
First stab at updating the CHANGELOG for 2.0
Probably more to do here..
Commit: fbbaa5cd90b261174c5b48606e21bb476a5f14c6
https://github.com/okfn/ckan/commit/fbbaa5cd90b261174c5b48606e21bb476a5f14c6
Author: Nigel Babu <nigelbabu at gmail.com>
Date: 2013-03-14 (Thu, 14 Mar 2013)
Changed paths:
M ckan/lib/activity_streams.py
Log Message:
-----------
Display dataset on the activity stream
Commit: ae9803e50112bead1616404c33e54c0c52004173
https://github.com/okfn/ckan/commit/ae9803e50112bead1616404c33e54c0c52004173
Author: Nigel Babu <nigelbabu at gmail.com>
Date: 2013-03-14 (Thu, 14 Mar 2013)
Changed paths:
M ckan/logic/action/update.py
Log Message:
-----------
Add the dataset to the resource_update activity_dict
Commit: eeb1c54b7883e82a2063b6b694a620d13e66cfdf
https://github.com/okfn/ckan/commit/eeb1c54b7883e82a2063b6b694a620d13e66cfdf
Author: Nigel Babu <nigelbabu at gmail.com>
Date: 2013-03-15 (Fri, 15 Mar 2013)
Changed paths:
M ckan/tests/functional/api/test_activity.py
Log Message:
-----------
Use the activity api for the tests
Commit: 76f15609506ace9b947efacdc2a9cbf5a0f94916
https://github.com/okfn/ckan/commit/76f15609506ace9b947efacdc2a9cbf5a0f94916
Author: Nigel Babu <nigelbabu at gmail.com>
Date: 2013-03-15 (Fri, 15 Mar 2013)
Changed paths:
M .travis.yml
A bin/travis-build
A ckan/common.py
M ckan/config/routing.py
M ckan/controllers/api.py
M ckan/controllers/feed.py
M ckan/controllers/group.py
M ckan/controllers/organization.py
M ckan/controllers/package.py
M ckan/controllers/user.py
M ckan/lib/app_globals.py
R ckan/lib/authztool.py
M ckan/lib/base.py
M ckan/lib/cli.py
M ckan/lib/create_test_data.py
M ckan/lib/datapreview.py
M ckan/lib/dumper.py
M ckan/lib/field_types.py
M ckan/lib/helpers.py
M ckan/lib/jinja_extensions.py
M ckan/lib/jsonp.py
M ckan/lib/mailer.py
M ckan/lib/plugins.py
M ckan/lib/repoze_patch.py
M ckan/lib/search/index.py
M ckan/lib/search/query.py
M ckan/logic/__init__.py
M ckan/logic/action/create.py
M ckan/logic/action/get.py
M ckan/logic/action/update.py
M ckan/logic/auth/update.py
M ckan/logic/schema.py
M ckan/logic/validators.py
M ckan/migration/versions/022_add_group_extras.py
M ckan/migration/versions/027_adjust_harvester.py
M ckan/migration/versions/029_version_groups.py
M ckan/migration/versions/045_user_name_unique.py
M ckan/migration/versions/067_turn_extras_to_strings.py
M ckan/plugins/interfaces.py
M ckan/plugins/toolkit.py
R ckan/public/base/css/fuchsia.min.css
R ckan/public/base/css/green.min.css
M ckan/public/base/css/main.css
R ckan/public/base/css/main.min.css
R ckan/public/base/css/maroon.min.css
R ckan/public/base/css/red.min.css
R ckan/public/base/datapreview/vendor/flot/0.7/excanvas.min.js
R ckan/public/base/datapreview/vendor/flot/0.7/jquery.flot.min.js
R ckan/public/base/datapreview/vendor/leaflet.markercluster/MarkerCluster.Default.ie.min.css
R ckan/public/base/datapreview/vendor/leaflet.markercluster/MarkerCluster.Default.min.css
R ckan/public/base/datapreview/vendor/leaflet.markercluster/MarkerCluster.min.css
R ckan/public/base/datapreview/vendor/leaflet.markercluster/leaflet.markercluster.min.js
R ckan/public/base/datapreview/vendor/leaflet/0.3.1/leaflet.ie.min.css
R ckan/public/base/datapreview/vendor/leaflet/0.3.1/leaflet.min.css
R ckan/public/base/datapreview/vendor/leaflet/0.3.1/leaflet.min.js
R ckan/public/base/datapreview/vendor/leaflet/0.4.4/leaflet-src.min.js
R ckan/public/base/i18n/bg.min.js
R ckan/public/base/i18n/ca.min.js
R ckan/public/base/i18n/cs_CZ.min.js
R ckan/public/base/i18n/de.min.js
R ckan/public/base/i18n/el.min.js
R ckan/public/base/i18n/es.min.js
R ckan/public/base/i18n/fi.min.js
R ckan/public/base/i18n/fr.min.js
R ckan/public/base/i18n/hu.min.js
R ckan/public/base/i18n/it.min.js
R ckan/public/base/i18n/lt.min.js
R ckan/public/base/i18n/lv.min.js
R ckan/public/base/i18n/nl.min.js
R ckan/public/base/i18n/no.min.js
R ckan/public/base/i18n/pl.min.js
R ckan/public/base/i18n/pt_BR.min.js
R ckan/public/base/i18n/ro.min.js
R ckan/public/base/i18n/ru.min.js
R ckan/public/base/i18n/sk.min.js
R ckan/public/base/i18n/sl.min.js
R ckan/public/base/i18n/sq.min.js
R ckan/public/base/i18n/sr.min.js
R ckan/public/base/i18n/sr_Latn.min.js
R ckan/public/base/i18n/sv.min.js
R ckan/public/base/i18n/zh_TW.min.js
A ckan/public/base/images/table-seperator.png
M ckan/public/base/javascript/client.js
R ckan/public/base/javascript/client.min.js
R ckan/public/base/javascript/i18n.min.js
R ckan/public/base/javascript/main.min.js
R ckan/public/base/javascript/module.min.js
R ckan/public/base/javascript/modules/api-info.min.js
M ckan/public/base/javascript/modules/autocomplete.js
R ckan/public/base/javascript/modules/autocomplete.min.js
R ckan/public/base/javascript/modules/basic-form.min.js
R ckan/public/base/javascript/modules/confirm-action.min.js
R ckan/public/base/javascript/modules/custom-fields.min.js
R ckan/public/base/javascript/modules/dashboard.min.js
R ckan/public/base/javascript/modules/data-viewer.min.js
R ckan/public/base/javascript/modules/follow.min.js
R ckan/public/base/javascript/modules/related-item.min.js
R ckan/public/base/javascript/modules/resource-form.min.js
R ckan/public/base/javascript/modules/resource-upload-field.min.js
R ckan/public/base/javascript/modules/select-switch.min.js
R ckan/public/base/javascript/modules/slug-preview.min.js
A ckan/public/base/javascript/modules/table-selectable-rows.js
A ckan/public/base/javascript/modules/table-toggle-more.js
R ckan/public/base/javascript/notify.min.js
R ckan/public/base/javascript/plugins/jquery.date-helpers.min.js
R ckan/public/base/javascript/plugins/jquery.form-warning.min.js
R ckan/public/base/javascript/plugins/jquery.inherit.min.js
R ckan/public/base/javascript/plugins/jquery.proxy-all.min.js
R ckan/public/base/javascript/plugins/jquery.slug-preview.min.js
R ckan/public/base/javascript/plugins/jquery.slug.min.js
R ckan/public/base/javascript/plugins/jquery.truncator.min.js
R ckan/public/base/javascript/plugins/jquery.url-helpers.min.js
R ckan/public/base/javascript/pubsub.min.js
M ckan/public/base/javascript/resource.config
R ckan/public/base/javascript/sandbox.min.js
R ckan/public/base/javascript/tracking.min.js
M ckan/public/base/less/ckan.less
M ckan/public/base/less/dataset.less
M ckan/public/base/less/forms.less
M ckan/public/base/less/homepage.less
M ckan/public/base/less/layout.less
M ckan/public/base/less/mixins.less
M ckan/public/base/less/module.less
M ckan/public/base/less/nav.less
A ckan/public/base/less/tables.less
M ckan/public/base/less/variables.less
R ckan/public/base/test/spec/ckan.spec.min.js
R ckan/public/base/test/spec/client.spec.min.js
R ckan/public/base/test/spec/module.spec.min.js
R ckan/public/base/test/spec/modules/autocomplete.spec.min.js
R ckan/public/base/test/spec/modules/basic-form.spec.min.js
R ckan/public/base/test/spec/modules/confirm-action.spec.min.js
R ckan/public/base/test/spec/modules/custom-fields.spec.min.js
R ckan/public/base/test/spec/modules/related-item.spec.min.js
R ckan/public/base/test/spec/modules/resource-form.spec.min.js
R ckan/public/base/test/spec/modules/resource-upload-field.spec.min.js
R ckan/public/base/test/spec/notify.spec.min.js
R ckan/public/base/test/spec/plugins/jquery.date-helpers.spec.min.js
R ckan/public/base/test/spec/plugins/jquery.form-warning.spec.min.js
R ckan/public/base/test/spec/plugins/jquery.inherit.spec.min.js
R ckan/public/base/test/spec/plugins/jquery.proxy-all.spec.min.js
R ckan/public/base/test/spec/plugins/jquery.slug-preview.spec.min.js
R ckan/public/base/test/spec/plugins/jquery.slug.spec.min.js
R ckan/public/base/test/spec/plugins/jquery.url-helpers.spec.min.js
R ckan/public/base/test/spec/pubsub.spec.min.js
R ckan/public/base/test/spec/sandbox.spec.min.js
M ckan/templates/admin/base.html
M ckan/templates/admin/config.html
M ckan/templates/admin/index.html
M ckan/templates/ajax_snippets/api_info.html
M ckan/templates/dataviewer/snippets/no_preview.html
M ckan/templates/development/snippets/page_header.html
M ckan/templates/error_document_template.html
M ckan/templates/footer.html
M ckan/templates/group/index.html
M ckan/templates/group/read.html
M ckan/templates/group/read_base.html
M ckan/templates/group/snippets/group_item.html
M ckan/templates/home/about.html
M ckan/templates/home/index.html
M ckan/templates/home/snippets/about_text.html
A ckan/templates/organization/activity_stream.html
M ckan/templates/organization/base_form_page.html
A ckan/templates/organization/bulk_process.html
M ckan/templates/organization/edit.html
M ckan/templates/organization/edit_base.html
M ckan/templates/organization/index.html
M ckan/templates/organization/new.html
M ckan/templates/organization/read.html
M ckan/templates/organization/read_base.html
A ckan/templates/organization/snippets/help.html
M ckan/templates/organization/snippets/organization_item.html
M ckan/templates/package/base.html
M ckan/templates/package/read_base.html
M ckan/templates/package/related_list.html
M ckan/templates/package/resource_edit.html
M ckan/templates/package/resource_read.html
M ckan/templates/package/search.html
M ckan/templates/package/snippets/data_api_button.html
M ckan/templates/package/snippets/info.html
M ckan/templates/package/snippets/package_metadata_fields.html
M ckan/templates/package/snippets/search_form.html
M ckan/templates/page.html
M ckan/templates/related/base_form_page.html
M ckan/templates/related/snippets/related_form.html
M ckan/templates/snippets/datapreview_embed_dialog.html
M ckan/templates/snippets/disqus_trackback.html
M ckan/templates/snippets/facet_list.html
M ckan/templates/snippets/home_breadcrumb_item.html
M ckan/templates/snippets/license.html
M ckan/templates/snippets/organization.html
M ckan/templates/snippets/package_item.html
R ckan/templates/snippets/page_header.html
M ckan/templates/snippets/popular.html
M ckan/templates/snippets/related.html
A ckan/templates/snippets/search_result_text.html
A ckan/templates/snippets/simple_search.html
M ckan/templates/snippets/social.html
M ckan/templates/snippets/subscribe.html
M ckan/templates/user/edit_base.html
M ckan/templates/user/logout_first.html
M ckan/templates/user/perform_reset.html
M ckan/templates/user/read_base.html
M ckan/templates/user/snippets/followee_dropdown.html
M ckan/tests/__init__.py
M ckan/tests/functional/api/base.py
M ckan/tests/functional/api/model/test_vocabulary.py
M ckan/tests/functional/api/test_activity.py
M ckan/tests/functional/api/test_dashboard.py
M ckan/tests/functional/api/test_util.py
M ckan/tests/functional/test_group.py
M ckan/tests/functional/test_preview_interface.py
M ckan/tests/functional/test_search.py
M ckan/tests/lib/test_cli.py
M ckan/tests/lib/test_datapreview.py
M ckan/tests/lib/test_dictization_schema.py
M ckan/tests/lib/test_solr_search_index.py
M ckan/tests/logic/test_action.py
M ckan/tests/misc/test_sync.py
R ckan/tests/mock_publisher_auth.py
M ckan/tests/test_dumper.py
M ckanext/datastore/db.py
M ckanext/datastore/plugin.py
A ckanext/datastore/tests/test_configure.py
M ckanext/datastore/tests/test_search.py
M ckanext/datastore/tests/test_unit.py
R ckanext/jsonpreview/theme/public/css/json.min.css
R ckanext/jsonpreview/theme/public/preview_json.min.js
R ckanext/pdfpreview/theme/public/css/pdf.min.css
R ckanext/pdfpreview/theme/public/css/recline.min.css
R ckanext/pdfpreview/theme/public/preview_pdf.min.js
R ckanext/publisher_form/__init__.py
R ckanext/publisher_form/forms.py
R ckanext/publisher_form/templates/dataset_form.html
R ckanext/publisher_form/templates/publisher_form.html
R ckanext/publisher_form/templates/publisher_index.html
R ckanext/publisher_form/templates/publisher_layout.html
R ckanext/publisher_form/templates/publisher_new.html
R ckanext/publisher_form/templates/publisher_read.html
R ckanext/reclinepreview/theme/public/css/recline.min.css
R doc/api-tutorial.rst
R doc/api-util.rst
R doc/api-v2.rst
M doc/api.rst
R doc/apiv3.rst
M doc/architecture.rst
A doc/ckan.logic.action.create.rst
A doc/ckan.logic.action.delete.rst
A doc/ckan.logic.action.get.rst
A doc/ckan.logic.action.update.rst
M doc/conf.py
M doc/datastore-api.rst
A doc/filestore-api.rst
M doc/filestore.rst
M doc/index.rst
M doc/install-from-source.rst
A doc/legacy-api.rst
M doc/loading-data.rst
M doc/multilingual.rst
M doc/python-coding-standards.rst
M doc/tag-vocabularies.rst
M pip-requirements.txt
M setup.py
Log Message:
-----------
Merge branch 'master' into 283-activity-stream-fixes
Commit: 412bdd4ff4a85b99625d5beac1939850fb8e6f7b
https://github.com/okfn/ckan/commit/412bdd4ff4a85b99625d5beac1939850fb8e6f7b
Author: Dominik Moritz <domoritz at gmail.com>
Date: 2013-03-19 (Tue, 19 Mar 2013)
Changed paths:
A ckanext/datastore/controller.py
M ckanext/datastore/logic/action.py
M ckanext/datastore/plugin.py
A ckanext/datastore/tests/test_dump.py
M doc/datastore-api.rst
Log Message:
-----------
[#628] Implement a way to dump a whole datastore resource as csv
Commit: 83ca23f3c1939eb689a91d3621cd81583d4d2dd6
https://github.com/okfn/ckan/commit/83ca23f3c1939eb689a91d3621cd81583d4d2dd6
Author: Dominik Moritz <domoritz at gmail.com>
Date: 2013-03-19 (Tue, 19 Mar 2013)
Changed paths:
M ckanext/datastore/tests/test_search.py
Log Message:
-----------
Use normal user in datastore search tests
Commit: 047b421fc23b2d28e4a85804ff7f38a82509bcbd
https://github.com/okfn/ckan/commit/047b421fc23b2d28e4a85804ff7f38a82509bcbd
Author: Dominik Moritz <domoritz at gmail.com>
Date: 2013-03-19 (Tue, 19 Mar 2013)
Changed paths:
M pip-requirements.txt
Log Message:
-----------
[#628] Add unicodecsv requirement
Commit: 752bea2f5ae36f0f17815ecd1b396759726a7b81
https://github.com/okfn/ckan/commit/752bea2f5ae36f0f17815ecd1b396759726a7b81
Author: amercader <amercadero at gmail.com>
Date: 2013-03-20 (Wed, 20 Mar 2013)
Changed paths:
M ckan/lib/search/index.py
Log Message:
-----------
[#674] More descriptive Solr exceptions when indexing
Commit: edcf8f06d7ec75dd514325510202a5062fb0334c
https://github.com/okfn/ckan/commit/edcf8f06d7ec75dd514325510202a5062fb0334c
Author: Dominik Moritz <domoritz at gmail.com>
Date: 2013-03-20 (Wed, 20 Mar 2013)
Changed paths:
M .travis.yml
A bin/travis-build
A ckan/common.py
M ckan/config/routing.py
M ckan/controllers/api.py
M ckan/controllers/feed.py
M ckan/controllers/group.py
M ckan/controllers/home.py
M ckan/controllers/organization.py
M ckan/controllers/package.py
M ckan/controllers/revision.py
M ckan/controllers/tag.py
M ckan/controllers/template.py
M ckan/controllers/user.py
M ckan/lib/app_globals.py
R ckan/lib/authztool.py
M ckan/lib/base.py
M ckan/lib/cli.py
M ckan/lib/create_test_data.py
M ckan/lib/datapreview.py
M ckan/lib/dictization/model_dictize.py
M ckan/lib/dumper.py
M ckan/lib/field_types.py
M ckan/lib/helpers.py
M ckan/lib/jinja_extensions.py
M ckan/lib/jsonp.py
M ckan/lib/mailer.py
M ckan/lib/plugins.py
M ckan/lib/repoze_patch.py
M ckan/lib/search/__init__.py
M ckan/lib/search/index.py
M ckan/lib/search/query.py
M ckan/logic/__init__.py
M ckan/logic/action/create.py
M ckan/logic/action/delete.py
M ckan/logic/action/get.py
M ckan/logic/action/update.py
M ckan/logic/auth/create.py
M ckan/logic/auth/update.py
M ckan/logic/schema.py
M ckan/logic/validators.py
M ckan/migration/versions/022_add_group_extras.py
M ckan/migration/versions/027_adjust_harvester.py
M ckan/migration/versions/029_version_groups.py
M ckan/migration/versions/045_user_name_unique.py
M ckan/migration/versions/067_turn_extras_to_strings.py
M ckan/model/group.py
M ckan/new_authz.py
M ckan/plugins/interfaces.py
M ckan/plugins/toolkit.py
R ckan/public/base/css/fuchsia.min.css
R ckan/public/base/css/green.min.css
M ckan/public/base/css/main.css
R ckan/public/base/css/main.min.css
R ckan/public/base/css/maroon.min.css
R ckan/public/base/css/red.min.css
R ckan/public/base/datapreview/vendor/flot/0.7/excanvas.min.js
R ckan/public/base/datapreview/vendor/flot/0.7/jquery.flot.min.js
R ckan/public/base/datapreview/vendor/leaflet.markercluster/MarkerCluster.Default.ie.min.css
R ckan/public/base/datapreview/vendor/leaflet.markercluster/MarkerCluster.Default.min.css
R ckan/public/base/datapreview/vendor/leaflet.markercluster/MarkerCluster.min.css
R ckan/public/base/datapreview/vendor/leaflet.markercluster/leaflet.markercluster.min.js
R ckan/public/base/datapreview/vendor/leaflet/0.3.1/leaflet.ie.min.css
R ckan/public/base/datapreview/vendor/leaflet/0.3.1/leaflet.min.css
R ckan/public/base/datapreview/vendor/leaflet/0.3.1/leaflet.min.js
R ckan/public/base/datapreview/vendor/leaflet/0.4.4/leaflet-src.min.js
R ckan/public/base/i18n/bg.min.js
R ckan/public/base/i18n/ca.min.js
R ckan/public/base/i18n/cs_CZ.min.js
R ckan/public/base/i18n/de.min.js
R ckan/public/base/i18n/el.min.js
R ckan/public/base/i18n/es.min.js
R ckan/public/base/i18n/fi.min.js
R ckan/public/base/i18n/fr.min.js
R ckan/public/base/i18n/hu.min.js
R ckan/public/base/i18n/it.min.js
R ckan/public/base/i18n/lt.min.js
R ckan/public/base/i18n/lv.min.js
R ckan/public/base/i18n/nl.min.js
R ckan/public/base/i18n/no.min.js
R ckan/public/base/i18n/pl.min.js
R ckan/public/base/i18n/pt_BR.min.js
R ckan/public/base/i18n/ro.min.js
R ckan/public/base/i18n/ru.min.js
R ckan/public/base/i18n/sk.min.js
R ckan/public/base/i18n/sl.min.js
R ckan/public/base/i18n/sq.min.js
R ckan/public/base/i18n/sr.min.js
R ckan/public/base/i18n/sr_Latn.min.js
R ckan/public/base/i18n/sv.min.js
R ckan/public/base/i18n/zh_TW.min.js
M ckan/public/base/images/nav-active.png
M ckan/public/base/images/placeholder-application.png
M ckan/public/base/images/placeholder-group.png
M ckan/public/base/images/placeholder-image.png
M ckan/public/base/images/placeholder-organization.png
A ckan/public/base/images/table-seperator.png
M ckan/public/base/javascript/client.js
R ckan/public/base/javascript/client.min.js
R ckan/public/base/javascript/i18n.min.js
M ckan/public/base/javascript/main.js
R ckan/public/base/javascript/main.min.js
R ckan/public/base/javascript/module.min.js
R ckan/public/base/javascript/modules/api-info.min.js
M ckan/public/base/javascript/modules/autocomplete.js
R ckan/public/base/javascript/modules/autocomplete.min.js
R ckan/public/base/javascript/modules/basic-form.min.js
R ckan/public/base/javascript/modules/confirm-action.min.js
R ckan/public/base/javascript/modules/custom-fields.min.js
R ckan/public/base/javascript/modules/dashboard.min.js
R ckan/public/base/javascript/modules/data-viewer.min.js
R ckan/public/base/javascript/modules/follow.min.js
R ckan/public/base/javascript/modules/related-item.min.js
R ckan/public/base/javascript/modules/resource-form.min.js
R ckan/public/base/javascript/modules/resource-upload-field.min.js
R ckan/public/base/javascript/modules/select-switch.min.js
R ckan/public/base/javascript/modules/slug-preview.min.js
A ckan/public/base/javascript/modules/table-selectable-rows.js
A ckan/public/base/javascript/modules/table-toggle-more.js
R ckan/public/base/javascript/notify.min.js
R ckan/public/base/javascript/plugins/jquery.date-helpers.min.js
R ckan/public/base/javascript/plugins/jquery.form-warning.min.js
R ckan/public/base/javascript/plugins/jquery.inherit.min.js
R ckan/public/base/javascript/plugins/jquery.proxy-all.min.js
R ckan/public/base/javascript/plugins/jquery.slug-preview.min.js
R ckan/public/base/javascript/plugins/jquery.slug.min.js
R ckan/public/base/javascript/plugins/jquery.truncator.min.js
R ckan/public/base/javascript/plugins/jquery.url-helpers.min.js
R ckan/public/base/javascript/pubsub.min.js
M ckan/public/base/javascript/resource.config
R ckan/public/base/javascript/sandbox.min.js
R ckan/public/base/javascript/tracking.min.js
M ckan/public/base/less/ckan.less
M ckan/public/base/less/dataset.less
M ckan/public/base/less/forms.less
M ckan/public/base/less/homepage.less
M ckan/public/base/less/icons.less
M ckan/public/base/less/iehacks.less
M ckan/public/base/less/layout.less
M ckan/public/base/less/masthead.less
M ckan/public/base/less/mixins.less
M ckan/public/base/less/module.less
M ckan/public/base/less/nav.less
A ckan/public/base/less/tables.less
M ckan/public/base/less/toolbar.less
M ckan/public/base/less/variables.less
R ckan/public/base/test/spec/ckan.spec.min.js
R ckan/public/base/test/spec/client.spec.min.js
R ckan/public/base/test/spec/module.spec.min.js
R ckan/public/base/test/spec/modules/autocomplete.spec.min.js
R ckan/public/base/test/spec/modules/basic-form.spec.min.js
R ckan/public/base/test/spec/modules/confirm-action.spec.min.js
R ckan/public/base/test/spec/modules/custom-fields.spec.min.js
R ckan/public/base/test/spec/modules/related-item.spec.min.js
R ckan/public/base/test/spec/modules/resource-form.spec.min.js
R ckan/public/base/test/spec/modules/resource-upload-field.spec.min.js
R ckan/public/base/test/spec/notify.spec.min.js
R ckan/public/base/test/spec/plugins/jquery.date-helpers.spec.min.js
R ckan/public/base/test/spec/plugins/jquery.form-warning.spec.min.js
R ckan/public/base/test/spec/plugins/jquery.inherit.spec.min.js
R ckan/public/base/test/spec/plugins/jquery.proxy-all.spec.min.js
R ckan/public/base/test/spec/plugins/jquery.slug-preview.spec.min.js
R ckan/public/base/test/spec/plugins/jquery.slug.spec.min.js
R ckan/public/base/test/spec/plugins/jquery.url-helpers.spec.min.js
R ckan/public/base/test/spec/pubsub.spec.min.js
R ckan/public/base/test/spec/sandbox.spec.min.js
M ckan/templates/admin/base.html
M ckan/templates/admin/config.html
M ckan/templates/admin/index.html
M ckan/templates/ajax_snippets/api_info.html
M ckan/templates/dataviewer/snippets/no_preview.html
M ckan/templates/development/snippets/page_header.html
M ckan/templates/error_document_template.html
M ckan/templates/footer.html
M ckan/templates/group/base_form_page.html
M ckan/templates/group/index.html
M ckan/templates/group/read.html
M ckan/templates/group/read_base.html
M ckan/templates/group/snippets/group_item.html
M ckan/templates/header.html
M ckan/templates/home/about.html
M ckan/templates/home/index.html
M ckan/templates/home/snippets/about_text.html
A ckan/templates/organization/activity_stream.html
M ckan/templates/organization/base_form_page.html
A ckan/templates/organization/bulk_process.html
M ckan/templates/organization/edit.html
M ckan/templates/organization/edit_base.html
M ckan/templates/organization/index.html
M ckan/templates/organization/members.html
M ckan/templates/organization/new.html
M ckan/templates/organization/read.html
M ckan/templates/organization/read_base.html
A ckan/templates/organization/snippets/help.html
M ckan/templates/organization/snippets/organization_item.html
M ckan/templates/package/base.html
M ckan/templates/package/read_base.html
M ckan/templates/package/related_list.html
M ckan/templates/package/resource_edit.html
M ckan/templates/package/resource_read.html
M ckan/templates/package/search.html
M ckan/templates/package/snippets/data_api_button.html
M ckan/templates/package/snippets/info.html
M ckan/templates/package/snippets/package_metadata_fields.html
M ckan/templates/package/snippets/search_form.html
M ckan/templates/page.html
M ckan/templates/related/base_form_page.html
M ckan/templates/related/snippets/related_form.html
M ckan/templates/snippets/datapreview_embed_dialog.html
M ckan/templates/snippets/disqus_trackback.html
M ckan/templates/snippets/facet_list.html
M ckan/templates/snippets/home_breadcrumb_item.html
M ckan/templates/snippets/license.html
M ckan/templates/snippets/organization.html
M ckan/templates/snippets/package_item.html
R ckan/templates/snippets/page_header.html
M ckan/templates/snippets/popular.html
M ckan/templates/snippets/related.html
A ckan/templates/snippets/search_result_text.html
A ckan/templates/snippets/simple_search.html
M ckan/templates/snippets/social.html
M ckan/templates/snippets/subscribe.html
M ckan/templates/user/dashboard.html
M ckan/templates/user/edit_base.html
M ckan/templates/user/logout_first.html
M ckan/templates/user/perform_reset.html
M ckan/templates/user/read_base.html
M ckan/templates/user/snippets/followee_dropdown.html
M ckan/templates_legacy/package/search.html
M ckan/tests/__init__.py
M ckan/tests/functional/api/base.py
M ckan/tests/functional/api/model/test_group.py
M ckan/tests/functional/api/model/test_licenses.py
M ckan/tests/functional/api/model/test_package.py
M ckan/tests/functional/api/model/test_ratings.py
M ckan/tests/functional/api/model/test_relationships.py
M ckan/tests/functional/api/model/test_revisions.py
M ckan/tests/functional/api/model/test_tag.py
M ckan/tests/functional/api/model/test_vocabulary.py
M ckan/tests/functional/api/test_activity.py
M ckan/tests/functional/api/test_api.py
M ckan/tests/functional/api/test_dashboard.py
M ckan/tests/functional/api/test_misc.py
M ckan/tests/functional/api/test_package_search.py
M ckan/tests/functional/api/test_resource_search.py
M ckan/tests/functional/api/test_util.py
M ckan/tests/functional/test_group.py
M ckan/tests/functional/test_package.py
M ckan/tests/functional/test_preview_interface.py
M ckan/tests/functional/test_search.py
M ckan/tests/lib/test_cli.py
M ckan/tests/lib/test_datapreview.py
M ckan/tests/lib/test_dictization_schema.py
M ckan/tests/lib/test_solr_search_index.py
M ckan/tests/logic/test_action.py
M ckan/tests/logic/test_auth.py
M ckan/tests/misc/test_sync.py
R ckan/tests/mock_publisher_auth.py
M ckan/tests/models/test_group.py
M ckan/tests/schema/test_schema.py
M ckan/tests/test_dumper.py
M ckanext/datastore/db.py
M ckanext/datastore/plugin.py
A ckanext/datastore/tests/test_configure.py
M ckanext/datastore/tests/test_create.py
M ckanext/datastore/tests/test_search.py
M ckanext/datastore/tests/test_unit.py
A ckanext/example_idatasetform/__init__.py
A ckanext/example_idatasetform/plugin.py
A ckanext/example_idatasetform/templates/package/read.html
A ckanext/example_idatasetform/templates/package/snippets/package_metadata_fields.html
M ckanext/multilingual/plugin.py
M ckanext/pdfpreview/tests/test_preview.py
R ckanext/pdfpreview/theme/public/css/pdf.min.css
R ckanext/pdfpreview/theme/public/css/recline.min.css
R ckanext/pdfpreview/theme/public/preview_pdf.min.js
R ckanext/publisher_form/__init__.py
R ckanext/publisher_form/forms.py
R ckanext/publisher_form/templates/dataset_form.html
R ckanext/publisher_form/templates/publisher_form.html
R ckanext/publisher_form/templates/publisher_index.html
R ckanext/publisher_form/templates/publisher_layout.html
R ckanext/publisher_form/templates/publisher_new.html
R ckanext/publisher_form/templates/publisher_read.html
M ckanext/reclinepreview/tests/test_preview.py
R ckanext/reclinepreview/theme/public/css/recline.min.css
M ckanext/resourceproxy/controller.py
M ckanext/test_tag_vocab_plugin.py
M ckanext/textpreview/tests/test_preview.py
R ckanext/textpreview/theme/public/preview.js
A ckanext/textpreview/theme/public/preview_text.js
M ckanext/textpreview/theme/public/resource.config
R doc/administrative-dashboard.rst
R doc/api-tutorial.rst
R doc/api-util.rst
R doc/api-v2.rst
M doc/api.rst
R doc/apiv3.rst
M doc/architecture.rst
A doc/ckan.logic.action.create.rst
A doc/ckan.logic.action.delete.rst
A doc/ckan.logic.action.get.rst
A doc/ckan.logic.action.update.rst
M doc/conf.py
M doc/datastore-api.rst
A doc/filestore-api.rst
M doc/filestore.rst
R doc/forms.rst
M doc/index.rst
M doc/install-from-source.rst
A doc/legacy-api.rst
M doc/loading-data.rst
M doc/multilingual.rst
M doc/python-coding-standards.rst
M doc/tag-vocabularies.rst
M pip-requirements-test.txt
M pip-requirements.txt
M setup.py
M test-core.ini
Log Message:
-----------
Merge remote-tracking branch 'okfn/master' into 226-text-highlighting
Conflicts:
ckanext/textpreview/tests/test_preview.py
Commit: 9318ef4b920e4bd0be5e2d5245ef428642fe017c
https://github.com/okfn/ckan/commit/9318ef4b920e4bd0be5e2d5245ef428642fe017c
Author: tobes <toby.junk at gmail.com>
Date: 2013-03-20 (Wed, 20 Mar 2013)
Changed paths:
M doc/extensions.rst
Log Message:
-----------
[#523] Initial clean of extensions.rst
Commit: a65f5a6748938a1b1da0f9574054120a2ee1164b
https://github.com/okfn/ckan/commit/a65f5a6748938a1b1da0f9574054120a2ee1164b
Author: tobes <toby.junk at gmail.com>
Date: 2013-03-20 (Wed, 20 Mar 2013)
Changed paths:
M doc/writing-extensions.rst
Log Message:
-----------
[#523] Edit writing-extensions.rst part I
Commit: 425e1fae27ae819805b0d2113f2e78297b5421e8
https://github.com/okfn/ckan/commit/425e1fae27ae819805b0d2113f2e78297b5421e8
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-03-25 (Mon, 25 Mar 2013)
Changed paths:
M CHANGELOG.txt
Log Message:
-----------
CHANGELOG tweaks suggested in pr
Commit: 0f2ddb5623420534a3348dd8260d9d4930f737e0
https://github.com/okfn/ckan/commit/0f2ddb5623420534a3348dd8260d9d4930f737e0
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-03-25 (Mon, 25 Mar 2013)
Changed paths:
M CHANGELOG.txt
Log Message:
-----------
Add some more stuff to the changelog
Commit: 991488fc38521abfe3b175bca6ef80913a929579
https://github.com/okfn/ckan/commit/991488fc38521abfe3b175bca6ef80913a929579
Author: Nigel Babu <nigelbabu at gmail.com>
Date: 2013-03-25 (Mon, 25 Mar 2013)
Changed paths:
M ckan/controllers/group.py
M ckan/controllers/package.py
M ckan/controllers/tag.py
M ckan/lib/activity_streams_session_extension.py
M ckan/lib/app_globals.py
M ckan/lib/dictization/model_dictize.py
M ckan/lib/helpers.py
M ckan/lib/plugins.py
M ckan/lib/search/index.py
M ckan/logic/action/create.py
M ckan/logic/action/get.py
M ckan/logic/action/update.py
M ckan/logic/auth/create.py
M ckan/logic/auth/update.py
M ckan/logic/schema.py
M ckan/new_authz.py
M ckan/plugins/interfaces.py
M ckan/plugins/toolkit.py
M ckan/public/base/css/main.css
M ckan/public/base/less/footer.less
M ckan/public/base/less/forms.less
M ckan/public/base/less/layout.less
M ckan/public/base/less/module.less
M ckan/templates/footer.html
M ckan/templates/home/about.html
M ckan/templates/organization/bulk_process.html
M ckan/templates/organization/members.html
M ckan/templates/package/new_package_metadata.html
M ckan/templates/package/resource_read.html
M ckan/templates/package/search.html
M ckan/templates/package/snippets/package_metadata_fields.html
M ckan/templates/snippets/license.html
A ckan/templates/tag/index.html
M ckan/templates_legacy/group/layout.html
M ckan/templates_legacy/layout_base.html
M ckan/templates_legacy/package/layout.html
M ckan/templates_legacy/package/read_core.html
M ckan/templates_legacy/revision/layout.html
M ckan/templates_legacy/user/layout.html
M ckan/tests/functional/api/model/test_vocabulary.py
M ckan/tests/functional/api/test_activity.py
M ckan/tests/functional/test_activity.py
M ckan/tests/functional/test_package.py
M ckan/tests/lib/test_dictization_schema.py
M ckan/tests/logic/test_auth.py
M ckan/tests/schema/test_schema.py
A ckanext/example_idatasetform/__init__.py
A ckanext/example_idatasetform/plugin.py
A ckanext/example_idatasetform/templates/package/read.html
A ckanext/example_idatasetform/templates/package/snippets/package_metadata_fields.html
R ckanext/organizations/__init__.py
R ckanext/organizations/controllers.py
R ckanext/organizations/forms.py
R ckanext/organizations/templates/email/join_publisher_request.txt
R ckanext/organizations/templates/organization_edit.html
R ckanext/organizations/templates/organizations/form.html
R ckanext/organizations/templates/organizations/index.html
R ckanext/organizations/templates/organizations/new.html
R ckanext/organizations/templates/organizations/read.html
R ckanext/organizations/templates/organizations/users.html
R ckanext/organizations/templates/organizations/users_form.html
R ckanext/organizations/templates_legacy/organizations/apply.html
R ckanext/organizations/templates_legacy/organizations/apply_form.html
R ckanext/organizations/templates_legacy/organizations/email/join_publisher_request.txt
R ckanext/organizations/templates_legacy/organizations/form.html
R ckanext/organizations/templates_legacy/organizations/history.html
R ckanext/organizations/templates_legacy/organizations/index.html
R ckanext/organizations/templates_legacy/organizations/layout.html
R ckanext/organizations/templates_legacy/organizations/new.html
R ckanext/organizations/templates_legacy/organizations/package_form.html
R ckanext/organizations/templates_legacy/organizations/read.html
R ckanext/organizations/templates_legacy/organizations/users.html
R ckanext/organizations/templates_legacy/organizations/users_form.html
R ckanext/resourceproxy/tests/file_server.py
M ckanext/resourceproxy/tests/test_proxy.py
M ckanext/test_tag_vocab_plugin.py
R doc/administrative-dashboard.rst
M doc/conf.py
M doc/configuration.rst
R doc/forms.rst
M doc/index.rst
M doc/tag-vocabularies.rst
M pip-requirements-test.txt
M setup.py
Log Message:
-----------
Merge branch 'master' into 283-activity-stream-fixes
Commit: f6ed9b6b28f60145b17f19e8307b2212d637ddcd
https://github.com/okfn/ckan/commit/f6ed9b6b28f60145b17f19e8307b2212d637ddcd
Author: Nigel Babu <nigelbabu at gmail.com>
Date: 2013-03-25 (Mon, 25 Mar 2013)
Changed paths:
M ckan/logic/action/update.py
Log Message:
-----------
[#283] Check context has user in related_update
* Check that the context has user key.
* Check that a user object exists corresponding to
value of 'user' in context.
Commit: b0d671f11972e1fe6a0718990c47ca2d924bbd4e
https://github.com/okfn/ckan/commit/b0d671f11972e1fe6a0718990c47ca2d924bbd4e
Author: Nigel Babu <nigelbabu at gmail.com>
Date: 2013-03-25 (Mon, 25 Mar 2013)
Changed paths:
M ckan/tests/functional/api/test_activity.py
Log Message:
-----------
[#283] Assert more values in activity_response_dict
* Check that user_id matches user used to create related_item.
* Check that the related item matches the dataset created/modified/deleted.
* Check that the dataset key is set to none when creating/updating.
Commit: 603ac47679adfe3ec1c33bc70be4abaeececb620
https://github.com/okfn/ckan/commit/603ac47679adfe3ec1c33bc70be4abaeececb620
Author: Nigel Babu <nigelbabu at gmail.com>
Date: 2013-03-26 (Tue, 26 Mar 2013)
Changed paths:
M ckan/tests/functional/api/test_activity.py
Log Message:
-----------
Fix line width issues
Commit: 7c002297de5a56b77d2fdb9af9fccaa90cca2652
https://github.com/okfn/ckan/commit/7c002297de5a56b77d2fdb9af9fccaa90cca2652
Author: tobes <toby.junk at gmail.com>
Date: 2013-04-03 (Wed, 03 Apr 2013)
Changed paths:
M doc/writing-extensions.rst
Log Message:
-----------
[#523] More writing extensions updates
Commit: 04354826535a2608137ed23255d2a5626ce0d2db
https://github.com/okfn/ckan/commit/04354826535a2608137ed23255d2a5626ce0d2db
Author: tobes <toby.junk at gmail.com>
Date: 2013-04-03 (Wed, 03 Apr 2013)
Changed paths:
M doc/toolkit.rst
M doc/writing-extensions.rst
Log Message:
-----------
[#523] Toolkit update and other fixes
Commit: 86ed2f710756899c49e0bc95f5ff01eca7f9766f
https://github.com/okfn/ckan/commit/86ed2f710756899c49e0bc95f5ff01eca7f9766f
Author: tobes <toby.junk at gmail.com>
Date: 2013-04-03 (Wed, 03 Apr 2013)
Changed paths:
M doc/extensions.rst
R doc/writing-extensions.rst
Log Message:
-----------
[#523] Merge extensions and writing extensions
Commit: b3fd2f0b14241730fbd8882a2f0f652b870de175
https://github.com/okfn/ckan/commit/b3fd2f0b14241730fbd8882a2f0f652b870de175
Author: tobes <toby.junk at gmail.com>
Date: 2013-04-07 (Sun, 07 Apr 2013)
Changed paths:
A ckan/tests/test_coding_standards.py
M pip-requirements-test.txt
Log Message:
-----------
Add coding standards tests
Commit: 7059686abc269cb7a74fc1335e2e02a8eb0cbeb1
https://github.com/okfn/ckan/commit/7059686abc269cb7a74fc1335e2e02a8eb0cbeb1
Author: tobes <toby.junk at gmail.com>
Date: 2013-04-11 (Thu, 11 Apr 2013)
Changed paths:
M ckan/tests/test_coding_standards.py
Log Message:
-----------
Fix name of failing file
Commit: 23183c3c8a84ca62dba1a05218d7554f6635c424
https://github.com/okfn/ckan/commit/23183c3c8a84ca62dba1a05218d7554f6635c424
Author: tobes <toby.junk at gmail.com>
Date: 2013-04-11 (Thu, 11 Apr 2013)
Changed paths:
M CONTRIBUTING.rst
M bin/osx-postgres-mem.sh
M bin/travis-build
M ckan/config/deployment.ini_tmpl
M ckan/config/routing.py
M ckan/controllers/error.py
M ckan/controllers/feed.py
M ckan/controllers/group.py
M ckan/controllers/home.py
M ckan/controllers/organization.py
M ckan/controllers/package.py
M ckan/controllers/related.py
M ckan/controllers/storage.py
M ckan/controllers/tag.py
M ckan/controllers/user.py
M ckan/lib/dictization/model_save.py
M ckan/lib/search/query.py
M ckan/logic/action/create.py
M ckan/logic/action/get.py
M ckan/logic/action/update.py
M ckan/model/tag.py
M ckan/public/base/css/main.css
M ckan/public/base/less/layout.less
M ckan/public/base/less/mixins.less
A ckan/templates/group/history.html
A ckan/templates/group/snippets/history_revisions.html
A ckan/templates/group/snippets/revisions_table.html
A ckan/templates/package/history.html
M ckan/templates/package/read_base.html
A ckan/templates/package/snippets/history_revisions.html
A ckan/templates/package/snippets/revisions_table.html
A ckan/templates/revision/__init__.py
A ckan/templates/revision/diff.html
A ckan/templates/revision/list.html
A ckan/templates/revision/read.html
A ckan/templates/revision/read_base.html
A ckan/templates/revision/snippets/revisions_list.html
M ckan/tests/lib/test_dictization.py
A doc/contributing.rst
M doc/index.rst
M doc/install-from-source.rst
M doc/test.rst
M test-core.ini
Log Message:
-----------
Merge branch 'master' into coding-standards-tests
Commit: 4452547bca9f3963456c722dcdfcf61fd4f8a785
https://github.com/okfn/ckan/commit/4452547bca9f3963456c722dcdfcf61fd4f8a785
Author: tobes <toby.junk at gmail.com>
Date: 2013-04-12 (Fri, 12 Apr 2013)
Changed paths:
M ckan/tests/test_coding_standards.py
Log Message:
-----------
Remove now pep8 compliant files from blacklist
Commit: fc786826e73b97ac2a9a0fa0480b06805d205e70
https://github.com/okfn/ckan/commit/fc786826e73b97ac2a9a0fa0480b06805d205e70
Author: tobes <toby.junk at gmail.com>
Date: 2013-04-15 (Mon, 15 Apr 2013)
Changed paths:
M ckan/tests/test_coding_standards.py
Log Message:
-----------
Coding standards test logic auth/action functions
Commit: 77e26db4573e0f5ece9245ebffb074b0bab538aa
https://github.com/okfn/ckan/commit/77e26db4573e0f5ece9245ebffb074b0bab538aa
Author: tobes <toby.junk at gmail.com>
Date: 2013-04-15 (Mon, 15 Apr 2013)
Changed paths:
M ckan/controllers/user.py
M ckan/lib/base.py
M ckan/plugins/interfaces.py
Log Message:
-----------
Add IAuthenticator
Commit: cdf792609a7977abbe8c84cab8f0e657418c7001
https://github.com/okfn/ckan/commit/cdf792609a7977abbe8c84cab8f0e657418c7001
Author: tobes <toby.junk at gmail.com>
Date: 2013-04-15 (Mon, 15 Apr 2013)
Changed paths:
M ckan/logic/auth/__init__.py
Log Message:
-----------
Improve logic/auth/__init__.py bad logic (data_dict={})
Commit: ba5063c17956b721c0ab209dc5fa9dcd4e7414d4
https://github.com/okfn/ckan/commit/ba5063c17956b721c0ab209dc5fa9dcd4e7414d4
Author: tobes <toby.junk at gmail.com>
Date: 2013-04-15 (Mon, 15 Apr 2013)
Changed paths:
M ckan/logic/auth/__init__.py
Log Message:
-----------
Slight refactor of logic/auth/__init__.py for more pythonic plus store found object
Commit: 48f37eff2cf96f2b6a1eb9be8816f3946daf9435
https://github.com/okfn/ckan/commit/48f37eff2cf96f2b6a1eb9be8816f3946daf9435
Author: tobes <toby.junk at gmail.com>
Date: 2013-04-15 (Mon, 15 Apr 2013)
Changed paths:
M ckan/controllers/user.py
M ckan/logic/auth/get.py
Log Message:
-----------
Saml2 - add check_access calls to some user actions
Commit: afce1cd72bd344c7006b7b1deceefcd51c104df1
https://github.com/okfn/ckan/commit/afce1cd72bd344c7006b7b1deceefcd51c104df1
Author: amercader <amercadero at gmail.com>
Date: 2013-04-15 (Mon, 15 Apr 2013)
Changed paths:
M ckan/lib/search/index.py
Log Message:
-----------
[#674] Capture socket error as well when contacting Solr
Commit: 3d8f8a0bd7135213cf43f7ec74232a0a38cb8b12
https://github.com/okfn/ckan/commit/3d8f8a0bd7135213cf43f7ec74232a0a38cb8b12
Author: tobes <toby.junk at gmail.com>
Date: 2013-04-16 (Tue, 16 Apr 2013)
Changed paths:
M ckan/tests/test_coding_standards.py
Log Message:
-----------
Add some comments
Commit: 4c0d347c9c3238c7186cd71433aea3be8ab5d5fb
https://github.com/okfn/ckan/commit/4c0d347c9c3238c7186cd71433aea3be8ab5d5fb
Author: tobes <toby.junk at gmail.com>
Date: 2013-04-16 (Tue, 16 Apr 2013)
Changed paths:
M ckan/tests/test_coding_standards.py
Log Message:
-----------
Better import * reg ex
Commit: aef190aac73b7cb1cea199686f9b9a66956e4118
https://github.com/okfn/ckan/commit/aef190aac73b7cb1cea199686f9b9a66956e4118
Author: Dominik Moritz <domoritz at gmail.com>
Date: 2013-04-17 (Wed, 17 Apr 2013)
Changed paths:
M ckanext/datastore/logic/auth.py
Log Message:
-----------
[#652] Require resource_show permissions to read datastore resources
Commit: db1d6a69f341b21a24b466acb75404c60aba8a73
https://github.com/okfn/ckan/commit/db1d6a69f341b21a24b466acb75404c60aba8a73
Author: Dominik Moritz <domoritz at gmail.com>
Date: 2013-04-17 (Wed, 17 Apr 2013)
Changed paths:
M ckanext/datastore/db.py
M ckanext/datastore/logic/action.py
M ckanext/datastore/tests/test_search.py
Log Message:
-----------
[#652] Fix auth test in action, use the normal user in the search tests instead of the sysadmin user
Commit: 7a12178c569841027dd9e240adb16542c9e36b5e
https://github.com/okfn/ckan/commit/7a12178c569841027dd9e240adb16542c9e36b5e
Author: kindly <kindly at gmail.com>
Date: 2013-04-17 (Wed, 17 Apr 2013)
Changed paths:
M ckan/logic/auth/update.py
M ckan/tests/functional/test_user.py
Log Message:
-----------
Fix for unauthorized user edit
Commit: c3f3e0bc6cdf2f857ef5aa2bd7e4866d2f65c7ff
https://github.com/okfn/ckan/commit/c3f3e0bc6cdf2f857ef5aa2bd7e4866d2f65c7ff
Author: Dominik Moritz <domoritz at gmail.com>
Date: 2013-04-18 (Thu, 18 Apr 2013)
Changed paths:
M ckanext/datastore/tests/test_search.py
Log Message:
-----------
[#652][wip] Add test for search for private datasets
Commit: aa6e38c8750b294445064b96ac9d2ed4dcc291ed
https://github.com/okfn/ckan/commit/aa6e38c8750b294445064b96ac9d2ed4dcc291ed
Author: Dominik Moritz <domoritz at gmail.com>
Date: 2013-04-18 (Thu, 18 Apr 2013)
Changed paths:
M ckanext/datastore/logic/action.py
M doc/datastore-api.rst
Log Message:
-----------
[#652] Only allow aliases in search to simplify checks. Also make this clear in the docs.
Commit: 3f4363e8a2807d75e39533e68dfe13cfbeb971f7
https://github.com/okfn/ckan/commit/3f4363e8a2807d75e39533e68dfe13cfbeb971f7
Author: Dominik Moritz <domoritz at gmail.com>
Date: 2013-04-18 (Thu, 18 Apr 2013)
Changed paths:
M ckanext/datastore/tests/test_create.py
M ckanext/datastore/tests/test_search.py
Log Message:
-----------
[#652] Make the private dataset test work
Commit: 45b11bd0b1adc775457f327075505e5d35f18a28
https://github.com/okfn/ckan/commit/45b11bd0b1adc775457f327075505e5d35f18a28
Author: tobes <toby.junk at gmail.com>
Date: 2013-04-22 (Mon, 22 Apr 2013)
Changed paths:
M README.rst
M ckan/config/environment.py
M ckan/controllers/api.py
M ckan/controllers/feed.py
M ckan/controllers/group.py
M ckan/controllers/home.py
M ckan/controllers/package.py
M ckan/controllers/related.py
M ckan/controllers/revision.py
M ckan/controllers/tag.py
M ckan/controllers/user.py
M ckan/lib/activity_streams.py
M ckan/lib/alphabet_paginate.py
M ckan/lib/app_globals.py
M ckan/lib/base.py
M ckan/lib/cli.py
M ckan/lib/create_test_data.py
M ckan/lib/dictization/model_dictize.py
M ckan/lib/email_notifications.py
M ckan/lib/formatters.py
M ckan/lib/helpers.py
M ckan/lib/mailer.py
M ckan/lib/navl/dictization_functions.py
M ckan/lib/navl/validators.py
M ckan/lib/package_saver.py
M ckan/lib/search/query.py
M ckan/logic/__init__.py
M ckan/logic/action/create.py
M ckan/logic/action/delete.py
M ckan/logic/action/get.py
M ckan/logic/action/update.py
M ckan/logic/auth/create.py
M ckan/logic/converters.py
M ckan/logic/schema.py
M ckan/logic/validators.py
R ckan/misc.py
M ckan/model/__init__.py
M ckan/model/license.py
M ckan/model/package.py
M ckan/model/package_relationship.py
M ckan/model/tracking.py
M ckan/plugins/toolkit.py
M ckan/public/base/css/main.css
M ckan/public/base/less/prose.less
M ckan/templates/activity_streams/activity_stream_items.html
M ckan/templates/organization/index.html
M ckan/templates/package/resource_read.html
M ckan/templates/snippets/sort_by.html
M ckan/templates_legacy/package/read_core.html
M ckan/tests/functional/api/test_dashboard.py
M ckan/tests/functional/test_home.py
M ckan/tests/functional/test_package.py
M ckan/tests/functional/test_pagination.py
M ckan/tests/functional/test_user.py
M ckan/tests/lib/test_dictization.py
M ckan/tests/lib/test_solr_package_search.py
M ckan/tests/logic/test_action.py
M ckan/tests/misc/test_format_text.py
M ckan/tests/models/test_package.py
M ckanext/datastore/commands.py
M ckanext/reclinepreview/theme/public/preview_recline.js
M ckanext/reclinepreview/theme/public/vendor/recline/recline.css
M ckanext/reclinepreview/theme/public/vendor/recline/recline.dataset.js
M ckanext/reclinepreview/theme/public/vendor/recline/recline.dataset.min.js
M ckanext/reclinepreview/theme/public/vendor/recline/recline.js
M ckanext/reclinepreview/theme/public/vendor/recline/recline.min.css
M ckanext/reclinepreview/theme/public/vendor/recline/recline.min.js
M doc/_templates/footer.html
M doc/conf.py
M doc/configuration.rst
M doc/database-dumps.rst
A doc/images/popular-dataset.png
A doc/images/popular-resource.png
A doc/images/sort-datasets-by-popularity.png
M doc/index.rst
M doc/install-from-source.rst
M doc/paster.rst
M doc/post-installation.rst
A doc/tracking.rst
Log Message:
-----------
Merge branch 'master' into coding-standards-tests
Commit: b33185ad00ce292a87141ccc296843836df3e666
https://github.com/okfn/ckan/commit/b33185ad00ce292a87141ccc296843836df3e666
Author: tobes <toby.junk at gmail.com>
Date: 2013-04-22 (Mon, 22 Apr 2013)
Changed paths:
M ckan/controllers/user.py
M ckan/tests/test_coding_standards.py
Log Message:
-----------
Coding Standards: Unblacklist good files and fix pep8 error in user controller
Commit: 56588ef9550895eac6b6317670e470d5c5e90188
https://github.com/okfn/ckan/commit/56588ef9550895eac6b6317670e470d5c5e90188
Author: tobes <toby.junk at gmail.com>
Date: 2013-04-22 (Mon, 22 Apr 2013)
Changed paths:
M doc/extensions.rst
Log Message:
-----------
[#523] Remove erroneous section on plugin ordering
Commit: 738c2fbd919e839c6f4d190840bfe86a6d320fc3
https://github.com/okfn/ckan/commit/738c2fbd919e839c6f4d190840bfe86a6d320fc3
Author: Dominik Moritz <domoritz at gmail.com>
Date: 2013-04-22 (Mon, 22 Apr 2013)
Changed paths:
M ckanext/datastore/db.py
Log Message:
-----------
[#652] Provide more useful information if sql search goes wrong
Commit: e8287b30da5fa64e4f8c127b342cfa7e5ad66605
https://github.com/okfn/ckan/commit/e8287b30da5fa64e4f8c127b342cfa7e5ad66605
Author: Dominik Moritz <domoritz at gmail.com>
Date: 2013-04-22 (Mon, 22 Apr 2013)
Changed paths:
M ckanext/datastore/tests/test_create.py
M ckanext/datastore/tests/test_delete.py
M ckanext/datastore/tests/test_search.py
M ckanext/datastore/tests/test_upsert.py
Log Message:
-----------
Clean up test code
Commit: 04cb3f297759ec47ec8af7ff6580af2058a37158
https://github.com/okfn/ckan/commit/04cb3f297759ec47ec8af7ff6580af2058a37158
Author: Dominik Moritz <domoritz at gmail.com>
Date: 2013-04-22 (Mon, 22 Apr 2013)
Changed paths:
M ckanext/datastore/db.py
M ckanext/datastore/logic/action.py
M ckanext/datastore/logic/auth.py
M ckanext/datastore/plugin.py
M ckanext/datastore/tests/test_search.py
Log Message:
-----------
[#652][wip] Add actions to make datastore resources private or public
Commit: 33fd2fefd1785dff74187af6fadcfe0b2b28e2f0
https://github.com/okfn/ckan/commit/33fd2fefd1785dff74187af6fadcfe0b2b28e2f0
Author: Vitor Baptista <vitor at vitorbaptista.com>
Date: 2013-04-22 (Mon, 22 Apr 2013)
Changed paths:
M doc/common-error-messages.rst
M doc/index.rst
M doc/test.rst
Log Message:
-----------
[#535] Move error messages related to test to a separate page.
The idea is to write the common errors that might happen closer to where they're
more common, so you have the information nearby when you need it.
This works well for test errors. For install/upgrade, as we have two methods,
we can't simply add to the same page. I've changed the index so the common
errors page is under the Installation section. Only installation/upgrade
issues should be added there.
Commit: 091e16472e98c4bc2bff5c77629a1a58e27ce6a8
https://github.com/okfn/ckan/commit/091e16472e98c4bc2bff5c77629a1a58e27ce6a8
Author: Dominik Moritz <domoritz at gmail.com>
Date: 2013-04-23 (Tue, 23 Apr 2013)
Changed paths:
M ckanext/datastore/logic/action.py
Log Message:
-----------
[#652] Refactor checks whether resources exist
Commit: 54d7a952f6c3fc1dc4bbbe7a389101049fc34304
https://github.com/okfn/ckan/commit/54d7a952f6c3fc1dc4bbbe7a389101049fc34304
Author: Dominik Moritz <domoritz at gmail.com>
Date: 2013-04-23 (Tue, 23 Apr 2013)
Changed paths:
M ckanext/datastore/db.py
M ckanext/datastore/logic/action.py
Log Message:
-----------
[#652] Close connection, fix missing data_dict['connection_url']
Commit: 87de3abbacff98ebd2acba106faba9468c9794ec
https://github.com/okfn/ckan/commit/87de3abbacff98ebd2acba106faba9468c9794ec
Author: Dominik Moritz <domoritz at gmail.com>
Date: 2013-04-23 (Tue, 23 Apr 2013)
Changed paths:
M ckanext/datastore/db.py
M ckanext/datastore/logic/action.py
M ckanext/datastore/plugin.py
Log Message:
-----------
[#652] Automatically make resources private or public when the permissions change
Commit: 198719e13301d818d3bb4f7e71c63a571cf9321d
https://github.com/okfn/ckan/commit/198719e13301d818d3bb4f7e71c63a571cf9321d
Author: Dominik Moritz <domoritz at gmail.com>
Date: 2013-04-23 (Tue, 23 Apr 2013)
Changed paths:
M ckanext/datastore/db.py
Log Message:
-----------
More helpful information about errors
Commit: 9e68bca5b8528748840e8601c69af9d6f3e59ea0
https://github.com/okfn/ckan/commit/9e68bca5b8528748840e8601c69af9d6f3e59ea0
Author: Dominik Moritz <domoritz at gmail.com>
Date: 2013-04-23 (Tue, 23 Apr 2013)
Changed paths:
M ckanext/datastore/logic/action.py
Log Message:
-----------
[#652] Fix missing connection_url
Commit: e286f48bf6c8f30d3e220de5a5c5da5bdf53a70b
https://github.com/okfn/ckan/commit/e286f48bf6c8f30d3e220de5a5c5da5bdf53a70b
Author: Dominik Moritz <domoritz at gmail.com>
Date: 2013-04-23 (Tue, 23 Apr 2013)
Changed paths:
M ckanext/datastore/db.py
Log Message:
-----------
[#652] Refactor validation of possible methods
Commit: 71dd1592885f4d7bc750ca7e0da95f52c36d7930
https://github.com/okfn/ckan/commit/71dd1592885f4d7bc750ca7e0da95f52c36d7930
Author: Dominik Moritz <domoritz at gmail.com>
Date: 2013-04-23 (Tue, 23 Apr 2013)
Changed paths:
M ckanext/datastore/db.py
M ckanext/datastore/tests/test_search.py
Log Message:
-----------
[#652] Properly report permission denied error in sql search
Commit: fc14e37b79192ee690e355e74ca2f2e0b72be89c
https://github.com/okfn/ckan/commit/fc14e37b79192ee690e355e74ca2f2e0b72be89c
Author: Dominik Moritz <domoritz at gmail.com>
Date: 2013-04-23 (Tue, 23 Apr 2013)
Changed paths:
M ckanext/datastore/db.py
Log Message:
-----------
[#652] Get spelling right
Commit: 4c95b4b0b8d28a72e9d247a69e20a215d3d00222
https://github.com/okfn/ckan/commit/4c95b4b0b8d28a72e9d247a69e20a215d3d00222
Author: amercader <amercadero at gmail.com>
Date: 2013-04-23 (Tue, 23 Apr 2013)
Changed paths:
M pip-requirements.txt
Log Message:
-----------
[#764] Install vdm from the Python Package Index
Makes easier to install CKAN on offline environments
Commit: dc93ab9d29cb17b6c56bef57992154239b0b6bf8
https://github.com/okfn/ckan/commit/dc93ab9d29cb17b6c56bef57992154239b0b6bf8
Author: tobes <toby.junk at gmail.com>
Date: 2013-04-23 (Tue, 23 Apr 2013)
Changed paths:
M ckan/model/package.py
Log Message:
-----------
[#795] Fix and deprecate model.Package.is_private
Commit: f0d188a094bcd2526b07f1181b6ad43ae89a8ca8
https://github.com/okfn/ckan/commit/f0d188a094bcd2526b07f1181b6ad43ae89a8ca8
Author: tobes <toby.junk at gmail.com>
Date: 2013-04-23 (Tue, 23 Apr 2013)
Changed paths:
M ckan/templates_legacy/package/resource_read.html
Log Message:
-----------
[#795] Fix template to use correct attribute
Commit: b238f1c6489571e49888402f9774b1eb4e12889c
https://github.com/okfn/ckan/commit/b238f1c6489571e49888402f9774b1eb4e12889c
Author: tobes <toby.junk at gmail.com>
Date: 2013-04-23 (Tue, 23 Apr 2013)
Changed paths:
M ckan/model/package.py
Log Message:
-----------
[#795] Minor cleanup of import in model.package
Commit: 95c4aa0e1bfcc8145efb6c5fa0fca990f213346d
https://github.com/okfn/ckan/commit/95c4aa0e1bfcc8145efb6c5fa0fca990f213346d
Author: tobes <toby.junk at gmail.com>
Date: 2013-04-23 (Tue, 23 Apr 2013)
Changed paths:
M doc/extensions.rst
Log Message:
-----------
[#523] Improve docs based on Sean's feedback
Commit: 6ed13083aee4dff19c334b631d1cab97be1e48b4
https://github.com/okfn/ckan/commit/6ed13083aee4dff19c334b631d1cab97be1e48b4
Author: tobes <toby.junk at gmail.com>
Date: 2013-04-23 (Tue, 23 Apr 2013)
Changed paths:
M doc/extensions.rst
Log Message:
-----------
[#523] More Extension docs reworking
Commit: 3361586875ce9d3ae88d514f40f215ea3a1aa2a2
https://github.com/okfn/ckan/commit/3361586875ce9d3ae88d514f40f215ea3a1aa2a2
Author: tobes <toby.junk at gmail.com>
Date: 2013-04-23 (Tue, 23 Apr 2013)
Changed paths:
M doc/extensions.rst
Log Message:
-----------
[#523] Remove adding plugin interface code.
Commit: f8dd0a16b15203a7cec3fd33a58fbc9f53e29947
https://github.com/okfn/ckan/commit/f8dd0a16b15203a7cec3fd33a58fbc9f53e29947
Author: tobes <toby.junk at gmail.com>
Date: 2013-04-23 (Tue, 23 Apr 2013)
Changed paths:
M doc/extensions.rst
Log Message:
-----------
[#523] Fix sphinx warnings.
Commit: edbf775eb9e0daba831bfc9a7992af360f437190
https://github.com/okfn/ckan/commit/edbf775eb9e0daba831bfc9a7992af360f437190
Author: tobes <toby.junk at gmail.com>
Date: 2013-04-23 (Tue, 23 Apr 2013)
Changed paths:
M doc/extensions.rst
Log Message:
-----------
[#523] Minor fixes.
Commit: 655851a6f66c46d2bc1e7906c33bff4a60baf744
https://github.com/okfn/ckan/commit/655851a6f66c46d2bc1e7906c33bff4a60baf744
Author: tobes <toby.junk at gmail.com>
Date: 2013-04-23 (Tue, 23 Apr 2013)
Changed paths:
M doc/extensions.rst
Log Message:
-----------
[#523] Reflow and better link to toolkit.
Commit: 4f7f911656657c416d5ba6384ec8f8889be1307c
https://github.com/okfn/ckan/commit/4f7f911656657c416d5ba6384ec8f8889be1307c
Author: tobes <toby.junk at gmail.com>
Date: 2013-04-23 (Tue, 23 Apr 2013)
Changed paths:
M doc/extensions.rst
Log Message:
-----------
[#523] More cleanups.
Commit: ab1e9b2980d45ac120be1bf65ba9c11a1cd81f4f
https://github.com/okfn/ckan/commit/ab1e9b2980d45ac120be1bf65ba9c11a1cd81f4f
Author: John Martin <me at johnmart.in>
Date: 2013-04-23 (Tue, 23 Apr 2013)
Changed paths:
M doc/theming.rst
Log Message:
-----------
[#520] First swing at the theming docs
Commit: c626c001d70069017459cbc25b2a0907149c1246
https://github.com/okfn/ckan/commit/c626c001d70069017459cbc25b2a0907149c1246
Author: Dominik Moritz <domoritz at gmail.com>
Date: 2013-04-23 (Tue, 23 Apr 2013)
Changed paths:
M ckanext/datastore/logic/action.py
Log Message:
-----------
[#652] Make sure that we have a connection url
Commit: 43c578ec67dea9fcf7f78e13de44fdff15949f12
https://github.com/okfn/ckan/commit/43c578ec67dea9fcf7f78e13de44fdff15949f12
Author: Dominik Moritz <domoritz at gmail.com>
Date: 2013-04-23 (Tue, 23 Apr 2013)
Changed paths:
M ckanext/datastore/db.py
M ckanext/datastore/tests/test_search.py
Log Message:
-----------
[#652] We have to wrap the GRANT/REVOKE in a transaction to make it work
Commit: 14b53e72c997e07dd2661ac4b8399626500c238e
https://github.com/okfn/ckan/commit/14b53e72c997e07dd2661ac4b8399626500c238e
Author: tobes <toby.junk at gmail.com>
Date: 2013-04-24 (Wed, 24 Apr 2013)
Changed paths:
M doc/extensions.rst
Log Message:
-----------
[#523] Remove enable plugin section etc.
Commit: 23b0b7cd0d62c17a39e8242c150e1482eecb9160
https://github.com/okfn/ckan/commit/23b0b7cd0d62c17a39e8242c150e1482eecb9160
Author: tobes <toby.junk at gmail.com>
Date: 2013-04-24 (Wed, 24 Apr 2013)
Changed paths:
M ckan/controllers/package.py
Log Message:
-----------
[#580] Fix resource edit errors losing info
Commit: eb06a956b135cbb8aee26020f124556e9fbe2ece
https://github.com/okfn/ckan/commit/eb06a956b135cbb8aee26020f124556e9fbe2ece
Author: Dominik Moritz <domoritz at gmail.com>
Date: 2013-04-24 (Wed, 24 Apr 2013)
Changed paths:
M ckanext/datastore/logic/action.py
M ckanext/datastore/plugin.py
Log Message:
-----------
[#652] Make private resources compatible with legacy mode
Commit: d7414f432462966359e3f39dbfa9a12041a0c185
https://github.com/okfn/ckan/commit/d7414f432462966359e3f39dbfa9a12041a0c185
Author: Dominik Moritz <domoritz at gmail.com>
Date: 2013-04-24 (Wed, 24 Apr 2013)
Changed paths:
M ckanext/datastore/tests/test_search.py
Log Message:
-----------
[#652] Test whether a new datastore resource is private if the CKAN resource is private
Commit: 5a276670b0269e3f9eaae138785794b134556795
https://github.com/okfn/ckan/commit/5a276670b0269e3f9eaae138785794b134556795
Author: Dominik Moritz <domoritz at gmail.com>
Date: 2013-04-24 (Wed, 24 Apr 2013)
Changed paths:
M ckanext/datastore/tests/test_create.py
M ckanext/datastore/tests/test_delete.py
M ckanext/datastore/tests/test_search.py
M ckanext/datastore/tests/test_upsert.py
Log Message:
-----------
Clean up imports in datastore tests
Commit: be2ed3237788e88283a7e8b57e01a4a9ba1c743b
https://github.com/okfn/ckan/commit/be2ed3237788e88283a7e8b57e01a4a9ba1c743b
Author: tobes <toby.junk at gmail.com>
Date: 2013-04-24 (Wed, 24 Apr 2013)
Changed paths:
M ckan/controllers/group.py
M ckan/controllers/package.py
M ckan/i18n/check_po_files.py
M ckan/lib/app_globals.py
M ckan/lib/cli.py
M ckan/logic/__init__.py
M ckan/logic/action/create.py
M ckan/logic/action/delete.py
M ckan/new_authz.py
M ckan/public/base/css/main.css
M ckan/public/base/images/flags.png
M ckan/public/base/less/footer.less
M ckan/public/base/less/iehacks.less
M ckan/public/base/test/index.html
M ckan/public/base/test/spec/client.spec.js
M ckan/public/base/test/spec/modules/autocomplete.spec.js
M ckan/templates/development/primer.html
A ckan/templates/development/snippets/actions.html
A ckan/templates/development/snippets/context.html
M ckan/templates/development/snippets/facet.html
M ckan/templates/development/snippets/media_grid.html
M ckan/templates/development/snippets/nav.html
M ckan/templates/development/snippets/page_header.html
R ckan/templates/development/snippets/toolbar.html
M ckan/templates/package/snippets/data_api_button.html
M ckan/templates/snippets/facet_list.html
A ckan/tests/logic/test_init.py
M ckan/tests/logic/test_member.py
M ckanext/datastore/db.py
M ckanext/datastore/tests/test_search.py
M doc/authorization.rst
R doc/commenting.rst
M doc/configuration.rst
M doc/css-coding-standards.rst
M doc/frontend-development.rst
A doc/importing-datasets.rst
M doc/index.rst
M doc/javascript-coding-standards.rst
M doc/javascript-module-tutorial.rst
R doc/loading-data.rst
R doc/organizations_and_groups.rst
R doc/publisher-profile.rst
M doc/publishing-datasets.rst
M doc/resources.rst
M doc/templating.rst
Log Message:
-----------
Merge branch 'master' into coding-standards-tests
Commit: 6ee2309714db5976b733add53e14b96d6e889145
https://github.com/okfn/ckan/commit/6ee2309714db5976b733add53e14b96d6e889145
Author: tobes <toby.junk at gmail.com>
Date: 2013-04-24 (Wed, 24 Apr 2013)
Changed paths:
M ckan/tests/logic/test_init.py
M ckan/tests/logic/test_member.py
Log Message:
-----------
Coding Standards fix newly introduced pep8 errors
Commit: 559ad905ac9347cc5ba572ba65a1304585c3f5da
https://github.com/okfn/ckan/commit/559ad905ac9347cc5ba572ba65a1304585c3f5da
Author: tobes <toby.junk at gmail.com>
Date: 2013-04-24 (Wed, 24 Apr 2013)
Changed paths:
M ckan/tests/test_coding_standards.py
Log Message:
-----------
Coding Standards move blacklists into test classes
Commit: 9c9e2dd23a719cd04be290ebcf6e9e660649d7b3
https://github.com/okfn/ckan/commit/9c9e2dd23a719cd04be290ebcf6e9e660649d7b3
Author: tobes <toby.junk at gmail.com>
Date: 2013-04-24 (Wed, 24 Apr 2013)
Changed paths:
M ckan/tests/test_coding_standards.py
Log Message:
-----------
Coding Standards better blacklist names
Commit: c4e0d5f998381d372ef7ed86a87c7f1434088619
https://github.com/okfn/ckan/commit/c4e0d5f998381d372ef7ed86a87c7f1434088619
Author: tobes <toby.junk at gmail.com>
Date: 2013-04-24 (Wed, 24 Apr 2013)
Changed paths:
M ckan/tests/test_coding_standards.py
Log Message:
-----------
Coding Standards check for action function docstrings
Commit: 4c926d393f2b73579d91fa43aaa293746500937e
https://github.com/okfn/ckan/commit/4c926d393f2b73579d91fa43aaa293746500937e
Author: Dominik Moritz <domoritz at gmail.com>
Date: 2013-04-24 (Wed, 24 Apr 2013)
Changed paths:
M ckanext/datastore/tests/test_search.py
Log Message:
-----------
[#652] Test whether the updates to the datastore resources work correctly
Commit: 5724497f3cf48972280c76e620890a7b52790917
https://github.com/okfn/ckan/commit/5724497f3cf48972280c76e620890a7b52790917
Author: Dominik Moritz <domoritz at gmail.com>
Date: 2013-04-24 (Wed, 24 Apr 2013)
Changed paths:
M ckanext/datastore/plugin.py
Log Message:
-----------
Properly close the connection in permission checks and also flush create command to make sure that it's finished
Commit: f436922b362a4494ab36cce37f4e9fedc3516faa
https://github.com/okfn/ckan/commit/f436922b362a4494ab36cce37f4e9fedc3516faa
Author: tobes <toby.junk at gmail.com>
Date: 2013-04-24 (Wed, 24 Apr 2013)
Changed paths:
M ckan/tests/test_coding_standards.py
Log Message:
-----------
Coding Standards pep8 fixes to coding standards - the irony
Commit: a1930d9d33bc23b65c0ff8d80d5cdbe109dbf523
https://github.com/okfn/ckan/commit/a1930d9d33bc23b65c0ff8d80d5cdbe109dbf523
Author: tobes <toby.junk at gmail.com>
Date: 2013-04-24 (Wed, 24 Apr 2013)
Changed paths:
M ckan/tests/test_coding_standards.py
Log Message:
-----------
Coding Standards add translated exceptions check
Commit: 8cbdd3139f34b5fe9d7e33a952650f043d1f5eaa
https://github.com/okfn/ckan/commit/8cbdd3139f34b5fe9d7e33a952650f043d1f5eaa
Author: tobes <toby.junk at gmail.com>
Date: 2013-04-24 (Wed, 24 Apr 2013)
Changed paths:
M ckan/controllers/user.py
Log Message:
-----------
[#819] Fix code error on abort in user controller
Commit: b7990696770aa0409162f683a33ba34d9f5b355b
https://github.com/okfn/ckan/commit/b7990696770aa0409162f683a33ba34d9f5b355b
Author: Dominik Moritz <domoritz at gmail.com>
Date: 2013-04-24 (Wed, 24 Apr 2013)
Changed paths:
M ckanext/datastore/plugin.py
M ckanext/datastore/tests/test_search.py
Log Message:
-----------
[#652] Clean up
Commit: 48be10548e68ae60db5e583c8219cbfba27b16d8
https://github.com/okfn/ckan/commit/48be10548e68ae60db5e583c8219cbfba27b16d8
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-04-25 (Thu, 25 Apr 2013)
Changed paths:
M doc/extensions.rst
M doc/multilingual.rst
Log Message:
-----------
[#523] Fix formatting in extensions list in docs
Commit: 0746d2d40599df0f37f6947e7f0416c416e5e6da
https://github.com/okfn/ckan/commit/0746d2d40599df0f37f6947e7f0416c416e5e6da
Author: tobes <toby.junk at gmail.com>
Date: 2013-04-25 (Thu, 25 Apr 2013)
Changed paths:
M doc/extensions.rst
Log Message:
-----------
[#523] Some more updates add example etc
Commit: 554dc917f55f583118d67d0650064a07b4b773fe
https://github.com/okfn/ckan/commit/554dc917f55f583118d67d0650064a07b4b773fe
Author: tobes <toby.junk at gmail.com>
Date: 2013-04-25 (Thu, 25 Apr 2013)
Changed paths:
M doc/extensions.rst
M doc/multilingual.rst
Log Message:
-----------
Merge branch '523-docs-extensions' of github.com:okfn/ckan into 523-docs-extensions
Commit: 98ad884259f60a84c21b4161c9e5daa8420873e8
https://github.com/okfn/ckan/commit/98ad884259f60a84c21b4161c9e5daa8420873e8
Author: tobes <toby.junk at gmail.com>
Date: 2013-04-25 (Thu, 25 Apr 2013)
Changed paths:
M doc/extensions.rst
Log Message:
-----------
[#523] Add example
Commit: d1555e8d3fa77757f1b1f06b9676bf0bce79e649
https://github.com/okfn/ckan/commit/d1555e8d3fa77757f1b1f06b9676bf0bce79e649
Author: tobes <toby.junk at gmail.com>
Date: 2013-04-25 (Thu, 25 Apr 2013)
Changed paths:
M doc/extensions.rst
Log Message:
-----------
[#523] Fix formatting
Commit: e1a54d706ae9ba7c46789ad41cdc686dd21d26c7
https://github.com/okfn/ckan/commit/e1a54d706ae9ba7c46789ad41cdc686dd21d26c7
Author: tobes <toby.junk at gmail.com>
Date: 2013-04-25 (Thu, 25 Apr 2013)
Changed paths:
M doc/extensions.rst
Log Message:
-----------
[#523] More improvements
Commit: bad48e66f7ee2511ffdee58481bcdaff11e52490
https://github.com/okfn/ckan/commit/bad48e66f7ee2511ffdee58481bcdaff11e52490
Author: Dominik Moritz <domoritz at gmail.com>
Date: 2013-04-25 (Thu, 25 Apr 2013)
Changed paths:
M ckanext/datastore/logic/action.py
M doc/datastore-api.rst
M doc/datastore-setup.rst
Log Message:
-----------
[#652] Update docs concerning private resources
Commit: 4fb36e6ae7c25c0635b869e7cce78979db3d9cb5
https://github.com/okfn/ckan/commit/4fb36e6ae7c25c0635b869e7cce78979db3d9cb5
Author: tobes <toby.junk at gmail.com>
Date: 2013-04-29 (Mon, 29 Apr 2013)
Changed paths:
M ckan/lib/base.py
M ckan/lib/render.py
Log Message:
-----------
[#808] Fix unicode template 500 error
Commit: 07ecbaa86dea992b320e9e5380b671e99b65b25d
https://github.com/okfn/ckan/commit/07ecbaa86dea992b320e9e5380b671e99b65b25d
Author: Vitor Baptista <vitor at vitorbaptista.com>
Date: 2013-04-29 (Mon, 29 Apr 2013)
Changed paths:
M doc/common-error-messages.rst
Log Message:
-----------
[#535] Remove errors that aren't valid anymore
Commit: e193a7707fa2a1d3dac60d267952db1cebb474be
https://github.com/okfn/ckan/commit/e193a7707fa2a1d3dac60d267952db1cebb474be
Author: Ian Ward <ian at excess.org>
Date: 2013-04-29 (Mon, 29 Apr 2013)
Changed paths:
M ckan/logic/__init__.py
Log Message:
-----------
prettifying ValidationErrors makes them less useful
Commit: 11225e167f3c9ed9d4a0074116a48cdca111b43b
https://github.com/okfn/ckan/commit/11225e167f3c9ed9d4a0074116a48cdca111b43b
Author: John Martin <me at johnmart.in>
Date: 2013-04-30 (Tue, 30 Apr 2013)
Changed paths:
M doc/theming.rst
Log Message:
-----------
[#520] Minor textual tweaks
Commit: fb0ccd16fb9a9b9ea2b505762be7f75b4e426b94
https://github.com/okfn/ckan/commit/fb0ccd16fb9a9b9ea2b505762be7f75b4e426b94
Author: John Martin <me at johnmart.in>
Date: 2013-04-30 (Tue, 30 Apr 2013)
Changed paths:
M doc/templating.rst
Log Message:
-----------
[#520] Jinja2 not Jinja
Commit: eeeb2ba1b97157961e68060ea551545623ad05b1
https://github.com/okfn/ckan/commit/eeeb2ba1b97157961e68060ea551545623ad05b1
Author: tobes <toby.junk at gmail.com>
Date: 2013-04-30 (Tue, 30 Apr 2013)
Changed paths:
R doc/geospatial.rst
R doc/harvesting.rst
Log Message:
-----------
[#523] Remove geospatial and harvester docs form core
Commit: f8e1c67d8577eb02c58f8456640426899c75c456
https://github.com/okfn/ckan/commit/f8e1c67d8577eb02c58f8456640426899c75c456
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-04-30 (Tue, 30 Apr 2013)
Changed paths:
M doc/extensions.rst
Log Message:
-----------
[#523] Fix some titles in the extensions docs
Commit: 19361f8fe73c7ea2cd94d64be6c46f0879e5d8fd
https://github.com/okfn/ckan/commit/19361f8fe73c7ea2cd94d64be6c46f0879e5d8fd
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-04-30 (Tue, 30 Apr 2013)
Changed paths:
M doc/extensions.rst
A doc/overview.rst
M doc/toolkit.rst
A doc/writing-documentation.rst
Log Message:
-----------
[#523] Edit the extensions docs
Just a couple of small edits
Commit: ad809c80df9afecf68bcdeaa7780942219e19988
https://github.com/okfn/ckan/commit/ad809c80df9afecf68bcdeaa7780942219e19988
Author: John Martin <me at johnmart.in>
Date: 2013-04-30 (Tue, 30 Apr 2013)
Changed paths:
R doc/extension-templating.rst
M doc/templating.rst
Log Message:
-----------
[#520] Removes doc/extenstion-templating.html as it's inaccurate and wrong
Commit: 66f4adae58274b1edbfbfd58562c9c639669419b
https://github.com/okfn/ckan/commit/66f4adae58274b1edbfbfd58562c9c639669419b
Author: John Martin <me at johnmart.in>
Date: 2013-04-30 (Tue, 30 Apr 2013)
Changed paths:
M doc/theming.rst
Log Message:
-----------
[#520] Few more textual tweaks
Commit: 3ee60a58304dae7c33cc757ed9a6a0bbadf7355e
https://github.com/okfn/ckan/commit/3ee60a58304dae7c33cc757ed9a6a0bbadf7355e
Author: John Martin <me at johnmart.in>
Date: 2013-04-30 (Tue, 30 Apr 2013)
Changed paths:
M doc/templating.rst
M doc/theming.rst
Log Message:
-----------
[#520] Added more context to how to add templates within an extension
Commit: b344381617c8270dca1597a053d5988f0f5d7eac
https://github.com/okfn/ckan/commit/b344381617c8270dca1597a053d5988f0f5d7eac
Author: John Martin <me at johnmart.in>
Date: 2013-05-01 (Wed, 01 May 2013)
Changed paths:
M ckan/public/base/less/homepage.less
M ckan/templates/home/index.html
M ckan/templates/snippets/group_item.html
Log Message:
-----------
[#698] Makes group listing on homepage consistant height and length and such
Simply adds max-height to content to ensure list items are all of the same
height, also adds truncation to the title, decreases the truncation length of
the group description to make sure it's always on one line and adds a
min-height to the box to ensure that it's always the same height (even if there
is only 1 result)
Commit: 596d53a8545e99704ba3973b080c1972aef54d0a
https://github.com/okfn/ckan/commit/596d53a8545e99704ba3973b080c1972aef54d0a
Author: John Martin <me at johnmart.in>
Date: 2013-05-01 (Wed, 01 May 2013)
Changed paths:
M ckan/public/base/less/group.less
Log Message:
-----------
[#787] Adds max-width to inner image to prevent 100% width in IE10
Commit: e4055530a835770de6f8db20ca9bc2d82f9e1d60
https://github.com/okfn/ckan/commit/e4055530a835770de6f8db20ca9bc2d82f9e1d60
Author: John Martin <me at johnmart.in>
Date: 2013-05-01 (Wed, 01 May 2013)
Changed paths:
R ckan/public/base/images/flags.png
M ckan/public/base/less/footer.less
Log Message:
-----------
[#822] Removes flags from language dropdown in footer
Commit: f18bf06cb36ac0d687794779c877daf283f72599
https://github.com/okfn/ckan/commit/f18bf06cb36ac0d687794779c877daf283f72599
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-05-01 (Wed, 01 May 2013)
Changed paths:
M ckan/logic/action/get.py
Log Message:
-----------
[#859] Fix default sort ordering
The default sort ordering for dataset searches is supposed to be
most-recently-modified first, but it's actually most-recently-created
first. This appears to have been a typo/accidental change in this
commit: bc496ff. Change it back to most-recently-modified.
Commit: 811b5467a81d07d4db12e1d200539121f90b8f63
https://github.com/okfn/ckan/commit/811b5467a81d07d4db12e1d200539121f90b8f63
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-05-01 (Wed, 01 May 2013)
Changed paths:
R doc/overview.rst
R doc/writing-documentation.rst
Log Message:
-----------
[#523] Remove a couple of accidentally-completed files
A couple of draft docs files got committed by accident, remove them.
Commit: 2ef6f37303a5d5d227d38a8385cc9bc2094ae681
https://github.com/okfn/ckan/commit/2ef6f37303a5d5d227d38a8385cc9bc2094ae681
Author: tobes <toby.junk at gmail.com>
Date: 2013-05-01 (Wed, 01 May 2013)
Changed paths:
M doc/architecture.rst
M doc/background-tasks.rst
M doc/extensions.rst
M doc/index.rst
M doc/tag-vocabularies.rst
Log Message:
-----------
[#523] sphinx fixes
Commit: 8fe645977f2c34f8fac81ee3c241eb3968e09625
https://github.com/okfn/ckan/commit/8fe645977f2c34f8fac81ee3c241eb3968e09625
Author: tobes <toby.junk at gmail.com>
Date: 2013-05-01 (Wed, 01 May 2013)
Changed paths:
R doc/overview.rst
R doc/writing-documentation.rst
Log Message:
-----------
Merge branch '523-docs-extensions' of github.com:okfn/ckan into 523-docs-extensions
Commit: 02e01d6b79133b193a708aba6cb7cbfde50801c7
https://github.com/okfn/ckan/commit/02e01d6b79133b193a708aba6cb7cbfde50801c7
Author: tobes <toby.junk at gmail.com>
Date: 2013-05-01 (Wed, 01 May 2013)
Changed paths:
M ckan/controllers/package.py
Log Message:
-----------
[#831] Remove unused authz action from package controller
Commit: 3b6863eea377bde4995a08570be622637801c98f
https://github.com/okfn/ckan/commit/3b6863eea377bde4995a08570be622637801c98f
Author: tobes <toby.junk at gmail.com>
Date: 2013-05-01 (Wed, 01 May 2013)
Changed paths:
M ckan/logic/action/update.py
Log Message:
-----------
[#831] Remove old commented out code
Commit: 915d2982d5fd864dc01e217652252b0b5a7fd400
https://github.com/okfn/ckan/commit/915d2982d5fd864dc01e217652252b0b5a7fd400
Author: tobes <toby.junk at gmail.com>
Date: 2013-05-01 (Wed, 01 May 2013)
Changed paths:
M ckan/controllers/user.py
Log Message:
-----------
[#830] Dashboard filter fix
Commit: 8dea7ebdb7b71f47bcad48ddda86d613be0f8987
https://github.com/okfn/ckan/commit/8dea7ebdb7b71f47bcad48ddda86d613be0f8987
Author: tobes <toby.junk at gmail.com>
Date: 2013-05-01 (Wed, 01 May 2013)
Changed paths:
M ckan/lib/helpers.py
Log Message:
-----------
[#866] Logic no longer circular import
Commit: b6674d2aca4143ac88fe6eb5fb741fd115df1d72
https://github.com/okfn/ckan/commit/b6674d2aca4143ac88fe6eb5fb741fd115df1d72
Author: tobes <toby.junk at gmail.com>
Date: 2013-05-01 (Wed, 01 May 2013)
Changed paths:
M ckan/lib/helpers.py
Log Message:
-----------
[#866] Double quotes -> single quotes
Commit: a6904eefe15732e6f927ec498918bc1aaf3eed88
https://github.com/okfn/ckan/commit/a6904eefe15732e6f927ec498918bc1aaf3eed88
Author: tobes <toby.junk at gmail.com>
Date: 2013-05-01 (Wed, 01 May 2013)
Changed paths:
M ckan/lib/helpers.py
Log Message:
-----------
[#866] Better import path
Commit: 18e43b89e81ddab76a5ecf9d887d21f62799168f
https://github.com/okfn/ckan/commit/18e43b89e81ddab76a5ecf9d887d21f62799168f
Author: tobes <toby.junk at gmail.com>
Date: 2013-05-01 (Wed, 01 May 2013)
Changed paths:
M ckan/lib/helpers.py
Log Message:
-----------
[#866] Some Pep8 fixes
Commit: 24730306f01bc75e7b9797ff9fcf834d0dd08098
https://github.com/okfn/ckan/commit/24730306f01bc75e7b9797ff9fcf834d0dd08098
Author: Dominik Moritz <domoritz at gmail.com>
Date: 2013-05-02 (Thu, 02 May 2013)
Changed paths:
M ckan/controllers/group.py
M ckan/logic/action/create.py
Log Message:
-----------
[#869] Validate that the user exists in _group_or_org_member_create
Commit: c6132e24b7c54eacfbdb9d45eae7a9c9bff09a3c
https://github.com/okfn/ckan/commit/c6132e24b7c54eacfbdb9d45eae7a9c9bff09a3c
Author: tobes <toby.junk at gmail.com>
Date: 2013-05-02 (Thu, 02 May 2013)
Changed paths:
M ckan/public/base/css/main.css
Log Message:
-----------
Recompile css
Commit: 9c49713242dbb39a5387ef9c99e3c7d0fcc3e406
https://github.com/okfn/ckan/commit/9c49713242dbb39a5387ef9c99e3c7d0fcc3e406
Author: tobes <toby.junk at gmail.com>
Date: 2013-05-02 (Thu, 02 May 2013)
Changed paths:
M ckan/public/base/css/main.css
R ckan/public/base/images/flags.png
M ckan/public/base/less/footer.less
Log Message:
-----------
Merge branch 'master' into 866-lib-helpers-cleanups
Commit: 0e789022bab14772e044260d6d291c6570f5fd7d
https://github.com/okfn/ckan/commit/0e789022bab14772e044260d6d291c6570f5fd7d
Author: tobes <toby.junk at gmail.com>
Date: 2013-05-02 (Thu, 02 May 2013)
Changed paths:
M ckan/logic/action/get.py
Log Message:
-----------
Merge branch '859-fix-default-sort-ordering'
Commit: c1018fd696af7cc5598d4d4c87103c36e0c0277e
https://github.com/okfn/ckan/commit/c1018fd696af7cc5598d4d4c87103c36e0c0277e
Author: John Martin <me at johnmart.in>
Date: 2013-05-02 (Thu, 02 May 2013)
Changed paths:
M doc/templating.rst
Log Message:
-----------
[#520] Added blank line for better code rendering
Commit: 7d0723e24e837efd4d5b5679a50bdf5998b3c525
https://github.com/okfn/ckan/commit/7d0723e24e837efd4d5b5679a50bdf5998b3c525
Author: tobes <toby.junk at gmail.com>
Date: 2013-05-02 (Thu, 02 May 2013)
Changed paths:
R doc/extension-templating.rst
M doc/templating.rst
M doc/theming.rst
Log Message:
-----------
Merge branch '520-templating-docs'
Commit: d1fd00eb35c3846181809c6650c8533bd0f06622
https://github.com/okfn/ckan/commit/d1fd00eb35c3846181809c6650c8533bd0f06622
Author: tobes <toby.junk at gmail.com>
Date: 2013-05-02 (Thu, 02 May 2013)
Changed paths:
M ckan/plugins/interfaces.py
Log Message:
-----------
IAuthenticator Improve docetrings a little
Commit: fb5c1d73793916053aead934ac37189132b672c8
https://github.com/okfn/ckan/commit/fb5c1d73793916053aead934ac37189132b672c8
Author: tobes <toby.junk at gmail.com>
Date: 2013-05-02 (Thu, 02 May 2013)
Changed paths:
M ckan/logic/auth/update.py
M ckan/tests/functional/test_user.py
Log Message:
-----------
Merge branch 'IAuthenticator-feature' of github.com:okfn/ckan into IAuthenticator-feature
Commit: b452752f4a665eda819ee04eea11de1c824872cd
https://github.com/okfn/ckan/commit/b452752f4a665eda819ee04eea11de1c824872cd
Author: tobes <toby.junk at gmail.com>
Date: 2013-05-02 (Thu, 02 May 2013)
Changed paths:
M ckan/logic/__init__.py
M ckan/new_authz.py
Log Message:
-----------
@auth_sysadmins_check auth function decorator
Commit: 40409401184ee15876826d359789ea784f7241ce
https://github.com/okfn/ckan/commit/40409401184ee15876826d359789ea784f7241ce
Author: Dominik Moritz <domoritz at gmail.com>
Date: 2013-05-02 (Thu, 02 May 2013)
Changed paths:
M ckan/controllers/user.py
Log Message:
-----------
Merge pull request #830 from okfn/830-dashboard-fix
Server error 500 on http://beta.ckan.org/dashboard?type=user&name=shevski
Commit: 675c0a84bf5ff30a8da0559c166e090d0606cd12
https://github.com/okfn/ckan/commit/675c0a84bf5ff30a8da0559c166e090d0606cd12
Author: Nigel Babu <nigelbabu at gmail.com>
Date: 2013-05-03 (Fri, 03 May 2013)
Changed paths:
M doc/common-error-messages.rst
M doc/index.rst
M doc/test.rst
Log Message:
-----------
Merge pull request #804 from vitorbaptista/535
[#535] Move error messages related to test to a separate page.
Commit: 03ac5a810f8b3e756cb9b705b599a1ce03b664d7
https://github.com/okfn/ckan/commit/03ac5a810f8b3e756cb9b705b599a1ce03b664d7
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-05-03 (Fri, 03 May 2013)
Changed paths:
M doc/extensions.rst
Log Message:
-----------
[#523] Fix a typo in the docs
Commit: fe98f77f8374a637461d1deef01ea4e7ee583e9f
https://github.com/okfn/ckan/commit/fe98f77f8374a637461d1deef01ea4e7ee583e9f
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-05-03 (Fri, 03 May 2013)
Changed paths:
M ckan/plugins/interfaces.py
Log Message:
-----------
[#523] Remove broken reference to plugins.rst
Commit: 3cebb3934e5fd13043435ae2362dc66b079d13c2
https://github.com/okfn/ckan/commit/3cebb3934e5fd13043435ae2362dc66b079d13c2
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-05-03 (Fri, 03 May 2013)
Changed paths:
M ckan/plugins/interfaces.py
M doc/architecture.rst
M doc/background-tasks.rst
M doc/extensions.rst
R doc/geospatial.rst
R doc/harvesting.rst
M doc/index.rst
M doc/multilingual.rst
M doc/tag-vocabularies.rst
M doc/toolkit.rst
R doc/writing-extensions.rst
Log Message:
-----------
Merge branch '523-docs-extensions'
Commit: 6e1d325d61ea66cd197864dc9a5af5c65af183c0
https://github.com/okfn/ckan/commit/6e1d325d61ea66cd197864dc9a5af5c65af183c0
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-05-05 (Sun, 05 May 2013)
Changed paths:
M ckan/config/deployment.ini_tmpl
M doc/conf.py
M doc/datastore-setup.rst
M doc/install-from-source.rst
M doc/solr-setup.rst
M doc/test.rst
M test-core.ini
Log Message:
-----------
[#519] Update source install docs for 2.0
Update the source install and related docs (datastore setup, solr setup,
testing) and files (deployment.ini_tmp, test-core.ini) for CKAN 2.0.
The idea is to document the setup process that OKFN is currently using
on its servers, so that the deployment docs can become the docs for the
OKFN dev team and we can dogfood our own docs, instead of having a bunch
of wiki pages, READMEs, etc. that we follow and ignoring the "official"
docs. Hopefully those can all be deleted or cut down massively once this
is done.
So both the docs now describe the layout we use on our servers, where
there's space for multiple CKAN sites on the same server, with
virtualenvs in /usr/lib/ckan/ and config files in /etc/ckan/.
- Changed default virtualenv location from `~/pyenv` to `/usr/lib/ckan/default`
- Changed default config files dir to `/etc/ckan/default`
- Added tip for developers in source install docsS symlink `/usr/lib/ckan` and
`/etc/ckan` to directories in your homedir to install ckan in your homedir
- Changed default database user from `ckanuser` to `ckan_default`
- Changed default database from `ckan_dev` to `ckan_default`
- Changed default datastore database from `datastore` to `datastore_default`
- Changed default datastore database user from `readonlyuser` to `datastore_default`
- Changed default test databases from `ckan_test` and `ckan_test_datastore` to
`ckan_test` and `datastore_test`
- Changed default `ckan.site_id` from `ckan.net` to `default`
- Disabled file log handler, rely on Apache's log files only (as we do on our
servers)
- Changed the docs to use restructured text substitutions for things like the
paths to the virtualenv and config files, database names, etc. instead of
typing them out each time
- Lots of minor formatting fixes and editing
So now we have:
virtualenv: /usr/lib/ckan/default
development.ini: /etc/ckan/default/development.ini
production.ini: /etc/ckan/default/production.ini
ckan.site_id: default
Database user: ckan_default
Database: ckan_default
Datastore user: datastore_default
Datastore db: datastore_default
Test database: ckan_test
Test datastore db: datastore_test
Commit: 02f5bad24f73c7e3f617847c76598932b40b4e43
https://github.com/okfn/ckan/commit/02f5bad24f73c7e3f617847c76598932b40b4e43
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-05-05 (Sun, 05 May 2013)
Changed paths:
M doc/post-installation.rst
Log Message:
-----------
[#519] Update post-installation docs
Make them fit with the changes in commit
6e1d325d61ea66cd197864dc9a5af5c65af183c0
Commit: d015114da0b3a58ef5119ee4cea01e9404e46b67
https://github.com/okfn/ckan/commit/d015114da0b3a58ef5119ee4cea01e9404e46b67
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-05-05 (Sun, 05 May 2013)
Changed paths:
M doc/conf.py
M doc/deployment.rst
Log Message:
-----------
[#519] Update deployment docs
Uses the same directory structure as the updated source install docs, so
you can step through the source install docs and then the deployment
docs as written and it all works.
Also updated the apache.wsgi and sites-available files to match those
that we use on our servers.
Removed CORS setup instructions as this has been builtin since CKAN 1.5.
Commit: 02cf77cff06ae2f5be670718aaccf60a1acee31e
https://github.com/okfn/ckan/commit/02cf77cff06ae2f5be670718aaccf60a1acee31e
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-05-05 (Sun, 05 May 2013)
Changed paths:
M doc/install-from-source.rst
Log Message:
-----------
[#519] Edit source install docs
Minor edits to install from source docs
Commit: d70fc0ba6a0270de9b51f360a1c84b34ec054e42
https://github.com/okfn/ckan/commit/d70fc0ba6a0270de9b51f360a1c84b34ec054e42
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-05-05 (Sun, 05 May 2013)
Changed paths:
M doc/solr-setup.rst
Log Message:
-----------
[#519] Edit solr setup docs
Minor edits to solr setup docs
Commit: c634a67fee7ff99ecfa71c72490825d57c63b2cd
https://github.com/okfn/ckan/commit/c634a67fee7ff99ecfa71c72490825d57c63b2cd
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-05-05 (Sun, 05 May 2013)
Changed paths:
M ckan/config/deployment.ini_tmpl
M doc/conf.py
M doc/filestore.rst
Log Message:
-----------
[#519] Update FileStore setup instructions
Commit: 9197182b39fb58f839aa2f611183be73229f1be3
https://github.com/okfn/ckan/commit/9197182b39fb58f839aa2f611183be73229f1be3
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-05-05 (Sun, 05 May 2013)
Changed paths:
M bin/travis-build
Log Message:
-----------
[#519] Fix Travis build
Update the database and user names in travis build
Commit: 281c8d6ddbb28278bc311eda8c831ff660576b43
https://github.com/okfn/ckan/commit/281c8d6ddbb28278bc311eda8c831ff660576b43
Author: Nigel Babu <nigelbabu at gmail.com>
Date: 2013-05-05 (Sun, 05 May 2013)
Changed paths:
M doc/index.rst
A doc/stats.rst
Log Message:
-----------
[#839] Add basic documentation for stats extension
Commit: a64c21e2819971c800366ca56f0f005a20c54972
https://github.com/okfn/ckan/commit/a64c21e2819971c800366ca56f0f005a20c54972
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-05-06 (Mon, 06 May 2013)
Changed paths:
M doc/solr-setup.rst
Log Message:
-----------
[#519] Minor edits to solr setup docs
Commit: 427ee0f6c19ff1e5ab93f5f348fdbf9e9dd00788
https://github.com/okfn/ckan/commit/427ee0f6c19ff1e5ab93f5f348fdbf9e9dd00788
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-05-06 (Mon, 06 May 2013)
Changed paths:
M doc/deployment.rst
Log Message:
-----------
[#519] Add postfix to deployment docs
Commit: 6cbdcb1d1325f5115dafe68ef33db9f328e23273
https://github.com/okfn/ckan/commit/6cbdcb1d1325f5115dafe68ef33db9f328e23273
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-05-06 (Mon, 06 May 2013)
Changed paths:
M doc/datastore-setup.rst
Log Message:
-----------
[#519] Minor edits to datastore docs
Minor edits to the datastore docs, from Dominik. See:
https://github.com/okfn/ckan/pull/807
Commit: c77012a7c2c20e09092e35e546f06e5361405f93
https://github.com/okfn/ckan/commit/c77012a7c2c20e09092e35e546f06e5361405f93
Author: amercader <amercadero at gmail.com>
Date: 2013-05-06 (Mon, 06 May 2013)
Changed paths:
M ckan/lib/base.py
M ckan/lib/render.py
Log Message:
-----------
Merge branch '808-unicode-template-fix2'
Commit: 94a367fef3fb2b2ca2bd63dce19de692ef143c89
https://github.com/okfn/ckan/commit/94a367fef3fb2b2ca2bd63dce19de692ef143c89
Author: amercader <amercadero at gmail.com>
Date: 2013-05-06 (Mon, 06 May 2013)
Changed paths:
M ckan/config/deployment.ini_tmpl
A ckan/config/install.py
M setup.py
Log Message:
-----------
[#746] Extend Pylons installer to tweak deployment.ini_tmpl
With the new 'paste.app_install' entry point on setup.py, we can define
a custom "installer" that basically allows us to define new variables to
be used on the deployment.ini_tmpl file. This is useful eg for defining
the ckan version and provide a link to the relevant documentation for
the configuration options.
Commit: 88f9c6aa8d5acd293e906ee20ba0572b65125ad4
https://github.com/okfn/ckan/commit/88f9c6aa8d5acd293e906ee20ba0572b65125ad4
Author: John Glover <glover.john at gmail.com>
Date: 2013-05-06 (Mon, 06 May 2013)
Changed paths:
M ckan/controllers/user.py
Log Message:
-----------
Merge pull request #819 from okfn/819-abort-error-in-user-controller
Abort error in user controller
Commit: 7ced6fc9bf0347487f5032305fd0e2b5973d2634
https://github.com/okfn/ckan/commit/7ced6fc9bf0347487f5032305fd0e2b5973d2634
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-05-06 (Mon, 06 May 2013)
Changed paths:
M doc/conf.py
M doc/filestore.rst
Log Message:
-----------
[#519] Docs: change restart_apache substitution to reload_apache
Commit: 6032a292d97018cf8343b597cf66e9a87372e1f5
https://github.com/okfn/ckan/commit/6032a292d97018cf8343b597cf66e9a87372e1f5
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-05-06 (Mon, 06 May 2013)
Changed paths:
M doc/deployment.rst
M doc/email-notifications.rst
M doc/install-from-source.rst
Log Message:
-----------
[#519] Docs: use the reload_apache substitution
Commit: 1240f0290b115761fac2d37ed90791560ebbd466
https://github.com/okfn/ckan/commit/1240f0290b115761fac2d37ed90791560ebbd466
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-05-06 (Mon, 06 May 2013)
Changed paths:
M doc/deployment.rst
Log Message:
-----------
[#519] Remove non-root URL deployment instructions
We've had reports from some users that this causes problems with some
CKAN features, so we don't want to recommend it until tested.
Commit: 36fff9664e20a6f7f282fffe73626629eb5ffe65
https://github.com/okfn/ckan/commit/36fff9664e20a6f7f282fffe73626629eb5ffe65
Author: amercader <amercadero at gmail.com>
Date: 2013-05-06 (Mon, 06 May 2013)
Changed paths:
M doc/configuration.rst
M doc/datastore-setup.rst
Log Message:
-----------
[#746] Document datastore db url config options
And include them from the datastore setup documentation to avoid
duplication.
Commit: b674dbe4f5371f378788c3d7a7bb8b55b44a4dfa
https://github.com/okfn/ckan/commit/b674dbe4f5371f378788c3d7a7bb8b55b44a4dfa
Author: amercader <amercadero at gmail.com>
Date: 2013-05-06 (Mon, 06 May 2013)
Changed paths:
M doc/configuration.rst
Log Message:
-----------
[#746] Update configuration.rst
* Document ckan.email_notifications_since
* Remove duplicate search.facet.limits
* Minor formatting tweaks
Commit: a36ea43d936cebab6b7e4c9ada5df8801833784d
https://github.com/okfn/ckan/commit/a36ea43d936cebab6b7e4c9ada5df8801833784d
Author: amercader <amercadero at gmail.com>
Date: 2013-05-06 (Mon, 06 May 2013)
Changed paths:
M doc/configuration.rst
Log Message:
-----------
[#746] Document file store options in configuration.rst
TODO: Expand them
Commit: ddef4f59b89cbbe6f331589f1f8e16860d78c706
https://github.com/okfn/ckan/commit/ddef4f59b89cbbe6f331589f1f8e16860d78c706
Author: amercader <amercadero at gmail.com>
Date: 2013-05-06 (Mon, 06 May 2013)
Changed paths:
M ckan/config/deployment.ini_tmpl
Log Message:
-----------
[#746] Update deployment.ini_tmpl
Remove legacy and unused options, add new ones. Change the structure to
follow more closely the documentation on configuration.rst. Remove all inline
comments to avoid having documentation in more than one place.
Commit: 40c13ed746ef91370ac7fa7fd0b98156a91e41ad
https://github.com/okfn/ckan/commit/40c13ed746ef91370ac7fa7fd0b98156a91e41ad
Author: Nigel Babu <nigelbabu at gmail.com>
Date: 2013-05-06 (Mon, 06 May 2013)
Changed paths:
M doc/stats.rst
Log Message:
-----------
Add note about ckanext.stats.cache_enabled
Commit: b6f7878a3dd244c98b0e2400d8dcd5a1b89b210d
https://github.com/okfn/ckan/commit/b6f7878a3dd244c98b0e2400d8dcd5a1b89b210d
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-05-07 (Tue, 07 May 2013)
Changed paths:
M doc/install-from-source.rst
Log Message:
-----------
[#519] Replace seanh with `whoami` in source install docs
Commit: be59aaaabe93df33d0d7a7d3b7a485e264e2c187
https://github.com/okfn/ckan/commit/be59aaaabe93df33d0d7a7d3b7a485e264e2c187
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-05-07 (Tue, 07 May 2013)
Changed paths:
M doc/solr-setup.rst
Log Message:
-----------
[#519] Docs: changed 'supported' to 'recommended'
Commit: 929ebc8ac1b613074312503e73692ae1c6c4e71d
https://github.com/okfn/ckan/commit/929ebc8ac1b613074312503e73692ae1c6c4e71d
Author: Dominik Moritz <domoritz at gmail.com>
Date: 2013-05-07 (Tue, 07 May 2013)
Changed paths:
M doc/datastore-setup.rst
Log Message:
-----------
[#746] No : at end of sentence.
Commit: 36c47991cec95c6342ea1c2418142e7fb053e79d
https://github.com/okfn/ckan/commit/36c47991cec95c6342ea1c2418142e7fb053e79d
Author: tobes <toby.junk at gmail.com>
Date: 2013-05-07 (Tue, 07 May 2013)
Changed paths:
M ckan/tests/test_coding_standards.py
Log Message:
-----------
Coding Standard: Minor cleanups
Commit: 745c679d9eede8cc257e35c686487070542c6816
https://github.com/okfn/ckan/commit/745c679d9eede8cc257e35c686487070542c6816
Author: tobes <toby.junk at gmail.com>
Date: 2013-05-07 (Tue, 07 May 2013)
Changed paths:
M ckan/tests/test_coding_standards.py
Log Message:
-----------
Coding Standard: More cleanups
Commit: e88b2fbb67bcd845ea32d93a6509f025a016cc8e
https://github.com/okfn/ckan/commit/e88b2fbb67bcd845ea32d93a6509f025a016cc8e
Author: Nigel Babu <nigelbabu at gmail.com>
Date: 2013-05-07 (Tue, 07 May 2013)
Changed paths:
M bin/travis-build
M ckan/config/deployment.ini_tmpl
M doc/conf.py
M doc/datastore-setup.rst
M doc/deployment.rst
M doc/email-notifications.rst
M doc/filestore.rst
M doc/install-from-source.rst
M doc/post-installation.rst
M doc/solr-setup.rst
M doc/test.rst
M test-core.ini
Log Message:
-----------
Merge pull request #874 from okfn/519-update-deployment-docs-second-try
519 update deployment docs second try
Commit: 87d955cb17de4fb6b9dd8fd8b1dfb4cd0b447414
https://github.com/okfn/ckan/commit/87d955cb17de4fb6b9dd8fd8b1dfb4cd0b447414
Author: tobes <toby.junk at gmail.com>
Date: 2013-05-07 (Tue, 07 May 2013)
Changed paths:
M bin/travis-build
M ckan/config/deployment.ini_tmpl
M ckan/controllers/package.py
M ckan/controllers/user.py
M ckan/lib/app_globals.py
M ckan/lib/base.py
M ckan/lib/render.py
M ckan/logic/__init__.py
M ckan/logic/action/get.py
M ckan/new_authz.py
M ckan/plugins/interfaces.py
M ckan/public/base/css/main.css
R ckan/public/base/images/flags.png
M ckan/public/base/less/footer.less
M ckan/templates/dataviewer/snippets/data_preview.html
M ckan/templates/snippets/facet_list.html
M ckanext/datastore/db.py
M ckanext/datastore/tests/test_search.py
M doc/apps-ideas.rst
M doc/architecture.rst
M doc/authorization.rst
M doc/background-tasks.rst
M doc/common-error-messages.rst
M doc/conf.py
M doc/configuration.rst
M doc/data-viewer.rst
M doc/datastore-setup.rst
M doc/deployment.rst
M doc/email-notifications.rst
R doc/extension-templating.rst
M doc/extensions.rst
M doc/filestore.rst
M doc/form-integration.rst
R doc/geospatial.rst
R doc/harvesting.rst
M doc/i18n.rst
M doc/index.rst
M doc/install-from-source.rst
M doc/multilingual.rst
M doc/post-installation.rst
M doc/release-cycle.rst
A doc/release-process.rst
M doc/solr-setup.rst
M doc/tag-vocabularies.rst
M doc/templating.rst
M doc/test.rst
M doc/theming.rst
M doc/toolkit.rst
M doc/tracking.rst
R doc/writing-extensions.rst
M test-core.ini
Log Message:
-----------
Merge branch 'master' into coding-standards-tests
Conflicts:
ckan/controllers/user.py
trivial merge
Commit: 5cfeaeef249de4475271f6c15869c10226b7654d
https://github.com/okfn/ckan/commit/5cfeaeef249de4475271f6c15869c10226b7654d
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-05-07 (Tue, 07 May 2013)
Changed paths:
M ckan/config/deployment.ini_tmpl
Log Message:
-----------
[#746] Edit a docstring in deployment.ini_tmpl
Minor edits
Commit: 6c37a3b21a05c21b142048be4dfc13bc539f2132
https://github.com/okfn/ckan/commit/6c37a3b21a05c21b142048be4dfc13bc539f2132
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-05-07 (Tue, 07 May 2013)
Changed paths:
M doc/configuration.rst
Log Message:
-----------
[#746] Minor edits to configuration docs
Commit: 873c693c4ea0839208003394c2ba5ae7e7cf4629
https://github.com/okfn/ckan/commit/873c693c4ea0839208003394c2ba5ae7e7cf4629
Author: tobes <toby.junk at gmail.com>
Date: 2013-05-07 (Tue, 07 May 2013)
Changed paths:
M ckan/tests/test_coding_standards.py
Log Message:
-----------
Coding Standard: rename for pep8
Commit: 819849838ad145d16a5449cd7ec0506cf9e14fa8
https://github.com/okfn/ckan/commit/819849838ad145d16a5449cd7ec0506cf9e14fa8
Author: tobes <toby.junk at gmail.com>
Date: 2013-05-07 (Tue, 07 May 2013)
Changed paths:
M ckan/public/base/less/group.less
Log Message:
-----------
Merge branch '787-ie10-media-item-image-height'
Commit: 2597b4b97022d2c1ee43bcacf767cff71df75ba3
https://github.com/okfn/ckan/commit/2597b4b97022d2c1ee43bcacf767cff71df75ba3
Author: tobes <toby.junk at gmail.com>
Date: 2013-05-07 (Tue, 07 May 2013)
Changed paths:
M ckan/public/base/css/main.css
Log Message:
-----------
css recompile
Commit: e0cd7ba46e260b503b4090d1a382c5bc5dcf7db8
https://github.com/okfn/ckan/commit/e0cd7ba46e260b503b4090d1a382c5bc5dcf7db8
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-05-07 (Tue, 07 May 2013)
Changed paths:
M bin/travis-build
M ckan/config/deployment.ini_tmpl
M ckan/controllers/user.py
M doc/conf.py
M doc/datastore-setup.rst
M doc/deployment.rst
M doc/email-notifications.rst
M doc/filestore.rst
M doc/install-from-source.rst
M doc/post-installation.rst
M doc/solr-setup.rst
M doc/test.rst
M test-core.ini
Log Message:
-----------
Merge branch 'master' of github.com:okfn/ckan into 746-update-deployment.ini_tmpl
Conflicts:
ckan/config/deployment.ini_tmpl
doc/datastore-setup.rst
Commit: 6df1539b9ab5cb1fc8621a0c4599e7b11207449b
https://github.com/okfn/ckan/commit/6df1539b9ab5cb1fc8621a0c4599e7b11207449b
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-05-07 (Tue, 07 May 2013)
Changed paths:
M ckan/config/deployment.ini_tmpl
A ckan/config/install.py
M doc/configuration.rst
M doc/datastore-setup.rst
M setup.py
Log Message:
-----------
Merge branch '746-update-deployment.ini_tmpl'
Commit: a111a7a3d685355db4fb853561e13c41fd38d936
https://github.com/okfn/ckan/commit/a111a7a3d685355db4fb853561e13c41fd38d936
Author: tobes <toby.junk at gmail.com>
Date: 2013-05-07 (Tue, 07 May 2013)
Changed paths:
M ckan/tests/test_coding_standards.py
Log Message:
-----------
Coding Standard: Add better error messages
Commit: fee27f3c3a4101a7f313ef28d110dfb74947d180
https://github.com/okfn/ckan/commit/fee27f3c3a4101a7f313ef28d110dfb74947d180
Author: tobes <toby.junk at gmail.com>
Date: 2013-05-07 (Tue, 07 May 2013)
Changed paths:
M ckan/tests/test_coding_standards.py
Log Message:
-----------
Coding Standard: Remove from blacklist message
Commit: b454a6e7ab6a0eb9504a8e31b9dd82b29a7865aa
https://github.com/okfn/ckan/commit/b454a6e7ab6a0eb9504a8e31b9dd82b29a7865aa
Author: John Martin <me at johnmart.in>
Date: 2013-05-08 (Wed, 08 May 2013)
Changed paths:
M ckan/public/base/javascript/modules/basic-form.js
Log Message:
-----------
[#881] Adds generic fix for basic-form module to ensure <button> values are submitted in IE7
Commit: 61f8911cbcc71177d13b4f4dd774b02db507d2b4
https://github.com/okfn/ckan/commit/61f8911cbcc71177d13b4f4dd774b02db507d2b4
Author: John Martin <me at johnmart.in>
Date: 2013-05-08 (Wed, 08 May 2013)
Changed paths:
M ckan/templates/organization/bulk_process.html
M ckan/templates/revision/read.html
Log Message:
-----------
[#881] Adds basic-form module to forms that need it in order to work in IE7
Commit: 940605bdc8f47f414877a0c174fa76f4c594ee1b
https://github.com/okfn/ckan/commit/940605bdc8f47f414877a0c174fa76f4c594ee1b
Author: Dominik Moritz <domoritz at gmail.com>
Date: 2013-05-08 (Wed, 08 May 2013)
Changed paths:
M doc/stats.rst
Log Message:
-----------
[#839] Make clear what the different between the stats extension and the page tracking feature are, improve style.
Commit: a3bf3a01b0bb086c12d07e00a4ec75940fec734b
https://github.com/okfn/ckan/commit/a3bf3a01b0bb086c12d07e00a4ec75940fec734b
Author: Dominik Moritz <domoritz at gmail.com>
Date: 2013-05-08 (Wed, 08 May 2013)
Changed paths:
M doc/extensions.rst
Log Message:
-----------
[#839] Add link to stats extension from extensions docs
Commit: 15ce695cc624abbf5c075c4f0602170a5255ad1d
https://github.com/okfn/ckan/commit/15ce695cc624abbf5c075c4f0602170a5255ad1d
Author: Dominik Moritz <domoritz at gmail.com>
Date: 2013-05-08 (Wed, 08 May 2013)
Changed paths:
M bin/travis-build
M ckan/config/deployment.ini_tmpl
A ckan/config/install.py
M ckan/controllers/package.py
M ckan/controllers/user.py
M ckan/lib/app_globals.py
M ckan/lib/base.py
M ckan/lib/render.py
M ckan/logic/action/get.py
M ckan/plugins/interfaces.py
M ckan/public/base/css/main.css
R ckan/public/base/images/flags.png
M ckan/public/base/less/footer.less
M ckan/public/base/less/group.less
M doc/architecture.rst
M doc/background-tasks.rst
M doc/common-error-messages.rst
M doc/conf.py
M doc/configuration.rst
M doc/data-viewer.rst
M doc/datastore-setup.rst
M doc/deployment.rst
M doc/email-notifications.rst
R doc/extension-templating.rst
M doc/extensions.rst
M doc/filestore.rst
R doc/geospatial.rst
R doc/harvesting.rst
M doc/index.rst
M doc/install-from-source.rst
M doc/multilingual.rst
M doc/post-installation.rst
M doc/solr-setup.rst
M doc/tag-vocabularies.rst
M doc/templating.rst
M doc/test.rst
M doc/theming.rst
M doc/toolkit.rst
R doc/writing-extensions.rst
M setup.py
M test-core.ini
Log Message:
-----------
Merge remote-tracking branch 'okfn/master' into 839-stats-doc
Conflicts:
doc/extensions.rst
Commit: a49e874c119850d95ee0519b2ba898dea9c06d3e
https://github.com/okfn/ckan/commit/a49e874c119850d95ee0519b2ba898dea9c06d3e
Author: Dominik Moritz <domoritz at gmail.com>
Date: 2013-05-08 (Wed, 08 May 2013)
Changed paths:
M doc/stats.rst
Log Message:
-----------
[#839] Make the docs sound better
Commit: 4ac59173892f1b7e487ac3cec280a2c46d9e273d
https://github.com/okfn/ckan/commit/4ac59173892f1b7e487ac3cec280a2c46d9e273d
Author: Dominik Moritz <domoritz at gmail.com>
Date: 2013-05-08 (Wed, 08 May 2013)
Changed paths:
M doc/extensions.rst
Log Message:
-----------
[#869] Link to stats docs from extension docs
Commit: a9039e6848f3c90b3c0f58923848b699ec9708ed
https://github.com/okfn/ckan/commit/a9039e6848f3c90b3c0f58923848b699ec9708ed
Author: Nigel Babu <nigelbabu at gmail.com>
Date: 2013-05-09 (Thu, 09 May 2013)
Changed paths:
R doc/images/1.png
R doc/images/2.png
R doc/images/3a.png
R doc/images/3b.png
R doc/images/4.png
R doc/images/5.png
R doc/images/6.png
R doc/images/7.png
R doc/images/8.png
R doc/images/8a.png
M doc/images/9.png
R doc/images/i1.png
R doc/images/i2.png
R doc/images/i3.png
R doc/images/i4.png
R doc/images/i5.png
R doc/images/i6.png
R doc/images/i7.png
R doc/images/i8.png
R doc/images/virtualbox1-package.png
R doc/images/virtualbox11-ubuntu.png
R doc/images/virtualbox4-newvm.png
R doc/images/virtualbox5-vmtype.png
R doc/images/virtualbox6-vmloc.png
R doc/images/virtualbox7-startvm.png
R doc/images/virtualbox8-firstrun.png
R doc/images/virtualbox9-iso.png
R doc/install-from-package-amazon.rst
R doc/install-from-package-virtualbox.rst
M doc/install-from-package.rst
M doc/install-from-source.rst
Log Message:
-----------
[#538] Created package install instructions
* Deleted virtualbox specific instructions (outdated).
* Deleted ec2 instructions (outdated).
Commit: 0fef502c9ad6565c483a400b6a8ce6a1642f70a2
https://github.com/okfn/ckan/commit/0fef502c9ad6565c483a400b6a8ce6a1642f70a2
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-05-09 (Thu, 09 May 2013)
Changed paths:
M doc/stats.rst
Log Message:
-----------
[#839] Minor edits to stats extension docs
- Edit the opening sentence, it's the stats extension that analyzes the db
not CKAN (this is picky)
- Also mention that there are tables and graphs!
- Remove weird capitalization in bullet list
- Put built-in page view tracking before ckanext-googleanalytics and tweak
the link to read a little better
- Add an example of ckan.plugins = stats, also cross-ref to the ckan.plugins
docs
- Add link to stats page on demo
Commit: a7385982a9d2fe044566bd165a68acf70f7022b7
https://github.com/okfn/ckan/commit/a7385982a9d2fe044566bd165a68acf70f7022b7
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-05-09 (Thu, 09 May 2013)
Changed paths:
M doc/extensions.rst
M doc/index.rst
A doc/stats.rst
Log Message:
-----------
Merge branch '839-stats-doc'
Commit: f01267ab5d579cf5dd042f33ff91decad90299bf
https://github.com/okfn/ckan/commit/f01267ab5d579cf5dd042f33ff91decad90299bf
Author: John Martin <me at johnmart.in>
Date: 2013-05-09 (Thu, 09 May 2013)
Changed paths:
M ckan/public/base/javascript/tracking.js
Log Message:
-----------
[#886] Remove from tracking.js because it breaks IE
Commit: 956a1b6ca4f91b19451d0f33d55a30ead574d35f
https://github.com/okfn/ckan/commit/956a1b6ca4f91b19451d0f33d55a30ead574d35f
Author: Nigel Babu <nigelbabu at gmail.com>
Date: 2013-05-09 (Thu, 09 May 2013)
Changed paths:
M ckan/public/base/javascript/tracking.js
Log Message:
-----------
Merge pull request #886 from okfn/886-js-console-log
IE bug with tracking.js
Commit: b3662afa966d95d4b01e61fdb6514a2ca61b97de
https://github.com/okfn/ckan/commit/b3662afa966d95d4b01e61fdb6514a2ca61b97de
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-05-09 (Thu, 09 May 2013)
Changed paths:
M doc/authorization.rst
Log Message:
-----------
Docs: add note about where an org's first admin comes from
Commit: 366f1620da29ffaecf7e39d400b5223c8a56417e
https://github.com/okfn/ckan/commit/366f1620da29ffaecf7e39d400b5223c8a56417e
Author: amercader <amercadero at gmail.com>
Date: 2013-05-09 (Thu, 09 May 2013)
Changed paths:
M ckan/config/deployment.ini_tmpl
M ckan/config/who.ini
M doc/install-from-source.rst
Log Message:
-----------
[#888] Change path for cache dir and simplify options
The data, sessions and sstore dirs were created in /etc/ckan/default.
This creates permission problems and is not the natural place to store
this kind of files. The main cache dir is now /tmp/s(ckan.site_id)s
(generally /tmp/default). The beaker dirs will be created there if not
defined in the config file. This will ease the packaging and simplify
the installation. Also our cron jobs for cleaning files look for them in
/tmp.
Commit: 0ef8ef0c2dbc785571e91c5b8e0c5436f3c00ebb
https://github.com/okfn/ckan/commit/0ef8ef0c2dbc785571e91c5b8e0c5436f3c00ebb
Author: kindly <kindly at gmail.com>
Date: 2013-05-09 (Thu, 09 May 2013)
Changed paths:
M ckan/config/deployment.ini_tmpl
M ckan/config/who.ini
M doc/install-from-source.rst
Log Message:
-----------
Merge pull request #888 from okfn/888-cache_dir-path-deployment.ini_tmpl
Fix cache_dir and beaker paths on deployment.ini_tmpl
Commit: c9d34dd8d32d48e604abb4188d2ffbf75c111775
https://github.com/okfn/ckan/commit/c9d34dd8d32d48e604abb4188d2ffbf75c111775
Author: amercader <amercadero at gmail.com>
Date: 2013-05-09 (Thu, 09 May 2013)
Changed paths:
M doc/install-from-package.rst
Log Message:
-----------
[#538] Various tweaks on the package install docs
They include all the comments made on the pull request discussion.
Commit: 95ac6bdfd47f69ce6d4c6b8a4b63962c29f22c6e
https://github.com/okfn/ckan/commit/95ac6bdfd47f69ce6d4c6b8a4b63962c29f22c6e
Author: amercader <amercadero at gmail.com>
Date: 2013-05-09 (Thu, 09 May 2013)
Changed paths:
M doc/deployment.rst
Log Message:
-----------
[#888] Remove data and session dirs from deployment docs
Commit: 36707f6ba98b810bb56869692ab22bf76ff52b4e
https://github.com/okfn/ckan/commit/36707f6ba98b810bb56869692ab22bf76ff52b4e
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-05-09 (Thu, 09 May 2013)
Changed paths:
M doc/conf.py
M doc/install-from-package.rst
M doc/install-from-source.rst
Log Message:
-----------
[#538] Edit install from package docs
This is some fairly heavy editing:
- Some general editing: correcting typos and formatting errors,
re-writing some sentences in ways that (I hope) makes them clearer
- Use |solr| substitution everywhere (spells Solr consistently with a
capital S)
- Also use |postgresql| which spells PostgreSQL with the correct caps
- Use |production.ini| substitution for path to production.ini file
- Put the note about Ubuntu 64 only right at the top, and point them to
the source install
- Also moved _Common error messages_ link to top, where it's more
prominent (as on source install page)
- Removed stuff about virtualbox, ec2, rackspace, etc. This seems
unnecessary to me
- Removed "The overall process is the following:" bullet-list from the
top, it's unnecessary and seems to imply that upgrading is part of the
installing process which doesn't make any sense
- Numbered the major steps of the install process, like in the source
install
- Also within major steps, broke things down into individual numbered
steps to make things clearer and easier to follow
- Tweaked the note about installing solr and postgres on separate servers
- Rewrote the stuff at the top of the _Upgrading_ section, I hope this
makes it a bit clearer about major vs minor versions and the two
different upgrade processes
- Moved moving the production.ini file into its own step, so that people
don't miss it
Commit: 2cca4be9cfe5977f4bad60b10b0785443a4d12dd
https://github.com/okfn/ckan/commit/2cca4be9cfe5977f4bad60b10b0785443a4d12dd
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-05-09 (Thu, 09 May 2013)
Changed paths:
M doc/install-from-package.rst
Log Message:
-----------
[#538] Don't spell SOLR in ALL-CAPS
Commit: c92b52a9a1c10be64a075246f569b4c771df9c51
https://github.com/okfn/ckan/commit/c92b52a9a1c10be64a075246f569b4c771df9c51
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-05-09 (Thu, 09 May 2013)
Changed paths:
M doc/install-from-package.rst
Log Message:
-----------
[#538] Minor edits to package upgrade docs
Commit: e0e778b508048545327b2aa481d236122d0d1759
https://github.com/okfn/ckan/commit/e0e778b508048545327b2aa481d236122d0d1759
Author: Nigel Babu <nigelbabu at gmail.com>
Date: 2013-05-09 (Thu, 09 May 2013)
Changed paths:
M doc/conf.py
M doc/install-from-package.rst
M doc/install-from-source.rst
Log Message:
-----------
Merge pull request #889 from okfn/538-package-install-docs-seanh-rewrite
[#538] Edit install from package docs
Commit: 97e04bf00be2b7f5e5a69386a4cd50eeb3aa32d4
https://github.com/okfn/ckan/commit/97e04bf00be2b7f5e5a69386a4cd50eeb3aa32d4
Author: Dominik Moritz <domoritz at gmail.com>
Date: 2013-05-10 (Fri, 10 May 2013)
Changed paths:
M ckan/logic/action/create.py
Log Message:
-----------
[#869] Fix how string with username is translated
Commit: b25ff880fb0fdce1d332ea44341736de92a294f2
https://github.com/okfn/ckan/commit/b25ff880fb0fdce1d332ea44341736de92a294f2
Author: Nigel Babu <nigelbabu at gmail.com>
Date: 2013-05-10 (Fri, 10 May 2013)
Changed paths:
M doc/install-from-package.rst
Log Message:
-----------
Remove ckan user references
Commit: ea792a060369d81d822c018a003f9f99a7d3525f
https://github.com/okfn/ckan/commit/ea792a060369d81d822c018a003f9f99a7d3525f
Author: tobes <toby.junk at gmail.com>
Date: 2013-05-10 (Fri, 10 May 2013)
Changed paths:
M ckan/controllers/group.py
M ckan/logic/action/create.py
Log Message:
-----------
Merge branch '869-validate-username-in-new-member'
Commit: d4bcbeca6ae24e9f67cd9f13c1ac80267a5b150f
https://github.com/okfn/ckan/commit/d4bcbeca6ae24e9f67cd9f13c1ac80267a5b150f
Author: Dominik Moritz <domoritz at gmail.com>
Date: 2013-05-10 (Fri, 10 May 2013)
Changed paths:
M ckanext/datastore/plugin.py
Log Message:
-----------
[#891] Mark new_resource_show from datastore side effect free
Commit: 05e7b6eef5b8aa79dd91a47e12e9cefb93b4d1e9
https://github.com/okfn/ckan/commit/05e7b6eef5b8aa79dd91a47e12e9cefb93b4d1e9
Author: amercader <amercadero at gmail.com>
Date: 2013-05-10 (Fri, 10 May 2013)
Changed paths:
M doc/install-from-package.rst
Log Message:
-----------
[#538] More tweaks to package install docs
* Re-add wget install
* Mention filestore
* Update upgrade instructions: removed old 1.x upgrade instructions
(there is still a link to them) and leave a single "Upgrading to 2.0
section" with an overview of the steps and the main changes in
extensions.
Commit: cc7ddd7b3e4696b0cb3ba7527bfe7f9638c3be9c
https://github.com/okfn/ckan/commit/cc7ddd7b3e4696b0cb3ba7527bfe7f9638c3be9c
Author: amercader <amercadero at gmail.com>
Date: 2013-05-10 (Fri, 10 May 2013)
Changed paths:
M doc/install-from-package.rst
Log Message:
-----------
[#538] Further tweaks to package upgrade insructions
Commit: eb7e4d9d60ce0f21187c580d2a4c67f5b0d8fdf1
https://github.com/okfn/ckan/commit/eb7e4d9d60ce0f21187c580d2a4c67f5b0d8fdf1
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-05-10 (Fri, 10 May 2013)
Changed paths:
M doc/install-from-package.rst
Log Message:
-----------
[#538] Edit the CKAN 2.0 package install upgrade docs
Commit: b6097906c6b190b85a424026c2c10e69138a3dbc
https://github.com/okfn/ckan/commit/b6097906c6b190b85a424026c2c10e69138a3dbc
Author: amercader <amercadero at gmail.com>
Date: 2013-05-10 (Fri, 10 May 2013)
Changed paths:
M .travis.yml
M CONTRIBUTING.rst
M README.rst
M bin/osx-postgres-mem.sh
A bin/travis-build
A ckan/common.py
M ckan/config/deployment.ini_tmpl
M ckan/config/environment.py
A ckan/config/install.py
M ckan/config/routing.py
M ckan/config/who.ini
M ckan/controllers/api.py
M ckan/controllers/error.py
M ckan/controllers/feed.py
M ckan/controllers/group.py
M ckan/controllers/home.py
M ckan/controllers/organization.py
M ckan/controllers/package.py
M ckan/controllers/related.py
M ckan/controllers/revision.py
M ckan/controllers/storage.py
M ckan/controllers/tag.py
M ckan/controllers/user.py
M ckan/i18n/check_po_files.py
M ckan/lib/activity_streams.py
M ckan/lib/activity_streams_session_extension.py
M ckan/lib/alphabet_paginate.py
M ckan/lib/app_globals.py
R ckan/lib/authztool.py
M ckan/lib/base.py
M ckan/lib/cli.py
M ckan/lib/create_test_data.py
M ckan/lib/datapreview.py
M ckan/lib/dictization/model_dictize.py
M ckan/lib/dictization/model_save.py
M ckan/lib/dumper.py
M ckan/lib/email_notifications.py
M ckan/lib/field_types.py
M ckan/lib/formatters.py
M ckan/lib/helpers.py
M ckan/lib/jinja_extensions.py
M ckan/lib/jsonp.py
M ckan/lib/mailer.py
M ckan/lib/navl/dictization_functions.py
M ckan/lib/navl/validators.py
M ckan/lib/package_saver.py
M ckan/lib/plugins.py
M ckan/lib/render.py
M ckan/lib/repoze_patch.py
M ckan/lib/search/index.py
M ckan/lib/search/query.py
M ckan/logic/__init__.py
M ckan/logic/action/create.py
M ckan/logic/action/delete.py
M ckan/logic/action/get.py
M ckan/logic/action/update.py
M ckan/logic/auth/create.py
M ckan/logic/auth/update.py
M ckan/logic/converters.py
M ckan/logic/schema.py
M ckan/logic/validators.py
M ckan/migration/versions/022_add_group_extras.py
M ckan/migration/versions/027_adjust_harvester.py
M ckan/migration/versions/029_version_groups.py
M ckan/migration/versions/045_user_name_unique.py
M ckan/migration/versions/067_turn_extras_to_strings.py
R ckan/misc.py
M ckan/model/__init__.py
M ckan/model/license.py
M ckan/model/package.py
M ckan/model/package_relationship.py
M ckan/model/tag.py
M ckan/model/tracking.py
M ckan/new_authz.py
M ckan/plugins/interfaces.py
M ckan/plugins/toolkit.py
R ckan/public/base/css/fuchsia.min.css
R ckan/public/base/css/green.min.css
M ckan/public/base/css/main.css
R ckan/public/base/css/main.min.css
R ckan/public/base/css/maroon.min.css
R ckan/public/base/css/red.min.css
R ckan/public/base/datapreview/vendor/flot/0.7/excanvas.min.js
R ckan/public/base/datapreview/vendor/flot/0.7/jquery.flot.min.js
R ckan/public/base/datapreview/vendor/leaflet.markercluster/MarkerCluster.Default.ie.min.css
R ckan/public/base/datapreview/vendor/leaflet.markercluster/MarkerCluster.Default.min.css
R ckan/public/base/datapreview/vendor/leaflet.markercluster/MarkerCluster.min.css
R ckan/public/base/datapreview/vendor/leaflet.markercluster/leaflet.markercluster.min.js
R ckan/public/base/datapreview/vendor/leaflet/0.3.1/leaflet.ie.min.css
R ckan/public/base/datapreview/vendor/leaflet/0.3.1/leaflet.min.css
R ckan/public/base/datapreview/vendor/leaflet/0.3.1/leaflet.min.js
R ckan/public/base/datapreview/vendor/leaflet/0.4.4/leaflet-src.min.js
R ckan/public/base/i18n/bg.min.js
R ckan/public/base/i18n/ca.min.js
R ckan/public/base/i18n/cs_CZ.min.js
R ckan/public/base/i18n/de.min.js
R ckan/public/base/i18n/el.min.js
R ckan/public/base/i18n/es.min.js
R ckan/public/base/i18n/fi.min.js
R ckan/public/base/i18n/fr.min.js
R ckan/public/base/i18n/hu.min.js
R ckan/public/base/i18n/it.min.js
R ckan/public/base/i18n/lt.min.js
R ckan/public/base/i18n/lv.min.js
R ckan/public/base/i18n/nl.min.js
R ckan/public/base/i18n/no.min.js
R ckan/public/base/i18n/pl.min.js
R ckan/public/base/i18n/pt_BR.min.js
R ckan/public/base/i18n/ro.min.js
R ckan/public/base/i18n/ru.min.js
R ckan/public/base/i18n/sk.min.js
R ckan/public/base/i18n/sl.min.js
R ckan/public/base/i18n/sq.min.js
R ckan/public/base/i18n/sr.min.js
R ckan/public/base/i18n/sr_Latn.min.js
R ckan/public/base/i18n/sv.min.js
R ckan/public/base/i18n/zh_TW.min.js
R ckan/public/base/images/flags.png
A ckan/public/base/images/table-seperator.png
R ckan/public/base/javascript/client.min.js
R ckan/public/base/javascript/i18n.min.js
R ckan/public/base/javascript/main.min.js
R ckan/public/base/javascript/module.min.js
R ckan/public/base/javascript/modules/api-info.min.js
R ckan/public/base/javascript/modules/autocomplete.min.js
M ckan/public/base/javascript/modules/basic-form.js
R ckan/public/base/javascript/modules/basic-form.min.js
R ckan/public/base/javascript/modules/confirm-action.min.js
R ckan/public/base/javascript/modules/custom-fields.min.js
R ckan/public/base/javascript/modules/dashboard.min.js
R ckan/public/base/javascript/modules/data-viewer.min.js
R ckan/public/base/javascript/modules/follow.min.js
R ckan/public/base/javascript/modules/related-item.min.js
R ckan/public/base/javascript/modules/resource-form.min.js
R ckan/public/base/javascript/modules/resource-upload-field.min.js
R ckan/public/base/javascript/modules/select-switch.min.js
R ckan/public/base/javascript/modules/slug-preview.min.js
A ckan/public/base/javascript/modules/table-selectable-rows.js
A ckan/public/base/javascript/modules/table-toggle-more.js
R ckan/public/base/javascript/notify.min.js
R ckan/public/base/javascript/plugins/jquery.date-helpers.min.js
R ckan/public/base/javascript/plugins/jquery.form-warning.min.js
R ckan/public/base/javascript/plugins/jquery.inherit.min.js
R ckan/public/base/javascript/plugins/jquery.proxy-all.min.js
R ckan/public/base/javascript/plugins/jquery.slug-preview.min.js
R ckan/public/base/javascript/plugins/jquery.slug.min.js
R ckan/public/base/javascript/plugins/jquery.truncator.min.js
R ckan/public/base/javascript/plugins/jquery.url-helpers.min.js
R ckan/public/base/javascript/pubsub.min.js
M ckan/public/base/javascript/resource.config
R ckan/public/base/javascript/sandbox.min.js
M ckan/public/base/javascript/tracking.js
R ckan/public/base/javascript/tracking.min.js
M ckan/public/base/less/ckan.less
M ckan/public/base/less/dataset.less
M ckan/public/base/less/footer.less
M ckan/public/base/less/forms.less
M ckan/public/base/less/group.less
M ckan/public/base/less/homepage.less
M ckan/public/base/less/iehacks.less
M ckan/public/base/less/layout.less
M ckan/public/base/less/mixins.less
M ckan/public/base/less/module.less
M ckan/public/base/less/nav.less
M ckan/public/base/less/prose.less
A ckan/public/base/less/tables.less
M ckan/public/base/less/variables.less
M ckan/public/base/test/index.html
R ckan/public/base/test/spec/ckan.spec.min.js
M ckan/public/base/test/spec/client.spec.js
R ckan/public/base/test/spec/client.spec.min.js
R ckan/public/base/test/spec/module.spec.min.js
M ckan/public/base/test/spec/modules/autocomplete.spec.js
R ckan/public/base/test/spec/modules/autocomplete.spec.min.js
R ckan/public/base/test/spec/modules/basic-form.spec.min.js
R ckan/public/base/test/spec/modules/confirm-action.spec.min.js
R ckan/public/base/test/spec/modules/custom-fields.spec.min.js
R ckan/public/base/test/spec/modules/related-item.spec.min.js
R ckan/public/base/test/spec/modules/resource-form.spec.min.js
R ckan/public/base/test/spec/modules/resource-upload-field.spec.min.js
R ckan/public/base/test/spec/notify.spec.min.js
R ckan/public/base/test/spec/plugins/jquery.date-helpers.spec.min.js
R ckan/public/base/test/spec/plugins/jquery.form-warning.spec.min.js
R ckan/public/base/test/spec/plugins/jquery.inherit.spec.min.js
R ckan/public/base/test/spec/plugins/jquery.proxy-all.spec.min.js
R ckan/public/base/test/spec/plugins/jquery.slug-preview.spec.min.js
R ckan/public/base/test/spec/plugins/jquery.slug.spec.min.js
R ckan/public/base/test/spec/plugins/jquery.url-helpers.spec.min.js
R ckan/public/base/test/spec/pubsub.spec.min.js
R ckan/public/base/test/spec/sandbox.spec.min.js
M ckan/templates/activity_streams/activity_stream_items.html
M ckan/templates/admin/base.html
M ckan/templates/admin/config.html
M ckan/templates/admin/index.html
M ckan/templates/ajax_snippets/api_info.html
M ckan/templates/dataviewer/snippets/data_preview.html
M ckan/templates/dataviewer/snippets/no_preview.html
M ckan/templates/development/primer.html
A ckan/templates/development/snippets/actions.html
A ckan/templates/development/snippets/context.html
M ckan/templates/development/snippets/facet.html
M ckan/templates/development/snippets/media_grid.html
M ckan/templates/development/snippets/nav.html
M ckan/templates/development/snippets/page_header.html
R ckan/templates/development/snippets/toolbar.html
M ckan/templates/error_document_template.html
M ckan/templates/footer.html
M ckan/templates/group/about.html
M ckan/templates/group/activity_stream.html
M ckan/templates/group/admins.html
M ckan/templates/group/confirm_delete.html
M ckan/templates/group/confirm_delete_member.html
M ckan/templates/group/followers.html
A ckan/templates/group/history.html
M ckan/templates/group/index.html
M ckan/templates/group/member_new.html
M ckan/templates/group/members.html
M ckan/templates/group/read.html
M ckan/templates/group/read_base.html
M ckan/templates/group/snippets/group_item.html
A ckan/templates/group/snippets/history_revisions.html
A ckan/templates/group/snippets/revisions_table.html
M ckan/templates/header.html
M ckan/templates/home/about.html
M ckan/templates/home/index.html
M ckan/templates/home/snippets/about_text.html
M ckan/templates/organization/about.html
A ckan/templates/organization/activity_stream.html
M ckan/templates/organization/admins.html
M ckan/templates/organization/base_form_page.html
A ckan/templates/organization/bulk_process.html
M ckan/templates/organization/confirm_delete.html
M ckan/templates/organization/confirm_delete_member.html
M ckan/templates/organization/edit.html
M ckan/templates/organization/edit_base.html
M ckan/templates/organization/index.html
M ckan/templates/organization/member_new.html
M ckan/templates/organization/members.html
M ckan/templates/organization/new.html
M ckan/templates/organization/read.html
M ckan/templates/organization/read_base.html
A ckan/templates/organization/snippets/help.html
M ckan/templates/organization/snippets/organization_item.html
M ckan/templates/package/activity.html
M ckan/templates/package/activity_stream.html
M ckan/templates/package/base.html
M ckan/templates/package/confirm_delete.html
M ckan/templates/package/confirm_delete_resource.html
M ckan/templates/package/followers.html
A ckan/templates/package/history.html
M ckan/templates/package/new_package_metadata.html
M ckan/templates/package/read.html
M ckan/templates/package/read_base.html
M ckan/templates/package/related_list.html
M ckan/templates/package/resource_edit.html
M ckan/templates/package/resource_read.html
M ckan/templates/package/search.html
M ckan/templates/package/snippets/additional_info.html
M ckan/templates/package/snippets/data_api_button.html
A ckan/templates/package/snippets/history_revisions.html
M ckan/templates/package/snippets/info.html
M ckan/templates/package/snippets/package_basic_fields.html
M ckan/templates/package/snippets/package_metadata_fields.html
M ckan/templates/package/snippets/resource_form.html
M ckan/templates/package/snippets/resources_list.html
A ckan/templates/package/snippets/revisions_table.html
M ckan/templates/package/snippets/search_form.html
M ckan/templates/page.html
M ckan/templates/related/base_form_page.html
M ckan/templates/related/confirm_delete.html
M ckan/templates/related/dashboard.html
M ckan/templates/related/snippets/related_form.html
A ckan/templates/revision/__init__.py
A ckan/templates/revision/diff.html
A ckan/templates/revision/list.html
A ckan/templates/revision/read.html
A ckan/templates/revision/read_base.html
A ckan/templates/revision/snippets/revisions_list.html
M ckan/templates/snippets/datapreview_embed_dialog.html
M ckan/templates/snippets/disqus_trackback.html
M ckan/templates/snippets/facet_list.html
M ckan/templates/snippets/home_breadcrumb_item.html
M ckan/templates/snippets/license.html
M ckan/templates/snippets/organization.html
M ckan/templates/snippets/package_item.html
R ckan/templates/snippets/page_header.html
M ckan/templates/snippets/popular.html
M ckan/templates/snippets/related.html
A ckan/templates/snippets/search_result_text.html
A ckan/templates/snippets/simple_search.html
M ckan/templates/snippets/social.html
M ckan/templates/snippets/sort_by.html
M ckan/templates/snippets/subscribe.html
A ckan/templates/tag/index.html
M ckan/templates/user/activity_stream.html
M ckan/templates/user/dashboard.html
M ckan/templates/user/edit_base.html
M ckan/templates/user/followers.html
M ckan/templates/user/list.html
M ckan/templates/user/login.html
M ckan/templates/user/logout.html
M ckan/templates/user/logout_first.html
M ckan/templates/user/new.html
M ckan/templates/user/perform_reset.html
M ckan/templates/user/read.html
M ckan/templates/user/read_base.html
M ckan/templates/user/snippets/followee_dropdown.html
M ckan/templates_legacy/group/layout.html
M ckan/templates_legacy/layout_base.html
M ckan/templates_legacy/package/layout.html
M ckan/templates_legacy/package/read_core.html
M ckan/templates_legacy/revision/layout.html
M ckan/templates_legacy/user/layout.html
M ckan/tests/__init__.py
M ckan/tests/functional/api/base.py
M ckan/tests/functional/api/model/test_vocabulary.py
M ckan/tests/functional/api/test_activity.py
M ckan/tests/functional/api/test_dashboard.py
M ckan/tests/functional/api/test_util.py
M ckan/tests/functional/test_activity.py
M ckan/tests/functional/test_group.py
M ckan/tests/functional/test_home.py
M ckan/tests/functional/test_package.py
M ckan/tests/functional/test_pagination.py
M ckan/tests/functional/test_preview_interface.py
M ckan/tests/functional/test_search.py
M ckan/tests/functional/test_user.py
M ckan/tests/lib/test_cli.py
M ckan/tests/lib/test_datapreview.py
M ckan/tests/lib/test_dictization.py
M ckan/tests/lib/test_dictization_schema.py
M ckan/tests/lib/test_solr_package_search.py
M ckan/tests/lib/test_solr_search_index.py
M ckan/tests/logic/test_action.py
M ckan/tests/logic/test_auth.py
A ckan/tests/logic/test_init.py
M ckan/tests/logic/test_member.py
M ckan/tests/misc/test_format_text.py
M ckan/tests/misc/test_sync.py
R ckan/tests/mock_publisher_auth.py
M ckan/tests/models/test_package.py
M ckan/tests/schema/test_schema.py
M ckan/tests/test_dumper.py
M ckanext/datastore/bin/set_permissions.sql
M ckanext/datastore/commands.py
M ckanext/datastore/db.py
M ckanext/datastore/plugin.py
A ckanext/datastore/tests/test_configure.py
M ckanext/datastore/tests/test_search.py
M ckanext/datastore/tests/test_unit.py
A ckanext/example_idatasetform/__init__.py
A ckanext/example_idatasetform/plugin.py
A ckanext/example_idatasetform/templates/package/read.html
A ckanext/example_idatasetform/templates/package/snippets/package_basic_fields.html
A ckanext/example_idatasetform/templates/package/snippets/package_metadata_fields.html
R ckanext/jsonpreview/theme/public/css/json.min.css
R ckanext/jsonpreview/theme/public/preview_json.min.js
R ckanext/organizations/__init__.py
R ckanext/organizations/controllers.py
R ckanext/organizations/forms.py
R ckanext/organizations/templates/email/join_publisher_request.txt
R ckanext/organizations/templates/organization_edit.html
R ckanext/organizations/templates/organizations/form.html
R ckanext/organizations/templates/organizations/index.html
R ckanext/organizations/templates/organizations/new.html
R ckanext/organizations/templates/organizations/read.html
R ckanext/organizations/templates/organizations/users.html
R ckanext/organizations/templates/organizations/users_form.html
R ckanext/organizations/templates_legacy/organizations/apply.html
R ckanext/organizations/templates_legacy/organizations/apply_form.html
R ckanext/organizations/templates_legacy/organizations/email/join_publisher_request.txt
R ckanext/organizations/templates_legacy/organizations/form.html
R ckanext/organizations/templates_legacy/organizations/history.html
R ckanext/organizations/templates_legacy/organizations/index.html
R ckanext/organizations/templates_legacy/organizations/layout.html
R ckanext/organizations/templates_legacy/organizations/new.html
R ckanext/organizations/templates_legacy/organizations/package_form.html
R ckanext/organizations/templates_legacy/organizations/read.html
R ckanext/organizations/templates_legacy/organizations/users.html
R ckanext/organizations/templates_legacy/organizations/users_form.html
R ckanext/pdfpreview/theme/public/css/pdf.min.css
R ckanext/pdfpreview/theme/public/css/recline.min.css
R ckanext/pdfpreview/theme/public/preview_pdf.min.js
R ckanext/publisher_form/__init__.py
R ckanext/publisher_form/forms.py
R ckanext/publisher_form/templates/dataset_form.html
R ckanext/publisher_form/templates/publisher_form.html
R ckanext/publisher_form/templates/publisher_index.html
R ckanext/publisher_form/templates/publisher_layout.html
R ckanext/publisher_form/templates/publisher_new.html
R ckanext/publisher_form/templates/publisher_read.html
R ckanext/reclinepreview/theme/public/css/recline.min.css
M ckanext/reclinepreview/theme/public/preview_recline.js
M ckanext/reclinepreview/theme/public/vendor/recline/recline.css
M ckanext/reclinepreview/theme/public/vendor/recline/recline.dataset.js
M ckanext/reclinepreview/theme/public/vendor/recline/recline.dataset.min.js
M ckanext/reclinepreview/theme/public/vendor/recline/recline.js
M ckanext/reclinepreview/theme/public/vendor/recline/recline.min.css
M ckanext/reclinepreview/theme/public/vendor/recline/recline.min.js
R ckanext/resourceproxy/tests/file_server.py
M ckanext/resourceproxy/tests/test_proxy.py
M ckanext/test_tag_vocab_plugin.py
M doc/_templates/footer.html
R doc/about.rst
R doc/administrative-dashboard.rst
R doc/api-tutorial.rst
R doc/api-util.rst
R doc/api-v2.rst
M doc/api.rst
R doc/apiv3.rst
M doc/apps-ideas.rst
M doc/architecture.rst
M doc/authorization.rst
M doc/background-tasks.rst
A doc/ckan.logic.action.create.rst
A doc/ckan.logic.action.delete.rst
A doc/ckan.logic.action.get.rst
A doc/ckan.logic.action.update.rst
R doc/commenting.rst
M doc/common-error-messages.rst
M doc/conf.py
M doc/configuration.rst
R doc/contrib.rst
A doc/contributing.rst
M doc/css-coding-standards.rst
M doc/data-viewer.rst
M doc/database-dumps.rst
M doc/datastore-api.rst
M doc/datastore-setup.rst
M doc/deployment.rst
M doc/email-notifications.rst
R doc/extension-templating.rst
M doc/extensions.rst
A doc/filestore-api.rst
M doc/filestore.rst
M doc/form-integration.rst
R doc/forms.rst
M doc/frontend-development.rst
R doc/geospatial.rst
R doc/harvesting.rst
M doc/i18n.rst
A doc/images/popular-dataset.png
A doc/images/popular-resource.png
A doc/images/sort-datasets-by-popularity.png
A doc/importing-datasets.rst
M doc/index.rst
M doc/install-from-source.rst
M doc/javascript-coding-standards.rst
M doc/javascript-module-tutorial.rst
A doc/legacy-api.rst
R doc/loading-data.rst
M doc/multilingual.rst
R doc/organizations_and_groups.rst
M doc/paster.rst
M doc/post-installation.rst
R doc/publisher-profile.rst
M doc/publishing-datasets.rst
M doc/python-coding-standards.rst
M doc/release-cycle.rst
A doc/release-process.rst
M doc/resources.rst
M doc/solr-setup.rst
A doc/stats.rst
M doc/tag-vocabularies.rst
M doc/templating.rst
M doc/test.rst
M doc/theming.rst
M doc/toolkit.rst
A doc/tracking.rst
R doc/user-stories-list.rst
R doc/user-stories.rst
R doc/writing-extensions.rst
M pip-requirements-test.txt
M pip-requirements.txt
M setup.py
M test-core.ini
Log Message:
-----------
Merge branch 'master' into update-changeloge-for-2.0
Commit: 79638fb4241575b8e013be76dfe8e6d7f3842a90
https://github.com/okfn/ckan/commit/79638fb4241575b8e013be76dfe8e6d7f3842a90
Author: amercader <amercadero at gmail.com>
Date: 2013-05-10 (Fri, 10 May 2013)
Changed paths:
M CHANGELOG.txt
Log Message:
-----------
Update CHANGELOG for 2.0
Commit: a9a4324e140ea309927f893cb1bef03e2b171b4b
https://github.com/okfn/ckan/commit/a9a4324e140ea309927f893cb1bef03e2b171b4b
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-05-10 (Fri, 10 May 2013)
Changed paths:
M doc/conf.py
M doc/deployment.rst
R doc/images/1.png
R doc/images/2.png
R doc/images/3a.png
R doc/images/3b.png
R doc/images/4.png
R doc/images/5.png
R doc/images/6.png
R doc/images/7.png
R doc/images/8.png
R doc/images/8a.png
M doc/images/9.png
R doc/images/i1.png
R doc/images/i2.png
R doc/images/i3.png
R doc/images/i4.png
R doc/images/i5.png
R doc/images/i6.png
R doc/images/i7.png
R doc/images/i8.png
R doc/images/virtualbox1-package.png
R doc/images/virtualbox11-ubuntu.png
R doc/images/virtualbox4-newvm.png
R doc/images/virtualbox5-vmtype.png
R doc/images/virtualbox6-vmloc.png
R doc/images/virtualbox7-startvm.png
R doc/images/virtualbox8-firstrun.png
R doc/images/virtualbox9-iso.png
R doc/install-from-package-amazon.rst
R doc/install-from-package-virtualbox.rst
M doc/install-from-package.rst
M doc/install-from-source.rst
Log Message:
-----------
Merge branch '538-package-install-docs'
Commit: 5c9c971102e25c67d5183889b0da165f82dc1b13
https://github.com/okfn/ckan/commit/5c9c971102e25c67d5183889b0da165f82dc1b13
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-05-10 (Fri, 10 May 2013)
Changed paths:
M ckan/config/deployment.ini_tmpl
M ckan/config/who.ini
M ckan/controllers/group.py
M ckan/logic/action/create.py
M doc/install-from-source.rst
Log Message:
-----------
Merge branch 'master' of github.com:okfn/ckan
Commit: 6e4ea3a8f4671ab2562e9d98cfe85df5a76c5e88
https://github.com/okfn/ckan/commit/6e4ea3a8f4671ab2562e9d98cfe85df5a76c5e88
Author: amercader <amercadero at gmail.com>
Date: 2013-05-10 (Fri, 10 May 2013)
Changed paths:
M CHANGELOG.txt
Log Message:
-----------
Merge branch 'update-changeloge-for-2.0'
Commit: 813f09340d4b9aecb2636f08eadfd3c7d0ae76e4
https://github.com/okfn/ckan/commit/813f09340d4b9aecb2636f08eadfd3c7d0ae76e4
Author: amercader <amercadero at gmail.com>
Date: 2013-05-10 (Fri, 10 May 2013)
Changed paths:
M doc/install-from-package.rst
Log Message:
-----------
[#538] Fix tiny but crucial typo on install docs
Commit: 1b71730157ede1dcc441e8afcca3af470b0dd836
https://github.com/okfn/ckan/commit/1b71730157ede1dcc441e8afcca3af470b0dd836
Author: amercader <amercadero at gmail.com>
Date: 2013-05-10 (Fri, 10 May 2013)
Changed paths:
M doc/install-from-package.rst
Log Message:
-----------
[#538] Fix wrong URL for package install
Commit: cd8d87a1b6585f17593b588ec9c2985fc3d4aceb
https://github.com/okfn/ckan/commit/cd8d87a1b6585f17593b588ec9c2985fc3d4aceb
Author: Dominik Moritz <domoritz at gmail.com>
Date: 2013-05-11 (Sat, 11 May 2013)
Changed paths:
M ckanext/datastore/plugin.py
Log Message:
-----------
[#891] Correct comment
Commit: 44650133256f449cba4895dd2083b5f3b4a046ed
https://github.com/okfn/ckan/commit/44650133256f449cba4895dd2083b5f3b4a046ed
Author: Dominik Moritz <domoritz at gmail.com>
Date: 2013-05-11 (Sat, 11 May 2013)
Changed paths:
M ckanext/datastore/db.py
M ckanext/datastore/plugin.py
Log Message:
-----------
[#895] Close connections in datastore when we don't need them any more. Also make sure that transactions variables are in current context.
Commit: 923d75084498f9afef0f0b9bf915dd6d1302ebbf
https://github.com/okfn/ckan/commit/923d75084498f9afef0f0b9bf915dd6d1302ebbf
Author: Ian Ward <ian at excess.org>
Date: 2013-05-13 (Mon, 13 May 2013)
Changed paths:
M ckan/logic/action/update.py
Log Message:
-----------
[#897] use IDatasetForm schema for resource_update
Commit: 5328891a112f90a439c43f3ab4464db4bdebb513
https://github.com/okfn/ckan/commit/5328891a112f90a439c43f3ab4464db4bdebb513
Author: Dominik Moritz <domoritz at gmail.com>
Date: 2013-05-13 (Mon, 13 May 2013)
Changed paths:
M ckanext/resourceproxy/controller.py
M ckanext/resourceproxy/tests/test_proxy.py
Log Message:
-----------
[#] Only copy the content encoding and type, not all headers to fix issues with chunked responses. Improve overall performance and error reporting.
Commit: fd12b0c7122b13eb8378ceede95411ded5bdb928
https://github.com/okfn/ckan/commit/fd12b0c7122b13eb8378ceede95411ded5bdb928
Author: Dominik Moritz <domoritz at gmail.com>
Date: 2013-05-13 (Mon, 13 May 2013)
Changed paths:
M ckanext/jsonpreview/theme/public/preview_json.js
Log Message:
-----------
[#896] Make json preview ajax request async to prevent blocked ui
Commit: e318599852fd3ae2e280a405a09726325673b786
https://github.com/okfn/ckan/commit/e318599852fd3ae2e280a405a09726325673b786
Author: Dominik Moritz <domoritz at gmail.com>
Date: 2013-05-13 (Mon, 13 May 2013)
Changed paths:
M ckanext/jsonpreview/theme/public/preview_json.js
Log Message:
-----------
[#896] Show the original error from the response instead of limited message.
Commit: 3496639dcf241057d204023e1a864ef5af1d0ef2
https://github.com/okfn/ckan/commit/3496639dcf241057d204023e1a864ef5af1d0ef2
Author: Dominik Moritz <domoritz at gmail.com>
Date: 2013-05-13 (Mon, 13 May 2013)
Changed paths:
M CHANGELOG.txt
M CONTRIBUTING.rst
M README.rst
M bin/osx-postgres-mem.sh
M bin/travis-build
M ckan/config/deployment.ini_tmpl
M ckan/config/environment.py
A ckan/config/install.py
M ckan/config/routing.py
M ckan/config/who.ini
M ckan/controllers/api.py
M ckan/controllers/error.py
M ckan/controllers/feed.py
M ckan/controllers/group.py
M ckan/controllers/home.py
M ckan/controllers/organization.py
M ckan/controllers/package.py
M ckan/controllers/related.py
M ckan/controllers/revision.py
M ckan/controllers/storage.py
M ckan/controllers/tag.py
M ckan/controllers/user.py
M ckan/i18n/check_po_files.py
M ckan/lib/activity_streams.py
M ckan/lib/activity_streams_session_extension.py
M ckan/lib/alphabet_paginate.py
M ckan/lib/app_globals.py
M ckan/lib/base.py
M ckan/lib/cli.py
M ckan/lib/create_test_data.py
M ckan/lib/dictization/model_dictize.py
M ckan/lib/dictization/model_save.py
M ckan/lib/email_notifications.py
M ckan/lib/formatters.py
M ckan/lib/helpers.py
M ckan/lib/mailer.py
M ckan/lib/navl/dictization_functions.py
M ckan/lib/navl/validators.py
M ckan/lib/package_saver.py
M ckan/lib/render.py
M ckan/lib/search/index.py
M ckan/lib/search/query.py
M ckan/logic/__init__.py
M ckan/logic/action/create.py
M ckan/logic/action/delete.py
M ckan/logic/action/get.py
M ckan/logic/action/update.py
M ckan/logic/auth/create.py
M ckan/logic/converters.py
M ckan/logic/schema.py
M ckan/logic/validators.py
M ckan/migration/versions/067_turn_extras_to_strings.py
R ckan/misc.py
M ckan/model/__init__.py
M ckan/model/license.py
M ckan/model/package.py
M ckan/model/package_relationship.py
M ckan/model/tag.py
M ckan/model/tracking.py
M ckan/new_authz.py
M ckan/plugins/interfaces.py
M ckan/plugins/toolkit.py
M ckan/public/base/css/main.css
R ckan/public/base/images/flags.png
M ckan/public/base/javascript/modules/basic-form.js
M ckan/public/base/javascript/tracking.js
M ckan/public/base/less/footer.less
M ckan/public/base/less/forms.less
M ckan/public/base/less/group.less
M ckan/public/base/less/iehacks.less
M ckan/public/base/less/layout.less
M ckan/public/base/less/mixins.less
M ckan/public/base/less/prose.less
M ckan/public/base/test/index.html
M ckan/public/base/test/spec/client.spec.js
M ckan/public/base/test/spec/modules/autocomplete.spec.js
M ckan/templates/activity_streams/activity_stream_items.html
M ckan/templates/dataviewer/snippets/data_preview.html
M ckan/templates/development/primer.html
A ckan/templates/development/snippets/actions.html
A ckan/templates/development/snippets/context.html
M ckan/templates/development/snippets/facet.html
M ckan/templates/development/snippets/media_grid.html
M ckan/templates/development/snippets/nav.html
M ckan/templates/development/snippets/page_header.html
R ckan/templates/development/snippets/toolbar.html
M ckan/templates/footer.html
M ckan/templates/group/about.html
M ckan/templates/group/activity_stream.html
M ckan/templates/group/admins.html
M ckan/templates/group/confirm_delete.html
M ckan/templates/group/confirm_delete_member.html
M ckan/templates/group/followers.html
A ckan/templates/group/history.html
M ckan/templates/group/index.html
M ckan/templates/group/member_new.html
M ckan/templates/group/members.html
M ckan/templates/group/read.html
A ckan/templates/group/snippets/history_revisions.html
A ckan/templates/group/snippets/revisions_table.html
M ckan/templates/header.html
M ckan/templates/organization/about.html
M ckan/templates/organization/activity_stream.html
M ckan/templates/organization/admins.html
M ckan/templates/organization/base_form_page.html
M ckan/templates/organization/bulk_process.html
M ckan/templates/organization/confirm_delete.html
M ckan/templates/organization/confirm_delete_member.html
M ckan/templates/organization/edit.html
M ckan/templates/organization/index.html
M ckan/templates/organization/member_new.html
M ckan/templates/organization/new.html
M ckan/templates/organization/read.html
M ckan/templates/package/activity.html
M ckan/templates/package/activity_stream.html
M ckan/templates/package/confirm_delete.html
M ckan/templates/package/confirm_delete_resource.html
M ckan/templates/package/followers.html
A ckan/templates/package/history.html
M ckan/templates/package/new_package_metadata.html
M ckan/templates/package/read.html
M ckan/templates/package/read_base.html
M ckan/templates/package/related_list.html
M ckan/templates/package/resource_read.html
M ckan/templates/package/search.html
M ckan/templates/package/snippets/additional_info.html
M ckan/templates/package/snippets/data_api_button.html
A ckan/templates/package/snippets/history_revisions.html
M ckan/templates/package/snippets/info.html
M ckan/templates/package/snippets/package_basic_fields.html
M ckan/templates/package/snippets/package_metadata_fields.html
M ckan/templates/package/snippets/resource_form.html
M ckan/templates/package/snippets/resources_list.html
A ckan/templates/package/snippets/revisions_table.html
M ckan/templates/package/snippets/search_form.html
M ckan/templates/related/confirm_delete.html
M ckan/templates/related/dashboard.html
A ckan/templates/revision/__init__.py
A ckan/templates/revision/diff.html
A ckan/templates/revision/list.html
A ckan/templates/revision/read.html
A ckan/templates/revision/read_base.html
A ckan/templates/revision/snippets/revisions_list.html
M ckan/templates/snippets/facet_list.html
M ckan/templates/snippets/license.html
M ckan/templates/snippets/sort_by.html
A ckan/templates/tag/index.html
M ckan/templates/user/activity_stream.html
M ckan/templates/user/dashboard.html
M ckan/templates/user/followers.html
M ckan/templates/user/list.html
M ckan/templates/user/login.html
M ckan/templates/user/logout.html
M ckan/templates/user/new.html
M ckan/templates/user/perform_reset.html
M ckan/templates/user/read.html
M ckan/templates_legacy/group/layout.html
M ckan/templates_legacy/layout_base.html
M ckan/templates_legacy/package/layout.html
M ckan/templates_legacy/package/read_core.html
M ckan/templates_legacy/revision/layout.html
M ckan/templates_legacy/user/layout.html
M ckan/tests/functional/api/model/test_vocabulary.py
M ckan/tests/functional/api/test_activity.py
M ckan/tests/functional/api/test_dashboard.py
M ckan/tests/functional/test_activity.py
M ckan/tests/functional/test_home.py
M ckan/tests/functional/test_package.py
M ckan/tests/functional/test_pagination.py
M ckan/tests/functional/test_user.py
M ckan/tests/lib/test_dictization.py
M ckan/tests/lib/test_solr_package_search.py
M ckan/tests/logic/test_action.py
A ckan/tests/logic/test_init.py
M ckan/tests/logic/test_member.py
M ckan/tests/misc/test_format_text.py
M ckan/tests/models/test_package.py
M ckanext/datastore/bin/set_permissions.sql
M ckanext/datastore/commands.py
M ckanext/datastore/db.py
M ckanext/datastore/plugin.py
M ckanext/datastore/tests/test_configure.py
M ckanext/datastore/tests/test_search.py
A ckanext/example_idatasetform/templates/package/snippets/package_basic_fields.html
M ckanext/example_idatasetform/templates/package/snippets/package_metadata_fields.html
R ckanext/organizations/__init__.py
R ckanext/organizations/controllers.py
R ckanext/organizations/forms.py
R ckanext/organizations/templates/email/join_publisher_request.txt
R ckanext/organizations/templates/organization_edit.html
R ckanext/organizations/templates/organizations/form.html
R ckanext/organizations/templates/organizations/index.html
R ckanext/organizations/templates/organizations/new.html
R ckanext/organizations/templates/organizations/read.html
R ckanext/organizations/templates/organizations/users.html
R ckanext/organizations/templates/organizations/users_form.html
R ckanext/organizations/templates_legacy/organizations/apply.html
R ckanext/organizations/templates_legacy/organizations/apply_form.html
R ckanext/organizations/templates_legacy/organizations/email/join_publisher_request.txt
R ckanext/organizations/templates_legacy/organizations/form.html
R ckanext/organizations/templates_legacy/organizations/history.html
R ckanext/organizations/templates_legacy/organizations/index.html
R ckanext/organizations/templates_legacy/organizations/layout.html
R ckanext/organizations/templates_legacy/organizations/new.html
R ckanext/organizations/templates_legacy/organizations/package_form.html
R ckanext/organizations/templates_legacy/organizations/read.html
R ckanext/organizations/templates_legacy/organizations/users.html
R ckanext/organizations/templates_legacy/organizations/users_form.html
M ckanext/reclinepreview/theme/public/preview_recline.js
M ckanext/reclinepreview/theme/public/vendor/recline/recline.css
M ckanext/reclinepreview/theme/public/vendor/recline/recline.dataset.js
M ckanext/reclinepreview/theme/public/vendor/recline/recline.dataset.min.js
M ckanext/reclinepreview/theme/public/vendor/recline/recline.js
M ckanext/reclinepreview/theme/public/vendor/recline/recline.min.css
M ckanext/reclinepreview/theme/public/vendor/recline/recline.min.js
R ckanext/resourceproxy/tests/file_server.py
M ckanext/resourceproxy/tests/test_proxy.py
M doc/_templates/footer.html
R doc/about.rst
M doc/apps-ideas.rst
M doc/architecture.rst
M doc/authorization.rst
M doc/background-tasks.rst
R doc/commenting.rst
M doc/common-error-messages.rst
M doc/conf.py
M doc/configuration.rst
R doc/contrib.rst
A doc/contributing.rst
M doc/css-coding-standards.rst
M doc/data-viewer.rst
M doc/database-dumps.rst
M doc/datastore-setup.rst
M doc/deployment.rst
M doc/email-notifications.rst
R doc/extension-templating.rst
M doc/extensions.rst
M doc/filestore.rst
M doc/form-integration.rst
M doc/frontend-development.rst
R doc/geospatial.rst
R doc/harvesting.rst
M doc/i18n.rst
R doc/images/1.png
R doc/images/2.png
R doc/images/3a.png
R doc/images/3b.png
R doc/images/4.png
R doc/images/5.png
R doc/images/6.png
R doc/images/7.png
R doc/images/8.png
R doc/images/8a.png
M doc/images/9.png
R doc/images/i1.png
R doc/images/i2.png
R doc/images/i3.png
R doc/images/i4.png
R doc/images/i5.png
R doc/images/i6.png
R doc/images/i7.png
R doc/images/i8.png
A doc/images/popular-dataset.png
A doc/images/popular-resource.png
A doc/images/sort-datasets-by-popularity.png
R doc/images/virtualbox1-package.png
R doc/images/virtualbox11-ubuntu.png
R doc/images/virtualbox4-newvm.png
R doc/images/virtualbox5-vmtype.png
R doc/images/virtualbox6-vmloc.png
R doc/images/virtualbox7-startvm.png
R doc/images/virtualbox8-firstrun.png
R doc/images/virtualbox9-iso.png
A doc/importing-datasets.rst
M doc/index.rst
R doc/install-from-package-amazon.rst
R doc/install-from-package-virtualbox.rst
M doc/install-from-package.rst
M doc/install-from-source.rst
M doc/javascript-coding-standards.rst
M doc/javascript-module-tutorial.rst
M doc/legacy-api.rst
R doc/loading-data.rst
M doc/multilingual.rst
R doc/organizations_and_groups.rst
M doc/paster.rst
M doc/post-installation.rst
R doc/publisher-profile.rst
M doc/publishing-datasets.rst
M doc/release-cycle.rst
A doc/release-process.rst
M doc/resources.rst
M doc/solr-setup.rst
A doc/stats.rst
M doc/tag-vocabularies.rst
M doc/templating.rst
M doc/test.rst
M doc/theming.rst
M doc/toolkit.rst
A doc/tracking.rst
R doc/user-stories-list.rst
R doc/user-stories.rst
R doc/writing-extensions.rst
M pip-requirements-test.txt
M setup.py
M test-core.ini
Log Message:
-----------
Merge branch 'master' into 226-text-highlighting
Conflicts:
ckan/config/deployment.ini_tmpl
Commit: e3fe51aec01d282f49002533602b4764729c14bd
https://github.com/okfn/ckan/commit/e3fe51aec01d282f49002533602b4764729c14bd
Author: Dominik Moritz <domoritz at gmail.com>
Date: 2013-05-13 (Mon, 13 May 2013)
Changed paths:
M ckan/config/deployment.ini_tmpl
Log Message:
-----------
[#226] Fix merge
Commit: 561c9b9aa35c54cf9d93d6a8c63434e5f20813ce
https://github.com/okfn/ckan/commit/561c9b9aa35c54cf9d93d6a8c63434e5f20813ce
Author: Dominik Moritz <domoritz at gmail.com>
Date: 2013-05-13 (Mon, 13 May 2013)
Changed paths:
M ckanext/textpreview/plugin.py
Log Message:
-----------
[#226] Preview geojson with json preview
Commit: d0a25a735d03774e09d49a5dfa25e93b522f28f0
https://github.com/okfn/ckan/commit/d0a25a735d03774e09d49a5dfa25e93b522f28f0
Author: Dominik Moritz <domoritz at gmail.com>
Date: 2013-05-13 (Mon, 13 May 2013)
Changed paths:
M ckanext/textpreview/theme/public/preview_text.js
Log Message:
-----------
[#226] Make ajax request for preview async to prevent the request from blocking the ui
Commit: 5bae973476b924869f19d0085325c5618b96957a
https://github.com/okfn/ckan/commit/5bae973476b924869f19d0085325c5618b96957a
Author: Dominik Moritz <domoritz at gmail.com>
Date: 2013-05-13 (Mon, 13 May 2013)
Changed paths:
M ckanext/textpreview/theme/public/preview_text.js
Log Message:
-----------
[#226] Show original error message, if possible, instead of a not very helpful default message.
Commit: cf7acb33571db57bec3980dfdc142c3a9ab86f1b
https://github.com/okfn/ckan/commit/cf7acb33571db57bec3980dfdc142c3a9ab86f1b
Author: Dominik Moritz <domoritz at gmail.com>
Date: 2013-05-13 (Mon, 13 May 2013)
Changed paths:
M ckan/model/package.py
M ckan/templates_legacy/package/resource_read.html
Log Message:
-----------
Merge pull request #795 from okfn/795-package-is_private
package.is_private needs to die
Commit: 11beb83be4f26ffb1ac5fe56eb047477e0dfafc2
https://github.com/okfn/ckan/commit/11beb83be4f26ffb1ac5fe56eb047477e0dfafc2
Author: Dominik Moritz <domoritz at gmail.com>
Date: 2013-05-13 (Mon, 13 May 2013)
Changed paths:
M pip-requirements-test.txt
Log Message:
-----------
[#896] Require latest httpretty in tests to fix proxy tests
Commit: 52282f154a8aed5fed23487bdca27d1a2d692f06
https://github.com/okfn/ckan/commit/52282f154a8aed5fed23487bdca27d1a2d692f06
Author: Nigel Babu <nigelbabu at gmail.com>
Date: 2013-05-13 (Mon, 13 May 2013)
Changed paths:
M ckan/logic/__init__.py
Log Message:
-----------
Merge pull request #845 from open-data/more-useful-validation-errors
Prettifying ValidationErrors makes them less useful
Commit: 70970f93daff29046ab433fbb6c361d8da01ebdd
https://github.com/okfn/ckan/commit/70970f93daff29046ab433fbb6c361d8da01ebdd
Author: tobes <toby.junk at gmail.com>
Date: 2013-05-14 (Tue, 14 May 2013)
Changed paths:
M ckanext/datastore/plugin.py
Log Message:
-----------
Merge branch '891-resource-show-does-not-support-get'
Commit: accfa9184aa26261bdca77ed3d2cb5711e7f93b5
https://github.com/okfn/ckan/commit/accfa9184aa26261bdca77ed3d2cb5711e7f93b5
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-05-14 (Tue, 14 May 2013)
Changed paths:
M ckan/logic/action/update.py
Log Message:
-----------
Merge branch '897-fix-resource-update-idatasetform-validation'
Commit: 4e1848e44876f572d47e8ccbd34393f0f54c626c
https://github.com/okfn/ckan/commit/4e1848e44876f572d47e8ccbd34393f0f54c626c
Author: tobes <toby.junk at gmail.com>
Date: 2013-05-15 (Wed, 15 May 2013)
Changed paths:
M ckanext/datastore/db.py
M ckanext/datastore/plugin.py
Log Message:
-----------
Merge branch '895-close-datastore-connections'
Commit: 1ae1b0a9ddccd782f66889b3fdb58b96ce640056
https://github.com/okfn/ckan/commit/1ae1b0a9ddccd782f66889b3fdb58b96ce640056
Author: tobes <toby.junk at gmail.com>
Date: 2013-05-15 (Wed, 15 May 2013)
Changed paths:
M CHANGELOG.txt
M ckan/config/deployment.ini_tmpl
A ckan/config/install.py
M ckan/config/who.ini
M ckan/controllers/group.py
M ckan/logic/__init__.py
M ckan/logic/action/create.py
M ckan/logic/action/update.py
M ckan/model/package.py
M ckan/public/base/css/main.css
M ckan/public/base/javascript/modules/basic-form.js
M ckan/public/base/javascript/tracking.js
M ckan/public/base/less/group.less
M ckan/templates/organization/bulk_process.html
M ckan/templates/revision/read.html
M ckan/templates_legacy/package/resource_read.html
M ckanext/datastore/db.py
M ckanext/datastore/plugin.py
M doc/authorization.rst
M doc/conf.py
M doc/configuration.rst
M doc/datastore-setup.rst
M doc/deployment.rst
M doc/extensions.rst
R doc/images/1.png
R doc/images/2.png
R doc/images/3a.png
R doc/images/3b.png
R doc/images/4.png
R doc/images/5.png
R doc/images/6.png
R doc/images/7.png
R doc/images/8.png
R doc/images/8a.png
M doc/images/9.png
R doc/images/i1.png
R doc/images/i2.png
R doc/images/i3.png
R doc/images/i4.png
R doc/images/i5.png
R doc/images/i6.png
R doc/images/i7.png
R doc/images/i8.png
R doc/images/virtualbox1-package.png
R doc/images/virtualbox11-ubuntu.png
R doc/images/virtualbox4-newvm.png
R doc/images/virtualbox5-vmtype.png
R doc/images/virtualbox6-vmloc.png
R doc/images/virtualbox7-startvm.png
R doc/images/virtualbox8-firstrun.png
R doc/images/virtualbox9-iso.png
M doc/index.rst
R doc/install-from-package-amazon.rst
R doc/install-from-package-virtualbox.rst
M doc/install-from-package.rst
M doc/install-from-source.rst
A doc/stats.rst
M setup.py
Log Message:
-----------
Merge branch 'master' into coding-standards-tests
Commit: 22538f9b3a54c65e38db4b9e1d905202b8ba17ba
https://github.com/okfn/ckan/commit/22538f9b3a54c65e38db4b9e1d905202b8ba17ba
Author: tobes <toby.junk at gmail.com>
Date: 2013-05-15 (Wed, 15 May 2013)
Changed paths:
M ckan/config/install.py
Log Message:
-----------
Coding standards: pep8 fix for config/install.py
Commit: 1fe28d260358e8eb7b63853d7ade498fad0c0af3
https://github.com/okfn/ckan/commit/1fe28d260358e8eb7b63853d7ade498fad0c0af3
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-05-15 (Wed, 15 May 2013)
Changed paths:
M ckan/logic/action/create.py
M ckan/logic/schema.py
Log Message:
-----------
[#283] Save validated data dicts in activity_create
activity_create() was validating the data dict passed to it, but then
passing the original, unvalidated data dict on to model save. Make it pass
the validated data dict instead.
Fixing this reveals another problem, a JSONDecodeError when pulling
activities out of the database. Invalid JSON is getting into the data
column of the activity table. default_create_activity_schema() runs
unicode() on the 'data' field of the activity dict. This has the effect of
turning a Python dict (the 'data' field's value) into a Python string. The
schema should not do this, because the data field uses SQLAlchemy's
JsonDictType at the model level, so the dict is turned into a string at
the model level, it doesn't need to be turned into a string at the schema
level first.
To fix the second problem, just remove the unicode from
default_create_activity_schema.
Commit: a51d49ed723afc51bfdcb116895b120f2ee4f945
https://github.com/okfn/ckan/commit/a51d49ed723afc51bfdcb116895b120f2ee4f945
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-05-15 (Wed, 15 May 2013)
Changed paths:
M ckan/logic/schema.py
Log Message:
-----------
[#283] Accept user name or id in activity_create
The activity_create docstring claims that 'user_id' can be either name
or an id, but in fact only ids work. Change the schema to allow names or
ids.
Commit: 300f6bc9fc48dbd72d573d8798537b538317d740
https://github.com/okfn/ckan/commit/300f6bc9fc48dbd72d573d8798537b538317d740
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-05-15 (Wed, 15 May 2013)
Changed paths:
M ckan/logic/action/update.py
Log Message:
-----------
[#283] Don't raise NotAuthorized in related_update()
There's no need for related_update logic function to check whether 'user'
is in the context and raise NotAuthorised. 'user' is always in the
context, and if the user is not logged in or not authorised to edit the
related item, then the related_update authorization function will raise an
error.
Commit: 1ee1f71b29c2b5d7211e9eb7aed3f9dc9c267c08
https://github.com/okfn/ckan/commit/1ee1f71b29c2b5d7211e9eb7aed3f9dc9c267c08
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-05-15 (Wed, 15 May 2013)
Changed paths:
M CHANGELOG.txt
M CONTRIBUTING.rst
M README.rst
M bin/osx-postgres-mem.sh
M bin/travis-build
M ckan/config/deployment.ini_tmpl
M ckan/config/environment.py
A ckan/config/install.py
M ckan/config/routing.py
M ckan/config/who.ini
M ckan/controllers/api.py
M ckan/controllers/error.py
M ckan/controllers/feed.py
M ckan/controllers/group.py
M ckan/controllers/home.py
M ckan/controllers/organization.py
M ckan/controllers/package.py
M ckan/controllers/related.py
M ckan/controllers/revision.py
M ckan/controllers/storage.py
M ckan/controllers/tag.py
M ckan/controllers/user.py
M ckan/i18n/check_po_files.py
M ckan/lib/activity_streams.py
M ckan/lib/alphabet_paginate.py
M ckan/lib/app_globals.py
M ckan/lib/base.py
M ckan/lib/cli.py
M ckan/lib/create_test_data.py
M ckan/lib/dictization/model_dictize.py
M ckan/lib/dictization/model_save.py
M ckan/lib/email_notifications.py
M ckan/lib/formatters.py
M ckan/lib/helpers.py
M ckan/lib/mailer.py
M ckan/lib/navl/dictization_functions.py
M ckan/lib/navl/validators.py
M ckan/lib/package_saver.py
M ckan/lib/render.py
M ckan/lib/search/query.py
M ckan/logic/__init__.py
M ckan/logic/action/create.py
M ckan/logic/action/delete.py
M ckan/logic/action/get.py
M ckan/logic/action/update.py
M ckan/logic/auth/create.py
M ckan/logic/converters.py
M ckan/logic/schema.py
M ckan/logic/validators.py
M ckan/migration/versions/067_turn_extras_to_strings.py
R ckan/misc.py
M ckan/model/__init__.py
M ckan/model/license.py
M ckan/model/package.py
M ckan/model/package_relationship.py
M ckan/model/tag.py
M ckan/model/tracking.py
M ckan/new_authz.py
M ckan/plugins/interfaces.py
M ckan/plugins/toolkit.py
M ckan/public/base/css/main.css
R ckan/public/base/images/flags.png
M ckan/public/base/javascript/modules/basic-form.js
M ckan/public/base/javascript/tracking.js
M ckan/public/base/less/footer.less
M ckan/public/base/less/group.less
M ckan/public/base/less/iehacks.less
M ckan/public/base/less/layout.less
M ckan/public/base/less/mixins.less
M ckan/public/base/less/prose.less
M ckan/public/base/test/index.html
M ckan/public/base/test/spec/client.spec.js
M ckan/public/base/test/spec/modules/autocomplete.spec.js
M ckan/templates/activity_streams/activity_stream_items.html
M ckan/templates/dataviewer/snippets/data_preview.html
M ckan/templates/development/primer.html
A ckan/templates/development/snippets/actions.html
A ckan/templates/development/snippets/context.html
M ckan/templates/development/snippets/facet.html
M ckan/templates/development/snippets/media_grid.html
M ckan/templates/development/snippets/nav.html
M ckan/templates/development/snippets/page_header.html
R ckan/templates/development/snippets/toolbar.html
M ckan/templates/group/about.html
M ckan/templates/group/activity_stream.html
M ckan/templates/group/admins.html
M ckan/templates/group/confirm_delete.html
M ckan/templates/group/confirm_delete_member.html
M ckan/templates/group/followers.html
A ckan/templates/group/history.html
M ckan/templates/group/index.html
M ckan/templates/group/member_new.html
M ckan/templates/group/members.html
M ckan/templates/group/read.html
A ckan/templates/group/snippets/history_revisions.html
A ckan/templates/group/snippets/revisions_table.html
M ckan/templates/header.html
M ckan/templates/organization/about.html
M ckan/templates/organization/activity_stream.html
M ckan/templates/organization/admins.html
M ckan/templates/organization/base_form_page.html
M ckan/templates/organization/bulk_process.html
M ckan/templates/organization/confirm_delete.html
M ckan/templates/organization/confirm_delete_member.html
M ckan/templates/organization/edit.html
M ckan/templates/organization/index.html
M ckan/templates/organization/member_new.html
M ckan/templates/organization/new.html
M ckan/templates/organization/read.html
M ckan/templates/package/activity.html
M ckan/templates/package/activity_stream.html
M ckan/templates/package/confirm_delete.html
M ckan/templates/package/confirm_delete_resource.html
M ckan/templates/package/followers.html
A ckan/templates/package/history.html
M ckan/templates/package/read.html
M ckan/templates/package/read_base.html
M ckan/templates/package/related_list.html
M ckan/templates/package/resource_read.html
M ckan/templates/package/search.html
M ckan/templates/package/snippets/additional_info.html
M ckan/templates/package/snippets/data_api_button.html
A ckan/templates/package/snippets/history_revisions.html
M ckan/templates/package/snippets/info.html
M ckan/templates/package/snippets/package_basic_fields.html
M ckan/templates/package/snippets/package_metadata_fields.html
M ckan/templates/package/snippets/resource_form.html
M ckan/templates/package/snippets/resources_list.html
A ckan/templates/package/snippets/revisions_table.html
M ckan/templates/package/snippets/search_form.html
M ckan/templates/related/confirm_delete.html
M ckan/templates/related/dashboard.html
A ckan/templates/revision/__init__.py
A ckan/templates/revision/diff.html
A ckan/templates/revision/list.html
A ckan/templates/revision/read.html
A ckan/templates/revision/read_base.html
A ckan/templates/revision/snippets/revisions_list.html
M ckan/templates/snippets/facet_list.html
M ckan/templates/snippets/sort_by.html
M ckan/templates/tag/index.html
M ckan/templates/user/activity_stream.html
M ckan/templates/user/dashboard.html
M ckan/templates/user/followers.html
M ckan/templates/user/list.html
M ckan/templates/user/login.html
M ckan/templates/user/logout.html
M ckan/templates/user/new.html
M ckan/templates/user/perform_reset.html
M ckan/templates/user/read.html
M ckan/templates_legacy/package/read_core.html
M ckan/templates_legacy/package/resource_read.html
M ckan/tests/functional/api/test_dashboard.py
M ckan/tests/functional/test_home.py
M ckan/tests/functional/test_package.py
M ckan/tests/functional/test_pagination.py
M ckan/tests/functional/test_user.py
M ckan/tests/lib/test_dictization.py
M ckan/tests/lib/test_solr_package_search.py
M ckan/tests/logic/test_action.py
A ckan/tests/logic/test_init.py
M ckan/tests/logic/test_member.py
M ckan/tests/misc/test_format_text.py
M ckan/tests/models/test_package.py
M ckanext/datastore/bin/set_permissions.sql
M ckanext/datastore/commands.py
M ckanext/datastore/db.py
M ckanext/datastore/plugin.py
M ckanext/datastore/tests/test_configure.py
M ckanext/datastore/tests/test_search.py
A ckanext/example_idatasetform/templates/package/snippets/package_basic_fields.html
M ckanext/example_idatasetform/templates/package/snippets/package_metadata_fields.html
M ckanext/reclinepreview/theme/public/preview_recline.js
M ckanext/reclinepreview/theme/public/vendor/recline/recline.css
M ckanext/reclinepreview/theme/public/vendor/recline/recline.dataset.js
M ckanext/reclinepreview/theme/public/vendor/recline/recline.dataset.min.js
M ckanext/reclinepreview/theme/public/vendor/recline/recline.js
M ckanext/reclinepreview/theme/public/vendor/recline/recline.min.css
M ckanext/reclinepreview/theme/public/vendor/recline/recline.min.js
M doc/_templates/footer.html
R doc/about.rst
M doc/apps-ideas.rst
M doc/architecture.rst
M doc/authorization.rst
M doc/background-tasks.rst
R doc/commenting.rst
M doc/common-error-messages.rst
M doc/conf.py
M doc/configuration.rst
R doc/contrib.rst
A doc/contributing.rst
M doc/css-coding-standards.rst
M doc/data-viewer.rst
M doc/database-dumps.rst
M doc/datastore-setup.rst
M doc/deployment.rst
M doc/email-notifications.rst
R doc/extension-templating.rst
M doc/extensions.rst
M doc/filestore.rst
M doc/form-integration.rst
M doc/frontend-development.rst
R doc/geospatial.rst
R doc/harvesting.rst
M doc/i18n.rst
R doc/images/1.png
R doc/images/2.png
R doc/images/3a.png
R doc/images/3b.png
R doc/images/4.png
R doc/images/5.png
R doc/images/6.png
R doc/images/7.png
R doc/images/8.png
R doc/images/8a.png
M doc/images/9.png
R doc/images/i1.png
R doc/images/i2.png
R doc/images/i3.png
R doc/images/i4.png
R doc/images/i5.png
R doc/images/i6.png
R doc/images/i7.png
R doc/images/i8.png
A doc/images/popular-dataset.png
A doc/images/popular-resource.png
A doc/images/sort-datasets-by-popularity.png
R doc/images/virtualbox1-package.png
R doc/images/virtualbox11-ubuntu.png
R doc/images/virtualbox4-newvm.png
R doc/images/virtualbox5-vmtype.png
R doc/images/virtualbox6-vmloc.png
R doc/images/virtualbox7-startvm.png
R doc/images/virtualbox8-firstrun.png
R doc/images/virtualbox9-iso.png
A doc/importing-datasets.rst
M doc/index.rst
R doc/install-from-package-amazon.rst
R doc/install-from-package-virtualbox.rst
M doc/install-from-package.rst
M doc/install-from-source.rst
M doc/javascript-coding-standards.rst
M doc/javascript-module-tutorial.rst
M doc/legacy-api.rst
R doc/loading-data.rst
M doc/multilingual.rst
R doc/organizations_and_groups.rst
M doc/paster.rst
M doc/post-installation.rst
R doc/publisher-profile.rst
M doc/publishing-datasets.rst
M doc/release-cycle.rst
A doc/release-process.rst
M doc/resources.rst
M doc/solr-setup.rst
A doc/stats.rst
M doc/tag-vocabularies.rst
M doc/templating.rst
M doc/test.rst
M doc/theming.rst
M doc/toolkit.rst
A doc/tracking.rst
R doc/user-stories-list.rst
R doc/user-stories.rst
R doc/writing-extensions.rst
M setup.py
M test-core.ini
Log Message:
-----------
Merge branch 'master' of github.com:okfn/ckan into 283-activity-stream-fixes
Conflicts:
ckan/logic/action/update.py
Commit: b171161de1515a7db38cdf02f910d0bef58ba7e3
https://github.com/okfn/ckan/commit/b171161de1515a7db38cdf02f910d0bef58ba7e3
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-05-15 (Wed, 15 May 2013)
Changed paths:
M ckan/config/install.py
M ckan/tests/logic/test_init.py
M ckan/tests/logic/test_member.py
A ckan/tests/test_coding_standards.py
M pip-requirements-test.txt
Log Message:
-----------
Merge branch 'coding-standards-tests'
Commit: 1dc67189be7c46c719b580e2bcf8ef21cf1ae60a
https://github.com/okfn/ckan/commit/1dc67189be7c46c719b580e2bcf8ef21cf1ae60a
Author: Dominik Moritz <domoritz at gmail.com>
Date: 2013-05-15 (Wed, 15 May 2013)
Changed paths:
M ckan/logic/schema.py
M ckan/logic/validators.py
M ckanext/datastore/db.py
M ckanext/datastore/logic/action.py
M ckanext/datastore/tests/test_create.py
M ckanext/datastore/tests/test_unit.py
Log Message:
-----------
[#905] Validate datastore actions against a schema
Commit: 6efb9285dca9d64bff1385ba6e519948e30e98ee
https://github.com/okfn/ckan/commit/6efb9285dca9d64bff1385ba6e519948e30e98ee
Author: Dominik Moritz <domoritz at gmail.com>
Date: 2013-05-15 (Wed, 15 May 2013)
Changed paths:
M ckanext/datastore/db.py
Log Message:
-----------
[#905] Do not raise 500 if the wrong type is passed to datastore_create or datastore_upsert
Commit: a66c3c8e112425ad78a272d35cb28f943943947d
https://github.com/okfn/ckan/commit/a66c3c8e112425ad78a272d35cb28f943943947d
Author: tobes <toby.junk at gmail.com>
Date: 2013-05-15 (Wed, 15 May 2013)
Changed paths:
M ckan/lib/activity_streams.py
M ckan/logic/action/create.py
M ckan/logic/action/update.py
M ckan/logic/schema.py
M ckan/logic/validators.py
M ckan/tests/functional/api/test_activity.py
Log Message:
-----------
Merge branch '283-activity-stream-fixes'
Commit: c18b7e633397047e672cc4eb06466bab3ad9e7e7
https://github.com/okfn/ckan/commit/c18b7e633397047e672cc4eb06466bab3ad9e7e7
Author: Dominik Moritz <domoritz at gmail.com>
Date: 2013-05-16 (Thu, 16 May 2013)
Changed paths:
M ckanext/datastore/db.py
M ckanext/datastore/logic/action.py
Log Message:
-----------
[#905] CLean up import, capitalized constants
Commit: 39206622efada8c34f6af750787348f9a337291d
https://github.com/okfn/ckan/commit/39206622efada8c34f6af750787348f9a337291d
Author: Dominik Moritz <domoritz at gmail.com>
Date: 2013-05-16 (Thu, 16 May 2013)
Changed paths:
A ckanext/datastore/logic/schema.py
Log Message:
-----------
[#905] Add missing schema file. Thanks @tobes
Commit: 32d3a15cee154e8638f8f8c504d599bb8f45c6f8
https://github.com/okfn/ckan/commit/32d3a15cee154e8638f8f8c504d599bb8f45c6f8
Author: Dominik Moritz <domoritz at gmail.com>
Date: 2013-05-16 (Thu, 16 May 2013)
Changed paths:
M ckanext/datastore/logic/schema.py
Log Message:
-----------
[#905] Explicitly get validators from toolkit
Commit: 38dd3c1f117eacdc554c2a63aaf711321b652cce
https://github.com/okfn/ckan/commit/38dd3c1f117eacdc554c2a63aaf711321b652cce
Author: John Glover <glover.john at gmail.com>
Date: 2013-05-21 (Tue, 21 May 2013)
Changed paths:
M ckan/lib/helpers.py
Log Message:
-----------
Merge pull request #866 from okfn/866-lib-helpers-cleanups
lib.helpers cleanups
Commit: c73a1ce8977e22b6cc819e083dd6fe90019231c2
https://github.com/okfn/ckan/commit/c73a1ce8977e22b6cc819e083dd6fe90019231c2
Author: Tom Mortimer-Jones <tom at morty.co.uk>
Date: 2013-05-21 (Tue, 21 May 2013)
Changed paths:
M ckan/logic/action/create.py
Log Message:
-----------
Added some documentation for package_create
The owner_org parameter of package_create was not documented,
so I have added some documentation for it.
Commit: f34ddbfc3fa67100419230c19535de109be11214
https://github.com/okfn/ckan/commit/f34ddbfc3fa67100419230c19535de109be11214
Author: Tom Mortimer-Jones <tom at morty.co.uk>
Date: 2013-05-21 (Tue, 21 May 2013)
Changed paths:
M ckan/logic/action/create.py
Log Message:
-----------
Fix documentation to match the API spelling.
Commit: 172563b084c79aba3ddf96549dc572b11216b7dd
https://github.com/okfn/ckan/commit/172563b084c79aba3ddf96549dc572b11216b7dd
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-05-22 (Wed, 22 May 2013)
Changed paths:
A CHANGELOG.rst
R CHANGELOG.txt
M CONTRIBUTING.rst
M ckan/logic/action/create.py
M ckan/logic/action/delete.py
M ckan/logic/action/get.py
M ckan/logic/action/update.py
R doc/CHANGELOG.rst
M doc/api.rst
R doc/architecture.rst
M doc/background-tasks.rst
A doc/changelog.rst
A doc/ckan-coding-standards.rst
R doc/ckan.logic.action.create.rst
R doc/ckan.logic.action.delete.rst
R doc/ckan.logic.action.get.rst
R doc/ckan.logic.action.update.rst
R doc/common-error-messages.rst
M doc/conf.py
M doc/configuration.rst
R doc/database-dumps.rst
R doc/datastore-api.rst
R doc/datastore-setup.rst
M doc/datastore.rst
M doc/deployment.rst
M doc/email-notifications.rst
R doc/extensions.rst
A doc/features.rst
R doc/filestore-api.rst
M doc/filestore.rst
M doc/frontend-development.rst
R doc/frontend-testing.rst
A doc/getting-started.rst
A doc/images/admin-page.png
R doc/importing-datasets.rst
M doc/index.rst
M doc/install-from-package.rst
M doc/install-from-source.rst
A doc/installing.rst
M doc/multilingual.rst
M doc/paster.rst
R doc/post-installation.rst
R doc/publishing-datasets.rst
M doc/release-cycle.rst
M doc/release-process.rst
M doc/tag-vocabularies.rst
M doc/test.rst
M doc/theming.rst
A doc/upgrading-a-package-install.rst
A doc/upgrading-a-source-install.rst
A doc/writing-extensions.rst
Log Message:
-----------
[#769] Huge docs reorganization
The main changes are:
- Completely redesigned the main table of contents. This is intended to
be a much simpler, clearer, more linear structure, both for readers to
find their way and for developers to know where to add new docs.
- New "Installing" page that links to all the pages about
installing/deploying/upgrading package installs and source installs.
This is needed mainly so we have somewhere to explain the choice
between package and source install.
- Move "Upgrading a Package Install to CKAN 2.0" and "Upgrading a Source
Install" onto their own pages. These should be merged into a single
"Upgrading CKAN" page in the future.
- Rename the "Deployment" page to "Deploying a Source Install", you
don't need to do it for package installs.
- Renamed the "Post-Installation Setup" page to "Getting Started", moved some
stuff from the "Theming" page to here, edited the page, adding a
screenshot. This page could probably be improved a lot.
- Rename the "CKAN Paster Commands" page to "Command Line Interface" and
rewrite it. It should be much clearer about how to use and
troubleshoot paster commands now.
Also move the paster commands reference into the same page, so all CLI
docs are on one page.
Moved this page much higher up in the table of contents so people
should find out shortly after doing either a package or source
install, how to run paster commands.
- Deleted the "Database Dumps" page, this was double-documented in the Paster
Commands Reference, I merged the differences in.
- Deleted the "Extensions" page. We now just have a "Features" section
that lists every core feature and core extension (each has its own
page).
Users don't care whether something is a core feature or a core
extension, they just want to know what it does and how to use it.
Writing extensions is still covered on the "Writing Extensions" page.
- Moved all the FileStore stuff (overview, setup, API) onto one
FileStore page.
- Moved all the datastore docs: overview, setup, api onto one page.
Moved datastore API reference docs from Action API page into datastore
page.
- Delete the "Importing Datasets" page. Move the API example from this page onto
the API page.
- Added module-level docstrings to the files in ckan/logic/action/*.py,
for the benefit of the action API reference docs
- Put the Action API reference docs back onto the same page with the API
overview docs, instead of splitting it all across 5 pages.
- Rewrote the CONTRIBUTING file, it now contains everything: reporting
issues, translating, all the different coding standards, commit
messages, frontend development guidelines, writing documentation,
making and merging pull requests ... all in one place.
- Renamed CKAN Code Architecture to CKAN Coding Standards
- Renamed the "Testing for Developers" page to "Testing CKAN"
- Moved the "Frontend Testing" page into the "Testing CKAN" page, so now
all the docs about testing are on one page.
- Deleted the "Common Error Messages" page. I moved some of the error messages
to other places, the rest of them looked no longer relevant.
- Deleted the "Publishing Datasets" page. Just deleted it.
- Lots of editing all over the place, but much more is needed.
Commit: ace5c30d6505bd99b8bb62bd2d3b57f1478db31c
https://github.com/okfn/ckan/commit/ace5c30d6505bd99b8bb62bd2d3b57f1478db31c
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-05-22 (Wed, 22 May 2013)
Changed paths:
M doc/conf.py
Log Message:
-----------
[#769] Change docs sidebar contents
- Show Next Page and Prev Page links in sidebar
- Don't show the current page's table of contents in the sidebar,
this is already contained (and expanded) within the global table of contents
that's already shown in the sidebar
- Don't show the table of contents in the sidebar, on the table of contents
page!
Commit: 8f66eae11618ec663b92e4cf0082acb7621e94e2
https://github.com/okfn/ckan/commit/8f66eae11618ec663b92e4cf0082acb7621e94e2
Author: Dominik Moritz <domoritz at gmail.com>
Date: 2013-05-22 (Wed, 22 May 2013)
Changed paths:
M ckan/logic/__init__.py
M ckanext/datastore/logic/schema.py
Log Message:
-----------
[#905] Get OneOf from toolkit
Commit: a707cf5cb5e9005674da1966f6a35831af2dd8ff
https://github.com/okfn/ckan/commit/a707cf5cb5e9005674da1966f6a35831af2dd8ff
Author: Dominik Moritz <domoritz at gmail.com>
Date: 2013-05-22 (Wed, 22 May 2013)
Changed paths:
M ckanext/resourceproxy/controller.py
Log Message:
-----------
[#896] Do a GET request if HEAD is not supported
Commit: a2d27c943488af0ab57e80d543388017fcc64860
https://github.com/okfn/ckan/commit/a2d27c943488af0ab57e80d543388017fcc64860
Author: Dominik Moritz <domoritz at gmail.com>
Date: 2013-05-22 (Wed, 22 May 2013)
Changed paths:
M ckanext/datastore/db.py
M ckanext/datastore/logic/action.py
M ckanext/datastore/logic/schema.py
M ckanext/datastore/tests/test_search.py
Log Message:
-----------
[#905] Validate filters and parse them to json, even if they are strings, fixes #917
Commit: 394d85a2337dc4afabb6e37b112c351302ee62f4
https://github.com/okfn/ckan/commit/394d85a2337dc4afabb6e37b112c351302ee62f4
Author: Dominik Moritz <domoritz at gmail.com>
Date: 2013-05-23 (Thu, 23 May 2013)
Changed paths:
M ckanext/datastore/logic/schema.py
Log Message:
-----------
[#905] Fix pep8 isssue
Commit: cc206fd13827f715d25a4647f61b98d80b3792d0
https://github.com/okfn/ckan/commit/cc206fd13827f715d25a4647f61b98d80b3792d0
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-05-23 (Thu, 23 May 2013)
Changed paths:
M .tx/config
M ckan/i18n/bg/LC_MESSAGES/ckan.mo
M ckan/i18n/bg/LC_MESSAGES/ckan.po
M ckan/i18n/ca/LC_MESSAGES/ckan.mo
M ckan/i18n/ca/LC_MESSAGES/ckan.po
M ckan/i18n/ckan.pot
M ckan/i18n/cs_CZ/LC_MESSAGES/ckan.mo
M ckan/i18n/cs_CZ/LC_MESSAGES/ckan.po
M ckan/i18n/de/LC_MESSAGES/ckan.mo
M ckan/i18n/de/LC_MESSAGES/ckan.po
M ckan/i18n/el/LC_MESSAGES/ckan.mo
M ckan/i18n/el/LC_MESSAGES/ckan.po
M ckan/i18n/es/LC_MESSAGES/ckan.mo
M ckan/i18n/es/LC_MESSAGES/ckan.po
A ckan/i18n/fa_IR/LC_MESSAGES/ckan.mo
A ckan/i18n/fa_IR/LC_MESSAGES/ckan.po
M ckan/i18n/fi/LC_MESSAGES/ckan.mo
M ckan/i18n/fi/LC_MESSAGES/ckan.po
M ckan/i18n/fr/LC_MESSAGES/ckan.mo
M ckan/i18n/fr/LC_MESSAGES/ckan.po
M ckan/i18n/hu/LC_MESSAGES/ckan.mo
M ckan/i18n/hu/LC_MESSAGES/ckan.po
A ckan/i18n/id/LC_MESSAGES/ckan.mo
A ckan/i18n/id/LC_MESSAGES/ckan.po
A ckan/i18n/is/LC_MESSAGES/ckan.mo
A ckan/i18n/is/LC_MESSAGES/ckan.po
M ckan/i18n/it/LC_MESSAGES/ckan.mo
M ckan/i18n/it/LC_MESSAGES/ckan.po
M ckan/i18n/ja/LC_MESSAGES/ckan.mo
M ckan/i18n/ja/LC_MESSAGES/ckan.po
A ckan/i18n/ko_KR/LC_MESSAGES/ckan.mo
A ckan/i18n/ko_KR/LC_MESSAGES/ckan.po
M ckan/i18n/lt/LC_MESSAGES/ckan.mo
M ckan/i18n/lt/LC_MESSAGES/ckan.po
M ckan/i18n/lv/LC_MESSAGES/ckan.mo
M ckan/i18n/lv/LC_MESSAGES/ckan.po
M ckan/i18n/nl/LC_MESSAGES/ckan.mo
M ckan/i18n/nl/LC_MESSAGES/ckan.po
M ckan/i18n/no/LC_MESSAGES/ckan.mo
M ckan/i18n/no/LC_MESSAGES/ckan.po
M ckan/i18n/pl/LC_MESSAGES/ckan.mo
M ckan/i18n/pl/LC_MESSAGES/ckan.po
M ckan/i18n/pt_BR/LC_MESSAGES/ckan.mo
M ckan/i18n/pt_BR/LC_MESSAGES/ckan.po
M ckan/i18n/ro/LC_MESSAGES/ckan.mo
M ckan/i18n/ro/LC_MESSAGES/ckan.po
M ckan/i18n/ru/LC_MESSAGES/ckan.mo
M ckan/i18n/ru/LC_MESSAGES/ckan.po
M ckan/i18n/sk/LC_MESSAGES/ckan.mo
M ckan/i18n/sk/LC_MESSAGES/ckan.po
M ckan/i18n/sl/LC_MESSAGES/ckan.mo
M ckan/i18n/sl/LC_MESSAGES/ckan.po
M ckan/i18n/sq/LC_MESSAGES/ckan.mo
M ckan/i18n/sq/LC_MESSAGES/ckan.po
M ckan/i18n/sr/LC_MESSAGES/ckan.mo
M ckan/i18n/sr/LC_MESSAGES/ckan.po
M ckan/i18n/sr_Latn/LC_MESSAGES/ckan.mo
M ckan/i18n/sr_Latn/LC_MESSAGES/ckan.po
M ckan/i18n/sv/LC_MESSAGES/ckan.mo
M ckan/i18n/sv/LC_MESSAGES/ckan.po
A ckan/i18n/zh_TW/LC_MESSAGES/ckan.mo
A ckan/i18n/zh_TW/LC_MESSAGES/ckan.po
Log Message:
-----------
Update strings files before CKAN 2.0 call for translations
Pull the latest strings from the CKAN 1.8 resource on Transifex into the
po files (some new translations have been added to 1.8 on Transifex,
since 1.8 was released). I've checked these using check-po-files and
they seem okay.
I did not commit the zh_CN (Chinese) or dv (Divehi) strings files as
these currently have 0% translations for CKAN 2.0, maybe they'll be
added before the release.
Update the ckan.pot file with the strings from the source files on the
release-v2.0 branch. I've pushed this updated pot file to Transifex as
the resource CKAN 2.0.
Update the resource slug in .tx/config.
Recompile the mo files from the updated po files.
Commit: 0943719205580a12c7c5368cd4857728fe3a4e2f
https://github.com/okfn/ckan/commit/0943719205580a12c7c5368cd4857728fe3a4e2f
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-05-23 (Thu, 23 May 2013)
Changed paths:
A ckan/i18n/en_GB/LC_MESSAGES/ckan.mo
A ckan/i18n/en_GB/LC_MESSAGES/ckan.po
Log Message:
-----------
Add British English translation from Transifex
For now I've added British English to the filtered-out languages, until
we can do the work to get it displaying properly in the Language:
drop-down.
Conflicts:
ckan/config/deployment.ini_tmpl
Commit: 82f45de2b010e892408a861037b46737358c480c
https://github.com/okfn/ckan/commit/82f45de2b010e892408a861037b46737358c480c
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-05-23 (Thu, 23 May 2013)
Changed paths:
M ckan/i18n/bg/LC_MESSAGES/ckan.mo
M ckan/i18n/bg/LC_MESSAGES/ckan.po
M ckan/i18n/ca/LC_MESSAGES/ckan.mo
M ckan/i18n/ca/LC_MESSAGES/ckan.po
M ckan/i18n/cs_CZ/LC_MESSAGES/ckan.mo
M ckan/i18n/cs_CZ/LC_MESSAGES/ckan.po
M ckan/i18n/de/LC_MESSAGES/ckan.mo
M ckan/i18n/de/LC_MESSAGES/ckan.po
A ckan/i18n/dv/LC_MESSAGES/ckan.mo
A ckan/i18n/dv/LC_MESSAGES/ckan.po
M ckan/i18n/el/LC_MESSAGES/ckan.mo
M ckan/i18n/el/LC_MESSAGES/ckan.po
M ckan/i18n/en_GB/LC_MESSAGES/ckan.po
M ckan/i18n/es/LC_MESSAGES/ckan.mo
M ckan/i18n/es/LC_MESSAGES/ckan.po
A ckan/i18n/es_AR/LC_MESSAGES/ckan.mo
A ckan/i18n/es_AR/LC_MESSAGES/ckan.po
M ckan/i18n/fa_IR/LC_MESSAGES/ckan.mo
M ckan/i18n/fa_IR/LC_MESSAGES/ckan.po
M ckan/i18n/fi/LC_MESSAGES/ckan.mo
M ckan/i18n/fi/LC_MESSAGES/ckan.po
M ckan/i18n/fr/LC_MESSAGES/ckan.mo
M ckan/i18n/fr/LC_MESSAGES/ckan.po
M ckan/i18n/hu/LC_MESSAGES/ckan.mo
M ckan/i18n/hu/LC_MESSAGES/ckan.po
M ckan/i18n/id/LC_MESSAGES/ckan.mo
M ckan/i18n/id/LC_MESSAGES/ckan.po
M ckan/i18n/is/LC_MESSAGES/ckan.mo
M ckan/i18n/is/LC_MESSAGES/ckan.po
M ckan/i18n/it/LC_MESSAGES/ckan.mo
M ckan/i18n/it/LC_MESSAGES/ckan.po
M ckan/i18n/ja/LC_MESSAGES/ckan.mo
M ckan/i18n/ja/LC_MESSAGES/ckan.po
M ckan/i18n/ko_KR/LC_MESSAGES/ckan.mo
M ckan/i18n/ko_KR/LC_MESSAGES/ckan.po
M ckan/i18n/lt/LC_MESSAGES/ckan.mo
M ckan/i18n/lt/LC_MESSAGES/ckan.po
M ckan/i18n/lv/LC_MESSAGES/ckan.mo
M ckan/i18n/lv/LC_MESSAGES/ckan.po
A ckan/i18n/my_MM/LC_MESSAGES/ckan.mo
A ckan/i18n/my_MM/LC_MESSAGES/ckan.po
M ckan/i18n/nl/LC_MESSAGES/ckan.mo
M ckan/i18n/nl/LC_MESSAGES/ckan.po
M ckan/i18n/no/LC_MESSAGES/ckan.mo
M ckan/i18n/no/LC_MESSAGES/ckan.po
M ckan/i18n/pl/LC_MESSAGES/ckan.mo
M ckan/i18n/pl/LC_MESSAGES/ckan.po
M ckan/i18n/pt_BR/LC_MESSAGES/ckan.mo
M ckan/i18n/pt_BR/LC_MESSAGES/ckan.po
M ckan/i18n/ro/LC_MESSAGES/ckan.mo
M ckan/i18n/ro/LC_MESSAGES/ckan.po
M ckan/i18n/ru/LC_MESSAGES/ckan.mo
M ckan/i18n/ru/LC_MESSAGES/ckan.po
M ckan/i18n/sk/LC_MESSAGES/ckan.mo
M ckan/i18n/sk/LC_MESSAGES/ckan.po
M ckan/i18n/sl/LC_MESSAGES/ckan.mo
M ckan/i18n/sl/LC_MESSAGES/ckan.po
M ckan/i18n/sq/LC_MESSAGES/ckan.mo
M ckan/i18n/sq/LC_MESSAGES/ckan.po
M ckan/i18n/sr/LC_MESSAGES/ckan.mo
M ckan/i18n/sr/LC_MESSAGES/ckan.po
M ckan/i18n/sr_Latn/LC_MESSAGES/ckan.mo
M ckan/i18n/sr_Latn/LC_MESSAGES/ckan.po
M ckan/i18n/sv/LC_MESSAGES/ckan.mo
M ckan/i18n/sv/LC_MESSAGES/ckan.po
A ckan/i18n/tr/LC_MESSAGES/ckan.mo
A ckan/i18n/tr/LC_MESSAGES/ckan.po
A ckan/i18n/uk_UA/LC_MESSAGES/ckan.mo
A ckan/i18n/uk_UA/LC_MESSAGES/ckan.po
A ckan/i18n/zh_CN/LC_MESSAGES/ckan.mo
A ckan/i18n/zh_CN/LC_MESSAGES/ckan.po
M ckan/i18n/zh_TW/LC_MESSAGES/ckan.mo
M ckan/i18n/zh_TW/LC_MESSAGES/ckan.po
Log Message:
-----------
[i18n] Pull translations from Transifex
Pulled the latest translations from Transifex with `tx pull`, checked
them with `check_po_files.py`, compiled the mo files with
`compile_messages`.
Commit: f5239d1628ff2074331dfca6d9ca171724b92236
https://github.com/okfn/ckan/commit/f5239d1628ff2074331dfca6d9ca171724b92236
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-05-23 (Thu, 23 May 2013)
Changed paths:
M doc/release-process.rst
Log Message:
-----------
[#929] Add a step to the release process i18n docs
Add a step to the release process i18n docs, that you have to
cherry-pick the i18n commits from the release branch to master, after
the release has been finalized.
Commit: 6273f17abb88c995ecdb5092348b34fc92914d5b
https://github.com/okfn/ckan/commit/6273f17abb88c995ecdb5092348b34fc92914d5b
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-05-23 (Thu, 23 May 2013)
Changed paths:
M CHANGELOG.rst
R doc/changelog.rst
M doc/index.rst
R doc/release-cycle.rst
M doc/release-process.rst
A doc/releases.rst
M doc/upgrading-a-package-install.rst
Log Message:
-----------
[#769] Collect all release docs onto one page
Collect the release types, release cycle, release process etc. and
changelog together into one releases page. Also edited the text on this
page.
Commit: 5ac5da0369751c13633e5649b65804cc095b232b
https://github.com/okfn/ckan/commit/5ac5da0369751c13633e5649b65804cc095b232b
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-05-25 (Sat, 25 May 2013)
Changed paths:
M doc/features.rst
M doc/index.rst
Log Message:
-----------
[#769] Move command line interface docs into features section
Commit: 3324cfea4846a1a9c0bf934aea5b77ae5332c329
https://github.com/okfn/ckan/commit/3324cfea4846a1a9c0bf934aea5b77ae5332c329
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-05-25 (Sat, 25 May 2013)
Changed paths:
M doc/index.rst
Log Message:
-----------
[#769] Move config options ref further down in docs
Commit: f2dc22feb0da81067e6666c407751210228dc310
https://github.com/okfn/ckan/commit/f2dc22feb0da81067e6666c407751210228dc310
Author: Nigel Babu <nigelbabu at gmail.com>
Date: 2013-05-27 (Mon, 27 May 2013)
Changed paths:
M ckan/templates/group/snippets/group_item.html
M ckan/templates/organization/snippets/organization_item.html
M ckan/templates/related/snippets/related_item.html
Log Message:
-----------
[#948] Use h.url_for_static for placeholder images
Placeholder images in 3 templates were not using h.url_for_static,
causing placeholder images to be broken when CKAN is mounted on
non-root URL.
Commit: dfe9ce897a81d6a119471fcd982993d9e3c9bc9d
https://github.com/okfn/ckan/commit/dfe9ce897a81d6a119471fcd982993d9e3c9bc9d
Author: Nigel Babu <nigelbabu at gmail.com>
Date: 2013-05-28 (Tue, 28 May 2013)
Changed paths:
A ckanext/datastore/controller.py
M ckanext/datastore/logic/action.py
M ckanext/datastore/plugin.py
A ckanext/datastore/tests/test_dump.py
M ckanext/datastore/tests/test_search.py
M doc/datastore-api.rst
M pip-requirements.txt
Log Message:
-----------
Merge pull request #628 from okfn/628-datastore-dump
Datastore dumps
Commit: 994a75c874f533fabd182bfdfa65ed491e98eb19
https://github.com/okfn/ckan/commit/994a75c874f533fabd182bfdfa65ed491e98eb19
Author: Dominik Moritz <domoritz at gmail.com>
Date: 2013-05-28 (Tue, 28 May 2013)
Changed paths:
M ckanext/datastore/tests/test_dump.py
Log Message:
-----------
[#628] Fix PEP 8 so that the test don't fail any more
Commit: e16cf4f4d9ab720b536f6d8157e44cee29b6a02d
https://github.com/okfn/ckan/commit/e16cf4f4d9ab720b536f6d8157e44cee29b6a02d
Author: tobes <toby.junk at gmail.com>
Date: 2013-05-28 (Tue, 28 May 2013)
Changed paths:
M ckan/templates/group/snippets/group_item.html
M ckan/templates/organization/snippets/organization_item.html
M ckan/templates/related/snippets/related_item.html
Log Message:
-----------
Merge branch '948-helper-function-img'
Commit: 4a3d35ecd4f314a3d9b76830b2a637f8b6dfec0e
https://github.com/okfn/ckan/commit/4a3d35ecd4f314a3d9b76830b2a637f8b6dfec0e
Author: Dominik Moritz <domoritz at gmail.com>
Date: 2013-05-28 (Tue, 28 May 2013)
Changed paths:
M ckanext/datastore/tests/test_dump.py
Log Message:
-----------
[#628] More PEP8 fixes
Commit: e713ad31d351eafaae8c78234078e6cb3287239f
https://github.com/okfn/ckan/commit/e713ad31d351eafaae8c78234078e6cb3287239f
Author: Nigel Babu <nigelbabu at gmail.com>
Date: 2013-05-28 (Tue, 28 May 2013)
Changed paths:
M ckanext/datastore/tests/test_dump.py
Log Message:
-----------
Merge pull request #950 from okfn/travis-fix
[#628] Fix PEP 8 so that the test don't fail any more
Commit: 385be8572887fc80a21b02c7d9f867b7020c7f4c
https://github.com/okfn/ckan/commit/385be8572887fc80a21b02c7d9f867b7020c7f4c
Author: tobes <toby.junk at gmail.com>
Date: 2013-05-28 (Tue, 28 May 2013)
Changed paths:
M .tx/config
M CHANGELOG.txt
M README.rst
M bin/travis-build
M ckan/config/deployment.ini_tmpl
M ckan/config/environment.py
A ckan/config/install.py
M ckan/config/who.ini
M ckan/controllers/api.py
M ckan/controllers/feed.py
M ckan/controllers/group.py
M ckan/controllers/home.py
M ckan/controllers/package.py
M ckan/controllers/related.py
M ckan/controllers/revision.py
M ckan/controllers/tag.py
M ckan/controllers/user.py
M ckan/i18n/bg/LC_MESSAGES/ckan.mo
M ckan/i18n/bg/LC_MESSAGES/ckan.po
M ckan/i18n/ca/LC_MESSAGES/ckan.mo
M ckan/i18n/ca/LC_MESSAGES/ckan.po
M ckan/i18n/check_po_files.py
M ckan/i18n/ckan.pot
M ckan/i18n/cs_CZ/LC_MESSAGES/ckan.mo
M ckan/i18n/cs_CZ/LC_MESSAGES/ckan.po
M ckan/i18n/de/LC_MESSAGES/ckan.mo
M ckan/i18n/de/LC_MESSAGES/ckan.po
A ckan/i18n/dv/LC_MESSAGES/ckan.mo
A ckan/i18n/dv/LC_MESSAGES/ckan.po
M ckan/i18n/el/LC_MESSAGES/ckan.mo
M ckan/i18n/el/LC_MESSAGES/ckan.po
A ckan/i18n/en_GB/LC_MESSAGES/ckan.mo
A ckan/i18n/en_GB/LC_MESSAGES/ckan.po
M ckan/i18n/es/LC_MESSAGES/ckan.mo
M ckan/i18n/es/LC_MESSAGES/ckan.po
A ckan/i18n/es_AR/LC_MESSAGES/ckan.mo
A ckan/i18n/es_AR/LC_MESSAGES/ckan.po
A ckan/i18n/fa_IR/LC_MESSAGES/ckan.mo
A ckan/i18n/fa_IR/LC_MESSAGES/ckan.po
M ckan/i18n/fi/LC_MESSAGES/ckan.mo
M ckan/i18n/fi/LC_MESSAGES/ckan.po
M ckan/i18n/fr/LC_MESSAGES/ckan.mo
M ckan/i18n/fr/LC_MESSAGES/ckan.po
M ckan/i18n/hu/LC_MESSAGES/ckan.mo
M ckan/i18n/hu/LC_MESSAGES/ckan.po
A ckan/i18n/id/LC_MESSAGES/ckan.mo
A ckan/i18n/id/LC_MESSAGES/ckan.po
A ckan/i18n/is/LC_MESSAGES/ckan.mo
A ckan/i18n/is/LC_MESSAGES/ckan.po
M ckan/i18n/it/LC_MESSAGES/ckan.mo
M ckan/i18n/it/LC_MESSAGES/ckan.po
M ckan/i18n/ja/LC_MESSAGES/ckan.mo
M ckan/i18n/ja/LC_MESSAGES/ckan.po
A ckan/i18n/ko_KR/LC_MESSAGES/ckan.mo
A ckan/i18n/ko_KR/LC_MESSAGES/ckan.po
M ckan/i18n/lt/LC_MESSAGES/ckan.mo
M ckan/i18n/lt/LC_MESSAGES/ckan.po
M ckan/i18n/lv/LC_MESSAGES/ckan.mo
M ckan/i18n/lv/LC_MESSAGES/ckan.po
A ckan/i18n/my_MM/LC_MESSAGES/ckan.mo
A ckan/i18n/my_MM/LC_MESSAGES/ckan.po
M ckan/i18n/nl/LC_MESSAGES/ckan.mo
M ckan/i18n/nl/LC_MESSAGES/ckan.po
M ckan/i18n/no/LC_MESSAGES/ckan.mo
M ckan/i18n/no/LC_MESSAGES/ckan.po
M ckan/i18n/pl/LC_MESSAGES/ckan.mo
M ckan/i18n/pl/LC_MESSAGES/ckan.po
M ckan/i18n/pt_BR/LC_MESSAGES/ckan.mo
M ckan/i18n/pt_BR/LC_MESSAGES/ckan.po
M ckan/i18n/ro/LC_MESSAGES/ckan.mo
M ckan/i18n/ro/LC_MESSAGES/ckan.po
M ckan/i18n/ru/LC_MESSAGES/ckan.mo
M ckan/i18n/ru/LC_MESSAGES/ckan.po
M ckan/i18n/sk/LC_MESSAGES/ckan.mo
M ckan/i18n/sk/LC_MESSAGES/ckan.po
M ckan/i18n/sl/LC_MESSAGES/ckan.mo
M ckan/i18n/sl/LC_MESSAGES/ckan.po
M ckan/i18n/sq/LC_MESSAGES/ckan.mo
M ckan/i18n/sq/LC_MESSAGES/ckan.po
M ckan/i18n/sr/LC_MESSAGES/ckan.mo
M ckan/i18n/sr/LC_MESSAGES/ckan.po
M ckan/i18n/sr_Latn/LC_MESSAGES/ckan.mo
M ckan/i18n/sr_Latn/LC_MESSAGES/ckan.po
M ckan/i18n/sv/LC_MESSAGES/ckan.mo
M ckan/i18n/sv/LC_MESSAGES/ckan.po
A ckan/i18n/tr/LC_MESSAGES/ckan.mo
A ckan/i18n/tr/LC_MESSAGES/ckan.po
A ckan/i18n/uk_UA/LC_MESSAGES/ckan.mo
A ckan/i18n/uk_UA/LC_MESSAGES/ckan.po
A ckan/i18n/zh_CN/LC_MESSAGES/ckan.mo
A ckan/i18n/zh_CN/LC_MESSAGES/ckan.po
A ckan/i18n/zh_TW/LC_MESSAGES/ckan.mo
A ckan/i18n/zh_TW/LC_MESSAGES/ckan.po
M ckan/lib/activity_streams.py
M ckan/lib/alphabet_paginate.py
M ckan/lib/app_globals.py
M ckan/lib/base.py
M ckan/lib/cli.py
M ckan/lib/create_test_data.py
M ckan/lib/dictization/model_dictize.py
M ckan/lib/email_notifications.py
M ckan/lib/formatters.py
M ckan/lib/helpers.py
M ckan/lib/mailer.py
M ckan/lib/navl/dictization_functions.py
M ckan/lib/navl/validators.py
M ckan/lib/package_saver.py
M ckan/lib/render.py
M ckan/lib/search/query.py
M ckan/logic/__init__.py
M ckan/logic/action/create.py
M ckan/logic/action/delete.py
M ckan/logic/action/get.py
M ckan/logic/action/update.py
M ckan/logic/auth/create.py
M ckan/logic/converters.py
M ckan/logic/schema.py
M ckan/logic/validators.py
R ckan/misc.py
M ckan/model/__init__.py
M ckan/model/license.py
M ckan/model/package.py
M ckan/model/package_relationship.py
M ckan/model/tracking.py
M ckan/new_authz.py
M ckan/plugins/interfaces.py
M ckan/plugins/toolkit.py
M ckan/public/base/css/main.css
R ckan/public/base/images/flags.png
M ckan/public/base/javascript/modules/basic-form.js
M ckan/public/base/javascript/tracking.js
M ckan/public/base/less/footer.less
M ckan/public/base/less/group.less
M ckan/public/base/less/iehacks.less
M ckan/public/base/test/index.html
M ckan/public/base/test/spec/client.spec.js
M ckan/public/base/test/spec/modules/autocomplete.spec.js
M ckan/templates/activity_streams/activity_stream_items.html
M ckan/templates/dataviewer/snippets/data_preview.html
M ckan/templates/development/primer.html
A ckan/templates/development/snippets/actions.html
A ckan/templates/development/snippets/context.html
M ckan/templates/development/snippets/facet.html
M ckan/templates/development/snippets/media_grid.html
M ckan/templates/development/snippets/nav.html
M ckan/templates/development/snippets/page_header.html
R ckan/templates/development/snippets/toolbar.html
M ckan/templates/group/snippets/group_item.html
M ckan/templates/organization/bulk_process.html
M ckan/templates/organization/snippets/organization_item.html
M ckan/templates/package/snippets/data_api_button.html
M ckan/templates/related/snippets/related_item.html
M ckan/templates/revision/read.html
M ckan/templates/snippets/facet_list.html
M ckan/templates/snippets/sort_by.html
M ckan/templates_legacy/package/read_core.html
M ckan/templates_legacy/package/resource_read.html
M ckan/tests/functional/api/test_activity.py
M ckan/tests/functional/api/test_dashboard.py
M ckan/tests/functional/test_home.py
M ckan/tests/functional/test_package.py
M ckan/tests/functional/test_pagination.py
M ckan/tests/functional/test_user.py
M ckan/tests/lib/test_dictization.py
M ckan/tests/lib/test_solr_package_search.py
M ckan/tests/logic/test_action.py
A ckan/tests/logic/test_init.py
M ckan/tests/logic/test_member.py
M ckan/tests/misc/test_format_text.py
M ckan/tests/models/test_package.py
A ckan/tests/test_coding_standards.py
M ckanext/datastore/commands.py
A ckanext/datastore/controller.py
M ckanext/datastore/db.py
M ckanext/datastore/logic/action.py
M ckanext/datastore/plugin.py
A ckanext/datastore/tests/test_dump.py
M ckanext/datastore/tests/test_search.py
M ckanext/reclinepreview/theme/public/preview_recline.js
M ckanext/reclinepreview/theme/public/vendor/recline/recline.css
M ckanext/reclinepreview/theme/public/vendor/recline/recline.dataset.js
M ckanext/reclinepreview/theme/public/vendor/recline/recline.dataset.min.js
M ckanext/reclinepreview/theme/public/vendor/recline/recline.js
M ckanext/reclinepreview/theme/public/vendor/recline/recline.min.css
M ckanext/reclinepreview/theme/public/vendor/recline/recline.min.js
M doc/_templates/footer.html
M doc/apps-ideas.rst
M doc/architecture.rst
M doc/authorization.rst
M doc/background-tasks.rst
R doc/commenting.rst
M doc/common-error-messages.rst
M doc/conf.py
M doc/configuration.rst
M doc/css-coding-standards.rst
M doc/data-viewer.rst
M doc/database-dumps.rst
M doc/datastore-api.rst
M doc/datastore-setup.rst
M doc/deployment.rst
M doc/email-notifications.rst
R doc/extension-templating.rst
M doc/extensions.rst
M doc/filestore.rst
M doc/form-integration.rst
M doc/frontend-development.rst
R doc/geospatial.rst
R doc/harvesting.rst
M doc/i18n.rst
R doc/images/1.png
R doc/images/2.png
R doc/images/3a.png
R doc/images/3b.png
R doc/images/4.png
R doc/images/5.png
R doc/images/6.png
R doc/images/7.png
R doc/images/8.png
R doc/images/8a.png
M doc/images/9.png
R doc/images/i1.png
R doc/images/i2.png
R doc/images/i3.png
R doc/images/i4.png
R doc/images/i5.png
R doc/images/i6.png
R doc/images/i7.png
R doc/images/i8.png
A doc/images/popular-dataset.png
A doc/images/popular-resource.png
A doc/images/sort-datasets-by-popularity.png
R doc/images/virtualbox1-package.png
R doc/images/virtualbox11-ubuntu.png
R doc/images/virtualbox4-newvm.png
R doc/images/virtualbox5-vmtype.png
R doc/images/virtualbox6-vmloc.png
R doc/images/virtualbox7-startvm.png
R doc/images/virtualbox8-firstrun.png
R doc/images/virtualbox9-iso.png
A doc/importing-datasets.rst
M doc/index.rst
R doc/install-from-package-amazon.rst
R doc/install-from-package-virtualbox.rst
M doc/install-from-package.rst
M doc/install-from-source.rst
M doc/javascript-coding-standards.rst
M doc/javascript-module-tutorial.rst
R doc/loading-data.rst
M doc/multilingual.rst
R doc/organizations_and_groups.rst
M doc/paster.rst
M doc/post-installation.rst
R doc/publisher-profile.rst
M doc/publishing-datasets.rst
M doc/release-cycle.rst
A doc/release-process.rst
M doc/resources.rst
M doc/solr-setup.rst
A doc/stats.rst
M doc/tag-vocabularies.rst
M doc/templating.rst
M doc/test.rst
M doc/theming.rst
M doc/toolkit.rst
A doc/tracking.rst
R doc/writing-extensions.rst
M pip-requirements-test.txt
M pip-requirements.txt
M setup.py
M test-core.ini
Log Message:
-----------
Merge branch 'master' into IAuthenticator-feature
Conflicts:
ckan/new_authz.py
trivial merge
Commit: 3711ef445cc80e8db95532cdd7130fec3ebd2e89
https://github.com/okfn/ckan/commit/3711ef445cc80e8db95532cdd7130fec3ebd2e89
Author: tobes <toby.junk at gmail.com>
Date: 2013-05-28 (Tue, 28 May 2013)
Changed paths:
M ckan/tests/test_coding_standards.py
Log Message:
-----------
IAuthenticator: Coding standards fixes
Commit: a02a1b17c2784171e5a442e88dca3c3963a957b4
https://github.com/okfn/ckan/commit/a02a1b17c2784171e5a442e88dca3c3963a957b4
Author: Ian Ward <ian at excess.org>
Date: 2013-05-28 (Tue, 28 May 2013)
Changed paths:
M ckan/controllers/user.py
Log Message:
-----------
Fix login flash message language
Commit: 9b52a86d2e367439e6d4c43216b9d9d91179e346
https://github.com/okfn/ckan/commit/9b52a86d2e367439e6d4c43216b9d9d91179e346
Author: John Martin <me at johnmart.in>
Date: 2013-05-28 (Tue, 28 May 2013)
Changed paths:
M ckan/public/base/less/prose.less
Log Message:
-----------
[#867] Adds better font sizes for headings
Commit: 3959f278af39bd37b98737f1a0b0acff0e366c89
https://github.com/okfn/ckan/commit/3959f278af39bd37b98737f1a0b0acff0e366c89
Author: John Martin <me at johnmart.in>
Date: 2013-05-28 (Tue, 28 May 2013)
Changed paths:
M ckan/public/base/less/dataset.less
Log Message:
-----------
[#914] Increases pill line-height to allow for spacing between lines
Commit: 2bfd181349b7979c0cb8d79baf73304541391e24
https://github.com/okfn/ckan/commit/2bfd181349b7979c0cb8d79baf73304541391e24
Author: tobes <toby.junk at gmail.com>
Date: 2013-05-28 (Tue, 28 May 2013)
Changed paths:
M ckan/public/base/less/prose.less
Log Message:
-----------
Merge branch '867-heading-sizes'
Commit: 4fd263a56e3d0c702b1801d581853fcae3dfac93
https://github.com/okfn/ckan/commit/4fd263a56e3d0c702b1801d581853fcae3dfac93
Author: amercader <amercadero at gmail.com>
Date: 2013-05-28 (Tue, 28 May 2013)
Changed paths:
M .tx/config
M ckan/config/install.py
M ckan/i18n/bg/LC_MESSAGES/ckan.mo
M ckan/i18n/bg/LC_MESSAGES/ckan.po
M ckan/i18n/ca/LC_MESSAGES/ckan.mo
M ckan/i18n/ca/LC_MESSAGES/ckan.po
M ckan/i18n/ckan.pot
M ckan/i18n/cs_CZ/LC_MESSAGES/ckan.mo
M ckan/i18n/cs_CZ/LC_MESSAGES/ckan.po
M ckan/i18n/de/LC_MESSAGES/ckan.mo
M ckan/i18n/de/LC_MESSAGES/ckan.po
A ckan/i18n/dv/LC_MESSAGES/ckan.mo
A ckan/i18n/dv/LC_MESSAGES/ckan.po
M ckan/i18n/el/LC_MESSAGES/ckan.mo
M ckan/i18n/el/LC_MESSAGES/ckan.po
A ckan/i18n/en_GB/LC_MESSAGES/ckan.mo
A ckan/i18n/en_GB/LC_MESSAGES/ckan.po
M ckan/i18n/es/LC_MESSAGES/ckan.mo
M ckan/i18n/es/LC_MESSAGES/ckan.po
A ckan/i18n/es_AR/LC_MESSAGES/ckan.mo
A ckan/i18n/es_AR/LC_MESSAGES/ckan.po
A ckan/i18n/fa_IR/LC_MESSAGES/ckan.mo
A ckan/i18n/fa_IR/LC_MESSAGES/ckan.po
M ckan/i18n/fi/LC_MESSAGES/ckan.mo
M ckan/i18n/fi/LC_MESSAGES/ckan.po
M ckan/i18n/fr/LC_MESSAGES/ckan.mo
M ckan/i18n/fr/LC_MESSAGES/ckan.po
M ckan/i18n/hu/LC_MESSAGES/ckan.mo
M ckan/i18n/hu/LC_MESSAGES/ckan.po
A ckan/i18n/id/LC_MESSAGES/ckan.mo
A ckan/i18n/id/LC_MESSAGES/ckan.po
A ckan/i18n/is/LC_MESSAGES/ckan.mo
A ckan/i18n/is/LC_MESSAGES/ckan.po
M ckan/i18n/it/LC_MESSAGES/ckan.mo
M ckan/i18n/it/LC_MESSAGES/ckan.po
M ckan/i18n/ja/LC_MESSAGES/ckan.mo
M ckan/i18n/ja/LC_MESSAGES/ckan.po
A ckan/i18n/ko_KR/LC_MESSAGES/ckan.mo
A ckan/i18n/ko_KR/LC_MESSAGES/ckan.po
M ckan/i18n/lt/LC_MESSAGES/ckan.mo
M ckan/i18n/lt/LC_MESSAGES/ckan.po
M ckan/i18n/lv/LC_MESSAGES/ckan.mo
M ckan/i18n/lv/LC_MESSAGES/ckan.po
A ckan/i18n/my_MM/LC_MESSAGES/ckan.mo
A ckan/i18n/my_MM/LC_MESSAGES/ckan.po
M ckan/i18n/nl/LC_MESSAGES/ckan.mo
M ckan/i18n/nl/LC_MESSAGES/ckan.po
M ckan/i18n/no/LC_MESSAGES/ckan.mo
M ckan/i18n/no/LC_MESSAGES/ckan.po
M ckan/i18n/pl/LC_MESSAGES/ckan.mo
M ckan/i18n/pl/LC_MESSAGES/ckan.po
M ckan/i18n/pt_BR/LC_MESSAGES/ckan.mo
M ckan/i18n/pt_BR/LC_MESSAGES/ckan.po
M ckan/i18n/ro/LC_MESSAGES/ckan.mo
M ckan/i18n/ro/LC_MESSAGES/ckan.po
M ckan/i18n/ru/LC_MESSAGES/ckan.mo
M ckan/i18n/ru/LC_MESSAGES/ckan.po
M ckan/i18n/sk/LC_MESSAGES/ckan.mo
M ckan/i18n/sk/LC_MESSAGES/ckan.po
M ckan/i18n/sl/LC_MESSAGES/ckan.mo
M ckan/i18n/sl/LC_MESSAGES/ckan.po
M ckan/i18n/sq/LC_MESSAGES/ckan.mo
M ckan/i18n/sq/LC_MESSAGES/ckan.po
M ckan/i18n/sr/LC_MESSAGES/ckan.mo
M ckan/i18n/sr/LC_MESSAGES/ckan.po
M ckan/i18n/sr_Latn/LC_MESSAGES/ckan.mo
M ckan/i18n/sr_Latn/LC_MESSAGES/ckan.po
M ckan/i18n/sv/LC_MESSAGES/ckan.mo
M ckan/i18n/sv/LC_MESSAGES/ckan.po
A ckan/i18n/tr/LC_MESSAGES/ckan.mo
A ckan/i18n/tr/LC_MESSAGES/ckan.po
A ckan/i18n/uk_UA/LC_MESSAGES/ckan.mo
A ckan/i18n/uk_UA/LC_MESSAGES/ckan.po
A ckan/i18n/zh_CN/LC_MESSAGES/ckan.mo
A ckan/i18n/zh_CN/LC_MESSAGES/ckan.po
A ckan/i18n/zh_TW/LC_MESSAGES/ckan.mo
A ckan/i18n/zh_TW/LC_MESSAGES/ckan.po
M ckan/lib/activity_streams.py
M ckan/lib/helpers.py
M ckan/logic/__init__.py
M ckan/logic/action/create.py
M ckan/logic/action/update.py
M ckan/logic/schema.py
M ckan/logic/validators.py
M ckan/model/package.py
M ckan/public/base/css/main.css
M ckan/public/base/less/dataset.less
M ckan/public/base/less/prose.less
M ckan/templates/group/snippets/group_item.html
M ckan/templates/organization/snippets/organization_item.html
M ckan/templates/related/snippets/related_item.html
M ckan/templates_legacy/package/resource_read.html
M ckan/tests/functional/api/test_activity.py
M ckan/tests/logic/test_init.py
M ckan/tests/logic/test_member.py
A ckan/tests/test_coding_standards.py
A ckanext/datastore/controller.py
M ckanext/datastore/db.py
M ckanext/datastore/logic/action.py
M ckanext/datastore/plugin.py
A ckanext/datastore/tests/test_dump.py
M ckanext/datastore/tests/test_search.py
M doc/datastore-api.rst
M pip-requirements-test.txt
M pip-requirements.txt
Log Message:
-----------
Merge branch 'master' into 226-text-highlighting
Commit: 143acfe377e298531e954ea9ea3f571a3d538af8
https://github.com/okfn/ckan/commit/143acfe377e298531e954ea9ea3f571a3d538af8
Author: tobes <toby.junk at gmail.com>
Date: 2013-05-28 (Tue, 28 May 2013)
Changed paths:
M ckan/public/base/css/main.css
Log Message:
-----------
Recompile css
Commit: 7f46200d75a082fc338d18b97b935509726638a7
https://github.com/okfn/ckan/commit/7f46200d75a082fc338d18b97b935509726638a7
Author: tobes <toby.junk at gmail.com>
Date: 2013-05-28 (Tue, 28 May 2013)
Changed paths:
M ckan/controllers/user.py
Log Message:
-----------
Revert "Fix login flash message language"
This reverts commit a02a1b17c2784171e5a442e88dca3c3963a957b4.
should never have got in this branch or anywhere
Commit: d3076304eac1d518c469a4b0560fb73be7e59753
https://github.com/okfn/ckan/commit/d3076304eac1d518c469a4b0560fb73be7e59753
Author: amercader <amercadero at gmail.com>
Date: 2013-05-28 (Tue, 28 May 2013)
Changed paths:
M doc/release-process.rst
Log Message:
-----------
Merge branch '929'
Commit: 3773511d821cb02860b99f552b066e55f40dfcb4
https://github.com/okfn/ckan/commit/3773511d821cb02860b99f552b066e55f40dfcb4
Author: Dominik Moritz <domoritz at gmail.com>
Date: 2013-05-29 (Wed, 29 May 2013)
Changed paths:
M ckan/logic/__init__.py
M ckanext/datastore/commands.py
M ckanext/datastore/db.py
M ckanext/datastore/logic/action.py
M ckanext/datastore/logic/auth.py
M ckanext/datastore/plugin.py
Log Message:
-----------
[#905] Sort imports correctly, improve PEP8, remove unused code
Commit: f84e58a4522727479ef7b241db02235f9270e075
https://github.com/okfn/ckan/commit/f84e58a4522727479ef7b241db02235f9270e075
Author: Dominik Moritz <domoritz at gmail.com>
Date: 2013-05-29 (Wed, 29 May 2013)
Changed paths:
M .tx/config
M ckan/config/install.py
M ckan/i18n/bg/LC_MESSAGES/ckan.mo
M ckan/i18n/bg/LC_MESSAGES/ckan.po
M ckan/i18n/ca/LC_MESSAGES/ckan.mo
M ckan/i18n/ca/LC_MESSAGES/ckan.po
M ckan/i18n/ckan.pot
M ckan/i18n/cs_CZ/LC_MESSAGES/ckan.mo
M ckan/i18n/cs_CZ/LC_MESSAGES/ckan.po
M ckan/i18n/de/LC_MESSAGES/ckan.mo
M ckan/i18n/de/LC_MESSAGES/ckan.po
A ckan/i18n/dv/LC_MESSAGES/ckan.mo
A ckan/i18n/dv/LC_MESSAGES/ckan.po
M ckan/i18n/el/LC_MESSAGES/ckan.mo
M ckan/i18n/el/LC_MESSAGES/ckan.po
A ckan/i18n/en_GB/LC_MESSAGES/ckan.mo
A ckan/i18n/en_GB/LC_MESSAGES/ckan.po
M ckan/i18n/es/LC_MESSAGES/ckan.mo
M ckan/i18n/es/LC_MESSAGES/ckan.po
A ckan/i18n/es_AR/LC_MESSAGES/ckan.mo
A ckan/i18n/es_AR/LC_MESSAGES/ckan.po
A ckan/i18n/fa_IR/LC_MESSAGES/ckan.mo
A ckan/i18n/fa_IR/LC_MESSAGES/ckan.po
M ckan/i18n/fi/LC_MESSAGES/ckan.mo
M ckan/i18n/fi/LC_MESSAGES/ckan.po
M ckan/i18n/fr/LC_MESSAGES/ckan.mo
M ckan/i18n/fr/LC_MESSAGES/ckan.po
M ckan/i18n/hu/LC_MESSAGES/ckan.mo
M ckan/i18n/hu/LC_MESSAGES/ckan.po
A ckan/i18n/id/LC_MESSAGES/ckan.mo
A ckan/i18n/id/LC_MESSAGES/ckan.po
A ckan/i18n/is/LC_MESSAGES/ckan.mo
A ckan/i18n/is/LC_MESSAGES/ckan.po
M ckan/i18n/it/LC_MESSAGES/ckan.mo
M ckan/i18n/it/LC_MESSAGES/ckan.po
M ckan/i18n/ja/LC_MESSAGES/ckan.mo
M ckan/i18n/ja/LC_MESSAGES/ckan.po
A ckan/i18n/ko_KR/LC_MESSAGES/ckan.mo
A ckan/i18n/ko_KR/LC_MESSAGES/ckan.po
M ckan/i18n/lt/LC_MESSAGES/ckan.mo
M ckan/i18n/lt/LC_MESSAGES/ckan.po
M ckan/i18n/lv/LC_MESSAGES/ckan.mo
M ckan/i18n/lv/LC_MESSAGES/ckan.po
A ckan/i18n/my_MM/LC_MESSAGES/ckan.mo
A ckan/i18n/my_MM/LC_MESSAGES/ckan.po
M ckan/i18n/nl/LC_MESSAGES/ckan.mo
M ckan/i18n/nl/LC_MESSAGES/ckan.po
M ckan/i18n/no/LC_MESSAGES/ckan.mo
M ckan/i18n/no/LC_MESSAGES/ckan.po
M ckan/i18n/pl/LC_MESSAGES/ckan.mo
M ckan/i18n/pl/LC_MESSAGES/ckan.po
M ckan/i18n/pt_BR/LC_MESSAGES/ckan.mo
M ckan/i18n/pt_BR/LC_MESSAGES/ckan.po
M ckan/i18n/ro/LC_MESSAGES/ckan.mo
M ckan/i18n/ro/LC_MESSAGES/ckan.po
M ckan/i18n/ru/LC_MESSAGES/ckan.mo
M ckan/i18n/ru/LC_MESSAGES/ckan.po
M ckan/i18n/sk/LC_MESSAGES/ckan.mo
M ckan/i18n/sk/LC_MESSAGES/ckan.po
M ckan/i18n/sl/LC_MESSAGES/ckan.mo
M ckan/i18n/sl/LC_MESSAGES/ckan.po
M ckan/i18n/sq/LC_MESSAGES/ckan.mo
M ckan/i18n/sq/LC_MESSAGES/ckan.po
M ckan/i18n/sr/LC_MESSAGES/ckan.mo
M ckan/i18n/sr/LC_MESSAGES/ckan.po
M ckan/i18n/sr_Latn/LC_MESSAGES/ckan.mo
M ckan/i18n/sr_Latn/LC_MESSAGES/ckan.po
M ckan/i18n/sv/LC_MESSAGES/ckan.mo
M ckan/i18n/sv/LC_MESSAGES/ckan.po
A ckan/i18n/tr/LC_MESSAGES/ckan.mo
A ckan/i18n/tr/LC_MESSAGES/ckan.po
A ckan/i18n/uk_UA/LC_MESSAGES/ckan.mo
A ckan/i18n/uk_UA/LC_MESSAGES/ckan.po
A ckan/i18n/zh_CN/LC_MESSAGES/ckan.mo
A ckan/i18n/zh_CN/LC_MESSAGES/ckan.po
A ckan/i18n/zh_TW/LC_MESSAGES/ckan.mo
A ckan/i18n/zh_TW/LC_MESSAGES/ckan.po
M ckan/lib/activity_streams.py
M ckan/lib/helpers.py
M ckan/logic/__init__.py
M ckan/logic/action/create.py
M ckan/logic/action/update.py
M ckan/logic/schema.py
M ckan/logic/validators.py
M ckan/model/package.py
M ckan/public/base/css/main.css
M ckan/public/base/less/dataset.less
M ckan/public/base/less/prose.less
M ckan/templates/group/snippets/group_item.html
M ckan/templates/organization/snippets/organization_item.html
M ckan/templates/related/snippets/related_item.html
M ckan/templates_legacy/package/resource_read.html
M ckan/tests/functional/api/test_activity.py
M ckan/tests/logic/test_init.py
M ckan/tests/logic/test_member.py
A ckan/tests/test_coding_standards.py
A ckanext/datastore/controller.py
M ckanext/datastore/db.py
M ckanext/datastore/logic/action.py
M ckanext/datastore/plugin.py
A ckanext/datastore/tests/test_dump.py
M ckanext/datastore/tests/test_search.py
M doc/datastore-api.rst
M doc/release-process.rst
M pip-requirements-test.txt
M pip-requirements.txt
Log Message:
-----------
Merge branch 'master' into 905-datastore-validation
Conflicts:
ckanext/datastore/db.py
ckanext/datastore/plugin.py
Commit: cbbcfb46a2fe8c90b4723d50e2c0eaf75a587f04
https://github.com/okfn/ckan/commit/cbbcfb46a2fe8c90b4723d50e2c0eaf75a587f04
Author: Dominik Moritz <domoritz at gmail.com>
Date: 2013-05-29 (Wed, 29 May 2013)
Changed paths:
M ckanext/datastore/controller.py
M ckanext/datastore/logic/action.py
M ckanext/datastore/plugin.py
M ckanext/datastore/tests/test_dump.py
M doc/datastore-api.rst
Log Message:
-----------
[#905] Fix merge, add limit and offset parameter to dump which is compatible with new schema validation
Commit: 4411e748ae88ef47f229ae1c2576d69d039743ed
https://github.com/okfn/ckan/commit/4411e748ae88ef47f229ae1c2576d69d039743ed
Author: Dominik Moritz <domoritz at gmail.com>
Date: 2013-05-29 (Wed, 29 May 2013)
Changed paths:
M .tx/config
M ckan/config/install.py
M ckan/i18n/bg/LC_MESSAGES/ckan.mo
M ckan/i18n/bg/LC_MESSAGES/ckan.po
M ckan/i18n/ca/LC_MESSAGES/ckan.mo
M ckan/i18n/ca/LC_MESSAGES/ckan.po
M ckan/i18n/ckan.pot
M ckan/i18n/cs_CZ/LC_MESSAGES/ckan.mo
M ckan/i18n/cs_CZ/LC_MESSAGES/ckan.po
M ckan/i18n/de/LC_MESSAGES/ckan.mo
M ckan/i18n/de/LC_MESSAGES/ckan.po
A ckan/i18n/dv/LC_MESSAGES/ckan.mo
A ckan/i18n/dv/LC_MESSAGES/ckan.po
M ckan/i18n/el/LC_MESSAGES/ckan.mo
M ckan/i18n/el/LC_MESSAGES/ckan.po
A ckan/i18n/en_GB/LC_MESSAGES/ckan.mo
A ckan/i18n/en_GB/LC_MESSAGES/ckan.po
M ckan/i18n/es/LC_MESSAGES/ckan.mo
M ckan/i18n/es/LC_MESSAGES/ckan.po
A ckan/i18n/es_AR/LC_MESSAGES/ckan.mo
A ckan/i18n/es_AR/LC_MESSAGES/ckan.po
A ckan/i18n/fa_IR/LC_MESSAGES/ckan.mo
A ckan/i18n/fa_IR/LC_MESSAGES/ckan.po
M ckan/i18n/fi/LC_MESSAGES/ckan.mo
M ckan/i18n/fi/LC_MESSAGES/ckan.po
M ckan/i18n/fr/LC_MESSAGES/ckan.mo
M ckan/i18n/fr/LC_MESSAGES/ckan.po
M ckan/i18n/hu/LC_MESSAGES/ckan.mo
M ckan/i18n/hu/LC_MESSAGES/ckan.po
A ckan/i18n/id/LC_MESSAGES/ckan.mo
A ckan/i18n/id/LC_MESSAGES/ckan.po
A ckan/i18n/is/LC_MESSAGES/ckan.mo
A ckan/i18n/is/LC_MESSAGES/ckan.po
M ckan/i18n/it/LC_MESSAGES/ckan.mo
M ckan/i18n/it/LC_MESSAGES/ckan.po
M ckan/i18n/ja/LC_MESSAGES/ckan.mo
M ckan/i18n/ja/LC_MESSAGES/ckan.po
A ckan/i18n/ko_KR/LC_MESSAGES/ckan.mo
A ckan/i18n/ko_KR/LC_MESSAGES/ckan.po
M ckan/i18n/lt/LC_MESSAGES/ckan.mo
M ckan/i18n/lt/LC_MESSAGES/ckan.po
M ckan/i18n/lv/LC_MESSAGES/ckan.mo
M ckan/i18n/lv/LC_MESSAGES/ckan.po
A ckan/i18n/my_MM/LC_MESSAGES/ckan.mo
A ckan/i18n/my_MM/LC_MESSAGES/ckan.po
M ckan/i18n/nl/LC_MESSAGES/ckan.mo
M ckan/i18n/nl/LC_MESSAGES/ckan.po
M ckan/i18n/no/LC_MESSAGES/ckan.mo
M ckan/i18n/no/LC_MESSAGES/ckan.po
M ckan/i18n/pl/LC_MESSAGES/ckan.mo
M ckan/i18n/pl/LC_MESSAGES/ckan.po
M ckan/i18n/pt_BR/LC_MESSAGES/ckan.mo
M ckan/i18n/pt_BR/LC_MESSAGES/ckan.po
M ckan/i18n/ro/LC_MESSAGES/ckan.mo
M ckan/i18n/ro/LC_MESSAGES/ckan.po
M ckan/i18n/ru/LC_MESSAGES/ckan.mo
M ckan/i18n/ru/LC_MESSAGES/ckan.po
M ckan/i18n/sk/LC_MESSAGES/ckan.mo
M ckan/i18n/sk/LC_MESSAGES/ckan.po
M ckan/i18n/sl/LC_MESSAGES/ckan.mo
M ckan/i18n/sl/LC_MESSAGES/ckan.po
M ckan/i18n/sq/LC_MESSAGES/ckan.mo
M ckan/i18n/sq/LC_MESSAGES/ckan.po
M ckan/i18n/sr/LC_MESSAGES/ckan.mo
M ckan/i18n/sr/LC_MESSAGES/ckan.po
M ckan/i18n/sr_Latn/LC_MESSAGES/ckan.mo
M ckan/i18n/sr_Latn/LC_MESSAGES/ckan.po
M ckan/i18n/sv/LC_MESSAGES/ckan.mo
M ckan/i18n/sv/LC_MESSAGES/ckan.po
A ckan/i18n/tr/LC_MESSAGES/ckan.mo
A ckan/i18n/tr/LC_MESSAGES/ckan.po
A ckan/i18n/uk_UA/LC_MESSAGES/ckan.mo
A ckan/i18n/uk_UA/LC_MESSAGES/ckan.po
A ckan/i18n/zh_CN/LC_MESSAGES/ckan.mo
A ckan/i18n/zh_CN/LC_MESSAGES/ckan.po
A ckan/i18n/zh_TW/LC_MESSAGES/ckan.mo
A ckan/i18n/zh_TW/LC_MESSAGES/ckan.po
M ckan/lib/activity_streams.py
M ckan/lib/helpers.py
M ckan/logic/__init__.py
M ckan/logic/action/create.py
M ckan/logic/action/update.py
M ckan/logic/schema.py
M ckan/logic/validators.py
M ckan/model/package.py
M ckan/public/base/css/main.css
M ckan/public/base/less/dataset.less
M ckan/public/base/less/prose.less
M ckan/templates/group/snippets/group_item.html
M ckan/templates/organization/snippets/organization_item.html
M ckan/templates/related/snippets/related_item.html
M ckan/templates_legacy/package/resource_read.html
M ckan/tests/functional/api/test_activity.py
M ckan/tests/logic/test_init.py
M ckan/tests/logic/test_member.py
A ckan/tests/test_coding_standards.py
A ckanext/datastore/controller.py
M ckanext/datastore/db.py
M ckanext/datastore/logic/action.py
M ckanext/datastore/plugin.py
A ckanext/datastore/tests/test_dump.py
M ckanext/datastore/tests/test_search.py
M doc/datastore-api.rst
M doc/release-process.rst
M pip-requirements-test.txt
M pip-requirements.txt
Log Message:
-----------
Merge branch 'master' into 896-resource-proxy-fixes
Commit: 463a94f96ee70dd62e944946cc7c41c3d0e1ea09
https://github.com/okfn/ckan/commit/463a94f96ee70dd62e944946cc7c41c3d0e1ea09
Author: Dominik Moritz <domoritz at gmail.com>
Date: 2013-05-29 (Wed, 29 May 2013)
Changed paths:
M ckan/tests/test_coding_standards.py
M ckanext/resourceproxy/controller.py
M ckanext/resourceproxy/tests/test_proxy.py
Log Message:
-----------
[#896] Fix failing test, fix PEP8 issues
Commit: ecf8b639d810d37e9b7a3ee06b71a65d603dede2
https://github.com/okfn/ckan/commit/ecf8b639d810d37e9b7a3ee06b71a65d603dede2
Author: Dominik Moritz <domoritz at gmail.com>
Date: 2013-05-29 (Wed, 29 May 2013)
Changed paths:
M ckan/tests/test_coding_standards.py
Log Message:
-----------
[#905] Do not require PEP8 blacklisting any more
Commit: e53e8f670d88916e69477a8aa421f9cf15bd2f1f
https://github.com/okfn/ckan/commit/e53e8f670d88916e69477a8aa421f9cf15bd2f1f
Author: John Martin <me at johnmart.in>
Date: 2013-05-29 (Wed, 29 May 2013)
Changed paths:
M ckan/public/base/less/iehacks.less
Log Message:
-----------
[#915] Changes display properties of explore button for IE7 to make it display correctly
Commit: a16ef18306b0955ca45ac3a0346882b8956664c5
https://github.com/okfn/ckan/commit/a16ef18306b0955ca45ac3a0346882b8956664c5
Author: Dominik Moritz <domoritz at gmail.com>
Date: 2013-05-29 (Wed, 29 May 2013)
Changed paths:
M ckanext/datastore/db.py
M ckanext/datastore/logic/action.py
M ckanext/datastore/tests/test_create.py
Log Message:
-----------
[#955] do not raise a server error if an alias name clashes with an existing alias name or table name
Commit: a70a6d44c9c196f43f7651ac1c5cf4515e100ba0
https://github.com/okfn/ckan/commit/a70a6d44c9c196f43f7651ac1c5cf4515e100ba0
Author: Dominik Moritz <domoritz at gmail.com>
Date: 2013-05-29 (Wed, 29 May 2013)
Changed paths:
M ckan/lib/datapreview.py
M ckanext/pdfpreview/tests/test_preview.py
M ckanext/textpreview/plugin.py
M ckanext/textpreview/theme/public/preview_text.js
M setup.py
Log Message:
-----------
[#226] PEP8 and load jpeg direktly as well
Commit: 0972ae57c4c3aa113488846f165c22c2eadffbf2
https://github.com/okfn/ckan/commit/0972ae57c4c3aa113488846f165c22c2eadffbf2
Author: Dominik Moritz <domoritz at gmail.com>
Date: 2013-05-29 (Wed, 29 May 2013)
Changed paths:
M ckan/lib/helpers.py
M ckanext/textpreview/plugin.py
M ckanext/textpreview/theme/public/preview_text.js
M ckanext/textpreview/theme/templates/text.html
Log Message:
-----------
[#226] Make the formats configurable
Commit: 19d3c78a9cf4aa0a99a33ef57d4d1064cc11372d
https://github.com/okfn/ckan/commit/19d3c78a9cf4aa0a99a33ef57d4d1064cc11372d
Author: Dominik Moritz <domoritz at gmail.com>
Date: 2013-05-29 (Wed, 29 May 2013)
Changed paths:
M .tx/config
M ckan/config/install.py
M ckan/i18n/bg/LC_MESSAGES/ckan.mo
M ckan/i18n/bg/LC_MESSAGES/ckan.po
M ckan/i18n/ca/LC_MESSAGES/ckan.mo
M ckan/i18n/ca/LC_MESSAGES/ckan.po
M ckan/i18n/ckan.pot
M ckan/i18n/cs_CZ/LC_MESSAGES/ckan.mo
M ckan/i18n/cs_CZ/LC_MESSAGES/ckan.po
M ckan/i18n/de/LC_MESSAGES/ckan.mo
M ckan/i18n/de/LC_MESSAGES/ckan.po
A ckan/i18n/dv/LC_MESSAGES/ckan.mo
A ckan/i18n/dv/LC_MESSAGES/ckan.po
M ckan/i18n/el/LC_MESSAGES/ckan.mo
M ckan/i18n/el/LC_MESSAGES/ckan.po
A ckan/i18n/en_GB/LC_MESSAGES/ckan.mo
A ckan/i18n/en_GB/LC_MESSAGES/ckan.po
M ckan/i18n/es/LC_MESSAGES/ckan.mo
M ckan/i18n/es/LC_MESSAGES/ckan.po
A ckan/i18n/es_AR/LC_MESSAGES/ckan.mo
A ckan/i18n/es_AR/LC_MESSAGES/ckan.po
A ckan/i18n/fa_IR/LC_MESSAGES/ckan.mo
A ckan/i18n/fa_IR/LC_MESSAGES/ckan.po
M ckan/i18n/fi/LC_MESSAGES/ckan.mo
M ckan/i18n/fi/LC_MESSAGES/ckan.po
M ckan/i18n/fr/LC_MESSAGES/ckan.mo
M ckan/i18n/fr/LC_MESSAGES/ckan.po
M ckan/i18n/hu/LC_MESSAGES/ckan.mo
M ckan/i18n/hu/LC_MESSAGES/ckan.po
A ckan/i18n/id/LC_MESSAGES/ckan.mo
A ckan/i18n/id/LC_MESSAGES/ckan.po
A ckan/i18n/is/LC_MESSAGES/ckan.mo
A ckan/i18n/is/LC_MESSAGES/ckan.po
M ckan/i18n/it/LC_MESSAGES/ckan.mo
M ckan/i18n/it/LC_MESSAGES/ckan.po
M ckan/i18n/ja/LC_MESSAGES/ckan.mo
M ckan/i18n/ja/LC_MESSAGES/ckan.po
A ckan/i18n/ko_KR/LC_MESSAGES/ckan.mo
A ckan/i18n/ko_KR/LC_MESSAGES/ckan.po
M ckan/i18n/lt/LC_MESSAGES/ckan.mo
M ckan/i18n/lt/LC_MESSAGES/ckan.po
M ckan/i18n/lv/LC_MESSAGES/ckan.mo
M ckan/i18n/lv/LC_MESSAGES/ckan.po
A ckan/i18n/my_MM/LC_MESSAGES/ckan.mo
A ckan/i18n/my_MM/LC_MESSAGES/ckan.po
M ckan/i18n/nl/LC_MESSAGES/ckan.mo
M ckan/i18n/nl/LC_MESSAGES/ckan.po
M ckan/i18n/no/LC_MESSAGES/ckan.mo
M ckan/i18n/no/LC_MESSAGES/ckan.po
M ckan/i18n/pl/LC_MESSAGES/ckan.mo
M ckan/i18n/pl/LC_MESSAGES/ckan.po
M ckan/i18n/pt_BR/LC_MESSAGES/ckan.mo
M ckan/i18n/pt_BR/LC_MESSAGES/ckan.po
M ckan/i18n/ro/LC_MESSAGES/ckan.mo
M ckan/i18n/ro/LC_MESSAGES/ckan.po
M ckan/i18n/ru/LC_MESSAGES/ckan.mo
M ckan/i18n/ru/LC_MESSAGES/ckan.po
M ckan/i18n/sk/LC_MESSAGES/ckan.mo
M ckan/i18n/sk/LC_MESSAGES/ckan.po
M ckan/i18n/sl/LC_MESSAGES/ckan.mo
M ckan/i18n/sl/LC_MESSAGES/ckan.po
M ckan/i18n/sq/LC_MESSAGES/ckan.mo
M ckan/i18n/sq/LC_MESSAGES/ckan.po
M ckan/i18n/sr/LC_MESSAGES/ckan.mo
M ckan/i18n/sr/LC_MESSAGES/ckan.po
M ckan/i18n/sr_Latn/LC_MESSAGES/ckan.mo
M ckan/i18n/sr_Latn/LC_MESSAGES/ckan.po
M ckan/i18n/sv/LC_MESSAGES/ckan.mo
M ckan/i18n/sv/LC_MESSAGES/ckan.po
A ckan/i18n/tr/LC_MESSAGES/ckan.mo
A ckan/i18n/tr/LC_MESSAGES/ckan.po
A ckan/i18n/uk_UA/LC_MESSAGES/ckan.mo
A ckan/i18n/uk_UA/LC_MESSAGES/ckan.po
A ckan/i18n/zh_CN/LC_MESSAGES/ckan.mo
A ckan/i18n/zh_CN/LC_MESSAGES/ckan.po
A ckan/i18n/zh_TW/LC_MESSAGES/ckan.mo
A ckan/i18n/zh_TW/LC_MESSAGES/ckan.po
M ckan/lib/activity_streams.py
M ckan/lib/helpers.py
M ckan/logic/__init__.py
M ckan/logic/action/create.py
M ckan/logic/action/update.py
M ckan/logic/schema.py
M ckan/logic/validators.py
M ckan/model/package.py
M ckan/public/base/css/main.css
M ckan/public/base/less/dataset.less
M ckan/public/base/less/prose.less
M ckan/templates/group/snippets/group_item.html
M ckan/templates/organization/snippets/organization_item.html
M ckan/templates/related/snippets/related_item.html
M ckan/templates_legacy/package/resource_read.html
M ckan/tests/functional/api/test_activity.py
M ckan/tests/logic/test_init.py
M ckan/tests/logic/test_member.py
A ckan/tests/test_coding_standards.py
M ckanext/datastore/commands.py
A ckanext/datastore/controller.py
M ckanext/datastore/db.py
M ckanext/datastore/logic/action.py
M ckanext/datastore/logic/auth.py
A ckanext/datastore/logic/schema.py
M ckanext/datastore/plugin.py
M ckanext/datastore/tests/test_create.py
A ckanext/datastore/tests/test_dump.py
M ckanext/datastore/tests/test_search.py
M ckanext/datastore/tests/test_unit.py
M doc/datastore-api.rst
M doc/release-process.rst
M pip-requirements-test.txt
M pip-requirements.txt
Log Message:
-----------
Merge branch 'master' into 226-text-highlighting
Commit: 98b4b04b136677b9bf6c2a0160367bb4b50de838
https://github.com/okfn/ckan/commit/98b4b04b136677b9bf6c2a0160367bb4b50de838
Author: Vitor Baptista <vitor at vitorbaptista.com>
Date: 2013-05-29 (Wed, 29 May 2013)
Changed paths:
M CONTRIBUTING.rst
M LICENSE.txt
M bin/travis-build
A dev-requirements.txt
M doc/install-from-source.rst
M doc/test.rst
M fabfile.py
R pip-requirements-docs.txt
R pip-requirements-test.txt
R pip-requirements.txt
A requirements.txt
M setup.py
Log Message:
-----------
[#491] Pin every dependency's exact version.
To create these files, I've used pip-dump from the pip-tools package.
All requirements in *-requirements.txt have their versions pinned, and in
setup.py we keep only our direct dependencies and with the versions that
should work (i.e. >=0.11).
We did this so we can guarantee that everyone is using the exact same
version as everybody else, including our deployments.
For more info, check http://nvie.com/posts/pin-your-packages/.
Commit: 3236cbea82701cd1230dad24b175edf810a55bec
https://github.com/okfn/ckan/commit/3236cbea82701cd1230dad24b175edf810a55bec
Author: Dominik Moritz <domoritz at gmail.com>
Date: 2013-05-29 (Wed, 29 May 2013)
Changed paths:
M ckanext/datastore/db.py
Log Message:
-----------
[#955] Prevent noise in the future
Commit: c87ff510e830bcc030866e2271d84d3c85eaa12b
https://github.com/okfn/ckan/commit/c87ff510e830bcc030866e2271d84d3c85eaa12b
Author: Dominik Moritz <domoritz at gmail.com>
Date: 2013-05-29 (Wed, 29 May 2013)
Changed paths:
M ckan/logic/__init__.py
M ckan/logic/schema.py
M ckan/logic/validators.py
M ckan/tests/test_coding_standards.py
M ckanext/datastore/commands.py
M ckanext/datastore/controller.py
M ckanext/datastore/db.py
M ckanext/datastore/logic/action.py
M ckanext/datastore/logic/auth.py
A ckanext/datastore/logic/schema.py
M ckanext/datastore/plugin.py
M ckanext/datastore/tests/test_create.py
M ckanext/datastore/tests/test_dump.py
M ckanext/datastore/tests/test_search.py
M ckanext/datastore/tests/test_unit.py
M doc/datastore-api.rst
Log Message:
-----------
Merge branch 'master' into 955-datastore-alias-clashes
Conflicts:
ckanext/datastore/db.py
Commit: 32d041b9ab9a0d59c56d3689ba96f6779ad89a89
https://github.com/okfn/ckan/commit/32d041b9ab9a0d59c56d3689ba96f6779ad89a89
Author: Dominik Moritz <domoritz at gmail.com>
Date: 2013-05-29 (Wed, 29 May 2013)
Changed paths:
M doc/data-viewer.rst
Log Message:
-----------
[#226] Update data viewer docs
Commit: d5de01f6380e509eb16e79738b1660f2c3e0e058
https://github.com/okfn/ckan/commit/d5de01f6380e509eb16e79738b1660f2c3e0e058
Author: Dominik Moritz <domoritz at gmail.com>
Date: 2013-05-29 (Wed, 29 May 2013)
Changed paths:
M ckanext/textpreview/plugin.py
M ckanext/textpreview/tests/test_preview.py
Log Message:
-----------
[#226] Fix PEP8
Commit: e64d5e7568a36b306c2f74f52d877ec950024e4c
https://github.com/okfn/ckan/commit/e64d5e7568a36b306c2f74f52d877ec950024e4c
Author: Dominik Moritz <domoritz at gmail.com>
Date: 2013-05-29 (Wed, 29 May 2013)
Log Message:
-----------
Merge branch '226-text-highlighting' of github.com:okfn/ckan into 226-text-highlighting
Commit: f577832e590ab62e21769ad8ad9452acc8014ead
https://github.com/okfn/ckan/commit/f577832e590ab62e21769ad8ad9452acc8014ead
Author: Dominik Moritz <domoritz at gmail.com>
Date: 2013-05-29 (Wed, 29 May 2013)
Changed paths:
M ckan/tests/test_coding_standards.py
M ckanext/textpreview/tests/test_preview.py
Log Message:
-----------
[#226] PEP8
Commit: dc1076f344310d0f446bfe2bb090248a3bb8a6fd
https://github.com/okfn/ckan/commit/dc1076f344310d0f446bfe2bb090248a3bb8a6fd
Author: Dominik Moritz <domoritz at gmail.com>
Date: 2013-05-30 (Thu, 30 May 2013)
Changed paths:
M ckanext/textpreview/theme/public/preview_text.js
M ckanext/textpreview/theme/templates/text.html
Log Message:
-----------
[#226] Fix typo
Commit: 64dc4a96fbf89311cf26349fcd96aaead1867cce
https://github.com/okfn/ckan/commit/64dc4a96fbf89311cf26349fcd96aaead1867cce
Author: Dominik Moritz <domoritz at gmail.com>
Date: 2013-05-30 (Thu, 30 May 2013)
Changed paths:
M doc/configuration.rst
Log Message:
-----------
[#226] Update configuration docs
Commit: 11ab600b48a9cacf0aa0426836fff61f23256cff
https://github.com/okfn/ckan/commit/11ab600b48a9cacf0aa0426836fff61f23256cff
Author: tobes <toby.junk at gmail.com>
Date: 2013-05-30 (Thu, 30 May 2013)
Changed paths:
M ckan/public/base/less/iehacks.less
Log Message:
-----------
Merge branch '915-explore-button'
Commit: bd772a6c4fad246adc8d2ad7852bc6fdae2bc35c
https://github.com/okfn/ckan/commit/bd772a6c4fad246adc8d2ad7852bc6fdae2bc35c
Author: tobes <toby.junk at gmail.com>
Date: 2013-05-30 (Thu, 30 May 2013)
Changed paths:
M ckan/public/base/css/main.css
Log Message:
-----------
Recompile css
Commit: f4450f7ed310e3ce0ff1049b252b8f09443541c6
https://github.com/okfn/ckan/commit/f4450f7ed310e3ce0ff1049b252b8f09443541c6
Author: amercader <amercadero at gmail.com>
Date: 2013-05-30 (Thu, 30 May 2013)
Changed paths:
M doc/data-viewer.rst
Log Message:
-----------
[#226] Minor tweaks in docs
Commit: 3f2d2edb3155c08fac2b1e183a879231c83e4f25
https://github.com/okfn/ckan/commit/3f2d2edb3155c08fac2b1e183a879231c83e4f25
Author: amercader <amercadero at gmail.com>
Date: 2013-05-30 (Thu, 30 May 2013)
Changed paths:
M ckan/config/deployment.ini_tmpl
M ckan/lib/datapreview.py
M ckan/lib/helpers.py
M ckan/tests/test_coding_standards.py
R ckanext/jsonpreview/__init__.py
R ckanext/jsonpreview/plugin.py
R ckanext/jsonpreview/tests/__init__.py
R ckanext/jsonpreview/tests/test_preview.py
R ckanext/jsonpreview/theme/public/css/json.css
R ckanext/jsonpreview/theme/public/preview_json.js
R ckanext/jsonpreview/theme/public/resource.config
R ckanext/jsonpreview/theme/templates/json.html
M ckanext/pdfpreview/tests/test_preview.py
A ckanext/textpreview/__init__.py
A ckanext/textpreview/plugin.py
A ckanext/textpreview/tests/__init__.py
A ckanext/textpreview/tests/test_preview.py
A ckanext/textpreview/theme/public/LICENSE
A ckanext/textpreview/theme/public/css/text.css
A ckanext/textpreview/theme/public/highlight.pack.js
A ckanext/textpreview/theme/public/preview_text.js
A ckanext/textpreview/theme/public/resource.config
A ckanext/textpreview/theme/public/styles/default.css
A ckanext/textpreview/theme/public/styles/github.css
A ckanext/textpreview/theme/templates/text.html
M doc/configuration.rst
M doc/data-viewer.rst
M setup.py
Log Message:
-----------
Merge branch '226-text-highlighting'
Commit: 5f62ced8f9e4765eabf6672b69117684a5ab70f7
https://github.com/okfn/ckan/commit/5f62ced8f9e4765eabf6672b69117684a5ab70f7
Author: tobes <toby.junk at gmail.com>
Date: 2013-05-30 (Thu, 30 May 2013)
Changed paths:
M ckan/config/environment.py
M ckan/logic/auth/get.py
Log Message:
-----------
[#952] Create site user at startup
Commit: 98c48ef35453233390d1ae526ec85391040abcee
https://github.com/okfn/ckan/commit/98c48ef35453233390d1ae526ec85391040abcee
Author: John Martin <me at johnmart.in>
Date: 2013-05-30 (Thu, 30 May 2013)
Changed paths:
M ckan/public/base/less/iehacks.less
Log Message:
-----------
[#798] Adds proper background black to IE7 media-overlay
Commit: a313c65f61d5205c802614c0b2eaa7edf9690e9d
https://github.com/okfn/ckan/commit/a313c65f61d5205c802614c0b2eaa7edf9690e9d
Author: tobes <toby.junk at gmail.com>
Date: 2013-05-30 (Thu, 30 May 2013)
Changed paths:
M ckan/lib/helpers.py
Log Message:
-----------
[#913] Fix url creation of qualified sub dirs
Commit: 4b75a084be9cb7577676e3396dd80b1eeaf48477
https://github.com/okfn/ckan/commit/4b75a084be9cb7577676e3396dd80b1eeaf48477
Author: amercader <amercadero at gmail.com>
Date: 2013-05-30 (Thu, 30 May 2013)
Changed paths:
A CHANGELOG.rst
R CHANGELOG.txt
M CONTRIBUTING.rst
M ckan/logic/action/create.py
M ckan/logic/action/delete.py
M ckan/logic/action/get.py
M ckan/logic/action/update.py
R doc/CHANGELOG.rst
M doc/api.rst
R doc/architecture.rst
M doc/background-tasks.rst
A doc/ckan-coding-standards.rst
R doc/ckan.logic.action.create.rst
R doc/ckan.logic.action.delete.rst
R doc/ckan.logic.action.get.rst
R doc/ckan.logic.action.update.rst
R doc/common-error-messages.rst
M doc/conf.py
M doc/configuration.rst
R doc/database-dumps.rst
R doc/datastore-api.rst
R doc/datastore-setup.rst
M doc/datastore.rst
M doc/deployment.rst
M doc/email-notifications.rst
R doc/extensions.rst
A doc/features.rst
R doc/filestore-api.rst
M doc/filestore.rst
M doc/frontend-development.rst
R doc/frontend-testing.rst
A doc/getting-started.rst
A doc/images/admin-page.png
R doc/importing-datasets.rst
M doc/index.rst
M doc/install-from-package.rst
M doc/install-from-source.rst
A doc/installing.rst
M doc/multilingual.rst
M doc/paster.rst
R doc/post-installation.rst
R doc/publishing-datasets.rst
R doc/release-cycle.rst
M doc/release-process.rst
A doc/releases.rst
M doc/tag-vocabularies.rst
M doc/test.rst
M doc/theming.rst
A doc/upgrading-a-package-install.rst
A doc/upgrading-a-source-install.rst
A doc/writing-extensions.rst
Log Message:
-----------
Merge branch '769-docs-reorg'
Conflicts:
doc/datastore-api.rst
Commit: a911535c5dcacddac424463007649dead57c85a2
https://github.com/okfn/ckan/commit/a911535c5dcacddac424463007649dead57c85a2
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-05-30 (Thu, 30 May 2013)
Changed paths:
M CONTRIBUTING.rst
M doc/conf.py
A doc/documentation-guidelines.rst
M doc/index.rst
M doc/python-coding-standards.rst
M doc/writing-extensions.rst
Log Message:
-----------
[#942] Add documentation guidelines
Commit: be164c03f261ef0472c356190384e8173f06c738
https://github.com/okfn/ckan/commit/be164c03f261ef0472c356190384e8173f06c738
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-05-30 (Thu, 30 May 2013)
Changed paths:
M doc/documentation-guidelines.rst
Log Message:
-----------
[#942] Typo
Commit: ab2975db183434c080e2fd93373e5428115a6b57
https://github.com/okfn/ckan/commit/ab2975db183434c080e2fd93373e5428115a6b57
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-05-30 (Thu, 30 May 2013)
Changed paths:
M CONTRIBUTING.rst
Log Message:
-----------
[#942] Fix broken toctree in docs
Commit: 5a9af1b880249694e4ce6ae5c7eee3bd4c85ad96
https://github.com/okfn/ckan/commit/5a9af1b880249694e4ce6ae5c7eee3bd4c85ad96
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-05-30 (Thu, 30 May 2013)
Changed paths:
M doc/documentation-guidelines.rst
Log Message:
-----------
[#942] Typo
Commit: bc60fce5fab391f664be2b5db471957e7e2ef563
https://github.com/okfn/ckan/commit/bc60fce5fab391f664be2b5db471957e7e2ef563
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-05-30 (Thu, 30 May 2013)
Changed paths:
M doc/documentation-guidelines.rst
Log Message:
-----------
[#942] Move Commonly Used Terms higher up
in documentation guidelines
Commit: d60eec2afb2b13d2b57840218c77577a925a42bf
https://github.com/okfn/ckan/commit/d60eec2afb2b13d2b57840218c77577a925a42bf
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-05-30 (Thu, 30 May 2013)
Changed paths:
M doc/documentation-guidelines.rst
Log Message:
-----------
[#942] Add cross-referencing and linking examples
Commit: ef6bf3bcbe27c87dcc396088edb16a349f072ac3
https://github.com/okfn/ckan/commit/ef6bf3bcbe27c87dcc396088edb16a349f072ac3
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-05-30 (Thu, 30 May 2013)
Changed paths:
M doc/documentation-guidelines.rst
Log Message:
-----------
[#942] Add Sphinx seealso example
Commit: da7b7801c0095b2aefd244c71f1edaf41a306c92
https://github.com/okfn/ckan/commit/da7b7801c0095b2aefd244c71f1edaf41a306c92
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-05-30 (Thu, 30 May 2013)
Changed paths:
M doc/documentation-guidelines.rst
Log Message:
-----------
[#942] Don't use literals in section titles
It looks weird because the OKFN Sphinx theme colours them red.
Commit: 9d4dde9550c1f50bbaf67a4bc8a9f3bb39dc6958
https://github.com/okfn/ckan/commit/9d4dde9550c1f50bbaf67a4bc8a9f3bb39dc6958
Author: Dominik Moritz <domoritz at gmail.com>
Date: 2013-05-31 (Fri, 31 May 2013)
Changed paths:
M pip-requirements.txt
Log Message:
-----------
Merge pull request #764 from okfn/764-vdm-from-pypi
Make vdm 0.11 a PyPI package dependency
Commit: 9feb7532d61e32ee59751580dc9aac119687bfab
https://github.com/okfn/ckan/commit/9feb7532d61e32ee59751580dc9aac119687bfab
Author: tobes <toby.junk at gmail.com>
Date: 2013-05-31 (Fri, 31 May 2013)
Changed paths:
M ckan/config/environment.py
Log Message:
-----------
[#952] Add try for when db is not initialised
Commit: 9789d767cad5487437f8547ed9f0c1ceec2d4c01
https://github.com/okfn/ckan/commit/9789d767cad5487437f8547ed9f0c1ceec2d4c01
Author: amercader <amercadero at gmail.com>
Date: 2013-05-31 (Fri, 31 May 2013)
Changed paths:
M ckan/i18n/cs_CZ/LC_MESSAGES/ckan.mo
M ckan/i18n/cs_CZ/LC_MESSAGES/ckan.po
Log Message:
-----------
[#900] Fix Czech translation
There were wrong keys in some of the strings that raised an exception on
the resource page. Also updated the translations on Transifex.
Commit: 0290e08a779ef7b0572512439889c96fdbca4a31
https://github.com/okfn/ckan/commit/0290e08a779ef7b0572512439889c96fdbca4a31
Author: tobes <toby.junk at gmail.com>
Date: 2013-05-31 (Fri, 31 May 2013)
Changed paths:
M ckan/templates/group/about.html
M ckan/templates/organization/about.html
A ckan/templates/snippets/additional_info.html
Log Message:
-----------
[#477] Show additional info on group/org about pages
Commit: 8d126f4898534c994469cb300067d834e12ce8dc
https://github.com/okfn/ckan/commit/8d126f4898534c994469cb300067d834e12ce8dc
Author: Vitor Baptista <vitor at vitorbaptista.com>
Date: 2013-05-31 (Fri, 31 May 2013)
Changed paths:
M ckan/logic/action/create.py
M ckan/plugins/interfaces.py
Log Message:
-----------
Fix typo dispaly -> display
Commit: cc700a2fae723efefe327812eb084cabf4767ac6
https://github.com/okfn/ckan/commit/cc700a2fae723efefe327812eb084cabf4767ac6
Author: Nigel Babu <nigelbabu at gmail.com>
Date: 2013-06-02 (Sun, 02 Jun 2013)
Changed paths:
M ckan/logic/action/create.py
Log Message:
-----------
Merge pull request #918 from morty/feature-document-owner-org-parameter-for-package-create
Added some documentation for package_create
Commit: e47a4c6f3cf1173b8eb21dc43abe502f174bf901
https://github.com/okfn/ckan/commit/e47a4c6f3cf1173b8eb21dc43abe502f174bf901
Author: Nigel Babu <nigelbabu at gmail.com>
Date: 2013-06-02 (Sun, 02 Jun 2013)
Changed paths:
M ckan/controllers/api.py
M ckan/lib/dictization/model_dictize.py
M ckan/lib/plugins.py
M ckan/logic/action/create.py
M ckan/logic/action/get.py
M ckan/logic/auth/get.py
M ckan/new_authz.py
M ckan/templates/package/snippets/package_basic_fields.html
M ckan/templates/package/snippets/package_form.html
M ckan/templates_legacy/package/new_package_form.html
M ckan/tests/lib/test_solr_package_search.py
M doc/configuration.rst
Log Message:
-----------
[951] Make license consistent across CKAN
* Replace most instances of licence with license. The instances in js
vendor files have been ignored.
* Setup clean_action_name to convert licence to license.
Commit: caa016eabe470223d19d1db0dce6480b26856bdb
https://github.com/okfn/ckan/commit/caa016eabe470223d19d1db0dce6480b26856bdb
Author: Nigel Babu <nigelbabu at gmail.com>
Date: 2013-06-02 (Sun, 02 Jun 2013)
Changed paths:
M ckan/lib/helpers.py
M ckan/templates/package/new_resource.html
M ckan/templates/package/resource_edit.html
M ckan/tests/lib/test_helpers.py
Log Message:
-----------
[#873] Show upload option if filestore enabled
* Add a check_filestore helper that checks the config if filestore is
enabled.
* Check if filestore is enabled and user is logged in before showing
upload button.
Commit: c932debed020c8f99bde152d11ca568d75e72a67
https://github.com/okfn/ckan/commit/c932debed020c8f99bde152d11ca568d75e72a67
Author: kindly <kindly at gmail.com>
Date: 2013-06-03 (Mon, 03 Jun 2013)
Changed paths:
A CHANGELOG.rst
R CHANGELOG.txt
M CONTRIBUTING.rst
M ckan/config/deployment.ini_tmpl
M ckan/i18n/cs_CZ/LC_MESSAGES/ckan.mo
M ckan/i18n/cs_CZ/LC_MESSAGES/ckan.po
M ckan/lib/datapreview.py
M ckan/lib/helpers.py
M ckan/logic/__init__.py
M ckan/logic/action/create.py
M ckan/logic/action/delete.py
M ckan/logic/action/get.py
M ckan/logic/action/update.py
M ckan/logic/schema.py
M ckan/logic/validators.py
M ckan/plugins/interfaces.py
M ckan/public/base/css/main.css
M ckan/public/base/less/dataset.less
M ckan/public/base/less/iehacks.less
M ckan/public/base/less/prose.less
M ckan/tests/test_coding_standards.py
M ckanext/datastore/commands.py
M ckanext/datastore/controller.py
M ckanext/datastore/db.py
M ckanext/datastore/logic/action.py
M ckanext/datastore/logic/auth.py
A ckanext/datastore/logic/schema.py
M ckanext/datastore/plugin.py
M ckanext/datastore/tests/test_create.py
M ckanext/datastore/tests/test_dump.py
M ckanext/datastore/tests/test_search.py
M ckanext/datastore/tests/test_unit.py
R ckanext/jsonpreview/__init__.py
R ckanext/jsonpreview/plugin.py
R ckanext/jsonpreview/tests/__init__.py
R ckanext/jsonpreview/tests/test_preview.py
R ckanext/jsonpreview/theme/public/css/json.css
R ckanext/jsonpreview/theme/public/preview_json.js
R ckanext/jsonpreview/theme/public/resource.config
R ckanext/jsonpreview/theme/templates/json.html
M ckanext/pdfpreview/tests/test_preview.py
A ckanext/textpreview/__init__.py
A ckanext/textpreview/plugin.py
A ckanext/textpreview/tests/__init__.py
A ckanext/textpreview/tests/test_preview.py
A ckanext/textpreview/theme/public/LICENSE
A ckanext/textpreview/theme/public/css/text.css
A ckanext/textpreview/theme/public/highlight.pack.js
A ckanext/textpreview/theme/public/preview_text.js
A ckanext/textpreview/theme/public/resource.config
A ckanext/textpreview/theme/public/styles/default.css
A ckanext/textpreview/theme/public/styles/github.css
A ckanext/textpreview/theme/templates/text.html
R doc/CHANGELOG.rst
M doc/api.rst
R doc/architecture.rst
M doc/background-tasks.rst
A doc/ckan-coding-standards.rst
R doc/ckan.logic.action.create.rst
R doc/ckan.logic.action.delete.rst
R doc/ckan.logic.action.get.rst
R doc/ckan.logic.action.update.rst
R doc/common-error-messages.rst
M doc/conf.py
M doc/configuration.rst
M doc/data-viewer.rst
R doc/database-dumps.rst
R doc/datastore-api.rst
R doc/datastore-setup.rst
M doc/datastore.rst
M doc/deployment.rst
A doc/documentation-guidelines.rst
M doc/email-notifications.rst
R doc/extensions.rst
A doc/features.rst
R doc/filestore-api.rst
M doc/filestore.rst
M doc/frontend-development.rst
R doc/frontend-testing.rst
A doc/getting-started.rst
A doc/images/admin-page.png
R doc/importing-datasets.rst
M doc/index.rst
M doc/install-from-package.rst
M doc/install-from-source.rst
A doc/installing.rst
M doc/multilingual.rst
M doc/paster.rst
R doc/post-installation.rst
R doc/publishing-datasets.rst
M doc/python-coding-standards.rst
R doc/release-cycle.rst
M doc/release-process.rst
A doc/releases.rst
M doc/tag-vocabularies.rst
M doc/test.rst
M doc/theming.rst
A doc/upgrading-a-package-install.rst
A doc/upgrading-a-source-install.rst
A doc/writing-extensions.rst
M pip-requirements.txt
M setup.py
Log Message:
-----------
Merge branch 'master' into IAuthenticator-feature
Commit: 007c1036ed3124301725126d5a0bad1f8922ba62
https://github.com/okfn/ckan/commit/007c1036ed3124301725126d5a0bad1f8922ba62
Author: tobes <toby.junk at gmail.com>
Date: 2013-06-03 (Mon, 03 Jun 2013)
Changed paths:
M ckan/controllers/api.py
Log Message:
-----------
[#414] Prevent callback parameter breaking action api and search
Commit: d50dbbf7a38f8fcee6b60d8195c4ef8eba0e87cc
https://github.com/okfn/ckan/commit/d50dbbf7a38f8fcee6b60d8195c4ef8eba0e87cc
Author: amercader <amercadero at gmail.com>
Date: 2013-06-03 (Mon, 03 Jun 2013)
Changed paths:
M ckan/lib/helpers.py
Log Message:
-----------
Merge branch '913-fix-url-creation'
Commit: 23008420ec10e58915201add0e6c5e629434bacb
https://github.com/okfn/ckan/commit/23008420ec10e58915201add0e6c5e629434bacb
Author: amercader <amercadero at gmail.com>
Date: 2013-06-03 (Mon, 03 Jun 2013)
Changed paths:
M ckan/config/environment.py
M ckan/logic/auth/get.py
Log Message:
-----------
Merge branch '952-create-site-user-at-startup'
Commit: 20af1804b56abf95ce4cb8c70e427935ec49069b
https://github.com/okfn/ckan/commit/20af1804b56abf95ce4cb8c70e427935ec49069b
Author: tobes <toby.junk at gmail.com>
Date: 2013-06-03 (Mon, 03 Jun 2013)
Changed paths:
M ckan/tests/test_coding_standards.py
Log Message:
-----------
[#965] No testing of coding standards in hidden dirs/files
Commit: 308b628361f3c48dd71e53236ff0136ef5fea272
https://github.com/okfn/ckan/commit/308b628361f3c48dd71e53236ff0136ef5fea272
Author: kindly <kindly at gmail.com>
Date: 2013-06-03 (Mon, 03 Jun 2013)
Changed paths:
M ckan/config/environment.py
M ckan/lib/helpers.py
M ckan/logic/auth/get.py
Log Message:
-----------
Merge branch 'master' of github.com:okfn/ckan
Commit: c1ab09c320ef4e62f3cea64ba554d3243710b7b5
https://github.com/okfn/ckan/commit/c1ab09c320ef4e62f3cea64ba554d3243710b7b5
Author: kindly <kindly at gmail.com>
Date: 2013-06-03 (Mon, 03 Jun 2013)
Changed paths:
M .tx/config
A CHANGELOG.rst
R CHANGELOG.txt
M CONTRIBUTING.rst
M README.rst
M bin/osx-postgres-mem.sh
M bin/travis-build
M ckan/config/deployment.ini_tmpl
M ckan/config/environment.py
A ckan/config/install.py
M ckan/config/routing.py
M ckan/config/who.ini
M ckan/controllers/api.py
M ckan/controllers/error.py
M ckan/controllers/feed.py
M ckan/controllers/group.py
M ckan/controllers/home.py
M ckan/controllers/organization.py
M ckan/controllers/package.py
M ckan/controllers/related.py
M ckan/controllers/revision.py
M ckan/controllers/storage.py
M ckan/controllers/tag.py
M ckan/controllers/user.py
M ckan/i18n/bg/LC_MESSAGES/ckan.mo
M ckan/i18n/bg/LC_MESSAGES/ckan.po
M ckan/i18n/ca/LC_MESSAGES/ckan.mo
M ckan/i18n/ca/LC_MESSAGES/ckan.po
M ckan/i18n/check_po_files.py
M ckan/i18n/ckan.pot
M ckan/i18n/cs_CZ/LC_MESSAGES/ckan.mo
M ckan/i18n/cs_CZ/LC_MESSAGES/ckan.po
M ckan/i18n/de/LC_MESSAGES/ckan.mo
M ckan/i18n/de/LC_MESSAGES/ckan.po
A ckan/i18n/dv/LC_MESSAGES/ckan.mo
A ckan/i18n/dv/LC_MESSAGES/ckan.po
M ckan/i18n/el/LC_MESSAGES/ckan.mo
M ckan/i18n/el/LC_MESSAGES/ckan.po
A ckan/i18n/en_GB/LC_MESSAGES/ckan.mo
A ckan/i18n/en_GB/LC_MESSAGES/ckan.po
M ckan/i18n/es/LC_MESSAGES/ckan.mo
M ckan/i18n/es/LC_MESSAGES/ckan.po
A ckan/i18n/es_AR/LC_MESSAGES/ckan.mo
A ckan/i18n/es_AR/LC_MESSAGES/ckan.po
A ckan/i18n/fa_IR/LC_MESSAGES/ckan.mo
A ckan/i18n/fa_IR/LC_MESSAGES/ckan.po
M ckan/i18n/fi/LC_MESSAGES/ckan.mo
M ckan/i18n/fi/LC_MESSAGES/ckan.po
M ckan/i18n/fr/LC_MESSAGES/ckan.mo
M ckan/i18n/fr/LC_MESSAGES/ckan.po
M ckan/i18n/hu/LC_MESSAGES/ckan.mo
M ckan/i18n/hu/LC_MESSAGES/ckan.po
A ckan/i18n/id/LC_MESSAGES/ckan.mo
A ckan/i18n/id/LC_MESSAGES/ckan.po
A ckan/i18n/is/LC_MESSAGES/ckan.mo
A ckan/i18n/is/LC_MESSAGES/ckan.po
M ckan/i18n/it/LC_MESSAGES/ckan.mo
M ckan/i18n/it/LC_MESSAGES/ckan.po
M ckan/i18n/ja/LC_MESSAGES/ckan.mo
M ckan/i18n/ja/LC_MESSAGES/ckan.po
A ckan/i18n/ko_KR/LC_MESSAGES/ckan.mo
A ckan/i18n/ko_KR/LC_MESSAGES/ckan.po
M ckan/i18n/lt/LC_MESSAGES/ckan.mo
M ckan/i18n/lt/LC_MESSAGES/ckan.po
M ckan/i18n/lv/LC_MESSAGES/ckan.mo
M ckan/i18n/lv/LC_MESSAGES/ckan.po
A ckan/i18n/my_MM/LC_MESSAGES/ckan.mo
A ckan/i18n/my_MM/LC_MESSAGES/ckan.po
M ckan/i18n/nl/LC_MESSAGES/ckan.mo
M ckan/i18n/nl/LC_MESSAGES/ckan.po
M ckan/i18n/no/LC_MESSAGES/ckan.mo
M ckan/i18n/no/LC_MESSAGES/ckan.po
M ckan/i18n/pl/LC_MESSAGES/ckan.mo
M ckan/i18n/pl/LC_MESSAGES/ckan.po
M ckan/i18n/pt_BR/LC_MESSAGES/ckan.mo
M ckan/i18n/pt_BR/LC_MESSAGES/ckan.po
M ckan/i18n/ro/LC_MESSAGES/ckan.mo
M ckan/i18n/ro/LC_MESSAGES/ckan.po
M ckan/i18n/ru/LC_MESSAGES/ckan.mo
M ckan/i18n/ru/LC_MESSAGES/ckan.po
M ckan/i18n/sk/LC_MESSAGES/ckan.mo
M ckan/i18n/sk/LC_MESSAGES/ckan.po
M ckan/i18n/sl/LC_MESSAGES/ckan.mo
M ckan/i18n/sl/LC_MESSAGES/ckan.po
M ckan/i18n/sq/LC_MESSAGES/ckan.mo
M ckan/i18n/sq/LC_MESSAGES/ckan.po
M ckan/i18n/sr/LC_MESSAGES/ckan.mo
M ckan/i18n/sr/LC_MESSAGES/ckan.po
M ckan/i18n/sr_Latn/LC_MESSAGES/ckan.mo
M ckan/i18n/sr_Latn/LC_MESSAGES/ckan.po
M ckan/i18n/sv/LC_MESSAGES/ckan.mo
M ckan/i18n/sv/LC_MESSAGES/ckan.po
A ckan/i18n/tr/LC_MESSAGES/ckan.mo
A ckan/i18n/tr/LC_MESSAGES/ckan.po
A ckan/i18n/uk_UA/LC_MESSAGES/ckan.mo
A ckan/i18n/uk_UA/LC_MESSAGES/ckan.po
A ckan/i18n/zh_CN/LC_MESSAGES/ckan.mo
A ckan/i18n/zh_CN/LC_MESSAGES/ckan.po
A ckan/i18n/zh_TW/LC_MESSAGES/ckan.mo
A ckan/i18n/zh_TW/LC_MESSAGES/ckan.po
M ckan/lib/activity_streams.py
M ckan/lib/activity_streams_session_extension.py
M ckan/lib/alphabet_paginate.py
M ckan/lib/app_globals.py
M ckan/lib/base.py
M ckan/lib/cli.py
M ckan/lib/create_test_data.py
M ckan/lib/datapreview.py
M ckan/lib/dictization/model_dictize.py
M ckan/lib/dictization/model_save.py
M ckan/lib/email_notifications.py
M ckan/lib/formatters.py
M ckan/lib/helpers.py
M ckan/lib/mailer.py
M ckan/lib/navl/dictization_functions.py
M ckan/lib/navl/validators.py
M ckan/lib/package_saver.py
M ckan/lib/render.py
M ckan/lib/search/index.py
M ckan/lib/search/query.py
M ckan/logic/__init__.py
M ckan/logic/action/create.py
M ckan/logic/action/delete.py
M ckan/logic/action/get.py
M ckan/logic/action/update.py
M ckan/logic/auth/__init__.py
M ckan/logic/auth/create.py
M ckan/logic/auth/get.py
M ckan/logic/auth/update.py
M ckan/logic/converters.py
M ckan/logic/schema.py
M ckan/logic/validators.py
M ckan/migration/versions/067_turn_extras_to_strings.py
R ckan/misc.py
M ckan/model/__init__.py
M ckan/model/license.py
M ckan/model/package.py
M ckan/model/package_relationship.py
M ckan/model/tag.py
M ckan/model/tracking.py
M ckan/new_authz.py
M ckan/plugins/interfaces.py
M ckan/plugins/toolkit.py
M ckan/public/base/css/main.css
R ckan/public/base/images/flags.png
M ckan/public/base/javascript/modules/basic-form.js
M ckan/public/base/javascript/tracking.js
M ckan/public/base/less/dataset.less
M ckan/public/base/less/footer.less
M ckan/public/base/less/forms.less
M ckan/public/base/less/group.less
M ckan/public/base/less/iehacks.less
M ckan/public/base/less/layout.less
M ckan/public/base/less/mixins.less
M ckan/public/base/less/prose.less
M ckan/public/base/test/index.html
M ckan/public/base/test/spec/client.spec.js
M ckan/public/base/test/spec/modules/autocomplete.spec.js
M ckan/templates/activity_streams/activity_stream_items.html
M ckan/templates/dataviewer/snippets/data_preview.html
M ckan/templates/development/primer.html
A ckan/templates/development/snippets/actions.html
A ckan/templates/development/snippets/context.html
M ckan/templates/development/snippets/facet.html
M ckan/templates/development/snippets/media_grid.html
M ckan/templates/development/snippets/nav.html
M ckan/templates/development/snippets/page_header.html
R ckan/templates/development/snippets/toolbar.html
M ckan/templates/footer.html
M ckan/templates/group/about.html
M ckan/templates/group/activity_stream.html
M ckan/templates/group/admins.html
M ckan/templates/group/confirm_delete.html
M ckan/templates/group/confirm_delete_member.html
M ckan/templates/group/followers.html
A ckan/templates/group/history.html
M ckan/templates/group/index.html
M ckan/templates/group/member_new.html
M ckan/templates/group/members.html
M ckan/templates/group/read.html
M ckan/templates/group/snippets/group_item.html
A ckan/templates/group/snippets/history_revisions.html
A ckan/templates/group/snippets/revisions_table.html
M ckan/templates/header.html
M ckan/templates/home/about.html
M ckan/templates/organization/about.html
M ckan/templates/organization/activity_stream.html
M ckan/templates/organization/admins.html
M ckan/templates/organization/base_form_page.html
M ckan/templates/organization/bulk_process.html
M ckan/templates/organization/confirm_delete.html
M ckan/templates/organization/confirm_delete_member.html
M ckan/templates/organization/edit.html
M ckan/templates/organization/index.html
M ckan/templates/organization/member_new.html
M ckan/templates/organization/new.html
M ckan/templates/organization/read.html
M ckan/templates/organization/snippets/organization_item.html
M ckan/templates/package/activity.html
M ckan/templates/package/activity_stream.html
M ckan/templates/package/confirm_delete.html
M ckan/templates/package/confirm_delete_resource.html
M ckan/templates/package/followers.html
A ckan/templates/package/history.html
M ckan/templates/package/new_package_metadata.html
M ckan/templates/package/read.html
M ckan/templates/package/read_base.html
M ckan/templates/package/related_list.html
M ckan/templates/package/resource_read.html
M ckan/templates/package/search.html
M ckan/templates/package/snippets/additional_info.html
M ckan/templates/package/snippets/data_api_button.html
A ckan/templates/package/snippets/history_revisions.html
M ckan/templates/package/snippets/info.html
M ckan/templates/package/snippets/package_basic_fields.html
M ckan/templates/package/snippets/package_metadata_fields.html
M ckan/templates/package/snippets/resource_form.html
M ckan/templates/package/snippets/resources_list.html
A ckan/templates/package/snippets/revisions_table.html
M ckan/templates/package/snippets/search_form.html
M ckan/templates/related/confirm_delete.html
M ckan/templates/related/dashboard.html
M ckan/templates/related/snippets/related_item.html
A ckan/templates/revision/__init__.py
A ckan/templates/revision/diff.html
A ckan/templates/revision/list.html
A ckan/templates/revision/read.html
A ckan/templates/revision/read_base.html
A ckan/templates/revision/snippets/revisions_list.html
M ckan/templates/snippets/facet_list.html
M ckan/templates/snippets/license.html
M ckan/templates/snippets/sort_by.html
A ckan/templates/tag/index.html
M ckan/templates/user/activity_stream.html
M ckan/templates/user/dashboard.html
M ckan/templates/user/followers.html
M ckan/templates/user/list.html
M ckan/templates/user/login.html
M ckan/templates/user/logout.html
M ckan/templates/user/new.html
M ckan/templates/user/perform_reset.html
M ckan/templates/user/read.html
M ckan/templates_legacy/group/layout.html
M ckan/templates_legacy/layout_base.html
M ckan/templates_legacy/package/layout.html
M ckan/templates_legacy/package/read_core.html
M ckan/templates_legacy/package/resource_read.html
M ckan/templates_legacy/revision/layout.html
M ckan/templates_legacy/user/layout.html
M ckan/tests/functional/api/model/test_vocabulary.py
M ckan/tests/functional/api/test_activity.py
M ckan/tests/functional/api/test_dashboard.py
M ckan/tests/functional/test_activity.py
M ckan/tests/functional/test_home.py
M ckan/tests/functional/test_package.py
M ckan/tests/functional/test_pagination.py
M ckan/tests/functional/test_user.py
M ckan/tests/lib/test_dictization.py
M ckan/tests/lib/test_solr_package_search.py
M ckan/tests/logic/test_action.py
M ckan/tests/logic/test_auth.py
A ckan/tests/logic/test_init.py
M ckan/tests/logic/test_member.py
M ckan/tests/misc/test_format_text.py
M ckan/tests/models/test_package.py
A ckan/tests/test_coding_standards.py
M ckanext/datastore/bin/set_permissions.sql
M ckanext/datastore/commands.py
A ckanext/datastore/controller.py
M ckanext/datastore/db.py
M ckanext/datastore/logic/action.py
M ckanext/datastore/logic/auth.py
A ckanext/datastore/logic/schema.py
M ckanext/datastore/plugin.py
M ckanext/datastore/tests/test_configure.py
M ckanext/datastore/tests/test_create.py
A ckanext/datastore/tests/test_dump.py
M ckanext/datastore/tests/test_search.py
M ckanext/datastore/tests/test_unit.py
A ckanext/example_idatasetform/templates/package/snippets/package_basic_fields.html
M ckanext/example_idatasetform/templates/package/snippets/package_metadata_fields.html
R ckanext/jsonpreview/__init__.py
R ckanext/jsonpreview/plugin.py
R ckanext/jsonpreview/tests/__init__.py
R ckanext/jsonpreview/tests/test_preview.py
R ckanext/jsonpreview/theme/public/css/json.css
R ckanext/jsonpreview/theme/public/preview_json.js
R ckanext/jsonpreview/theme/public/resource.config
R ckanext/jsonpreview/theme/templates/json.html
R ckanext/organizations/__init__.py
R ckanext/organizations/controllers.py
R ckanext/organizations/forms.py
R ckanext/organizations/templates/email/join_publisher_request.txt
R ckanext/organizations/templates/organization_edit.html
R ckanext/organizations/templates/organizations/form.html
R ckanext/organizations/templates/organizations/index.html
R ckanext/organizations/templates/organizations/new.html
R ckanext/organizations/templates/organizations/read.html
R ckanext/organizations/templates/organizations/users.html
R ckanext/organizations/templates/organizations/users_form.html
R ckanext/organizations/templates_legacy/organizations/apply.html
R ckanext/organizations/templates_legacy/organizations/apply_form.html
R ckanext/organizations/templates_legacy/organizations/email/join_publisher_request.txt
R ckanext/organizations/templates_legacy/organizations/form.html
R ckanext/organizations/templates_legacy/organizations/history.html
R ckanext/organizations/templates_legacy/organizations/index.html
R ckanext/organizations/templates_legacy/organizations/layout.html
R ckanext/organizations/templates_legacy/organizations/new.html
R ckanext/organizations/templates_legacy/organizations/package_form.html
R ckanext/organizations/templates_legacy/organizations/read.html
R ckanext/organizations/templates_legacy/organizations/users.html
R ckanext/organizations/templates_legacy/organizations/users_form.html
M ckanext/pdfpreview/tests/test_preview.py
M ckanext/reclinepreview/theme/public/preview_recline.js
M ckanext/reclinepreview/theme/public/vendor/recline/recline.css
M ckanext/reclinepreview/theme/public/vendor/recline/recline.dataset.js
M ckanext/reclinepreview/theme/public/vendor/recline/recline.dataset.min.js
M ckanext/reclinepreview/theme/public/vendor/recline/recline.js
M ckanext/reclinepreview/theme/public/vendor/recline/recline.min.css
M ckanext/reclinepreview/theme/public/vendor/recline/recline.min.js
R ckanext/resourceproxy/tests/file_server.py
M ckanext/resourceproxy/tests/test_proxy.py
A ckanext/textpreview/__init__.py
A ckanext/textpreview/plugin.py
A ckanext/textpreview/tests/__init__.py
A ckanext/textpreview/tests/test_preview.py
A ckanext/textpreview/theme/public/LICENSE
A ckanext/textpreview/theme/public/css/text.css
A ckanext/textpreview/theme/public/highlight.pack.js
A ckanext/textpreview/theme/public/preview_text.js
A ckanext/textpreview/theme/public/resource.config
A ckanext/textpreview/theme/public/styles/default.css
A ckanext/textpreview/theme/public/styles/github.css
A ckanext/textpreview/theme/templates/text.html
R doc/CHANGELOG.rst
M doc/_templates/footer.html
R doc/about.rst
R doc/administrative-dashboard.rst
M doc/api.rst
M doc/apps-ideas.rst
R doc/architecture.rst
M doc/authorization.rst
A doc/ckan-coding-standards.rst
R doc/ckan.logic.action.create.rst
R doc/ckan.logic.action.delete.rst
R doc/ckan.logic.action.get.rst
R doc/ckan.logic.action.update.rst
R doc/commenting.rst
R doc/common-error-messages.rst
M doc/conf.py
M doc/configuration.rst
R doc/contrib.rst
A doc/contributing.rst
M doc/css-coding-standards.rst
M doc/data-viewer.rst
R doc/database-dumps.rst
R doc/datastore-api.rst
R doc/datastore-setup.rst
M doc/datastore.rst
M doc/deployment.rst
A doc/documentation-guidelines.rst
M doc/email-notifications.rst
R doc/extension-templating.rst
R doc/extensions.rst
A doc/features.rst
R doc/filestore-api.rst
M doc/filestore.rst
M doc/form-integration.rst
M doc/frontend-development.rst
R doc/frontend-testing.rst
R doc/geospatial.rst
A doc/getting-started.rst
R doc/harvesting.rst
M doc/i18n.rst
R doc/images/1.png
R doc/images/2.png
R doc/images/3a.png
R doc/images/3b.png
R doc/images/4.png
R doc/images/5.png
R doc/images/6.png
R doc/images/7.png
R doc/images/8.png
R doc/images/8a.png
M doc/images/9.png
A doc/images/admin-page.png
R doc/images/i1.png
R doc/images/i2.png
R doc/images/i3.png
R doc/images/i4.png
R doc/images/i5.png
R doc/images/i6.png
R doc/images/i7.png
R doc/images/i8.png
A doc/images/popular-dataset.png
A doc/images/popular-resource.png
A doc/images/sort-datasets-by-popularity.png
R doc/images/virtualbox1-package.png
R doc/images/virtualbox11-ubuntu.png
R doc/images/virtualbox4-newvm.png
R doc/images/virtualbox5-vmtype.png
R doc/images/virtualbox6-vmloc.png
R doc/images/virtualbox7-startvm.png
R doc/images/virtualbox8-firstrun.png
R doc/images/virtualbox9-iso.png
M doc/index.rst
R doc/install-from-package-amazon.rst
R doc/install-from-package-virtualbox.rst
M doc/install-from-package.rst
M doc/install-from-source.rst
A doc/installing.rst
M doc/javascript-coding-standards.rst
M doc/javascript-module-tutorial.rst
M doc/legacy-api.rst
R doc/loading-data.rst
M doc/multilingual.rst
R doc/organizations_and_groups.rst
M doc/paster.rst
R doc/post-installation.rst
R doc/publisher-profile.rst
R doc/publishing-datasets.rst
M doc/python-coding-standards.rst
R doc/release-cycle.rst
A doc/release-process.rst
A doc/releases.rst
M doc/resources.rst
M doc/solr-setup.rst
A doc/stats.rst
M doc/tag-vocabularies.rst
M doc/templating.rst
M doc/test.rst
M doc/theming.rst
M doc/toolkit.rst
A doc/tracking.rst
A doc/upgrading-a-package-install.rst
A doc/upgrading-a-source-install.rst
R doc/user-stories-list.rst
R doc/user-stories.rst
M doc/writing-extensions.rst
M pip-requirements-test.txt
M pip-requirements.txt
M setup.py
M test-core.ini
Log Message:
-----------
Merge branch 'master' into 674-better-solr-exceptions
Commit: ed9369860b18967ff3d648a130f7e68ef3a99cea
https://github.com/okfn/ckan/commit/ed9369860b18967ff3d648a130f7e68ef3a99cea
Author: Nigel Babu <nigelbabu at gmail.com>
Date: 2013-06-03 (Mon, 03 Jun 2013)
Changed paths:
M ckan/controllers/group.py
M ckan/controllers/home.py
M ckan/controllers/package.py
M ckan/lib/helpers.py
M ckan/lib/plugins.py
M ckan/templates/home/index.html
M ckan/templates_legacy/package/resource_read.html
Log Message:
-----------
[#951] Fix more instance of licence, deprecate c.licences
* Fix instances of licence spelled in Title case.
* Add deprecation warning for c.licences.
Commit: c3e080cfd04a09919206acd045eb351430362fc0
https://github.com/okfn/ckan/commit/c3e080cfd04a09919206acd045eb351430362fc0
Author: Nigel Babu <nigelbabu at gmail.com>
Date: 2013-06-03 (Mon, 03 Jun 2013)
Changed paths:
M ckan/lib/plugins.py
Log Message:
-----------
[#951] Import deprecate_context_item in plugins.py
Commit: f3d66d6d21f82a6e2a139a7c16e953a9277becdd
https://github.com/okfn/ckan/commit/f3d66d6d21f82a6e2a139a7c16e953a9277becdd
Author: amercader <amercadero at gmail.com>
Date: 2013-06-04 (Tue, 04 Jun 2013)
Changed paths:
M doc/install-from-package.rst
Log Message:
-----------
[#968] Follow Debian convention for naming the CKAN package
Commit: 4ff0e07162966b6dc482b9b4524ac44e7f0a335b
https://github.com/okfn/ckan/commit/4ff0e07162966b6dc482b9b4524ac44e7f0a335b
Author: Dominik Moritz <domoritz at gmail.com>
Date: 2013-06-04 (Tue, 04 Jun 2013)
Changed paths:
M doc/install-from-package.rst
Log Message:
-----------
Merge pull request #968 from okfn/968-deb-package-name
Follow Debian convention for naming the CKAN package
Commit: ae9c19493b23de1ce0bb487d306a7d044573a0aa
https://github.com/okfn/ckan/commit/ae9c19493b23de1ce0bb487d306a7d044573a0aa
Author: tobes <toby.junk at gmail.com>
Date: 2013-06-04 (Tue, 04 Jun 2013)
Changed paths:
M ckan/controllers/api.py
M ckan/controllers/group.py
M ckan/controllers/home.py
M ckan/controllers/package.py
M ckan/lib/dictization/model_dictize.py
M ckan/lib/helpers.py
M ckan/lib/plugins.py
M ckan/logic/action/create.py
M ckan/logic/action/get.py
M ckan/logic/auth/get.py
M ckan/new_authz.py
M ckan/templates/home/index.html
M ckan/templates/package/snippets/package_basic_fields.html
M ckan/templates/package/snippets/package_form.html
M ckan/templates_legacy/package/new_package_form.html
M ckan/templates_legacy/package/resource_read.html
M ckan/tests/lib/test_solr_package_search.py
M doc/configuration.rst
Log Message:
-----------
Merge branch '951-make-license-consistent'
Commit: 8fe7ca0788c6caa00ffe936160f7a0e19a7dc1dc
https://github.com/okfn/ckan/commit/8fe7ca0788c6caa00ffe936160f7a0e19a7dc1dc
Author: John Martin <me at johnmart.in>
Date: 2013-06-04 (Tue, 04 Jun 2013)
Changed paths:
M ckan/templates/group/about.html
M ckan/templates/organization/about.html
A ckan/templates/snippets/additional_info.html
Log Message:
-----------
Merge pull request #477 from okfn/477-show-org-group-extras
No display of Organisation key value pair info
Commit: ecb66307f63906301a28e22740b093519a94ff5b
https://github.com/okfn/ckan/commit/ecb66307f63906301a28e22740b093519a94ff5b
Author: John Martin <me at johnmart.in>
Date: 2013-06-04 (Tue, 04 Jun 2013)
Changed paths:
M ckan/public/base/javascript/modules/confirm-action.js
M ckan/public/base/less/layout.less
Log Message:
-----------
[#828] Fixes the positioning of generic modals vs. confirm action modals
Commit: 45ae2ec72198fb6c72f0e594f610c0c882d6781b
https://github.com/okfn/ckan/commit/45ae2ec72198fb6c72f0e594f610c0c882d6781b
Author: amercader <amercadero at gmail.com>
Date: 2013-06-04 (Tue, 04 Jun 2013)
Changed paths:
M doc/upgrading-a-package-install.rst
Log Message:
-----------
[#969] Add instructions for package patch upgrades
Commit: 2225596bc48b83e5ae59a236a69aa0bfcf7c52b1
https://github.com/okfn/ckan/commit/2225596bc48b83e5ae59a236a69aa0bfcf7c52b1
Author: amercader <amercadero at gmail.com>
Date: 2013-06-04 (Tue, 04 Jun 2013)
Changed paths:
M .travis.yml
M .tx/config
A CHANGELOG.rst
R CHANGELOG.txt
M CONTRIBUTING.rst
M README.rst
M bin/osx-postgres-mem.sh
A bin/travis-build
A ckan/common.py
M ckan/config/deployment.ini_tmpl
M ckan/config/environment.py
A ckan/config/install.py
M ckan/config/routing.py
M ckan/config/who.ini
M ckan/controllers/api.py
M ckan/controllers/error.py
M ckan/controllers/feed.py
M ckan/controllers/group.py
M ckan/controllers/home.py
M ckan/controllers/organization.py
M ckan/controllers/package.py
M ckan/controllers/related.py
M ckan/controllers/revision.py
M ckan/controllers/storage.py
M ckan/controllers/tag.py
M ckan/controllers/template.py
M ckan/controllers/user.py
M ckan/i18n/bg/LC_MESSAGES/ckan.mo
M ckan/i18n/bg/LC_MESSAGES/ckan.po
M ckan/i18n/ca/LC_MESSAGES/ckan.mo
M ckan/i18n/ca/LC_MESSAGES/ckan.po
M ckan/i18n/check_po_files.py
M ckan/i18n/ckan.pot
M ckan/i18n/cs_CZ/LC_MESSAGES/ckan.mo
M ckan/i18n/cs_CZ/LC_MESSAGES/ckan.po
M ckan/i18n/de/LC_MESSAGES/ckan.mo
M ckan/i18n/de/LC_MESSAGES/ckan.po
A ckan/i18n/dv/LC_MESSAGES/ckan.mo
A ckan/i18n/dv/LC_MESSAGES/ckan.po
M ckan/i18n/el/LC_MESSAGES/ckan.mo
M ckan/i18n/el/LC_MESSAGES/ckan.po
A ckan/i18n/en_GB/LC_MESSAGES/ckan.mo
A ckan/i18n/en_GB/LC_MESSAGES/ckan.po
M ckan/i18n/es/LC_MESSAGES/ckan.mo
M ckan/i18n/es/LC_MESSAGES/ckan.po
A ckan/i18n/es_AR/LC_MESSAGES/ckan.mo
A ckan/i18n/es_AR/LC_MESSAGES/ckan.po
A ckan/i18n/fa_IR/LC_MESSAGES/ckan.mo
A ckan/i18n/fa_IR/LC_MESSAGES/ckan.po
M ckan/i18n/fi/LC_MESSAGES/ckan.mo
M ckan/i18n/fi/LC_MESSAGES/ckan.po
M ckan/i18n/fr/LC_MESSAGES/ckan.mo
M ckan/i18n/fr/LC_MESSAGES/ckan.po
M ckan/i18n/hu/LC_MESSAGES/ckan.mo
M ckan/i18n/hu/LC_MESSAGES/ckan.po
A ckan/i18n/id/LC_MESSAGES/ckan.mo
A ckan/i18n/id/LC_MESSAGES/ckan.po
A ckan/i18n/is/LC_MESSAGES/ckan.mo
A ckan/i18n/is/LC_MESSAGES/ckan.po
M ckan/i18n/it/LC_MESSAGES/ckan.mo
M ckan/i18n/it/LC_MESSAGES/ckan.po
M ckan/i18n/ja/LC_MESSAGES/ckan.mo
M ckan/i18n/ja/LC_MESSAGES/ckan.po
A ckan/i18n/ko_KR/LC_MESSAGES/ckan.mo
A ckan/i18n/ko_KR/LC_MESSAGES/ckan.po
M ckan/i18n/lt/LC_MESSAGES/ckan.mo
M ckan/i18n/lt/LC_MESSAGES/ckan.po
M ckan/i18n/lv/LC_MESSAGES/ckan.mo
M ckan/i18n/lv/LC_MESSAGES/ckan.po
A ckan/i18n/my_MM/LC_MESSAGES/ckan.mo
A ckan/i18n/my_MM/LC_MESSAGES/ckan.po
M ckan/i18n/nl/LC_MESSAGES/ckan.mo
M ckan/i18n/nl/LC_MESSAGES/ckan.po
M ckan/i18n/no/LC_MESSAGES/ckan.mo
M ckan/i18n/no/LC_MESSAGES/ckan.po
M ckan/i18n/pl/LC_MESSAGES/ckan.mo
M ckan/i18n/pl/LC_MESSAGES/ckan.po
M ckan/i18n/pt_BR/LC_MESSAGES/ckan.mo
M ckan/i18n/pt_BR/LC_MESSAGES/ckan.po
M ckan/i18n/ro/LC_MESSAGES/ckan.mo
M ckan/i18n/ro/LC_MESSAGES/ckan.po
M ckan/i18n/ru/LC_MESSAGES/ckan.mo
M ckan/i18n/ru/LC_MESSAGES/ckan.po
M ckan/i18n/sk/LC_MESSAGES/ckan.mo
M ckan/i18n/sk/LC_MESSAGES/ckan.po
M ckan/i18n/sl/LC_MESSAGES/ckan.mo
M ckan/i18n/sl/LC_MESSAGES/ckan.po
M ckan/i18n/sq/LC_MESSAGES/ckan.mo
M ckan/i18n/sq/LC_MESSAGES/ckan.po
M ckan/i18n/sr/LC_MESSAGES/ckan.mo
M ckan/i18n/sr/LC_MESSAGES/ckan.po
M ckan/i18n/sr_Latn/LC_MESSAGES/ckan.mo
M ckan/i18n/sr_Latn/LC_MESSAGES/ckan.po
M ckan/i18n/sv/LC_MESSAGES/ckan.mo
M ckan/i18n/sv/LC_MESSAGES/ckan.po
A ckan/i18n/tr/LC_MESSAGES/ckan.mo
A ckan/i18n/tr/LC_MESSAGES/ckan.po
A ckan/i18n/uk_UA/LC_MESSAGES/ckan.mo
A ckan/i18n/uk_UA/LC_MESSAGES/ckan.po
A ckan/i18n/zh_CN/LC_MESSAGES/ckan.mo
A ckan/i18n/zh_CN/LC_MESSAGES/ckan.po
A ckan/i18n/zh_TW/LC_MESSAGES/ckan.mo
A ckan/i18n/zh_TW/LC_MESSAGES/ckan.po
M ckan/lib/activity_streams.py
M ckan/lib/activity_streams_session_extension.py
M ckan/lib/alphabet_paginate.py
M ckan/lib/app_globals.py
R ckan/lib/authztool.py
M ckan/lib/base.py
M ckan/lib/cli.py
M ckan/lib/create_test_data.py
M ckan/lib/datapreview.py
M ckan/lib/dictization/model_dictize.py
M ckan/lib/dictization/model_save.py
M ckan/lib/dumper.py
M ckan/lib/email_notifications.py
M ckan/lib/field_types.py
M ckan/lib/formatters.py
M ckan/lib/helpers.py
M ckan/lib/jinja_extensions.py
M ckan/lib/jsonp.py
M ckan/lib/mailer.py
M ckan/lib/navl/dictization_functions.py
M ckan/lib/navl/validators.py
M ckan/lib/package_saver.py
M ckan/lib/plugins.py
M ckan/lib/render.py
M ckan/lib/repoze_patch.py
M ckan/lib/search/__init__.py
M ckan/lib/search/index.py
M ckan/lib/search/query.py
M ckan/logic/__init__.py
M ckan/logic/action/create.py
M ckan/logic/action/delete.py
M ckan/logic/action/get.py
M ckan/logic/action/update.py
M ckan/logic/auth/__init__.py
M ckan/logic/auth/create.py
M ckan/logic/auth/get.py
M ckan/logic/auth/update.py
M ckan/logic/converters.py
M ckan/logic/schema.py
M ckan/logic/validators.py
M ckan/migration/versions/022_add_group_extras.py
M ckan/migration/versions/027_adjust_harvester.py
M ckan/migration/versions/029_version_groups.py
M ckan/migration/versions/045_user_name_unique.py
M ckan/migration/versions/064_add_email_last_sent_column.py
M ckan/migration/versions/067_turn_extras_to_strings.py
R ckan/misc.py
M ckan/model/__init__.py
M ckan/model/group.py
M ckan/model/license.py
M ckan/model/package.py
M ckan/model/package_relationship.py
M ckan/model/tag.py
M ckan/model/tracking.py
M ckan/new_authz.py
M ckan/plugins/interfaces.py
M ckan/plugins/toolkit.py
R ckan/public/base/css/fuchsia.min.css
R ckan/public/base/css/green.min.css
M ckan/public/base/css/main.css
R ckan/public/base/css/main.min.css
R ckan/public/base/css/maroon.min.css
R ckan/public/base/css/red.min.css
R ckan/public/base/datapreview/vendor/flot/0.7/excanvas.min.js
R ckan/public/base/datapreview/vendor/flot/0.7/jquery.flot.min.js
R ckan/public/base/datapreview/vendor/leaflet.markercluster/MarkerCluster.Default.ie.min.css
R ckan/public/base/datapreview/vendor/leaflet.markercluster/MarkerCluster.Default.min.css
R ckan/public/base/datapreview/vendor/leaflet.markercluster/MarkerCluster.min.css
R ckan/public/base/datapreview/vendor/leaflet.markercluster/leaflet.markercluster.min.js
R ckan/public/base/datapreview/vendor/leaflet/0.3.1/leaflet.ie.min.css
R ckan/public/base/datapreview/vendor/leaflet/0.3.1/leaflet.min.css
R ckan/public/base/datapreview/vendor/leaflet/0.3.1/leaflet.min.js
R ckan/public/base/datapreview/vendor/leaflet/0.4.4/leaflet-src.min.js
R ckan/public/base/i18n/bg.min.js
R ckan/public/base/i18n/ca.min.js
R ckan/public/base/i18n/cs_CZ.min.js
R ckan/public/base/i18n/de.min.js
R ckan/public/base/i18n/el.min.js
R ckan/public/base/i18n/es.min.js
R ckan/public/base/i18n/fi.min.js
R ckan/public/base/i18n/fr.min.js
R ckan/public/base/i18n/hu.min.js
R ckan/public/base/i18n/it.min.js
R ckan/public/base/i18n/lt.min.js
R ckan/public/base/i18n/lv.min.js
R ckan/public/base/i18n/nl.min.js
R ckan/public/base/i18n/no.min.js
R ckan/public/base/i18n/pl.min.js
R ckan/public/base/i18n/pt_BR.min.js
R ckan/public/base/i18n/ro.min.js
R ckan/public/base/i18n/ru.min.js
R ckan/public/base/i18n/sk.min.js
R ckan/public/base/i18n/sl.min.js
R ckan/public/base/i18n/sq.min.js
R ckan/public/base/i18n/sr.min.js
R ckan/public/base/i18n/sr_Latn.min.js
R ckan/public/base/i18n/sv.min.js
R ckan/public/base/i18n/zh_TW.min.js
R ckan/public/base/images/flags.png
M ckan/public/base/images/nav-active.png
M ckan/public/base/images/placeholder-application.png
M ckan/public/base/images/placeholder-group.png
M ckan/public/base/images/placeholder-image.png
M ckan/public/base/images/placeholder-organization.png
A ckan/public/base/images/table-seperator.png
M ckan/public/base/javascript/client.js
R ckan/public/base/javascript/client.min.js
R ckan/public/base/javascript/i18n.min.js
M ckan/public/base/javascript/main.js
R ckan/public/base/javascript/main.min.js
R ckan/public/base/javascript/module.min.js
R ckan/public/base/javascript/modules/api-info.min.js
M ckan/public/base/javascript/modules/autocomplete.js
R ckan/public/base/javascript/modules/autocomplete.min.js
M ckan/public/base/javascript/modules/basic-form.js
R ckan/public/base/javascript/modules/basic-form.min.js
R ckan/public/base/javascript/modules/confirm-action.min.js
R ckan/public/base/javascript/modules/custom-fields.min.js
R ckan/public/base/javascript/modules/dashboard.min.js
R ckan/public/base/javascript/modules/data-viewer.min.js
R ckan/public/base/javascript/modules/follow.min.js
R ckan/public/base/javascript/modules/related-item.min.js
R ckan/public/base/javascript/modules/resource-form.min.js
R ckan/public/base/javascript/modules/resource-upload-field.min.js
R ckan/public/base/javascript/modules/select-switch.min.js
R ckan/public/base/javascript/modules/slug-preview.min.js
A ckan/public/base/javascript/modules/table-selectable-rows.js
A ckan/public/base/javascript/modules/table-toggle-more.js
R ckan/public/base/javascript/notify.min.js
R ckan/public/base/javascript/plugins/jquery.date-helpers.min.js
R ckan/public/base/javascript/plugins/jquery.form-warning.min.js
R ckan/public/base/javascript/plugins/jquery.inherit.min.js
R ckan/public/base/javascript/plugins/jquery.proxy-all.min.js
R ckan/public/base/javascript/plugins/jquery.slug-preview.min.js
R ckan/public/base/javascript/plugins/jquery.slug.min.js
R ckan/public/base/javascript/plugins/jquery.truncator.min.js
R ckan/public/base/javascript/plugins/jquery.url-helpers.min.js
R ckan/public/base/javascript/pubsub.min.js
M ckan/public/base/javascript/resource.config
R ckan/public/base/javascript/sandbox.min.js
M ckan/public/base/javascript/tracking.js
R ckan/public/base/javascript/tracking.min.js
M ckan/public/base/less/ckan.less
M ckan/public/base/less/dataset.less
M ckan/public/base/less/footer.less
M ckan/public/base/less/forms.less
M ckan/public/base/less/group.less
M ckan/public/base/less/homepage.less
M ckan/public/base/less/icons.less
M ckan/public/base/less/iehacks.less
M ckan/public/base/less/layout.less
M ckan/public/base/less/masthead.less
M ckan/public/base/less/mixins.less
M ckan/public/base/less/module.less
M ckan/public/base/less/nav.less
M ckan/public/base/less/prose.less
A ckan/public/base/less/tables.less
M ckan/public/base/less/toolbar.less
M ckan/public/base/less/variables.less
M ckan/public/base/test/index.html
R ckan/public/base/test/spec/ckan.spec.min.js
M ckan/public/base/test/spec/client.spec.js
R ckan/public/base/test/spec/client.spec.min.js
R ckan/public/base/test/spec/module.spec.min.js
M ckan/public/base/test/spec/modules/autocomplete.spec.js
R ckan/public/base/test/spec/modules/autocomplete.spec.min.js
R ckan/public/base/test/spec/modules/basic-form.spec.min.js
R ckan/public/base/test/spec/modules/confirm-action.spec.min.js
R ckan/public/base/test/spec/modules/custom-fields.spec.min.js
R ckan/public/base/test/spec/modules/related-item.spec.min.js
R ckan/public/base/test/spec/modules/resource-form.spec.min.js
R ckan/public/base/test/spec/modules/resource-upload-field.spec.min.js
R ckan/public/base/test/spec/notify.spec.min.js
R ckan/public/base/test/spec/plugins/jquery.date-helpers.spec.min.js
R ckan/public/base/test/spec/plugins/jquery.form-warning.spec.min.js
R ckan/public/base/test/spec/plugins/jquery.inherit.spec.min.js
R ckan/public/base/test/spec/plugins/jquery.proxy-all.spec.min.js
R ckan/public/base/test/spec/plugins/jquery.slug-preview.spec.min.js
R ckan/public/base/test/spec/plugins/jquery.slug.spec.min.js
R ckan/public/base/test/spec/plugins/jquery.url-helpers.spec.min.js
R ckan/public/base/test/spec/pubsub.spec.min.js
R ckan/public/base/test/spec/sandbox.spec.min.js
M ckan/templates/activity_streams/activity_stream_items.html
M ckan/templates/admin/base.html
M ckan/templates/admin/config.html
M ckan/templates/admin/index.html
M ckan/templates/ajax_snippets/api_info.html
M ckan/templates/dataviewer/snippets/data_preview.html
M ckan/templates/dataviewer/snippets/no_preview.html
M ckan/templates/development/primer.html
A ckan/templates/development/snippets/actions.html
A ckan/templates/development/snippets/context.html
M ckan/templates/development/snippets/facet.html
M ckan/templates/development/snippets/media_grid.html
M ckan/templates/development/snippets/nav.html
M ckan/templates/development/snippets/page_header.html
R ckan/templates/development/snippets/toolbar.html
M ckan/templates/error_document_template.html
M ckan/templates/footer.html
M ckan/templates/group/about.html
M ckan/templates/group/activity_stream.html
M ckan/templates/group/admins.html
M ckan/templates/group/base_form_page.html
M ckan/templates/group/confirm_delete.html
M ckan/templates/group/confirm_delete_member.html
M ckan/templates/group/followers.html
A ckan/templates/group/history.html
M ckan/templates/group/index.html
M ckan/templates/group/member_new.html
M ckan/templates/group/members.html
M ckan/templates/group/read.html
M ckan/templates/group/read_base.html
M ckan/templates/group/snippets/group_item.html
A ckan/templates/group/snippets/history_revisions.html
A ckan/templates/group/snippets/revisions_table.html
M ckan/templates/header.html
M ckan/templates/home/about.html
M ckan/templates/home/index.html
M ckan/templates/home/snippets/about_text.html
M ckan/templates/organization/about.html
A ckan/templates/organization/activity_stream.html
M ckan/templates/organization/admins.html
M ckan/templates/organization/base_form_page.html
A ckan/templates/organization/bulk_process.html
M ckan/templates/organization/confirm_delete.html
M ckan/templates/organization/confirm_delete_member.html
M ckan/templates/organization/edit.html
M ckan/templates/organization/edit_base.html
M ckan/templates/organization/index.html
M ckan/templates/organization/member_new.html
M ckan/templates/organization/members.html
M ckan/templates/organization/new.html
M ckan/templates/organization/read.html
M ckan/templates/organization/read_base.html
A ckan/templates/organization/snippets/help.html
M ckan/templates/organization/snippets/organization_item.html
M ckan/templates/package/activity.html
M ckan/templates/package/activity_stream.html
M ckan/templates/package/base.html
M ckan/templates/package/confirm_delete.html
M ckan/templates/package/confirm_delete_resource.html
M ckan/templates/package/followers.html
A ckan/templates/package/history.html
M ckan/templates/package/new_package_metadata.html
M ckan/templates/package/read.html
M ckan/templates/package/read_base.html
M ckan/templates/package/related_list.html
M ckan/templates/package/resource_edit.html
M ckan/templates/package/resource_read.html
M ckan/templates/package/search.html
M ckan/templates/package/snippets/additional_info.html
M ckan/templates/package/snippets/data_api_button.html
A ckan/templates/package/snippets/history_revisions.html
M ckan/templates/package/snippets/info.html
M ckan/templates/package/snippets/package_basic_fields.html
M ckan/templates/package/snippets/package_form.html
M ckan/templates/package/snippets/package_metadata_fields.html
M ckan/templates/package/snippets/resource_form.html
M ckan/templates/package/snippets/resources_list.html
A ckan/templates/package/snippets/revisions_table.html
M ckan/templates/package/snippets/search_form.html
M ckan/templates/page.html
M ckan/templates/related/base_form_page.html
M ckan/templates/related/confirm_delete.html
M ckan/templates/related/dashboard.html
M ckan/templates/related/snippets/related_form.html
M ckan/templates/related/snippets/related_item.html
A ckan/templates/revision/__init__.py
A ckan/templates/revision/diff.html
A ckan/templates/revision/list.html
A ckan/templates/revision/read.html
A ckan/templates/revision/read_base.html
A ckan/templates/revision/snippets/revisions_list.html
A ckan/templates/snippets/additional_info.html
M ckan/templates/snippets/datapreview_embed_dialog.html
M ckan/templates/snippets/disqus_trackback.html
M ckan/templates/snippets/facet_list.html
M ckan/templates/snippets/home_breadcrumb_item.html
M ckan/templates/snippets/license.html
M ckan/templates/snippets/organization.html
M ckan/templates/snippets/package_item.html
R ckan/templates/snippets/page_header.html
M ckan/templates/snippets/popular.html
M ckan/templates/snippets/related.html
A ckan/templates/snippets/search_result_text.html
A ckan/templates/snippets/simple_search.html
M ckan/templates/snippets/social.html
M ckan/templates/snippets/sort_by.html
M ckan/templates/snippets/subscribe.html
A ckan/templates/tag/index.html
M ckan/templates/user/activity_stream.html
M ckan/templates/user/dashboard.html
M ckan/templates/user/edit_base.html
M ckan/templates/user/followers.html
M ckan/templates/user/list.html
M ckan/templates/user/login.html
M ckan/templates/user/logout.html
M ckan/templates/user/logout_first.html
M ckan/templates/user/new.html
M ckan/templates/user/perform_reset.html
M ckan/templates/user/read.html
M ckan/templates/user/read_base.html
M ckan/templates/user/snippets/followee_dropdown.html
M ckan/templates_legacy/group/layout.html
M ckan/templates_legacy/layout_base.html
M ckan/templates_legacy/package/layout.html
M ckan/templates_legacy/package/new_package_form.html
M ckan/templates_legacy/package/read_core.html
M ckan/templates_legacy/package/resource_read.html
M ckan/templates_legacy/package/search.html
M ckan/templates_legacy/revision/layout.html
M ckan/templates_legacy/user/layout.html
M ckan/tests/__init__.py
M ckan/tests/functional/api/base.py
M ckan/tests/functional/api/model/test_group.py
M ckan/tests/functional/api/model/test_licenses.py
M ckan/tests/functional/api/model/test_package.py
M ckan/tests/functional/api/model/test_ratings.py
M ckan/tests/functional/api/model/test_relationships.py
M ckan/tests/functional/api/model/test_revisions.py
M ckan/tests/functional/api/model/test_tag.py
M ckan/tests/functional/api/model/test_vocabulary.py
M ckan/tests/functional/api/test_activity.py
M ckan/tests/functional/api/test_api.py
M ckan/tests/functional/api/test_dashboard.py
M ckan/tests/functional/api/test_misc.py
M ckan/tests/functional/api/test_package_search.py
M ckan/tests/functional/api/test_resource_search.py
M ckan/tests/functional/api/test_util.py
M ckan/tests/functional/test_activity.py
M ckan/tests/functional/test_group.py
M ckan/tests/functional/test_home.py
M ckan/tests/functional/test_package.py
M ckan/tests/functional/test_pagination.py
M ckan/tests/functional/test_preview_interface.py
M ckan/tests/functional/test_search.py
M ckan/tests/functional/test_user.py
M ckan/tests/lib/test_cli.py
M ckan/tests/lib/test_datapreview.py
M ckan/tests/lib/test_dictization.py
M ckan/tests/lib/test_dictization_schema.py
M ckan/tests/lib/test_solr_package_search.py
M ckan/tests/lib/test_solr_search_index.py
M ckan/tests/logic/test_action.py
M ckan/tests/logic/test_auth.py
A ckan/tests/logic/test_init.py
M ckan/tests/logic/test_member.py
M ckan/tests/misc/test_format_text.py
M ckan/tests/misc/test_sync.py
R ckan/tests/mock_publisher_auth.py
M ckan/tests/models/test_group.py
M ckan/tests/models/test_package.py
M ckan/tests/schema/test_schema.py
A ckan/tests/test_coding_standards.py
M ckan/tests/test_dumper.py
M ckanext/datastore/bin/set_permissions.sql
M ckanext/datastore/commands.py
A ckanext/datastore/controller.py
M ckanext/datastore/db.py
M ckanext/datastore/logic/action.py
M ckanext/datastore/logic/auth.py
A ckanext/datastore/logic/schema.py
M ckanext/datastore/plugin.py
A ckanext/datastore/tests/test_configure.py
M ckanext/datastore/tests/test_create.py
A ckanext/datastore/tests/test_dump.py
M ckanext/datastore/tests/test_search.py
M ckanext/datastore/tests/test_unit.py
A ckanext/example_idatasetform/__init__.py
A ckanext/example_idatasetform/plugin.py
A ckanext/example_idatasetform/templates/package/read.html
A ckanext/example_idatasetform/templates/package/snippets/package_basic_fields.html
A ckanext/example_idatasetform/templates/package/snippets/package_metadata_fields.html
R ckanext/jsonpreview/__init__.py
R ckanext/jsonpreview/plugin.py
R ckanext/jsonpreview/tests/__init__.py
R ckanext/jsonpreview/tests/test_preview.py
R ckanext/jsonpreview/theme/public/css/json.css
R ckanext/jsonpreview/theme/public/css/json.min.css
R ckanext/jsonpreview/theme/public/preview_json.js
R ckanext/jsonpreview/theme/public/preview_json.min.js
R ckanext/jsonpreview/theme/public/resource.config
R ckanext/jsonpreview/theme/templates/json.html
M ckanext/multilingual/plugin.py
R ckanext/organizations/__init__.py
R ckanext/organizations/controllers.py
R ckanext/organizations/forms.py
R ckanext/organizations/templates/email/join_publisher_request.txt
R ckanext/organizations/templates/organization_edit.html
R ckanext/organizations/templates/organizations/form.html
R ckanext/organizations/templates/organizations/index.html
R ckanext/organizations/templates/organizations/new.html
R ckanext/organizations/templates/organizations/read.html
R ckanext/organizations/templates/organizations/users.html
R ckanext/organizations/templates/organizations/users_form.html
R ckanext/organizations/templates_legacy/organizations/apply.html
R ckanext/organizations/templates_legacy/organizations/apply_form.html
R ckanext/organizations/templates_legacy/organizations/email/join_publisher_request.txt
R ckanext/organizations/templates_legacy/organizations/form.html
R ckanext/organizations/templates_legacy/organizations/history.html
R ckanext/organizations/templates_legacy/organizations/index.html
R ckanext/organizations/templates_legacy/organizations/layout.html
R ckanext/organizations/templates_legacy/organizations/new.html
R ckanext/organizations/templates_legacy/organizations/package_form.html
R ckanext/organizations/templates_legacy/organizations/read.html
R ckanext/organizations/templates_legacy/organizations/users.html
R ckanext/organizations/templates_legacy/organizations/users_form.html
M ckanext/pdfpreview/tests/test_preview.py
R ckanext/pdfpreview/theme/public/css/pdf.min.css
R ckanext/pdfpreview/theme/public/css/recline.min.css
R ckanext/pdfpreview/theme/public/preview_pdf.min.js
R ckanext/publisher_form/__init__.py
R ckanext/publisher_form/forms.py
R ckanext/publisher_form/templates/dataset_form.html
R ckanext/publisher_form/templates/publisher_form.html
R ckanext/publisher_form/templates/publisher_index.html
R ckanext/publisher_form/templates/publisher_layout.html
R ckanext/publisher_form/templates/publisher_new.html
R ckanext/publisher_form/templates/publisher_read.html
M ckanext/reclinepreview/tests/test_preview.py
R ckanext/reclinepreview/theme/public/css/recline.min.css
M ckanext/reclinepreview/theme/public/preview_recline.js
M ckanext/reclinepreview/theme/public/vendor/recline/recline.css
M ckanext/reclinepreview/theme/public/vendor/recline/recline.dataset.js
M ckanext/reclinepreview/theme/public/vendor/recline/recline.dataset.min.js
M ckanext/reclinepreview/theme/public/vendor/recline/recline.js
M ckanext/reclinepreview/theme/public/vendor/recline/recline.min.css
M ckanext/reclinepreview/theme/public/vendor/recline/recline.min.js
M ckanext/resourceproxy/controller.py
R ckanext/resourceproxy/tests/file_server.py
M ckanext/resourceproxy/tests/test_proxy.py
M ckanext/test_tag_vocab_plugin.py
A ckanext/textpreview/__init__.py
A ckanext/textpreview/plugin.py
A ckanext/textpreview/tests/__init__.py
A ckanext/textpreview/tests/test_preview.py
A ckanext/textpreview/theme/public/LICENSE
A ckanext/textpreview/theme/public/css/text.css
A ckanext/textpreview/theme/public/highlight.pack.js
A ckanext/textpreview/theme/public/preview_text.js
A ckanext/textpreview/theme/public/resource.config
A ckanext/textpreview/theme/public/styles/default.css
A ckanext/textpreview/theme/public/styles/github.css
A ckanext/textpreview/theme/templates/text.html
R doc/CHANGELOG.rst
M doc/_templates/footer.html
R doc/about.rst
R doc/administrative-dashboard.rst
R doc/api-tutorial.rst
R doc/api-util.rst
R doc/api-v2.rst
M doc/api.rst
R doc/apiv3.rst
M doc/apps-ideas.rst
R doc/architecture.rst
M doc/authorization.rst
A doc/ckan-coding-standards.rst
R doc/commenting.rst
R doc/common-error-messages.rst
M doc/conf.py
M doc/configuration.rst
R doc/contrib.rst
A doc/contributing.rst
M doc/css-coding-standards.rst
M doc/data-viewer.rst
R doc/database-dumps.rst
R doc/datastore-api.rst
R doc/datastore-setup.rst
M doc/datastore.rst
M doc/deployment.rst
A doc/documentation-guidelines.rst
M doc/email-notifications.rst
R doc/extension-templating.rst
R doc/extensions.rst
A doc/features.rst
M doc/filestore.rst
M doc/form-integration.rst
R doc/forms.rst
M doc/frontend-development.rst
R doc/frontend-testing.rst
R doc/geospatial.rst
A doc/getting-started.rst
R doc/harvesting.rst
M doc/i18n.rst
R doc/images/1.png
R doc/images/2.png
R doc/images/3a.png
R doc/images/3b.png
R doc/images/4.png
R doc/images/5.png
R doc/images/6.png
R doc/images/7.png
R doc/images/8.png
R doc/images/8a.png
M doc/images/9.png
A doc/images/admin-page.png
R doc/images/i1.png
R doc/images/i2.png
R doc/images/i3.png
R doc/images/i4.png
R doc/images/i5.png
R doc/images/i6.png
R doc/images/i7.png
R doc/images/i8.png
A doc/images/popular-dataset.png
A doc/images/popular-resource.png
A doc/images/sort-datasets-by-popularity.png
R doc/images/virtualbox1-package.png
R doc/images/virtualbox11-ubuntu.png
R doc/images/virtualbox4-newvm.png
R doc/images/virtualbox5-vmtype.png
R doc/images/virtualbox6-vmloc.png
R doc/images/virtualbox7-startvm.png
R doc/images/virtualbox8-firstrun.png
R doc/images/virtualbox9-iso.png
M doc/index.rst
R doc/install-from-package-amazon.rst
R doc/install-from-package-virtualbox.rst
M doc/install-from-package.rst
M doc/install-from-source.rst
A doc/installing.rst
M doc/javascript-coding-standards.rst
M doc/javascript-module-tutorial.rst
A doc/legacy-api.rst
R doc/loading-data.rst
M doc/multilingual.rst
R doc/organizations_and_groups.rst
M doc/paster.rst
R doc/post-installation.rst
R doc/publisher-profile.rst
R doc/publishing-datasets.rst
M doc/python-coding-standards.rst
R doc/release-cycle.rst
A doc/release-process.rst
A doc/releases.rst
M doc/resources.rst
M doc/solr-setup.rst
A doc/stats.rst
M doc/tag-vocabularies.rst
M doc/templating.rst
M doc/test.rst
M doc/theming.rst
M doc/toolkit.rst
A doc/tracking.rst
A doc/upgrading-a-package-install.rst
A doc/upgrading-a-source-install.rst
R doc/user-stories-list.rst
R doc/user-stories.rst
M doc/writing-extensions.rst
M pip-requirements-test.txt
M pip-requirements.txt
M setup.py
M test-core.ini
Log Message:
-----------
Merge branch 'master' into 382-convert_from_extras-remove-extras
Commit: 9e5843e62304aaeac18a7c227d04eeed9a0c38a1
https://github.com/okfn/ckan/commit/9e5843e62304aaeac18a7c227d04eeed9a0c38a1
Author: Ian Ward <ian at excess.org>
Date: 2013-06-04 (Tue, 04 Jun 2013)
Changed paths:
M ckan/logic/converters.py
Log Message:
-----------
fix for extras not found
Commit: 6842fff3d1c7220afbbacb735b7580878e76c632
https://github.com/okfn/ckan/commit/6842fff3d1c7220afbbacb735b7580878e76c632
Author: amercader <amercadero at gmail.com>
Date: 2013-06-04 (Tue, 04 Jun 2013)
Changed paths:
M ckan/tests/schema/test_schema.py
Log Message:
-----------
[#382] Update failing test
Commit: e7f3daa53838e91f63ac7b4ffac7f7511df89a5c
https://github.com/okfn/ckan/commit/e7f3daa53838e91f63ac7b4ffac7f7511df89a5c
Author: Dominik Moritz <domoritz at gmail.com>
Date: 2013-06-04 (Tue, 04 Jun 2013)
Changed paths:
M ckanext/datastore/controller.py
M ckanext/datastore/tests/test_dump.py
Log Message:
-----------
[#972] Do not error if the resource does not exist for datastore dumps
Commit: 9f7c8ca0be86e4f04c17eb4e7d7b77d78148e2b5
https://github.com/okfn/ckan/commit/9f7c8ca0be86e4f04c17eb4e7d7b77d78148e2b5
Author: Dominik Moritz <domoritz at gmail.com>
Date: 2013-06-04 (Tue, 04 Jun 2013)
Changed paths:
M doc/datastore.rst
Log Message:
-----------
[#972] and [#628] Add docs for datastore dumps again (they have been written for #628 but removed by docs reorganisation).
Commit: a386bc37a5ddd3f3b813825cfd870fba05f40048
https://github.com/okfn/ckan/commit/a386bc37a5ddd3f3b813825cfd870fba05f40048
Author: Vitor Baptista <vitor at vitorbaptista.com>
Date: 2013-06-04 (Tue, 04 Jun 2013)
Changed paths:
M ckan/tests/test_coding_standards.py
Log Message:
-----------
Merge pull request #965 from okfn/965-ignore-hidden-files-in-coding-standards
pep8 tests should ignore .git folder
Commit: f45c09ca44eb0083113ad8ee4d448aacd7cff0e1
https://github.com/okfn/ckan/commit/f45c09ca44eb0083113ad8ee4d448aacd7cff0e1
Author: Dominik Moritz <domoritz at gmail.com>
Date: 2013-06-04 (Tue, 04 Jun 2013)
Changed paths:
M ckanext/datastore/controller.py
Log Message:
-----------
[#972] After a discussion with @vitorbaptista, we decided to stick with datastore resource instead of datastore table
Commit: c96bed7b902b68ed4cb4b779e515eab48276f807
https://github.com/okfn/ckan/commit/c96bed7b902b68ed4cb4b779e515eab48276f807
Author: Vitor Baptista <vitor at vitorbaptista.com>
Date: 2013-06-04 (Tue, 04 Jun 2013)
Changed paths:
M ckanext/datastore/controller.py
M ckanext/datastore/tests/test_dump.py
M doc/datastore.rst
Log Message:
-----------
Merge pull request #972 from okfn/972-datastore-dump-fixes
Datastore dump raises 500 if resource does not exist
Commit: 54c89f67fcdaf2db2653b2a1bacee41235c86e40
https://github.com/okfn/ckan/commit/54c89f67fcdaf2db2653b2a1bacee41235c86e40
Author: amercader <amercadero at gmail.com>
Date: 2013-06-05 (Wed, 05 Jun 2013)
Changed paths:
M ckan/logic/converters.py
M ckan/tests/schema/test_schema.py
Log Message:
-----------
Merge branch '382-convert_from_extras-remove-extras'
Commit: 8fca53ede4e13c26fa1963d8c4bc4e26d4fcb491
https://github.com/okfn/ckan/commit/8fca53ede4e13c26fa1963d8c4bc4e26d4fcb491
Author: Nigel Babu <nigelbabu at gmail.com>
Date: 2013-06-05 (Wed, 05 Jun 2013)
Changed paths:
M ckan/lib/app_globals.py
M ckan/lib/helpers.py
M ckan/templates/package/new_resource.html
M ckan/templates/package/resource_edit.html
M ckan/tests/lib/test_helpers.py
Log Message:
-----------
[#873] Use a g.ofs_impl to check filestore status
* Remove the helper function check_datastore
* Create a global varibale called ofs_impl that stores
the value of the config option
Commit: 93272c59acade18d2fa40db6da9ecec9923ab107
https://github.com/okfn/ckan/commit/93272c59acade18d2fa40db6da9ecec9923ab107
Author: Sam Smith <sam at mintcanary.com>
Date: 2013-06-05 (Wed, 05 Jun 2013)
Changed paths:
M ckan/public/base/less/iehacks.less
Log Message:
-----------
Merge pull request #798 from okfn/798-homepage-ie7-overlay-bg
Homepage Featured Box Heading Background (IE)
Commit: 8c0985775098bf3c738b9c1d11e11ec7456f9c45
https://github.com/okfn/ckan/commit/8c0985775098bf3c738b9c1d11e11ec7456f9c45
Author: amercader <amercadero at gmail.com>
Date: 2013-06-05 (Wed, 05 Jun 2013)
Changed paths:
M .tx/config
A CHANGELOG.rst
R CHANGELOG.txt
M CONTRIBUTING.rst
M README.rst
M bin/travis-build
M ckan/config/deployment.ini_tmpl
M ckan/config/environment.py
A ckan/config/install.py
M ckan/config/who.ini
M ckan/controllers/api.py
M ckan/controllers/group.py
M ckan/controllers/home.py
M ckan/controllers/package.py
M ckan/controllers/user.py
M ckan/i18n/bg/LC_MESSAGES/ckan.mo
M ckan/i18n/bg/LC_MESSAGES/ckan.po
M ckan/i18n/ca/LC_MESSAGES/ckan.mo
M ckan/i18n/ca/LC_MESSAGES/ckan.po
M ckan/i18n/check_po_files.py
M ckan/i18n/ckan.pot
M ckan/i18n/cs_CZ/LC_MESSAGES/ckan.mo
M ckan/i18n/cs_CZ/LC_MESSAGES/ckan.po
M ckan/i18n/de/LC_MESSAGES/ckan.mo
M ckan/i18n/de/LC_MESSAGES/ckan.po
A ckan/i18n/dv/LC_MESSAGES/ckan.mo
A ckan/i18n/dv/LC_MESSAGES/ckan.po
M ckan/i18n/el/LC_MESSAGES/ckan.mo
M ckan/i18n/el/LC_MESSAGES/ckan.po
A ckan/i18n/en_GB/LC_MESSAGES/ckan.mo
A ckan/i18n/en_GB/LC_MESSAGES/ckan.po
M ckan/i18n/es/LC_MESSAGES/ckan.mo
M ckan/i18n/es/LC_MESSAGES/ckan.po
A ckan/i18n/es_AR/LC_MESSAGES/ckan.mo
A ckan/i18n/es_AR/LC_MESSAGES/ckan.po
A ckan/i18n/fa_IR/LC_MESSAGES/ckan.mo
A ckan/i18n/fa_IR/LC_MESSAGES/ckan.po
M ckan/i18n/fi/LC_MESSAGES/ckan.mo
M ckan/i18n/fi/LC_MESSAGES/ckan.po
M ckan/i18n/fr/LC_MESSAGES/ckan.mo
M ckan/i18n/fr/LC_MESSAGES/ckan.po
M ckan/i18n/hu/LC_MESSAGES/ckan.mo
M ckan/i18n/hu/LC_MESSAGES/ckan.po
A ckan/i18n/id/LC_MESSAGES/ckan.mo
A ckan/i18n/id/LC_MESSAGES/ckan.po
A ckan/i18n/is/LC_MESSAGES/ckan.mo
A ckan/i18n/is/LC_MESSAGES/ckan.po
M ckan/i18n/it/LC_MESSAGES/ckan.mo
M ckan/i18n/it/LC_MESSAGES/ckan.po
M ckan/i18n/ja/LC_MESSAGES/ckan.mo
M ckan/i18n/ja/LC_MESSAGES/ckan.po
A ckan/i18n/ko_KR/LC_MESSAGES/ckan.mo
A ckan/i18n/ko_KR/LC_MESSAGES/ckan.po
M ckan/i18n/lt/LC_MESSAGES/ckan.mo
M ckan/i18n/lt/LC_MESSAGES/ckan.po
M ckan/i18n/lv/LC_MESSAGES/ckan.mo
M ckan/i18n/lv/LC_MESSAGES/ckan.po
A ckan/i18n/my_MM/LC_MESSAGES/ckan.mo
A ckan/i18n/my_MM/LC_MESSAGES/ckan.po
M ckan/i18n/nl/LC_MESSAGES/ckan.mo
M ckan/i18n/nl/LC_MESSAGES/ckan.po
M ckan/i18n/no/LC_MESSAGES/ckan.mo
M ckan/i18n/no/LC_MESSAGES/ckan.po
M ckan/i18n/pl/LC_MESSAGES/ckan.mo
M ckan/i18n/pl/LC_MESSAGES/ckan.po
M ckan/i18n/pt_BR/LC_MESSAGES/ckan.mo
M ckan/i18n/pt_BR/LC_MESSAGES/ckan.po
M ckan/i18n/ro/LC_MESSAGES/ckan.mo
M ckan/i18n/ro/LC_MESSAGES/ckan.po
M ckan/i18n/ru/LC_MESSAGES/ckan.mo
M ckan/i18n/ru/LC_MESSAGES/ckan.po
M ckan/i18n/sk/LC_MESSAGES/ckan.mo
M ckan/i18n/sk/LC_MESSAGES/ckan.po
M ckan/i18n/sl/LC_MESSAGES/ckan.mo
M ckan/i18n/sl/LC_MESSAGES/ckan.po
M ckan/i18n/sq/LC_MESSAGES/ckan.mo
M ckan/i18n/sq/LC_MESSAGES/ckan.po
M ckan/i18n/sr/LC_MESSAGES/ckan.mo
M ckan/i18n/sr/LC_MESSAGES/ckan.po
M ckan/i18n/sr_Latn/LC_MESSAGES/ckan.mo
M ckan/i18n/sr_Latn/LC_MESSAGES/ckan.po
M ckan/i18n/sv/LC_MESSAGES/ckan.mo
M ckan/i18n/sv/LC_MESSAGES/ckan.po
A ckan/i18n/tr/LC_MESSAGES/ckan.mo
A ckan/i18n/tr/LC_MESSAGES/ckan.po
A ckan/i18n/uk_UA/LC_MESSAGES/ckan.mo
A ckan/i18n/uk_UA/LC_MESSAGES/ckan.po
A ckan/i18n/zh_CN/LC_MESSAGES/ckan.mo
A ckan/i18n/zh_CN/LC_MESSAGES/ckan.po
A ckan/i18n/zh_TW/LC_MESSAGES/ckan.mo
A ckan/i18n/zh_TW/LC_MESSAGES/ckan.po
M ckan/lib/activity_streams.py
M ckan/lib/app_globals.py
M ckan/lib/base.py
M ckan/lib/cli.py
M ckan/lib/create_test_data.py
M ckan/lib/datapreview.py
M ckan/lib/dictization/model_dictize.py
M ckan/lib/helpers.py
M ckan/lib/package_saver.py
M ckan/lib/plugins.py
M ckan/lib/render.py
M ckan/lib/search/index.py
M ckan/lib/search/query.py
M ckan/logic/__init__.py
M ckan/logic/action/create.py
M ckan/logic/action/delete.py
M ckan/logic/action/get.py
M ckan/logic/action/update.py
M ckan/logic/auth/__init__.py
M ckan/logic/auth/get.py
M ckan/logic/auth/update.py
M ckan/logic/converters.py
M ckan/logic/schema.py
M ckan/logic/validators.py
R ckan/misc.py
M ckan/model/package.py
M ckan/new_authz.py
M ckan/plugins/interfaces.py
M ckan/public/base/css/main.css
R ckan/public/base/images/flags.png
M ckan/public/base/javascript/modules/basic-form.js
M ckan/public/base/javascript/tracking.js
M ckan/public/base/less/dataset.less
M ckan/public/base/less/footer.less
M ckan/public/base/less/group.less
M ckan/public/base/less/iehacks.less
M ckan/public/base/less/prose.less
M ckan/public/base/test/index.html
M ckan/public/base/test/spec/client.spec.js
M ckan/public/base/test/spec/modules/autocomplete.spec.js
M ckan/templates/activity_streams/activity_stream_items.html
M ckan/templates/dataviewer/snippets/data_preview.html
M ckan/templates/development/primer.html
A ckan/templates/development/snippets/actions.html
A ckan/templates/development/snippets/context.html
M ckan/templates/development/snippets/facet.html
M ckan/templates/development/snippets/media_grid.html
M ckan/templates/development/snippets/nav.html
M ckan/templates/development/snippets/page_header.html
R ckan/templates/development/snippets/toolbar.html
M ckan/templates/group/about.html
M ckan/templates/group/snippets/group_item.html
M ckan/templates/home/index.html
M ckan/templates/organization/about.html
M ckan/templates/organization/bulk_process.html
M ckan/templates/organization/snippets/organization_item.html
M ckan/templates/package/snippets/data_api_button.html
M ckan/templates/package/snippets/package_basic_fields.html
M ckan/templates/package/snippets/package_form.html
M ckan/templates/related/snippets/related_item.html
M ckan/templates/revision/read.html
A ckan/templates/snippets/additional_info.html
M ckan/templates/snippets/facet_list.html
M ckan/templates_legacy/package/new_package_form.html
M ckan/templates_legacy/package/read_core.html
M ckan/templates_legacy/package/resource_read.html
M ckan/tests/functional/api/test_activity.py
M ckan/tests/functional/api/test_dashboard.py
M ckan/tests/functional/test_package.py
M ckan/tests/functional/test_user.py
M ckan/tests/lib/test_dictization.py
M ckan/tests/lib/test_solr_package_search.py
M ckan/tests/logic/test_action.py
A ckan/tests/logic/test_init.py
M ckan/tests/logic/test_member.py
M ckan/tests/misc/test_format_text.py
M ckan/tests/models/test_package.py
M ckan/tests/schema/test_schema.py
A ckan/tests/test_coding_standards.py
M ckanext/datastore/commands.py
A ckanext/datastore/controller.py
M ckanext/datastore/db.py
M ckanext/datastore/logic/action.py
A ckanext/datastore/logic/schema.py
M ckanext/datastore/plugin.py
M ckanext/datastore/tests/test_create.py
A ckanext/datastore/tests/test_dump.py
M ckanext/datastore/tests/test_search.py
M ckanext/datastore/tests/test_unit.py
R ckanext/jsonpreview/__init__.py
R ckanext/jsonpreview/plugin.py
R ckanext/jsonpreview/tests/__init__.py
R ckanext/jsonpreview/tests/test_preview.py
R ckanext/jsonpreview/theme/public/css/json.css
R ckanext/jsonpreview/theme/public/preview_json.js
R ckanext/jsonpreview/theme/public/resource.config
R ckanext/jsonpreview/theme/templates/json.html
M ckanext/pdfpreview/tests/test_preview.py
A ckanext/textpreview/__init__.py
A ckanext/textpreview/plugin.py
A ckanext/textpreview/tests/__init__.py
A ckanext/textpreview/tests/test_preview.py
A ckanext/textpreview/theme/public/LICENSE
A ckanext/textpreview/theme/public/css/text.css
A ckanext/textpreview/theme/public/highlight.pack.js
A ckanext/textpreview/theme/public/preview_text.js
A ckanext/textpreview/theme/public/resource.config
A ckanext/textpreview/theme/public/styles/default.css
A ckanext/textpreview/theme/public/styles/github.css
A ckanext/textpreview/theme/templates/text.html
R doc/CHANGELOG.rst
M doc/api.rst
M doc/apps-ideas.rst
R doc/architecture.rst
M doc/authorization.rst
A doc/ckan-coding-standards.rst
R doc/ckan.logic.action.create.rst
R doc/ckan.logic.action.delete.rst
R doc/ckan.logic.action.get.rst
R doc/ckan.logic.action.update.rst
R doc/commenting.rst
R doc/common-error-messages.rst
M doc/conf.py
M doc/configuration.rst
M doc/css-coding-standards.rst
M doc/data-viewer.rst
R doc/database-dumps.rst
M doc/datastore.rst
M doc/deployment.rst
A doc/documentation-guidelines.rst
M doc/email-notifications.rst
R doc/extension-templating.rst
R doc/extensions.rst
A doc/features.rst
R doc/filestore-api.rst
M doc/filestore.rst
M doc/form-integration.rst
M doc/frontend-development.rst
R doc/frontend-testing.rst
R doc/geospatial.rst
A doc/getting-started.rst
R doc/harvesting.rst
M doc/i18n.rst
R doc/images/1.png
R doc/images/2.png
R doc/images/3a.png
R doc/images/3b.png
R doc/images/4.png
R doc/images/5.png
R doc/images/6.png
R doc/images/7.png
R doc/images/8.png
R doc/images/8a.png
M doc/images/9.png
A doc/images/admin-page.png
R doc/images/i1.png
R doc/images/i2.png
R doc/images/i3.png
R doc/images/i4.png
R doc/images/i5.png
R doc/images/i6.png
R doc/images/i7.png
R doc/images/i8.png
R doc/images/virtualbox1-package.png
R doc/images/virtualbox11-ubuntu.png
R doc/images/virtualbox4-newvm.png
R doc/images/virtualbox5-vmtype.png
R doc/images/virtualbox6-vmloc.png
R doc/images/virtualbox7-startvm.png
R doc/images/virtualbox8-firstrun.png
R doc/images/virtualbox9-iso.png
M doc/index.rst
R doc/install-from-package-amazon.rst
R doc/install-from-package-virtualbox.rst
M doc/install-from-package.rst
M doc/install-from-source.rst
A doc/installing.rst
M doc/javascript-coding-standards.rst
M doc/javascript-module-tutorial.rst
R doc/loading-data.rst
M doc/multilingual.rst
R doc/organizations_and_groups.rst
M doc/paster.rst
R doc/post-installation.rst
R doc/publisher-profile.rst
R doc/publishing-datasets.rst
M doc/python-coding-standards.rst
R doc/release-cycle.rst
A doc/release-process.rst
A doc/releases.rst
M doc/resources.rst
M doc/solr-setup.rst
A doc/stats.rst
M doc/tag-vocabularies.rst
M doc/templating.rst
M doc/test.rst
M doc/theming.rst
M doc/toolkit.rst
M doc/tracking.rst
A doc/upgrading-a-package-install.rst
A doc/upgrading-a-source-install.rst
M doc/writing-extensions.rst
M pip-requirements-test.txt
M pip-requirements.txt
M setup.py
M test-core.ini
Log Message:
-----------
Merge branch 'master' into 652-secure-datastore
Conflicts:
ckanext/datastore/db.py
ckanext/datastore/logic/action.py
ckanext/datastore/plugin.py
doc/datastore-api.rst
doc/datastore-setup.rst
Commit: 09318adad17da769bc8204f979c85186cf204f52
https://github.com/okfn/ckan/commit/09318adad17da769bc8204f979c85186cf204f52
Author: tobes <toby.junk at gmail.com>
Date: 2013-06-05 (Wed, 05 Jun 2013)
Changed paths:
M ckan/public/base/css/main.css
Log Message:
-----------
Recompile css
Commit: b97e67536ac07339af552671de804053b942de46
https://github.com/okfn/ckan/commit/b97e67536ac07339af552671de804053b942de46
Author: joetsoi <joe.yeung.tsoi at gmail.com>
Date: 2013-06-05 (Wed, 05 Jun 2013)
Changed paths:
M ckan/tests/test_coding_standards.py
M ckanext/resourceproxy/controller.py
M ckanext/resourceproxy/tests/test_proxy.py
M pip-requirements-test.txt
Log Message:
-----------
Merge branch '896-resource-proxy-fixes'
Conflicts:
ckanext/jsonpreview/theme/public/preview_json.js
Commit: b06e58d2a861f65327a4961478acc1615b04cc55
https://github.com/okfn/ckan/commit/b06e58d2a861f65327a4961478acc1615b04cc55
Author: amercader <amercadero at gmail.com>
Date: 2013-06-05 (Wed, 05 Jun 2013)
Changed paths:
M ckanext/datastore/db.py
M ckanext/datastore/logic/action.py
M doc/_themes/sphinx-theme-okfn
Log Message:
-----------
[#652] Fix issues caused by wrong merge
Commit: 7ced50e7708db8cb819f9c3a24adb7ca3a5089ae
https://github.com/okfn/ckan/commit/7ced50e7708db8cb819f9c3a24adb7ca3a5089ae
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-06-05 (Wed, 05 Jun 2013)
Changed paths:
M doc/conf.py
M doc/upgrading-a-package-install.rst
Log Message:
-----------
[#969] Edit the upgrading to a patch release docs
- Group the *Upgrading to a patch version* and *Upgrading a 1.X Package
Install to CKAN 2.0* section headings under a top-level *Upgrading a
package install* heading (this is just so that only one *Upgrading a
package install* heading appears in the table of contents)
- Edit the first couple of paragraphs of *Upgrading to a patch version*
a little
- Say CKAN config file not ini file
- Use |apache| and |nginx| to get correct capitalisation of those names
Commit: d4279e715603c5193ac14f5c7e2c96ec2eae16f3
https://github.com/okfn/ckan/commit/d4279e715603c5193ac14f5c7e2c96ec2eae16f3
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-06-05 (Wed, 05 Jun 2013)
Changed paths:
M doc/data-viewer.rst
Log Message:
-----------
Fix a broken ref in the docs
Commit: 670a1845016ab6282e4ecb5968c2ea3b55b498b9
https://github.com/okfn/ckan/commit/670a1845016ab6282e4ecb5968c2ea3b55b498b9
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-06-05 (Wed, 05 Jun 2013)
Changed paths:
M doc/documentation-guidelines.rst
Log Message:
-----------
Doc guidelines: combine Section titles and Headings sections
Combine these two sections into one as they're both about section
titles.
Commit: 17b4ef867170cf1010f27817a1307d4324018405
https://github.com/okfn/ckan/commit/17b4ef867170cf1010f27817a1307d4324018405
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-06-05 (Wed, 05 Jun 2013)
Changed paths:
M doc/documentation-guidelines.rst
Log Message:
-----------
Add docs guideline about Sphinx warnings
Commit: 7c735fcfb5fa213a90601d3f6d3bf31e9e5be425
https://github.com/okfn/ckan/commit/7c735fcfb5fa213a90601d3f6d3bf31e9e5be425
Author: amercader <amercadero at gmail.com>
Date: 2013-06-05 (Wed, 05 Jun 2013)
Changed paths:
R ckan/model/test_user.py
M ckan/tests/models/test_user.py
Log Message:
-----------
[#652] Move test file to tests folder to try and make Travis happy
Commit: 37ce15bfbd883ec92f08128654bac75f5e436a4a
https://github.com/okfn/ckan/commit/37ce15bfbd883ec92f08128654bac75f5e436a4a
Author: amercader <amercadero at gmail.com>
Date: 2013-06-05 (Wed, 05 Jun 2013)
Changed paths:
R ckan/model/test_user.py
M ckan/tests/models/test_user.py
M ckanext/datastore/db.py
M ckanext/datastore/logic/action.py
M ckanext/datastore/logic/auth.py
M ckanext/datastore/plugin.py
M ckanext/datastore/tests/test_create.py
M ckanext/datastore/tests/test_delete.py
M ckanext/datastore/tests/test_search.py
M ckanext/datastore/tests/test_upsert.py
M doc/_themes/sphinx-theme-okfn
A doc/datastore-api.rst
A doc/datastore-setup.rst
Log Message:
-----------
Merge branch '652-secure-datastore'
Commit: cd97793c4822d8b199f409fdcfa4c29860119cff
https://github.com/okfn/ckan/commit/cd97793c4822d8b199f409fdcfa4c29860119cff
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-06-05 (Wed, 05 Jun 2013)
Changed paths:
M doc/documentation-guidelines.rst
Log Message:
-----------
Add full toc to top of documentation guidelines
Add a complete table of contents to the top of the Documentation
guidelines page, makes it quicker to find sections within the page,
as the page gets longer.
Commit: c7138345c2efe51229af88a2683af9f22efd9d83
https://github.com/okfn/ckan/commit/c7138345c2efe51229af88a2683af9f22efd9d83
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-06-05 (Wed, 05 Jun 2013)
Changed paths:
R ckan/model/test_user.py
M ckan/tests/models/test_user.py
M ckanext/datastore/db.py
M ckanext/datastore/logic/action.py
M ckanext/datastore/logic/auth.py
M ckanext/datastore/plugin.py
M ckanext/datastore/tests/test_create.py
M ckanext/datastore/tests/test_delete.py
M ckanext/datastore/tests/test_search.py
M ckanext/datastore/tests/test_upsert.py
M doc/_themes/sphinx-theme-okfn
A doc/datastore-api.rst
A doc/datastore-setup.rst
Log Message:
-----------
Merge branch 'master' of github.com:okfn/ckan
Commit: abbeb4407f34ac341b76110fe36f09e09dff35eb
https://github.com/okfn/ckan/commit/abbeb4407f34ac341b76110fe36f09e09dff35eb
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-06-05 (Wed, 05 Jun 2013)
Changed paths:
M doc/conf.py
M doc/upgrading-a-package-install.rst
Log Message:
-----------
Merge branch '969-upgrade-patch-instructions'
Commit: 43bb392d5c44b8714a6771081ea435ed28916ef6
https://github.com/okfn/ckan/commit/43bb392d5c44b8714a6771081ea435ed28916ef6
Author: John Martin <me at johnmart.in>
Date: 2013-06-05 (Wed, 05 Jun 2013)
Changed paths:
M ckan/public/base/javascript/modules/autocomplete.js
Log Message:
-----------
[#963] Adds return false to 'click' on select2 elements to prevent window.onbeforeunload events firing in IE
Commit: 650cde95e4d320ec367aa48dccb8bc9baa1228f9
https://github.com/okfn/ckan/commit/650cde95e4d320ec367aa48dccb8bc9baa1228f9
Author: amercader <amercadero at gmail.com>
Date: 2013-06-05 (Wed, 05 Jun 2013)
Changed paths:
M CHANGELOG.rst
Log Message:
-----------
Add CHANGELOG so far for 2.0.1
Commit: 6dc9b28eb5b18eaac26663426e80aaf55792ae69
https://github.com/okfn/ckan/commit/6dc9b28eb5b18eaac26663426e80aaf55792ae69
Author: amercader <amercadero at gmail.com>
Date: 2013-06-05 (Wed, 05 Jun 2013)
Changed paths:
M ckan/public/base/javascript/modules/autocomplete.js
Log Message:
-----------
Merge branch '963-ie-select2-return-false'
Commit: 56ac131d07cbf2c8f0d1a9429ae2e7d9f336a54a
https://github.com/okfn/ckan/commit/56ac131d07cbf2c8f0d1a9429ae2e7d9f336a54a
Author: Vitor Baptista <vitor at vitorbaptista.com>
Date: 2013-06-05 (Wed, 05 Jun 2013)
Changed paths:
M ckan/public/base/javascript/modules/confirm-action.js
M ckan/public/base/less/layout.less
Log Message:
-----------
Merge pull request #828 from okfn/828-modal-positioning
Data API popup vertically misaligned
Commit: baa838a67955f390173a1967c25da0dd45ea3ad1
https://github.com/okfn/ckan/commit/baa838a67955f390173a1967c25da0dd45ea3ad1
Author: Vitor Baptista <vitor at vitorbaptista.com>
Date: 2013-06-05 (Wed, 05 Jun 2013)
Changed paths:
M .tx/config
A CHANGELOG.rst
R CHANGELOG.txt
M CONTRIBUTING.rst
M bin/travis-build
M ckan/config/deployment.ini_tmpl
M ckan/config/environment.py
A ckan/config/install.py
M ckan/config/who.ini
M ckan/controllers/api.py
M ckan/controllers/group.py
M ckan/controllers/home.py
M ckan/controllers/package.py
M ckan/controllers/user.py
M ckan/i18n/bg/LC_MESSAGES/ckan.mo
M ckan/i18n/bg/LC_MESSAGES/ckan.po
M ckan/i18n/ca/LC_MESSAGES/ckan.mo
M ckan/i18n/ca/LC_MESSAGES/ckan.po
M ckan/i18n/ckan.pot
M ckan/i18n/cs_CZ/LC_MESSAGES/ckan.mo
M ckan/i18n/cs_CZ/LC_MESSAGES/ckan.po
M ckan/i18n/de/LC_MESSAGES/ckan.mo
M ckan/i18n/de/LC_MESSAGES/ckan.po
A ckan/i18n/dv/LC_MESSAGES/ckan.mo
A ckan/i18n/dv/LC_MESSAGES/ckan.po
M ckan/i18n/el/LC_MESSAGES/ckan.mo
M ckan/i18n/el/LC_MESSAGES/ckan.po
A ckan/i18n/en_GB/LC_MESSAGES/ckan.mo
A ckan/i18n/en_GB/LC_MESSAGES/ckan.po
M ckan/i18n/es/LC_MESSAGES/ckan.mo
M ckan/i18n/es/LC_MESSAGES/ckan.po
A ckan/i18n/es_AR/LC_MESSAGES/ckan.mo
A ckan/i18n/es_AR/LC_MESSAGES/ckan.po
A ckan/i18n/fa_IR/LC_MESSAGES/ckan.mo
A ckan/i18n/fa_IR/LC_MESSAGES/ckan.po
M ckan/i18n/fi/LC_MESSAGES/ckan.mo
M ckan/i18n/fi/LC_MESSAGES/ckan.po
M ckan/i18n/fr/LC_MESSAGES/ckan.mo
M ckan/i18n/fr/LC_MESSAGES/ckan.po
M ckan/i18n/hu/LC_MESSAGES/ckan.mo
M ckan/i18n/hu/LC_MESSAGES/ckan.po
A ckan/i18n/id/LC_MESSAGES/ckan.mo
A ckan/i18n/id/LC_MESSAGES/ckan.po
A ckan/i18n/is/LC_MESSAGES/ckan.mo
A ckan/i18n/is/LC_MESSAGES/ckan.po
M ckan/i18n/it/LC_MESSAGES/ckan.mo
M ckan/i18n/it/LC_MESSAGES/ckan.po
M ckan/i18n/ja/LC_MESSAGES/ckan.mo
M ckan/i18n/ja/LC_MESSAGES/ckan.po
A ckan/i18n/ko_KR/LC_MESSAGES/ckan.mo
A ckan/i18n/ko_KR/LC_MESSAGES/ckan.po
M ckan/i18n/lt/LC_MESSAGES/ckan.mo
M ckan/i18n/lt/LC_MESSAGES/ckan.po
M ckan/i18n/lv/LC_MESSAGES/ckan.mo
M ckan/i18n/lv/LC_MESSAGES/ckan.po
A ckan/i18n/my_MM/LC_MESSAGES/ckan.mo
A ckan/i18n/my_MM/LC_MESSAGES/ckan.po
M ckan/i18n/nl/LC_MESSAGES/ckan.mo
M ckan/i18n/nl/LC_MESSAGES/ckan.po
M ckan/i18n/no/LC_MESSAGES/ckan.mo
M ckan/i18n/no/LC_MESSAGES/ckan.po
M ckan/i18n/pl/LC_MESSAGES/ckan.mo
M ckan/i18n/pl/LC_MESSAGES/ckan.po
M ckan/i18n/pt_BR/LC_MESSAGES/ckan.mo
M ckan/i18n/pt_BR/LC_MESSAGES/ckan.po
M ckan/i18n/ro/LC_MESSAGES/ckan.mo
M ckan/i18n/ro/LC_MESSAGES/ckan.po
M ckan/i18n/ru/LC_MESSAGES/ckan.mo
M ckan/i18n/ru/LC_MESSAGES/ckan.po
M ckan/i18n/sk/LC_MESSAGES/ckan.mo
M ckan/i18n/sk/LC_MESSAGES/ckan.po
M ckan/i18n/sl/LC_MESSAGES/ckan.mo
M ckan/i18n/sl/LC_MESSAGES/ckan.po
M ckan/i18n/sq/LC_MESSAGES/ckan.mo
M ckan/i18n/sq/LC_MESSAGES/ckan.po
M ckan/i18n/sr/LC_MESSAGES/ckan.mo
M ckan/i18n/sr/LC_MESSAGES/ckan.po
M ckan/i18n/sr_Latn/LC_MESSAGES/ckan.mo
M ckan/i18n/sr_Latn/LC_MESSAGES/ckan.po
M ckan/i18n/sv/LC_MESSAGES/ckan.mo
M ckan/i18n/sv/LC_MESSAGES/ckan.po
A ckan/i18n/tr/LC_MESSAGES/ckan.mo
A ckan/i18n/tr/LC_MESSAGES/ckan.po
A ckan/i18n/uk_UA/LC_MESSAGES/ckan.mo
A ckan/i18n/uk_UA/LC_MESSAGES/ckan.po
A ckan/i18n/zh_CN/LC_MESSAGES/ckan.mo
A ckan/i18n/zh_CN/LC_MESSAGES/ckan.po
A ckan/i18n/zh_TW/LC_MESSAGES/ckan.mo
A ckan/i18n/zh_TW/LC_MESSAGES/ckan.po
M ckan/lib/activity_streams.py
M ckan/lib/app_globals.py
M ckan/lib/base.py
M ckan/lib/datapreview.py
M ckan/lib/dictization/model_dictize.py
M ckan/lib/helpers.py
M ckan/lib/plugins.py
M ckan/lib/render.py
M ckan/lib/search/index.py
M ckan/logic/__init__.py
M ckan/logic/action/create.py
M ckan/logic/action/delete.py
M ckan/logic/action/get.py
M ckan/logic/action/update.py
M ckan/logic/auth/__init__.py
M ckan/logic/auth/get.py
M ckan/logic/auth/update.py
M ckan/logic/converters.py
M ckan/logic/schema.py
M ckan/logic/validators.py
M ckan/model/package.py
R ckan/model/test_user.py
M ckan/new_authz.py
M ckan/plugins/interfaces.py
M ckan/public/base/css/main.css
R ckan/public/base/images/flags.png
M ckan/public/base/javascript/modules/autocomplete.js
M ckan/public/base/javascript/modules/basic-form.js
M ckan/public/base/javascript/modules/confirm-action.js
M ckan/public/base/javascript/tracking.js
M ckan/public/base/less/dataset.less
M ckan/public/base/less/footer.less
M ckan/public/base/less/group.less
M ckan/public/base/less/iehacks.less
M ckan/public/base/less/layout.less
M ckan/public/base/less/prose.less
M ckan/templates/dataviewer/snippets/data_preview.html
M ckan/templates/group/about.html
M ckan/templates/group/snippets/group_item.html
M ckan/templates/home/index.html
M ckan/templates/organization/about.html
M ckan/templates/organization/bulk_process.html
M ckan/templates/organization/snippets/organization_item.html
M ckan/templates/package/snippets/package_basic_fields.html
M ckan/templates/package/snippets/package_form.html
M ckan/templates/related/snippets/related_item.html
M ckan/templates/revision/read.html
A ckan/templates/snippets/additional_info.html
M ckan/templates_legacy/package/new_package_form.html
M ckan/templates_legacy/package/resource_read.html
M ckan/tests/functional/api/test_activity.py
M ckan/tests/functional/test_user.py
M ckan/tests/lib/test_solr_package_search.py
M ckan/tests/logic/test_init.py
M ckan/tests/logic/test_member.py
M ckan/tests/models/test_user.py
M ckan/tests/schema/test_schema.py
A ckan/tests/test_coding_standards.py
M ckanext/datastore/commands.py
A ckanext/datastore/controller.py
M ckanext/datastore/db.py
M ckanext/datastore/logic/action.py
M ckanext/datastore/logic/auth.py
A ckanext/datastore/logic/schema.py
M ckanext/datastore/plugin.py
M ckanext/datastore/tests/test_create.py
M ckanext/datastore/tests/test_delete.py
A ckanext/datastore/tests/test_dump.py
M ckanext/datastore/tests/test_search.py
M ckanext/datastore/tests/test_unit.py
M ckanext/datastore/tests/test_upsert.py
R ckanext/jsonpreview/__init__.py
R ckanext/jsonpreview/plugin.py
R ckanext/jsonpreview/tests/__init__.py
R ckanext/jsonpreview/tests/test_preview.py
R ckanext/jsonpreview/theme/public/css/json.css
R ckanext/jsonpreview/theme/public/preview_json.js
R ckanext/jsonpreview/theme/public/resource.config
R ckanext/jsonpreview/theme/templates/json.html
M ckanext/pdfpreview/tests/test_preview.py
M ckanext/resourceproxy/controller.py
M ckanext/resourceproxy/tests/test_proxy.py
A ckanext/textpreview/__init__.py
A ckanext/textpreview/plugin.py
A ckanext/textpreview/tests/__init__.py
A ckanext/textpreview/tests/test_preview.py
A ckanext/textpreview/theme/public/LICENSE
A ckanext/textpreview/theme/public/css/text.css
A ckanext/textpreview/theme/public/highlight.pack.js
A ckanext/textpreview/theme/public/preview_text.js
A ckanext/textpreview/theme/public/resource.config
A ckanext/textpreview/theme/public/styles/default.css
A ckanext/textpreview/theme/public/styles/github.css
A ckanext/textpreview/theme/templates/text.html
M dev-requirements.txt
R doc/CHANGELOG.rst
M doc/api.rst
M doc/apps-ideas.rst
R doc/architecture.rst
M doc/authorization.rst
A doc/ckan-coding-standards.rst
R doc/ckan.logic.action.create.rst
R doc/ckan.logic.action.delete.rst
R doc/ckan.logic.action.get.rst
R doc/ckan.logic.action.update.rst
R doc/common-error-messages.rst
M doc/conf.py
M doc/configuration.rst
M doc/data-viewer.rst
R doc/database-dumps.rst
M doc/datastore-api.rst
M doc/datastore-setup.rst
M doc/datastore.rst
M doc/deployment.rst
A doc/documentation-guidelines.rst
M doc/email-notifications.rst
R doc/extension-templating.rst
R doc/extensions.rst
A doc/features.rst
R doc/filestore-api.rst
M doc/filestore.rst
M doc/form-integration.rst
M doc/frontend-development.rst
R doc/frontend-testing.rst
R doc/geospatial.rst
A doc/getting-started.rst
R doc/harvesting.rst
M doc/i18n.rst
R doc/images/1.png
R doc/images/2.png
R doc/images/3a.png
R doc/images/3b.png
R doc/images/4.png
R doc/images/5.png
R doc/images/6.png
R doc/images/7.png
R doc/images/8.png
R doc/images/8a.png
M doc/images/9.png
A doc/images/admin-page.png
R doc/images/i1.png
R doc/images/i2.png
R doc/images/i3.png
R doc/images/i4.png
R doc/images/i5.png
R doc/images/i6.png
R doc/images/i7.png
R doc/images/i8.png
R doc/images/virtualbox1-package.png
R doc/images/virtualbox11-ubuntu.png
R doc/images/virtualbox4-newvm.png
R doc/images/virtualbox5-vmtype.png
R doc/images/virtualbox6-vmloc.png
R doc/images/virtualbox7-startvm.png
R doc/images/virtualbox8-firstrun.png
R doc/images/virtualbox9-iso.png
R doc/importing-datasets.rst
M doc/index.rst
R doc/install-from-package-amazon.rst
R doc/install-from-package-virtualbox.rst
M doc/install-from-package.rst
M doc/install-from-source.rst
A doc/installing.rst
M doc/multilingual.rst
M doc/paster.rst
R doc/post-installation.rst
R doc/publishing-datasets.rst
M doc/python-coding-standards.rst
R doc/release-cycle.rst
A doc/release-process.rst
A doc/releases.rst
M doc/solr-setup.rst
A doc/stats.rst
M doc/tag-vocabularies.rst
M doc/templating.rst
M doc/test.rst
M doc/theming.rst
M doc/toolkit.rst
M doc/tracking.rst
A doc/upgrading-a-package-install.rst
A doc/upgrading-a-source-install.rst
M doc/writing-extensions.rst
M requirements.txt
M setup.py
M test-core.ini
Log Message:
-----------
Merge remote-tracking branch 'upstream/master' into 491
Conflicts:
CONTRIBUTING.rst
doc/install-from-source.rst
doc/test.rst
pip-requirements-test.txt
pip-requirements.txt
Commit: baafb081b3ae9aef4cecc312baaf7aa5c44cc576
https://github.com/okfn/ckan/commit/baafb081b3ae9aef4cecc312baaf7aa5c44cc576
Author: Vitor Baptista <vitor at vitorbaptista.com>
Date: 2013-06-05 (Wed, 05 Jun 2013)
Changed paths:
M ckan/controllers/package.py
M ckan/logic/action/update.py
Log Message:
-----------
Merge pull request #831 from okfn/831-remove-old-auth-code
There still exist references to removed "package_edit_permissions" authorization level
Commit: dad3b5d144c073388134ae0e02be712ae8d4b580
https://github.com/okfn/ckan/commit/dad3b5d144c073388134ae0e02be712ae8d4b580
Author: Vitor Baptista <vitor at vitorbaptista.com>
Date: 2013-06-06 (Thu, 06 Jun 2013)
Changed paths:
M setup.py
Log Message:
-----------
[#491] Add remaining requirements and fix bug in setup.py
There was a typo, extra_requires should have been extras_require.
Commit: 49bbd15892355d1ad5d5deff8f07ad8762bfd8be
https://github.com/okfn/ckan/commit/49bbd15892355d1ad5d5deff8f07ad8762bfd8be
Author: Vitor Baptista <vitor at vitorbaptista.com>
Date: 2013-06-06 (Thu, 06 Jun 2013)
Changed paths:
A .pipignore
Log Message:
-----------
[#491] Never add CKAN itself to the requirements file
Commit: b2a531d0f7dbce602670ebb90c6b5b8bda0adbd6
https://github.com/okfn/ckan/commit/b2a531d0f7dbce602670ebb90c6b5b8bda0adbd6
Author: Vitor Baptista <vitor at vitorbaptista.com>
Date: 2013-06-06 (Thu, 06 Jun 2013)
Changed paths:
M dev-requirements.txt
M requirements.txt
Log Message:
-----------
[#491] Ordering requirements files
pip-dump, after adding any new requirement that it finds, sorts it.
As ours were unsorted, it would create noise when you upgraded. I'm
separating that noise in this commit.
Commit: 4670a6da2e27de90baf80936454310d347b0eb0a
https://github.com/okfn/ckan/commit/4670a6da2e27de90baf80936454310d347b0eb0a
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-06-07 (Fri, 07 Jun 2013)
Changed paths:
M doc/_themes/sphinx-theme-okfn
Log Message:
-----------
Update to a newer version of the Sphinx theme
Update the sphinx-theme-okfn git submodule to a newer commit. It looks
like it accidentally got reverted to an older commit recently. We can't
use the latest version of sphinx-theme-okfn because it breaks a bunch of
stuff, this commit looks like the newest version that 'just works' for
CKAN.
Commit: 9b6adc8dc9b15cbb187499db4392fa74b8a9196b
https://github.com/okfn/ckan/commit/9b6adc8dc9b15cbb187499db4392fa74b8a9196b
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-06-07 (Fri, 07 Jun 2013)
Changed paths:
M CHANGELOG.rst
M ckan/controllers/package.py
M ckan/logic/action/update.py
M ckan/public/base/javascript/modules/autocomplete.js
M ckan/public/base/javascript/modules/confirm-action.js
M ckan/public/base/less/layout.less
Log Message:
-----------
Merge branch 'master' of github.com:okfn/ckan
Commit: 7771d4e7c06f6f91eed85451d6016fa876551f7c
https://github.com/okfn/ckan/commit/7771d4e7c06f6f91eed85451d6016fa876551f7c
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-06-07 (Fri, 07 Jun 2013)
Changed paths:
R doc/datastore-api.rst
R doc/datastore-setup.rst
Log Message:
-----------
Fix some Sphinx warnings
These two datastore-*.rst files got merged into sections within
datastore.rst, but apparently the files weren't deleted, or a merge
brought them back.
Commit: 85ad0c73db0ece6723e287c912d079de6a391373
https://github.com/okfn/ckan/commit/85ad0c73db0ece6723e287c912d079de6a391373
Author: Dominik Moritz <domoritz at gmail.com>
Date: 2013-06-08 (Sat, 08 Jun 2013)
Changed paths:
A .pipignore
M LICENSE.txt
M bin/travis-build
A dev-requirements.txt
M doc/install-from-source.rst
M doc/test.rst
M fabfile.py
R pip-requirements-docs.txt
R pip-requirements-test.txt
R pip-requirements.txt
A requirements.txt
M setup.py
Log Message:
-----------
Merge remote-tracking branch 'vitorbaptista/491'
Commit: 79c0f732c7679fd30d3cfcd9542a8134985baf78
https://github.com/okfn/ckan/commit/79c0f732c7679fd30d3cfcd9542a8134985baf78
Author: Nigel Babu <nigelbabu at gmail.com>
Date: 2013-06-10 (Mon, 10 Jun 2013)
Changed paths:
M ckan/controllers/api.py
Log Message:
-----------
Merge pull request #414 from okfn/414-api-callback-fixes
JSONP API problems
Commit: fd588bcd19c816e1bbbd1ac24327e7901081d734
https://github.com/okfn/ckan/commit/fd588bcd19c816e1bbbd1ac24327e7901081d734
Author: Nigel Babu <nigelbabu at gmail.com>
Date: 2013-06-10 (Mon, 10 Jun 2013)
Changed paths:
M dev-requirements.txt
Log Message:
-----------
[#454] Add polib to dev-requirements.txt
Commit: 767ce2670424719ac602535cdbe10b6e6bbd255e
https://github.com/okfn/ckan/commit/767ce2670424719ac602535cdbe10b6e6bbd255e
Author: joetsoi <joe.yeung.tsoi at gmail.com>
Date: 2013-06-11 (Tue, 11 Jun 2013)
Changed paths:
M ckan/controllers/package.py
Log Message:
-----------
Merge branch '580-resource-edit-error'
Commit: 1ba2b857da14743e49497a0d47e92b981c9849cd
https://github.com/okfn/ckan/commit/1ba2b857da14743e49497a0d47e92b981c9849cd
Author: joetsoi <joe.yeung.tsoi at gmail.com>
Date: 2013-06-11 (Tue, 11 Jun 2013)
Changed paths:
A .pipignore
M CHANGELOG.rst
M LICENSE.txt
M bin/travis-build
M ckan/controllers/api.py
M ckan/controllers/package.py
M ckan/logic/action/update.py
R ckan/model/test_user.py
M ckan/public/base/javascript/modules/autocomplete.js
M ckan/public/base/javascript/modules/confirm-action.js
M ckan/public/base/less/layout.less
M ckan/tests/models/test_user.py
M ckanext/datastore/db.py
M ckanext/datastore/logic/action.py
M ckanext/datastore/logic/auth.py
M ckanext/datastore/plugin.py
M ckanext/datastore/tests/test_create.py
M ckanext/datastore/tests/test_delete.py
M ckanext/datastore/tests/test_search.py
M ckanext/datastore/tests/test_upsert.py
A dev-requirements.txt
M doc/_themes/sphinx-theme-okfn
M doc/conf.py
M doc/data-viewer.rst
M doc/documentation-guidelines.rst
M doc/install-from-source.rst
M doc/test.rst
M doc/upgrading-a-package-install.rst
M fabfile.py
R pip-requirements-docs.txt
R pip-requirements-test.txt
R pip-requirements.txt
A requirements.txt
M setup.py
Log Message:
-----------
Merge branch 'master' of github.com:okfn/ckan
Commit: 13393b528d5816e2e2948a0ee54ffb6633303b9b
https://github.com/okfn/ckan/commit/13393b528d5816e2e2948a0ee54ffb6633303b9b
Author: John Glover <j at johnglover.net>
Date: 2013-06-11 (Tue, 11 Jun 2013)
Changed paths:
M dev-requirements.txt
Log Message:
-----------
Merge pull request #991 from okfn/454-polib-dev-req
[#454] Add polib to dev-requirements.txt
Commit: cd13da57e283084bcf6d6626dfb9205a93e0fab2
https://github.com/okfn/ckan/commit/cd13da57e283084bcf6d6626dfb9205a93e0fab2
Author: tobes <toby.junk at gmail.com>
Date: 2013-06-11 (Tue, 11 Jun 2013)
Changed paths:
M ckan/public/base/less/homepage.less
M ckan/templates/home/index.html
M ckan/templates/snippets/group_item.html
Log Message:
-----------
Merge branch '698-groups-height'
Commit: 4014acd7493599054a0b50eb7b76bf0af702c6c8
https://github.com/okfn/ckan/commit/4014acd7493599054a0b50eb7b76bf0af702c6c8
Author: tobes <toby.junk at gmail.com>
Date: 2013-06-11 (Tue, 11 Jun 2013)
Changed paths:
M ckan/public/base/css/main.css
Log Message:
-----------
Recompile css
Commit: 16bc4ba5ea88064316fa38287c7301045a339c32
https://github.com/okfn/ckan/commit/16bc4ba5ea88064316fa38287c7301045a339c32
Author: tobes <toby.junk at gmail.com>
Date: 2013-06-11 (Tue, 11 Jun 2013)
Changed paths:
M ckan/lib/app_globals.py
M ckan/templates/package/new_resource.html
M ckan/templates/package/resource_edit.html
Log Message:
-----------
Merge branch '873-upload-button-check'
Commit: fcda749cec634b191984bcfd611e4ba3b2c3b985
https://github.com/okfn/ckan/commit/fcda749cec634b191984bcfd611e4ba3b2c3b985
Author: tobes <toby.junk at gmail.com>
Date: 2013-06-11 (Tue, 11 Jun 2013)
Changed paths:
A ckan/migration/versions/068_add_package_extras_index.py
Log Message:
-----------
[#982] Add new index to package_extra_revision to aid performance
Commit: 9792a96a340634573bf0cc8a707a3046a8e2a256
https://github.com/okfn/ckan/commit/9792a96a340634573bf0cc8a707a3046a8e2a256
Author: John Martin <me at johnmart.in>
Date: 2013-06-11 (Tue, 11 Jun 2013)
Changed paths:
A .pipignore
M .tx/config
A CHANGELOG.rst
R CHANGELOG.txt
M CONTRIBUTING.rst
M LICENSE.txt
M bin/travis-build
M ckan/config/deployment.ini_tmpl
M ckan/config/environment.py
A ckan/config/install.py
M ckan/config/who.ini
M ckan/controllers/api.py
M ckan/controllers/group.py
M ckan/controllers/home.py
M ckan/controllers/package.py
M ckan/controllers/user.py
M ckan/i18n/bg/LC_MESSAGES/ckan.mo
M ckan/i18n/bg/LC_MESSAGES/ckan.po
M ckan/i18n/ca/LC_MESSAGES/ckan.mo
M ckan/i18n/ca/LC_MESSAGES/ckan.po
M ckan/i18n/ckan.pot
M ckan/i18n/cs_CZ/LC_MESSAGES/ckan.mo
M ckan/i18n/cs_CZ/LC_MESSAGES/ckan.po
M ckan/i18n/de/LC_MESSAGES/ckan.mo
M ckan/i18n/de/LC_MESSAGES/ckan.po
A ckan/i18n/dv/LC_MESSAGES/ckan.mo
A ckan/i18n/dv/LC_MESSAGES/ckan.po
M ckan/i18n/el/LC_MESSAGES/ckan.mo
M ckan/i18n/el/LC_MESSAGES/ckan.po
A ckan/i18n/en_GB/LC_MESSAGES/ckan.mo
A ckan/i18n/en_GB/LC_MESSAGES/ckan.po
M ckan/i18n/es/LC_MESSAGES/ckan.mo
M ckan/i18n/es/LC_MESSAGES/ckan.po
A ckan/i18n/es_AR/LC_MESSAGES/ckan.mo
A ckan/i18n/es_AR/LC_MESSAGES/ckan.po
A ckan/i18n/fa_IR/LC_MESSAGES/ckan.mo
A ckan/i18n/fa_IR/LC_MESSAGES/ckan.po
M ckan/i18n/fi/LC_MESSAGES/ckan.mo
M ckan/i18n/fi/LC_MESSAGES/ckan.po
M ckan/i18n/fr/LC_MESSAGES/ckan.mo
M ckan/i18n/fr/LC_MESSAGES/ckan.po
M ckan/i18n/hu/LC_MESSAGES/ckan.mo
M ckan/i18n/hu/LC_MESSAGES/ckan.po
A ckan/i18n/id/LC_MESSAGES/ckan.mo
A ckan/i18n/id/LC_MESSAGES/ckan.po
A ckan/i18n/is/LC_MESSAGES/ckan.mo
A ckan/i18n/is/LC_MESSAGES/ckan.po
M ckan/i18n/it/LC_MESSAGES/ckan.mo
M ckan/i18n/it/LC_MESSAGES/ckan.po
M ckan/i18n/ja/LC_MESSAGES/ckan.mo
M ckan/i18n/ja/LC_MESSAGES/ckan.po
A ckan/i18n/ko_KR/LC_MESSAGES/ckan.mo
A ckan/i18n/ko_KR/LC_MESSAGES/ckan.po
M ckan/i18n/lt/LC_MESSAGES/ckan.mo
M ckan/i18n/lt/LC_MESSAGES/ckan.po
M ckan/i18n/lv/LC_MESSAGES/ckan.mo
M ckan/i18n/lv/LC_MESSAGES/ckan.po
A ckan/i18n/my_MM/LC_MESSAGES/ckan.mo
A ckan/i18n/my_MM/LC_MESSAGES/ckan.po
M ckan/i18n/nl/LC_MESSAGES/ckan.mo
M ckan/i18n/nl/LC_MESSAGES/ckan.po
M ckan/i18n/no/LC_MESSAGES/ckan.mo
M ckan/i18n/no/LC_MESSAGES/ckan.po
M ckan/i18n/pl/LC_MESSAGES/ckan.mo
M ckan/i18n/pl/LC_MESSAGES/ckan.po
M ckan/i18n/pt_BR/LC_MESSAGES/ckan.mo
M ckan/i18n/pt_BR/LC_MESSAGES/ckan.po
M ckan/i18n/ro/LC_MESSAGES/ckan.mo
M ckan/i18n/ro/LC_MESSAGES/ckan.po
M ckan/i18n/ru/LC_MESSAGES/ckan.mo
M ckan/i18n/ru/LC_MESSAGES/ckan.po
M ckan/i18n/sk/LC_MESSAGES/ckan.mo
M ckan/i18n/sk/LC_MESSAGES/ckan.po
M ckan/i18n/sl/LC_MESSAGES/ckan.mo
M ckan/i18n/sl/LC_MESSAGES/ckan.po
M ckan/i18n/sq/LC_MESSAGES/ckan.mo
M ckan/i18n/sq/LC_MESSAGES/ckan.po
M ckan/i18n/sr/LC_MESSAGES/ckan.mo
M ckan/i18n/sr/LC_MESSAGES/ckan.po
M ckan/i18n/sr_Latn/LC_MESSAGES/ckan.mo
M ckan/i18n/sr_Latn/LC_MESSAGES/ckan.po
M ckan/i18n/sv/LC_MESSAGES/ckan.mo
M ckan/i18n/sv/LC_MESSAGES/ckan.po
A ckan/i18n/tr/LC_MESSAGES/ckan.mo
A ckan/i18n/tr/LC_MESSAGES/ckan.po
A ckan/i18n/uk_UA/LC_MESSAGES/ckan.mo
A ckan/i18n/uk_UA/LC_MESSAGES/ckan.po
A ckan/i18n/zh_CN/LC_MESSAGES/ckan.mo
A ckan/i18n/zh_CN/LC_MESSAGES/ckan.po
A ckan/i18n/zh_TW/LC_MESSAGES/ckan.mo
A ckan/i18n/zh_TW/LC_MESSAGES/ckan.po
M ckan/lib/activity_streams.py
M ckan/lib/app_globals.py
M ckan/lib/base.py
M ckan/lib/datapreview.py
M ckan/lib/dictization/model_dictize.py
M ckan/lib/helpers.py
M ckan/lib/plugins.py
M ckan/lib/render.py
M ckan/lib/search/index.py
M ckan/logic/__init__.py
M ckan/logic/action/create.py
M ckan/logic/action/delete.py
M ckan/logic/action/get.py
M ckan/logic/action/update.py
M ckan/logic/auth/__init__.py
M ckan/logic/auth/get.py
M ckan/logic/auth/update.py
M ckan/logic/converters.py
M ckan/logic/schema.py
M ckan/logic/validators.py
A ckan/migration/versions/068_add_package_extras_index.py
M ckan/model/package.py
R ckan/model/test_user.py
M ckan/new_authz.py
M ckan/plugins/interfaces.py
M ckan/public/base/css/main.css
R ckan/public/base/images/flags.png
M ckan/public/base/javascript/modules/autocomplete.js
M ckan/public/base/javascript/modules/basic-form.js
M ckan/public/base/javascript/modules/confirm-action.js
M ckan/public/base/javascript/tracking.js
M ckan/public/base/less/dataset.less
M ckan/public/base/less/footer.less
M ckan/public/base/less/group.less
M ckan/public/base/less/homepage.less
M ckan/public/base/less/iehacks.less
M ckan/public/base/less/layout.less
M ckan/public/base/less/prose.less
M ckan/templates/group/about.html
M ckan/templates/home/index.html
M ckan/templates/organization/about.html
M ckan/templates/organization/bulk_process.html
M ckan/templates/package/new_resource.html
M ckan/templates/package/resource_edit.html
M ckan/templates/package/snippets/package_basic_fields.html
M ckan/templates/package/snippets/package_form.html
M ckan/templates/revision/read.html
A ckan/templates/snippets/additional_info.html
M ckan/templates/snippets/group_item.html
M ckan/templates_legacy/package/new_package_form.html
M ckan/templates_legacy/package/resource_read.html
M ckan/tests/functional/api/test_activity.py
M ckan/tests/functional/test_user.py
M ckan/tests/lib/test_solr_package_search.py
M ckan/tests/logic/test_init.py
M ckan/tests/logic/test_member.py
M ckan/tests/models/test_user.py
M ckan/tests/schema/test_schema.py
A ckan/tests/test_coding_standards.py
M ckanext/datastore/commands.py
A ckanext/datastore/controller.py
M ckanext/datastore/db.py
M ckanext/datastore/logic/action.py
M ckanext/datastore/logic/auth.py
A ckanext/datastore/logic/schema.py
M ckanext/datastore/plugin.py
M ckanext/datastore/tests/test_create.py
M ckanext/datastore/tests/test_delete.py
A ckanext/datastore/tests/test_dump.py
M ckanext/datastore/tests/test_search.py
M ckanext/datastore/tests/test_unit.py
M ckanext/datastore/tests/test_upsert.py
R ckanext/jsonpreview/__init__.py
R ckanext/jsonpreview/plugin.py
R ckanext/jsonpreview/tests/__init__.py
R ckanext/jsonpreview/tests/test_preview.py
R ckanext/jsonpreview/theme/public/css/json.css
R ckanext/jsonpreview/theme/public/preview_json.js
R ckanext/jsonpreview/theme/public/resource.config
R ckanext/jsonpreview/theme/templates/json.html
M ckanext/pdfpreview/tests/test_preview.py
M ckanext/resourceproxy/controller.py
M ckanext/resourceproxy/tests/test_proxy.py
A ckanext/textpreview/__init__.py
A ckanext/textpreview/plugin.py
A ckanext/textpreview/tests/__init__.py
A ckanext/textpreview/tests/test_preview.py
A ckanext/textpreview/theme/public/LICENSE
A ckanext/textpreview/theme/public/css/text.css
A ckanext/textpreview/theme/public/highlight.pack.js
A ckanext/textpreview/theme/public/preview_text.js
A ckanext/textpreview/theme/public/resource.config
A ckanext/textpreview/theme/public/styles/default.css
A ckanext/textpreview/theme/public/styles/github.css
A ckanext/textpreview/theme/templates/text.html
A dev-requirements.txt
R doc/CHANGELOG.rst
M doc/_themes/sphinx-theme-okfn
M doc/api.rst
R doc/architecture.rst
M doc/authorization.rst
A doc/ckan-coding-standards.rst
R doc/ckan.logic.action.create.rst
R doc/ckan.logic.action.delete.rst
R doc/ckan.logic.action.get.rst
R doc/ckan.logic.action.update.rst
R doc/common-error-messages.rst
M doc/conf.py
M doc/configuration.rst
M doc/data-viewer.rst
R doc/database-dumps.rst
R doc/datastore-api.rst
R doc/datastore-setup.rst
M doc/datastore.rst
M doc/deployment.rst
A doc/documentation-guidelines.rst
M doc/email-notifications.rst
R doc/extension-templating.rst
R doc/extensions.rst
A doc/features.rst
R doc/filestore-api.rst
M doc/filestore.rst
M doc/frontend-development.rst
R doc/frontend-testing.rst
R doc/geospatial.rst
A doc/getting-started.rst
R doc/harvesting.rst
R doc/images/1.png
R doc/images/2.png
R doc/images/3a.png
R doc/images/3b.png
R doc/images/4.png
R doc/images/5.png
R doc/images/6.png
R doc/images/7.png
R doc/images/8.png
R doc/images/8a.png
M doc/images/9.png
A doc/images/admin-page.png
R doc/images/i1.png
R doc/images/i2.png
R doc/images/i3.png
R doc/images/i4.png
R doc/images/i5.png
R doc/images/i6.png
R doc/images/i7.png
R doc/images/i8.png
R doc/images/virtualbox1-package.png
R doc/images/virtualbox11-ubuntu.png
R doc/images/virtualbox4-newvm.png
R doc/images/virtualbox5-vmtype.png
R doc/images/virtualbox6-vmloc.png
R doc/images/virtualbox7-startvm.png
R doc/images/virtualbox8-firstrun.png
R doc/images/virtualbox9-iso.png
R doc/importing-datasets.rst
M doc/index.rst
R doc/install-from-package-amazon.rst
R doc/install-from-package-virtualbox.rst
M doc/install-from-package.rst
M doc/install-from-source.rst
A doc/installing.rst
M doc/multilingual.rst
M doc/paster.rst
R doc/post-installation.rst
R doc/publishing-datasets.rst
M doc/python-coding-standards.rst
R doc/release-cycle.rst
M doc/release-process.rst
A doc/releases.rst
M doc/solr-setup.rst
A doc/stats.rst
M doc/tag-vocabularies.rst
M doc/templating.rst
M doc/test.rst
M doc/theming.rst
M doc/toolkit.rst
A doc/upgrading-a-package-install.rst
A doc/upgrading-a-source-install.rst
M doc/writing-extensions.rst
M fabfile.py
R pip-requirements-docs.txt
R pip-requirements-test.txt
R pip-requirements.txt
A requirements.txt
M setup.py
M test-core.ini
Log Message:
-----------
Merged master
Compare: https://github.com/okfn/ckan/compare/825a6da2a3cf...9792a96a3406
More information about the ckan-changes
mailing list