[ckan-changes] [okfn/ckan] a7a01c: [#1583][s]: Tweaking mouseovers some more.
GitHub
noreply at github.com
Wed Jan 25 14:09:49 UTC 2012
Branch: refs/heads/feature-1583-qa
Home: https://github.com/okfn/ckan
Commit: a7a01c36eb414342b46dcaeef59acfb032fdd898
https://github.com/okfn/ckan/commit/a7a01c36eb414342b46dcaeef59acfb032fdd898
Author: Tom Rees <zephod at gmail.com>
Date: 2012-01-24 (Tue, 24 Jan 2012)
Changed paths:
M ckan/lib/helpers.py
M ckan/public/css/style.css
M ckan/public/scripts/application.js
Log Message:
-----------
[#1583][s]: Tweaking mouseovers some more.
Commit: 274dd050269427d4a15dc7870150ed8bbfc1a805
https://github.com/okfn/ckan/commit/274dd050269427d4a15dc7870150ed8bbfc1a805
Author: Tom Rees <zephod at gmail.com>
Date: 2012-01-24 (Tue, 24 Jan 2012)
Changed paths:
M ckan/lib/helpers.py
M ckan/public/css/style.css
M ckan/templates/package/resource_read.html
Log Message:
-----------
[#1583][s]: Unintrusively including info on resource viewer.
Commit: f16450c1c34cac09046a098273f66d2b75aa87dd
https://github.com/okfn/ckan/commit/f16450c1c34cac09046a098273f66d2b75aa87dd
Author: David Read <david.read at okfn.org>
Date: 2012-01-24 (Tue, 24 Jan 2012)
Changed paths:
M ckan/config/routing.py
M ckan/controllers/api.py
M ckan/lib/search/index.py
M ckan/logic/action/__init__.py
M ckan/logic/action/create.py
M ckan/logic/action/delete.py
M ckan/logic/action/update.py
M ckan/logic/auth/create.py
M ckan/logic/auth/delete.py
M ckan/logic/schema.py
M ckan/model/package.py
M ckan/tests/functional/api/base.py
M ckan/tests/functional/api/model/test_relationships.py
M doc/api.rst
M doc/common-error-messages.rst
M doc/file-upload.rst
M doc/index.rst
Log Message:
-----------
[#1695][logic,doc,config]: Added way to create relationship by POST to the Register (instead of Entity). Correct API docs for creating relationship and recovered lost Model Methods section.
Commit: 631faa872aa7af5f64c0e1ededfd09ee6a0f64e7
https://github.com/okfn/ckan/commit/631faa872aa7af5f64c0e1ededfd09ee6a0f64e7
Author: David Read <david.read at okfn.org>
Date: 2012-01-24 (Tue, 24 Jan 2012)
Changed paths:
M ckan/controllers/group.py
M ckan/controllers/package.py
M ckan/lib/helpers.py
M ckan/public/css/style.css
M ckan/public/scripts/application.js
M ckan/public/scripts/templates.js
M ckan/templates/_util.html
A ckan/templates/facets.html
M ckan/templates/group/layout.html
M ckan/templates/group/new_group_form.html
M ckan/templates/group/read.html
M ckan/templates/layout_base.html
R ckan/templates/package/facets.html
M ckan/templates/package/layout.html
M ckan/templates/package/new_package_form.html
M ckan/templates/package/read_core.html
M ckan/templates/package/resource_read.html
M ckan/templates/package/search.html
M ckan/templates/user/login.html
M ckan/tests/functional/test_group.py
M ckanext/stats/templates/ckanext/stats/leaderboard.html
M doc/theming.rst
Log Message:
-----------
Merge branch 'master' of ssh://github.com/okfn/ckan
Commit: ef6675ddf450543df9cdd0aac64de3530e34fe35
https://github.com/okfn/ckan/commit/ef6675ddf450543df9cdd0aac64de3530e34fe35
Author: David Read <david.read at okfn.org>
Date: 2012-01-24 (Tue, 24 Jan 2012)
Changed paths:
M ckan/tests/test_plugins.py
Log Message:
-----------
Revert "Fixed the test_mapper_plugin_fired test so that it runs with the version of pyutillib that"
This reverts commit a267347d4fdd6a0d1cc0a69917e860a5c5c15a91.
Ross was inadvertantly getting the test working with pyutilib 4.4, but we use 4.1 (trunk at 1972).
Commit: 1b64e9ad5c05fa07072d45e359eb5e313e33d41d
https://github.com/okfn/ckan/commit/1b64e9ad5c05fa07072d45e359eb5e313e33d41d
Author: John Glover <j at johnglover.net>
Date: 2012-01-25 (Wed, 25 Jan 2012)
Changed paths:
M doc/paster.rst
Log Message:
-----------
[docs] Fix mistake in paster command
Commit: 46018fba736fab7713593b3b28df4ac72cc75e3b
https://github.com/okfn/ckan/commit/46018fba736fab7713593b3b28df4ac72cc75e3b
Author: Tom Rees <zephod at gmail.com>
Date: 2012-01-25 (Wed, 25 Jan 2012)
Changed paths:
M ckan/lib/helpers.py
M ckan/public/css/style.css
M ckan/public/scripts/application.js
M ckan/templates/package/read_core.html
M ckan/templates/package/resource_read.html
Log Message:
-----------
[#1583][l]: Moving template changes into ckanext-qa. Keeping core functionality (eg. hover-help).
Commit: 87a724c2f280e726b927024bae1bbbf4bf357657
https://github.com/okfn/ckan/commit/87a724c2f280e726b927024bae1bbbf4bf357657
Author: Tom Rees <zephod at gmail.com>
Date: 2012-01-25 (Wed, 25 Jan 2012)
Changed paths:
M ckan/config/routing.py
M ckan/controllers/api.py
M ckan/lib/search/index.py
M ckan/logic/action/__init__.py
M ckan/logic/action/create.py
M ckan/logic/action/delete.py
M ckan/logic/action/update.py
M ckan/logic/auth/create.py
M ckan/logic/auth/delete.py
M ckan/logic/schema.py
M ckan/model/package.py
M ckan/tests/functional/api/base.py
M ckan/tests/functional/api/model/test_relationships.py
M ckan/tests/test_plugins.py
M doc/api.rst
M doc/common-error-messages.rst
M doc/file-upload.rst
M doc/index.rst
M doc/paster.rst
Log Message:
-----------
Merge branch 'master' into feature-1583-qa
Compare: https://github.com/okfn/ckan/compare/aded321...87a724c
More information about the ckan-changes
mailing list