[ckan-changes] [okfn/ckan] b1b155: [#235] Makes large numbers smaller if they are hig...
GitHub
noreply at github.com
Mon Feb 11 13:32:59 UTC 2013
Branch: refs/heads/2750-add-docs-and-examples-for-idatasetform-and-igroupform
Home: https://github.com/okfn/ckan
Commit: b1b155e29d6d3bf286c11889b96a6a63941439b5
https://github.com/okfn/ckan/commit/b1b155e29d6d3bf286c11889b96a6a63941439b5
Author: John Martin <me at johnmart.in>
Date: 2012-12-20 (Thu, 20 Dec 2012)
Changed paths:
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
A ckan/templates/macros/format.html
M ckan/templates/package/read_base.html
M ckan/templates/snippets/organization.html
M ckan/templates/user/read_base.html
Log Message:
-----------
[#235] Makes large numbers smaller if they are higher
Commit: 72d3036ac461dac08e81877107b87feb45d26e54
https://github.com/okfn/ckan/commit/72d3036ac461dac08e81877107b87feb45d26e54
Author: tobes <toby.junk at gmail.com>
Date: 2013-01-22 (Tue, 22 Jan 2013)
Changed paths:
M ckan/lib/base.py
Log Message:
-----------
[#285] Remove code in base controller that is not used in the ckan codebase
Commit: 6aae85d1feb0db286846735b29d04085df00ca5f
https://github.com/okfn/ckan/commit/6aae85d1feb0db286846735b29d04085df00ca5f
Author: tobes <toby.junk at gmail.com>
Date: 2013-01-22 (Tue, 22 Jan 2013)
Changed paths:
A .travis.yml
A CONTRIBUTING.rst
M README.rst
M ckan/__init__.py
M ckan/config/deployment.ini_tmpl
M ckan/controllers/package.py
M ckan/controllers/user.py
M ckan/lib/celery_app.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/__init__.py
M ckan/logic/action/create.py
M ckan/logic/action/get.py
M ckan/logic/action/update.py
A ckan/migration/versions/066_default_package_type.py
M ckan/model/package.py
M ckan/public/base/images/placeholder-group.png
M ckan/public/base/images/placeholder-organization.png
M ckan/public/base/less/ckan.less
A ckan/public/base/less/dropdown.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/macros/form.html
M ckan/templates/organization/read_base.html
M ckan/templates/package/search.html
M ckan/templates/snippets/facet_list.html
M ckan/templates/snippets/package_item.html
M ckan/tests/lib/test_dictization.py
M ckan/tests/lib/test_dictization_schema.py
M ckan/tests/lib/test_solr_search_index.py
M ckanext/datastore/bin/datastore_setup.py
M ckanext/datastore/db.py
M ckanext/datastore/logic/action.py
M ckanext/datastore/logic/auth.py
M ckanext/datastore/tests/test_create.py
M ckanext/datastore/tests/test_delete.py
M ckanext/datastore/tests/test_search.py
M ckanext/reclinepreview/plugin.py
M ckanext/reclinepreview/tests/test_preview.py
M ckanext/test_tag_vocab_plugin.py
M doc/configuration.rst
R doc/contributing-docs.rst
R doc/contributing.rst
M doc/datastore-api.rst
M doc/datastore-setup.rst
M doc/datastore.rst
M doc/index.rst
M doc/install-from-source.rst
M doc/solr-setup.rst
M doc/test.rst
Log Message:
-----------
Merge branch 'master' into 235-popover-large-numbers
Commit: 29344827df9a085f19a41da3ba3e9f269c2273ec
https://github.com/okfn/ckan/commit/29344827df9a085f19a41da3ba3e9f269c2273ec
Author: tobes <toby.junk at gmail.com>
Date: 2013-01-22 (Tue, 22 Jan 2013)
Changed paths:
M ckan/lib/formatters.py
Log Message:
-----------
[#235] Minor bug fix in formatters
Commit: 2d1e5895c34c4a10fca11cc900c738d2ebf1f836
https://github.com/okfn/ckan/commit/2d1e5895c34c4a10fca11cc900c738d2ebf1f836
Author: tobes <toby.junk at gmail.com>
Date: 2013-01-22 (Tue, 22 Jan 2013)
Changed paths:
M ckan/lib/formatters.py
Log Message:
-----------
[#235] Add SI_number formatter
Commit: b4053f08549713c3c57c73ccda7dadb20a17e06e
https://github.com/okfn/ckan/commit/b4053f08549713c3c57c73ccda7dadb20a17e06e
Author: tobes <toby.junk at gmail.com>
Date: 2013-01-22 (Tue, 22 Jan 2013)
Changed paths:
M ckan/lib/helpers.py
Log Message:
-----------
[#235] New follower_number template helper
Commit: 6115b5f7e3f1564b2fd4645474e1f4d0d63bdbee
https://github.com/okfn/ckan/commit/6115b5f7e3f1564b2fd4645474e1f4d0d63bdbee
Author: tobes <toby.junk at gmail.com>
Date: 2013-01-22 (Tue, 22 Jan 2013)
Changed paths:
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/read_base.html
M ckan/templates/snippets/organization.html
M ckan/templates/user/read_base.html
Log Message:
-----------
[#235] Templates use new formatter
Commit: 2841819e57ce95e24b500df09b6cf8ddbc415d6b
https://github.com/okfn/ckan/commit/2841819e57ce95e24b500df09b6cf8ddbc415d6b
Author: tobes <toby.junk at gmail.com>
Date: 2013-01-22 (Tue, 22 Jan 2013)
Changed paths:
R ckan/templates/macros/format.html
Log Message:
-----------
[#235] Remove format macro
Commit: 8f91b3ce702dc55d1b68c4542ccea95572b97a5a
https://github.com/okfn/ckan/commit/8f91b3ce702dc55d1b68c4542ccea95572b97a5a
Author: tobes <toby.junk at gmail.com>
Date: 2013-01-23 (Wed, 23 Jan 2013)
Changed paths:
M ckan/lib/base.py
Log Message:
-----------
[#285] Re add function mis-used in api controller
Commit: cdce0fcd538a1ada46fc3f4b9344f1bb32a249e7
https://github.com/okfn/ckan/commit/cdce0fcd538a1ada46fc3f4b9344f1bb32a249e7
Author: tobes <toby.junk at gmail.com>
Date: 2013-01-23 (Wed, 23 Jan 2013)
Changed paths:
M ckan/lib/base.py
Log Message:
-----------
[#285] _make_unicode() still has user
Commit: 45c6d0e30c2d9b7749ec5bd9b10fb977b91ff745
https://github.com/okfn/ckan/commit/45c6d0e30c2d9b7749ec5bd9b10fb977b91ff745
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-01-23 (Wed, 23 Jan 2013)
Changed paths:
M ckan/controllers/package.py
Log Message:
-----------
Call setup_template_variables() in new_metadata()
Fixes #297
Commit: df939a035789868af2732fac5aece51c8e47fa41
https://github.com/okfn/ckan/commit/df939a035789868af2732fac5aece51c8e47fa41
Author: tobes <toby.junk at gmail.com>
Date: 2013-01-23 (Wed, 23 Jan 2013)
Changed paths:
M ckan/controllers/package.py
M ckan/controllers/user.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/tests/functional/test_package.py
M ckan/tests/models/test_group.py
Log Message:
-----------
Merge branch 'master' into 285-base-controller-code-removal
Commit: 64c651a45ac53102b9b682ed94389126096707b9
https://github.com/okfn/ckan/commit/64c651a45ac53102b9b682ed94389126096707b9
Author: John Martin <me at johnmart.in>
Date: 2013-01-24 (Thu, 24 Jan 2013)
Changed paths:
M ckan/public/base/less/dataset.less
M ckan/templates/package/snippets/resource_item.html
Log Message:
-----------
[#281] Fix for incorrect padding right on the resource list for a package
Essentially the fix is as follows:
- Make the "Explore Data" and "Raw Data" links a dropdown
- This allows us to easilt add more links to the dropdown for extensions
- Also allows for better multi-lingual support
Commit: 2edc0a875270aad655c0cb66b02f5864c5920582
https://github.com/okfn/ckan/commit/2edc0a875270aad655c0cb66b02f5864c5920582
Author: tobes <toby.junk at gmail.com>
Date: 2013-01-24 (Thu, 24 Jan 2013)
Changed paths:
M ckan/lib/base.py
Log Message:
-----------
[#285] Move function into only function using it
Commit: 4e4aea6c95b4ad280d4713d3b90fe3574cfad815
https://github.com/okfn/ckan/commit/4e4aea6c95b4ad280d4713d3b90fe3574cfad815
Author: tobes <toby.junk at gmail.com>
Date: 2013-01-24 (Thu, 24 Jan 2013)
Changed paths:
M ckan/controllers/api.py
M ckan/lib/base.py
Log Message:
-----------
[#285] Move function into API controller as only user
Commit: e82558a3721e0c9fcd036b0055a1990b00696764
https://github.com/okfn/ckan/commit/e82558a3721e0c9fcd036b0055a1990b00696764
Author: tobes <toby.junk at gmail.com>
Date: 2013-01-24 (Thu, 24 Jan 2013)
Changed paths:
M ckan/lib/helpers.py
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/snippets/organization.html
M ckan/templates/user/read_base.html
Log Message:
-----------
[#235] Change function name to SI_number_span()
Commit: e5d42fd1528ad04839a83b0c148ee551f8ef71c9
https://github.com/okfn/ckan/commit/e5d42fd1528ad04839a83b0c148ee551f8ef71c9
Author: tobes <toby.junk at gmail.com>
Date: 2013-01-24 (Thu, 24 Jan 2013)
Changed paths:
M ckan/controllers/package.py
M ckan/controllers/user.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/tests/functional/test_package.py
M ckan/tests/models/test_group.py
Log Message:
-----------
Merge branch 'master' into 235-popover-large-numbers
Commit: 67900cb4d602d2e034d54fd2e75cf15398b584f0
https://github.com/okfn/ckan/commit/67900cb4d602d2e034d54fd2e75cf15398b584f0
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-01-24 (Thu, 24 Jan 2013)
Changed paths:
M ckan/lib/formatters.py
M ckan/lib/helpers.py
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/snippets/organization.html
M ckan/templates/user/read_base.html
Log Message:
-----------
Merge branch '235-popover-large-numbers'
Commit: 7e51ec6bc5fcaa80610804738ec66e416e46ab1d
https://github.com/okfn/ckan/commit/7e51ec6bc5fcaa80610804738ec66e416e46ab1d
Author: tobes <toby.junk at gmail.com>
Date: 2013-01-24 (Thu, 24 Jan 2013)
Changed paths:
M ckan/controllers/api.py
Log Message:
-----------
[#285] Fix missing imports
Commit: 11c8de26138ea1a3ff6ef8d8488ff7187f6e93c2
https://github.com/okfn/ckan/commit/11c8de26138ea1a3ff6ef8d8488ff7187f6e93c2
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-01-24 (Thu, 24 Jan 2013)
Changed paths:
M ckan/public/base/css/main.css
Log Message:
-----------
[#281] Recompile main.css
Commit: 75ef5fc7d7bfbb18ac24227b2f024c8aeca91aab
https://github.com/okfn/ckan/commit/75ef5fc7d7bfbb18ac24227b2f024c8aeca91aab
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-01-24 (Thu, 24 Jan 2013)
Changed paths:
M ckan/public/base/css/main.css
M ckan/public/base/less/dataset.less
M ckan/templates/package/snippets/resource_item.html
Log Message:
-----------
Merge branch '281-resource-listing-buttons'
Commit: 1d5d602eb28723c3c261f9a8a0aa14e815a1af8a
https://github.com/okfn/ckan/commit/1d5d602eb28723c3c261f9a8a0aa14e815a1af8a
Author: tobes <toby.junk at gmail.com>
Date: 2013-01-24 (Thu, 24 Jan 2013)
Changed paths:
M ckan/controllers/api.py
Log Message:
-----------
[#285] Use json defined in h
Commit: cdd77c9d9f114fd2891cdc10300fb930f2eb5c82
https://github.com/okfn/ckan/commit/cdd77c9d9f114fd2891cdc10300fb930f2eb5c82
Author: tobes <toby.junk at gmail.com>
Date: 2013-01-24 (Thu, 24 Jan 2013)
Changed paths:
M ckan/lib/helpers.py
Log Message:
-----------
[#252] Check_access helper function does not need data_dict supplying
Commit: fc7dc1eaded8c3978b8a43f081f6e9fc7ebc82b0
https://github.com/okfn/ckan/commit/fc7dc1eaded8c3978b8a43f081f6e9fc7ebc82b0
Author: tobes <toby.junk at gmail.com>
Date: 2013-01-24 (Thu, 24 Jan 2013)
Changed paths:
M ckan/templates/snippets/related.html
Log Message:
-----------
[#252] Only show add related item button if permission to add
Commit: 22ec8c182e58b3b27c5f1e19b55209337aac1754
https://github.com/okfn/ckan/commit/22ec8c182e58b3b27c5f1e19b55209337aac1754
Author: tobes <toby.junk at gmail.com>
Date: 2013-01-24 (Thu, 24 Jan 2013)
Changed paths:
M ckan/lib/helpers.py
Log Message:
-----------
[#306] Fix error where icon passed to qs in links
Commit: fa213d94e5a7d887813d71dffba086fb0540eb41
https://github.com/okfn/ckan/commit/fa213d94e5a7d887813d71dffba086fb0540eb41
Author: kindly <kindly at gmail.com>
Date: 2013-01-25 (Fri, 25 Jan 2013)
Changed paths:
M ckan/controllers/revision.py
M ckan/lib/activity_streams_session_extension.py
M ckan/lib/dictization/model_dictize.py
M ckan/logic/action/get.py
M ckan/model/__init__.py
M ckan/tests/functional/api/model/test_package.py
M ckan/tests/functional/api/model/test_tag.py
M ckan/tests/logic/test_tag.py
Log Message:
-----------
309 no private datasets in activity streams, revisions, group listing and tag listings
Commit: 556c218588699694763fd8acd32b23219b256d17
https://github.com/okfn/ckan/commit/556c218588699694763fd8acd32b23219b256d17
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-01-26 (Sat, 26 Jan 2013)
Changed paths:
M README.rst
Log Message:
-----------
Fix IRC channel link in README
Link to #ckan channel on webchat.freenode.net
Commit: c14558a1b4113a07365300469975bc6338ec00cd
https://github.com/okfn/ckan/commit/c14558a1b4113a07365300469975bc6338ec00cd
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-01-26 (Sat, 26 Jan 2013)
Changed paths:
M README.rst
Log Message:
-----------
Update issue tracker link in README
Commit: 90b04f17615b28569ab6e33c3a48994bcbf4cc9d
https://github.com/okfn/ckan/commit/90b04f17615b28569ab6e33c3a48994bcbf4cc9d
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-01-26 (Sat, 26 Jan 2013)
Changed paths:
M README.rst
Log Message:
-----------
Update contributing link in README
Commit: d294d0dcc9e6c95fdee4ac6aab1068777f6c4fd9
https://github.com/okfn/ckan/commit/d294d0dcc9e6c95fdee4ac6aab1068777f6c4fd9
Author: Dominik Moritz <domoritz at gmail.com>
Date: 2013-01-26 (Sat, 26 Jan 2013)
Changed paths:
M ckan/model/__init__.py
M ckan/model/meta.py
M ckan/tests/__init__.py
Log Message:
-----------
[#287] Add is_datastore_supported method to tests and engine_is_pg to model
Commit: 23c2bcaf93e9f607b57e5421d6274579a0314c4e
https://github.com/okfn/ckan/commit/23c2bcaf93e9f607b57e5421d6274579a0314c4e
Author: Dominik Moritz <domoritz at gmail.com>
Date: 2013-01-26 (Sat, 26 Jan 2013)
Changed paths:
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
Log Message:
-----------
[#287] Log warning if the database is not a pg database. Skip datastore tests, if there is no support for them.
Commit: 6e33f76b18db06e6f1b643cf7f9645daba059ac9
https://github.com/okfn/ckan/commit/6e33f76b18db06e6f1b643cf7f9645daba059ac9
Author: kindly <kindly at gmail.com>
Date: 2013-01-28 (Mon, 28 Jan 2013)
Changed paths:
M ckan/lib/dictization/model_dictize.py
M ckan/tests/functional/test_group.py
M ckan/tests/logic/test_action.py
Log Message:
-----------
make group_list_dictize reasonably fast by going through search index
Commit: 2a74c8dc16900ce364a86ddeed746b3f5ac90661
https://github.com/okfn/ckan/commit/2a74c8dc16900ce364a86ddeed746b3f5ac90661
Author: kindly <kindly at gmail.com>
Date: 2013-01-28 (Mon, 28 Jan 2013)
Changed paths:
M ckan/controllers/home.py
M ckan/lib/dictization/model_dictize.py
M ckan/logic/action/get.py
M ckan/templates/snippets/organization.html
M ckan/tests/lib/test_dictization.py
Log Message:
-----------
[#309] add package count using search index
Commit: 1fa0b1a464a44019fc5c65277f0cd7e95222b178
https://github.com/okfn/ckan/commit/1fa0b1a464a44019fc5c65277f0cd7e95222b178
Author: Dominik Moritz <domoritz at gmail.com>
Date: 2013-01-30 (Wed, 30 Jan 2013)
Changed paths:
M ckanext/reclinepreview/theme/public/vendor/recline/recline.js
Log Message:
-----------
[#257] Set timeout to 10 seconds in recline source
Commit: 9584ee36818a67e360ded2703d7105cfe05c0bc8
https://github.com/okfn/ckan/commit/9584ee36818a67e360ded2703d7105cfe05c0bc8
Author: John Martin <me at johnmart.in>
Date: 2013-01-30 (Wed, 30 Jan 2013)
Changed paths:
M ckan/lib/helpers.py
Log Message:
-----------
Merge pull request #306 from okfn/306-header-link-icon-qs
?icon=None in links that use h.url_for with the icon attribute
Commit: e024873f596d481137845951af57988b077969fb
https://github.com/okfn/ckan/commit/e024873f596d481137845951af57988b077969fb
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-01-30 (Wed, 30 Jan 2013)
Changed paths:
M ckan/controllers/group.py
M ckan/controllers/user.py
M ckan/logic/action/get.py
M ckan/logic/auth/get.py
M ckan/templates/group/read_base.html
M ckan/templates/package/read_base.html
M ckan/templates/user/read_base.html
Log Message:
-----------
[#316] Disable follower lists
Disable follower lists for normal users
Make it so that only sysadmins can see a dataset, user or group's list
of followers.
Add auth functions to user, dataset and group follower_list functions.
user controller, group controller, package controller:
/followers pages send 401 if not authorized
Remove followers tabs from user, dataset and group pages.
Some tests need to be fixed now
Commit: 44a1fd16956341331e9eb534911a9d08acc6a758
https://github.com/okfn/ckan/commit/44a1fd16956341331e9eb534911a9d08acc6a758
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-01-30 (Wed, 30 Jan 2013)
Changed paths:
M ckan/tests/functional/api/test_follow.py
Log Message:
-----------
[#316] Update follower api tests
Make it pass a sysadmin's API key whenever calling *_follower_list,
since only sysadmins are authorised to call that now.
Commit: eab929e4842179dc09583cd67f58e9677d2c1b6f
https://github.com/okfn/ckan/commit/eab929e4842179dc09583cd67f58e9677d2c1b6f
Author: Dominik Moritz <domoritz at gmail.com>
Date: 2013-01-30 (Wed, 30 Jan 2013)
Changed paths:
M ckanext/reclinepreview/theme/public/preview_recline.js
M ckanext/reclinepreview/theme/public/vendor/recline/recline.js
Log Message:
-----------
[#257] Set the timeout outside the recline source so that it can be updated without patching the source again
Commit: 126034925040b5f6c5a89820b4923cb72aa9095f
https://github.com/okfn/ckan/commit/126034925040b5f6c5a89820b4923cb72aa9095f
Author: amercader <amercadero at gmail.com>
Date: 2013-01-30 (Wed, 30 Jan 2013)
Changed paths:
M ckanext/reclinepreview/theme/public/preview_recline.js
Log Message:
-----------
Merge and close #257
Commit: f183205ea5474839bcd941984debd0d44c08c04a
https://github.com/okfn/ckan/commit/f183205ea5474839bcd941984debd0d44c08c04a
Author: John Martin <me at johnmart.in>
Date: 2013-01-30 (Wed, 30 Jan 2013)
Changed paths:
M ckan/public/base/less/forms.less
Log Message:
-----------
[#319] Added extra state to .select2-container that handles error state better
Commit: bde08f104909d0d40df2d0dba8efd6f20c00050c
https://github.com/okfn/ckan/commit/bde08f104909d0d40df2d0dba8efd6f20c00050c
Author: John Martin <me at johnmart.in>
Date: 2013-01-30 (Wed, 30 Jan 2013)
Changed paths:
M ckan/public/base/css/main.css
Log Message:
-----------
[#319] Rebuild of main.css
Commit: 40e4630d24a81b3294d31d93d5b942f02713acff
https://github.com/okfn/ckan/commit/40e4630d24a81b3294d31d93d5b942f02713acff
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-01-30 (Wed, 30 Jan 2013)
Changed paths:
M ckan/tests/functional/test_follow.py
Log Message:
-----------
[#316] Update follower frontend tests
Commit: 825117eca63105ac582b7708f3dde242499c30db
https://github.com/okfn/ckan/commit/825117eca63105ac582b7708f3dde242499c30db
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-01-30 (Wed, 30 Jan 2013)
Changed paths:
M ckan/tests/functional/api/test_follow.py
Log Message:
-----------
[#316] Add tests for new follower list auth
Commit: 5c7e022a09798d02b1fd30356517a9ef071d0577
https://github.com/okfn/ckan/commit/5c7e022a09798d02b1fd30356517a9ef071d0577
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-01-30 (Wed, 30 Jan 2013)
Changed paths:
M ckan/logic/action/create.py
Log Message:
-----------
[#316] Remove "started following" activities
Commit: a20d0b3f9aa5cf65d1f9780a98a7faaff90f6ab7
https://github.com/okfn/ckan/commit/a20d0b3f9aa5cf65d1f9780a98a7faaff90f6ab7
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-01-30 (Wed, 30 Jan 2013)
Changed paths:
M ckan/tests/functional/api/test_activity.py
Log Message:
-----------
[#316] Update activity streams API tests
Commit: b722815983378201dba41a4b2adc36c4430aafac
https://github.com/okfn/ckan/commit/b722815983378201dba41a4b2adc36c4430aafac
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-01-30 (Wed, 30 Jan 2013)
Changed paths:
M ckan/tests/functional/test_activity.py
Log Message:
-----------
[#316] Update activity streams frontend tests
Commit: ef89d80549214276f5c3f7ee08c50ce28597a44e
https://github.com/okfn/ckan/commit/ef89d80549214276f5c3f7ee08c50ce28597a44e
Author: John Glover <j at johnglover.net>
Date: 2013-01-30 (Wed, 30 Jan 2013)
Changed paths:
M .gitignore
Log Message:
-----------
Remove theme folder from gitignore
Commit: bd807829965929b63059d4445b3cf76387086ae8
https://github.com/okfn/ckan/commit/bd807829965929b63059d4445b3cf76387086ae8
Author: amercader <amercadero at gmail.com>
Date: 2013-01-30 (Wed, 30 Jan 2013)
Changed paths:
M .gitignore
Log Message:
-----------
Merge branch '330-fix-gitignore'
Commit: 7f4f0def48560951d0d171e2665dfeefaad80e82
https://github.com/okfn/ckan/commit/7f4f0def48560951d0d171e2665dfeefaad80e82
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-01-30 (Wed, 30 Jan 2013)
Changed paths:
M ckan/logic/action/get.py
M ckan/logic/auth/get.py
M ckan/tests/functional/api/test_follow.py
Log Message:
-----------
[#316] Add auth for followee_list APIs
Don't let visitors or other users see what a user is following.
Commit: 6903985d1f89e8de59434ce1fdd7da3d96aaa204
https://github.com/okfn/ckan/commit/6903985d1f89e8de59434ce1fdd7da3d96aaa204
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-01-30 (Wed, 30 Jan 2013)
Changed paths:
M .gitignore
M ckan/lib/helpers.py
M ckanext/reclinepreview/theme/public/preview_recline.js
Log Message:
-----------
Merge branch 'master' of github.com:okfn/ckan into 316-disable-follower-lists
Commit: 6adc06072ad1535e5671ad3142a16408cae60cb5
https://github.com/okfn/ckan/commit/6adc06072ad1535e5671ad3142a16408cae60cb5
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-01-30 (Wed, 30 Jan 2013)
Changed paths:
M ckan/logic/action/create.py
Log Message:
-----------
[#316] Removed 'follow dataset' and 'follow group' activities
Forgot to remove these in earlier commit
5c7e022a09798d02b1fd30356517a9ef071d0577
Commit: 99920836a6ee3ed4a4d8f4812ae28918d0278ee7
https://github.com/okfn/ckan/commit/99920836a6ee3ed4a4d8f4812ae28918d0278ee7
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-01-30 (Wed, 30 Jan 2013)
Changed paths:
M ckan/tests/functional/api/test_dashboard.py
Log Message:
-----------
[#316] Update user dashboard tests
Commit: 7ea77f068fff68e669b3dafc69d31515ff535c55
https://github.com/okfn/ckan/commit/7ea77f068fff68e669b3dafc69d31515ff535c55
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-01-30 (Wed, 30 Jan 2013)
Changed paths:
M ckan/tests/functional/api/test_activity.py
M ckan/tests/functional/test_activity.py
Log Message:
-----------
[#316] Update some more activity streams tests
Commit: 7f938970f77ac1c710acf7f6d7141bfb85308c11
https://github.com/okfn/ckan/commit/7f938970f77ac1c710acf7f6d7141bfb85308c11
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-01-30 (Wed, 30 Jan 2013)
Changed paths:
M .gitignore
M ckan/lib/helpers.py
M ckanext/reclinepreview/theme/public/preview_recline.js
Log Message:
-----------
Merge branch 'master' of github.com:okfn/ckan into 287-datastore-tests-only-on-pg
Commit: 4313177506f73797d590c8c10174460f793637da
https://github.com/okfn/ckan/commit/4313177506f73797d590c8c10174460f793637da
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-01-30 (Wed, 30 Jan 2013)
Changed paths:
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
Log Message:
-----------
Merge branch '287-datastore-tests-only-on-pg'
Commit: 07e4ec8e8c67eea69a70afe176d8e158a0816698
https://github.com/okfn/ckan/commit/07e4ec8e8c67eea69a70afe176d8e158a0816698
Author: John Martin <me at johnmart.in>
Date: 2013-02-01 (Fri, 01 Feb 2013)
Changed paths:
M ckan/templates/group/read_base.html
Log Message:
-----------
[#328] Simply removes the 'Administrators' tab from the group pages
Commit: 64c321509656b7e46f6c65142a19694a4ad3c2e3
https://github.com/okfn/ckan/commit/64c321509656b7e46f6c65142a19694a4ad3c2e3
Author: John Martin <me at johnmart.in>
Date: 2013-02-01 (Fri, 01 Feb 2013)
Changed paths:
M ckan/templates/organization/read_base.html
M ckan/templates/package/read_base.html
M ckan/templates/snippets/organization.html
Log Message:
-----------
[#322] Adds the organization to the dataset page
Commit: 01ccbbac5d97d3077cdc471bb39716c1ea03f91f
https://github.com/okfn/ckan/commit/01ccbbac5d97d3077cdc471bb39716c1ea03f91f
Author: Dominik Moritz <domoritz at gmail.com>
Date: 2013-02-03 (Sun, 03 Feb 2013)
Changed paths:
M ckan/model/meta.py
Log Message:
-----------
[#345] Also recognize driver `postgres` in `engine_is_pg`
Commit: 6c0c8957d8fd9d0187214072ed38dbecb26ae665
https://github.com/okfn/ckan/commit/6c0c8957d8fd9d0187214072ed38dbecb26ae665
Author: kindly <kindly at gmail.com>
Date: 2013-02-04 (Mon, 04 Feb 2013)
Changed paths:
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
Log Message:
-----------
Merge branch 'master' into 316-disable-follower-lists
Commit: ca1a7d76aaa2f8949a5150e886a993d9a3a142c4
https://github.com/okfn/ckan/commit/ca1a7d76aaa2f8949a5150e886a993d9a3a142c4
Author: kindly <kindly at gmail.com>
Date: 2013-02-04 (Mon, 04 Feb 2013)
Changed paths:
M ckan/controllers/group.py
M ckan/controllers/user.py
M ckan/logic/action/create.py
M ckan/logic/action/get.py
M ckan/logic/auth/get.py
M ckan/templates/group/read_base.html
M ckan/templates/package/read_base.html
M ckan/templates/user/read_base.html
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
Log Message:
-----------
Merge branch '316-disable-follower-lists'
Commit: e5485d9e21fd91ba9d4a633f915c16dd7d2921f9
https://github.com/okfn/ckan/commit/e5485d9e21fd91ba9d4a633f915c16dd7d2921f9
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-02-04 (Mon, 04 Feb 2013)
Changed paths:
M ckan/controllers/group.py
M ckan/controllers/user.py
M ckan/logic/action/create.py
M ckan/logic/action/get.py
M ckan/logic/auth/get.py
M ckan/templates/group/read_base.html
M ckan/templates/package/read_base.html
M ckan/templates/user/read_base.html
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
Log Message:
-----------
Merge branch 'master' of github.com:okfn/ckan into 345-fix-pg-detection
Commit: 854a0e611a3a4701c09c70ef3bfb81111af04163
https://github.com/okfn/ckan/commit/854a0e611a3a4701c09c70ef3bfb81111af04163
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-02-04 (Mon, 04 Feb 2013)
Changed paths:
M ckan/model/meta.py
Log Message:
-----------
Merge branch '345-fix-pg-detection'
Commit: c8f9adaade747ed66fad681a100e1f66c2249bcb
https://github.com/okfn/ckan/commit/c8f9adaade747ed66fad681a100e1f66c2249bcb
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-02-04 (Mon, 04 Feb 2013)
Changed paths:
M ckan/templates/user/read.html
Log Message:
-----------
[#352] Hide "Create one now?" link if not authorized
Commit: 5fb318e05c40717946940ca8bd94fda118db50f0
https://github.com/okfn/ckan/commit/5fb318e05c40717946940ca8bd94fda118db50f0
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-02-04 (Mon, 04 Feb 2013)
Changed paths:
M .gitignore
M README.rst
M ckan/controllers/group.py
M ckan/controllers/user.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/model/__init__.py
M ckan/model/meta.py
M ckan/templates/group/read_base.html
M ckan/templates/package/read_base.html
M ckan/templates/user/read_base.html
M ckan/tests/__init__.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 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' of github.com:okfn/ckan into 309-package-private-everywhere
Commit: a915602a6a2c2be580ffddcf7012076a04ff5810
https://github.com/okfn/ckan/commit/a915602a6a2c2be580ffddcf7012076a04ff5810
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-02-04 (Mon, 04 Feb 2013)
Changed paths:
M ckan/lib/activity_streams_session_extension.py
Log Message:
-----------
[#309] Tidy up a couple of comments
No point in putting "TODO" comments in the source code no one will
remember to go back and do them and the comment may become outdated/misleading.
Commit: 72373a205becf3f16ab4c0833f25d49c931623dc
https://github.com/okfn/ckan/commit/72373a205becf3f16ab4c0833f25d49c931623dc
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-02-04 (Mon, 04 Feb 2013)
Changed paths:
M ckan/controllers/home.py
M ckan/controllers/revision.py
M ckan/lib/activity_streams_session_extension.py
M ckan/lib/dictization/model_dictize.py
M ckan/logic/action/get.py
M ckan/model/__init__.py
M ckan/templates/snippets/organization.html
M ckan/tests/functional/api/model/test_package.py
M ckan/tests/functional/api/model/test_tag.py
M ckan/tests/functional/test_group.py
M ckan/tests/lib/test_dictization.py
M ckan/tests/logic/test_action.py
M ckan/tests/logic/test_tag.py
Log Message:
-----------
Merge branch '309-package-private-everywhere'
Commit: 680c58fffde62c6834cfb006f94d7eb1ab592845
https://github.com/okfn/ckan/commit/680c58fffde62c6834cfb006f94d7eb1ab592845
Author: John Glover <j at johnglover.net>
Date: 2013-02-04 (Mon, 04 Feb 2013)
Changed paths:
M ckan/controllers/api.py
M ckan/lib/base.py
Log Message:
-----------
[#285] PEP8
Commit: 4fe7b50f7365ae686d4fb7d7d2deb778e782964d
https://github.com/okfn/ckan/commit/4fe7b50f7365ae686d4fb7d7d2deb778e782964d
Author: John Glover <glover.john at gmail.com>
Date: 2013-02-04 (Mon, 04 Feb 2013)
Changed paths:
M ckan/controllers/api.py
M ckan/lib/base.py
Log Message:
-----------
Merge pull request #285 from okfn/285-base-controller-code-removal
Clean BaseController
Commit: db2b4627fb08652e476047474129cdb3d2631085
https://github.com/okfn/ckan/commit/db2b4627fb08652e476047474129cdb3d2631085
Author: Dominik Moritz <domoritz at gmail.com>
Date: 2013-02-05 (Tue, 05 Feb 2013)
Changed paths:
M ckanext/datastore/plugin.py
Log Message:
-----------
[#345] Remove confusing warning if the datastore is running on a read only db
Commit: 42e2a197768947da883233cb97c6a2db02041892
https://github.com/okfn/ckan/commit/42e2a197768947da883233cb97c6a2db02041892
Author: Dominik Moritz <domoritz at gmail.com>
Date: 2013-02-05 (Tue, 05 Feb 2013)
Changed paths:
M ckan/model/meta.py
Log Message:
-----------
[#345] Fix detection in engine_is_pg
Commit: 6c5453a9938a30014a2bbe2d14de5f1306c0750e
https://github.com/okfn/ckan/commit/6c5453a9938a30014a2bbe2d14de5f1306c0750e
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-02-06 (Wed, 06 Feb 2013)
Changed paths:
M ckan/controllers/api.py
M ckan/controllers/group.py
M ckan/controllers/home.py
M ckan/controllers/revision.py
M ckan/controllers/user.py
M ckan/lib/activity_streams_session_extension.py
M ckan/lib/base.py
M ckan/lib/dictization/model_dictize.py
M ckan/logic/action/create.py
M ckan/logic/action/get.py
M ckan/logic/auth/get.py
M ckan/model/__init__.py
M ckan/templates/group/read_base.html
M ckan/templates/package/read_base.html
M ckan/templates/snippets/organization.html
M ckan/templates/user/read_base.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/logic/test_action.py
M ckan/tests/logic/test_tag.py
Log Message:
-----------
Merge branch 'master' of github.com:okfn/ckan into 345-fix-pg-detection
Commit: 27b7753192c376788b49ea93817d62d6223b848e
https://github.com/okfn/ckan/commit/27b7753192c376788b49ea93817d62d6223b848e
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-02-06 (Wed, 06 Feb 2013)
Changed paths:
M ckan/model/meta.py
M ckanext/datastore/plugin.py
Log Message:
-----------
Merge branch '345-fix-pg-detection'
Commit: f3544a87e3b82f3a39e0660d022eeda19931e00d
https://github.com/okfn/ckan/commit/f3544a87e3b82f3a39e0660d022eeda19931e00d
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-02-06 (Wed, 06 Feb 2013)
Changed paths:
M .gitignore
M README.rst
M ckan/controllers/api.py
M ckan/controllers/group.py
M ckan/controllers/home.py
M ckan/controllers/revision.py
M ckan/controllers/user.py
M ckan/lib/activity_streams_session_extension.py
M ckan/lib/base.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/model/__init__.py
M ckan/model/meta.py
M ckan/templates/group/read_base.html
M ckan/templates/package/read_base.html
M ckan/templates/snippets/organization.html
M ckan/templates/user/read_base.html
M ckan/tests/__init__.py
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/logic/test_action.py
M ckan/tests/logic/test_tag.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' of github.com:okfn/ckan into 252-related-item-button-fix
Commit: fb42565bb835aa6fec3691bdd97e6f1a69676a61
https://github.com/okfn/ckan/commit/fb42565bb835aa6fec3691bdd97e6f1a69676a61
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-02-06 (Wed, 06 Feb 2013)
Changed paths:
M ckan/templates/snippets/related.html
Log Message:
-----------
[#252] Delete "Add Related" link from dataset page
The "Related" sidebar box on the dataset page has both an "+Add Item"
button and an "Add Related" link, seems only one is necessary.
Commit: d2e62ec691eeb7ca850ade0a4ebdc536c668cf10
https://github.com/okfn/ckan/commit/d2e62ec691eeb7ca850ade0a4ebdc536c668cf10
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-02-06 (Wed, 06 Feb 2013)
Changed paths:
M ckan/lib/helpers.py
M ckan/templates/snippets/related.html
Log Message:
-----------
Merge branch '252-related-item-button-fix'
Commit: 6233b9ade80a26354f705c6b42c14d03cd5fd868
https://github.com/okfn/ckan/commit/6233b9ade80a26354f705c6b42c14d03cd5fd868
Author: kindly <kindly at gmail.com>
Date: 2013-02-06 (Wed, 06 Feb 2013)
Changed paths:
M ckan/controllers/api.py
M ckan/controllers/group.py
M ckan/controllers/home.py
M ckan/controllers/revision.py
M ckan/controllers/user.py
M ckan/lib/activity_streams_session_extension.py
M ckan/lib/base.py
M ckan/lib/dictization/model_dictize.py
M ckan/logic/action/create.py
M ckan/logic/action/get.py
M ckan/logic/auth/get.py
M ckan/model/__init__.py
M ckan/model/meta.py
M ckan/templates/group/read_base.html
M ckan/templates/package/read_base.html
M ckan/templates/snippets/organization.html
M ckan/templates/user/read_base.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/logic/test_action.py
M ckan/tests/logic/test_tag.py
M ckanext/datastore/plugin.py
Log Message:
-----------
#322 merge master conflicts
Commit: bba7c62c4324272c7295bd5e2041865b1271db3c
https://github.com/okfn/ckan/commit/bba7c62c4324272c7295bd5e2041865b1271db3c
Author: kindly <kindly at gmail.com>
Date: 2013-02-06 (Wed, 06 Feb 2013)
Changed paths:
M ckan/templates/organization/read_base.html
M ckan/templates/package/read_base.html
M ckan/templates/snippets/organization.html
Log Message:
-----------
Merge branch '322-show-organizations-on-dataset'
Commit: 28e20cc88474b566f2700e5f22e556512d1b288b
https://github.com/okfn/ckan/commit/28e20cc88474b566f2700e5f22e556512d1b288b
Author: kindly <kindly at gmail.com>
Date: 2013-02-06 (Wed, 06 Feb 2013)
Changed paths:
M ckan/public/base/css/main.css
M ckan/public/base/less/forms.less
Log Message:
-----------
Merge pull request #327 from okfn/319-taggable-input-error-state
#319 Taggable input error state
Commit: baaf68819563f5158585362ab1822fd4aff3b02a
https://github.com/okfn/ckan/commit/baaf68819563f5158585362ab1822fd4aff3b02a
Author: kindly <kindly at gmail.com>
Date: 2013-02-06 (Wed, 06 Feb 2013)
Changed paths:
M ckan/lib/helpers.py
M ckan/public/base/css/main.css
M ckan/public/base/less/forms.less
M ckan/templates/snippets/related.html
Log Message:
-----------
Merge branch 'master' of github.com:okfn/ckan
Commit: 31f819156ae1b10e11d73c7091b5081e41f5433a
https://github.com/okfn/ckan/commit/31f819156ae1b10e11d73c7091b5081e41f5433a
Author: John Martin <me at johnmart.in>
Date: 2013-02-06 (Wed, 06 Feb 2013)
Changed paths:
M ckan/controllers/api.py
M ckan/controllers/group.py
M ckan/controllers/home.py
M ckan/controllers/revision.py
M ckan/controllers/user.py
M ckan/lib/activity_streams_session_extension.py
M ckan/lib/base.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/model/__init__.py
M ckan/model/meta.py
M ckan/public/base/css/main.css
M ckan/public/base/less/forms.less
M ckan/templates/organization/read_base.html
M ckan/templates/package/read_base.html
M ckan/templates/snippets/organization.html
M ckan/templates/snippets/related.html
M ckan/templates/user/read_base.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/logic/test_action.py
M ckan/tests/logic/test_tag.py
M ckanext/datastore/plugin.py
Log Message:
-----------
[#328] Merged master
Commit: 2aa75befac1325184d26e4e367e5be5fd4634a84
https://github.com/okfn/ckan/commit/2aa75befac1325184d26e4e367e5be5fd4634a84
Author: John Martin <me at johnmart.in>
Date: 2013-02-06 (Wed, 06 Feb 2013)
Changed paths:
M ckan/templates/group/read_base.html
Log Message:
-----------
[#328] Removed followers tab from group read page as it's not in master
Commit: bb635f836e876ea8d5808ebd5ac6070b62ff5914
https://github.com/okfn/ckan/commit/bb635f836e876ea8d5808ebd5ac6070b62ff5914
Author: kindly <kindly at gmail.com>
Date: 2013-02-06 (Wed, 06 Feb 2013)
Changed paths:
M ckan/templates/group/read_base.html
Log Message:
-----------
Merge pull request #342 from okfn/328-remove-administrators-from-group
#328 Remove the 'Administrators' tab from the group pages
Commit: a19bd6097554da37f02e386b5b8f03614ed9bbe7
https://github.com/okfn/ckan/commit/a19bd6097554da37f02e386b5b8f03614ed9bbe7
Author: amercader <amercadero at gmail.com>
Date: 2013-02-07 (Thu, 07 Feb 2013)
Changed paths:
M ckan/templates/user/read.html
Log Message:
-----------
Merge branch '352'
Commit: 6af04e7ed5e5d5f8b5081a1e59e378dbaa470047
https://github.com/okfn/ckan/commit/6af04e7ed5e5d5f8b5081a1e59e378dbaa470047
Author: amercader <amercadero at gmail.com>
Date: 2013-02-07 (Thu, 07 Feb 2013)
Changed paths:
M ckan/templates/admin/authz.html
M ckan/templates/ajax_snippets/api_info.html
M ckan/templates/organization/members.html
M ckan/templates/package/resource_read.html
M ckan/templates/package/snippets/additional_info.html
Log Message:
-----------
Accessibility standards require <th scope='row|col'> attributes.
Thanks @tauberer for the patch
Commit: 3d699be62889f3085c6329ba878464b4472fe30f
https://github.com/okfn/ckan/commit/3d699be62889f3085c6329ba878464b4472fe30f
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-02-08 (Fri, 08 Feb 2013)
Changed paths:
M doc/install-from-source.rst
Log Message:
-----------
Update links in source install docs
Wiki has moved from wiki.ckan.org to github
Commit: 57afa6d3cd22bf04883284da26c999afa80f3c91
https://github.com/okfn/ckan/commit/57afa6d3cd22bf04883284da26c999afa80f3c91
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-02-08 (Fri, 08 Feb 2013)
Changed paths:
M doc/install-from-source.rst
Log Message:
-----------
Update another link in the source install docs
Commit: fc9325ef2e1d44587f418f5ca25e3d0ce80942d8
https://github.com/okfn/ckan/commit/fc9325ef2e1d44587f418f5ca25e3d0ce80942d8
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-02-11 (Mon, 11 Feb 2013)
Changed paths:
M .gitignore
M README.rst
M ckan/controllers/api.py
M ckan/controllers/group.py
M ckan/controllers/home.py
M ckan/controllers/package.py
M ckan/controllers/revision.py
M ckan/controllers/user.py
M ckan/lib/activity_streams_session_extension.py
M ckan/lib/base.py
M ckan/lib/dictization/model_dictize.py
M ckan/lib/formatters.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/model/__init__.py
M ckan/model/meta.py
M ckan/public/base/css/main.css
M ckan/public/base/less/dataset.less
M ckan/public/base/less/forms.less
M ckan/public/base/less/profile.less
M ckan/templates/admin/authz.html
M ckan/templates/ajax_snippets/api_info.html
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/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/package/snippets/resource_item.html
M ckan/templates/snippets/organization.html
M ckan/templates/snippets/related.html
M ckan/templates/user/read.html
M ckan/templates/user/read_base.html
M ckan/tests/__init__.py
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/logic/test_action.py
M ckan/tests/logic/test_tag.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
M doc/install-from-source.rst
Log Message:
-----------
Merge branch 'master' of github.com:okfn/ckan into 2750-add-docs-and-examples-for-idatasetform-and-igroupform
Commit: 7c618af7919a5180776a37d193512e670cd8678b
https://github.com/okfn/ckan/commit/7c618af7919a5180776a37d193512e670cd8678b
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-02-11 (Mon, 11 Feb 2013)
Changed paths:
A ckanext/example_idatasetform/templates/package/read.html
Log Message:
-----------
[#2759] example_idatasetform: Show custom country_code field on dataset read page
Compare: https://github.com/okfn/ckan/compare/bad9a0eb11e8...7c618af7919a
More information about the ckan-changes
mailing list