[ckan-changes] [ckan/ckan] 617d69: [#1647] Stats extension. 'Largest Groups' links le...
GitHub
noreply at github.com
Thu Feb 12 14:14:01 UTC 2015
Branch: refs/heads/release-v2.3
Home: https://github.com/ckan/ckan
Commit: 617d694b32803eaced88eb46667387483aec0af5
https://github.com/ckan/ckan/commit/617d694b32803eaced88eb46667387483aec0af5
Author: Motornyuk Sergey <tonnydexter at gmail.com>
Date: 2015-02-12 (Thu, 12 Feb 2015)
Changed paths:
M ckanext/stats/templates/ckanext/stats/index.html
Log Message:
-----------
[#1647] Stats extension. 'Largest Groups' links lead either to organizations or to groups page
Currently all links under the 'Largest Groups' refer to groups page.
After this change links refer to group page for groups and to organization page for organizations
Commit: 1597e48fa2244adb94b374d75e1da1105cbf1cd0
https://github.com/ckan/ckan/commit/1597e48fa2244adb94b374d75e1da1105cbf1cd0
Author: Motornyuk Sergey <tonnydexter at gmail.com>
Date: 2015-02-12 (Thu, 12 Feb 2015)
Changed paths:
M ckanext/stats/stats.py
Log Message:
-----------
[#1649] Stats extension. Tag counter works properly
Currently on 'Top Tags' tab displayed total amount of tags which includes deleted ones, private and deleted packages
After this change, tags with state=deleted, deleted packages, private packages are filtered out
Commit: cc64c88fbeb6620306ddabecdac74981675eb213
https://github.com/ckan/ckan/commit/cc64c88fbeb6620306ddabecdac74981675eb213
Author: Motornyuk Sergey <tonnydexter at gmail.com>
Date: 2015-02-12 (Thu, 12 Feb 2015)
Changed paths:
M ckanext/stats/tests/test_stats_lib.py
Log Message:
-----------
[#1649] Stats extension. Changed tests
Currently tests failed because tags from private datasets not counted but in test expected that they will be counted(wrong behaviour)
After this change test won't expect tags from private datasets
Commit: b87f52b06a2de549a1b396d17c9f80977b11074c
https://github.com/ckan/ckan/commit/b87f52b06a2de549a1b396d17c9f80977b11074c
Author: pstarace <paolo at sciamlab.com>
Date: 2015-02-12 (Thu, 12 Feb 2015)
Changed paths:
M ckanext/datastore/db.py
Log Message:
-----------
Update db.py
That change enables the user to provide custom sqlalchemy properties through the config file using the 'ckan.datastore.sqlalchemy.' prefix.
Example:
ckan.datastore.sqlalchemy.pool_size=10
ckan.datastore.sqlalchemy.max_overflow=20
The 'url' property is passed as param in the 'extras' map to avoid changing the structure of the current config file.
For further details please look at https://github.com/ckan/ckan/issues/2232
Commit: 03f49e96149fe006089eb3353e08af501c690ebb
https://github.com/ckan/ckan/commit/03f49e96149fe006089eb3353e08af501c690ebb
Author: pstarace <paolo at sciamlab.com>
Date: 2015-02-12 (Thu, 12 Feb 2015)
Changed paths:
M ckanext/datastore/db.py
Log Message:
-----------
Update db.py
Commit: b94c5cf13209a506d52d964286bfe3a97650e5da
https://github.com/ckan/ckan/commit/b94c5cf13209a506d52d964286bfe3a97650e5da
Author: pstarace <paolo at sciamlab.com>
Date: 2015-02-12 (Thu, 12 Feb 2015)
Changed paths:
M ckanext/datastore/db.py
Log Message:
-----------
Update db.py
Commit: 78f2f25eaed9706a28b1edbb59e4e2dca36e853f
https://github.com/ckan/ckan/commit/78f2f25eaed9706a28b1edbb59e4e2dca36e853f
Author: pstarace <paolo at sciamlab.com>
Date: 2015-02-12 (Thu, 12 Feb 2015)
Changed paths:
M doc/maintaining/configuration.rst
Log Message:
-----------
Adding custom datastore sqlalchemy properties
Commit: d722c54bd6b04967b004fc7e0a87b490144ea46e
https://github.com/ckan/ckan/commit/d722c54bd6b04967b004fc7e0a87b490144ea46e
Author: amercader <amercadero at gmail.com>
Date: 2015-02-12 (Thu, 12 Feb 2015)
Changed paths:
M doc/maintaining/configuration.rst
Log Message:
-----------
[#2279] Minor doc tweaks
Commit: f9bafaedc5b97de04d3f6ef205b0ef48f37a9634
https://github.com/ckan/ckan/commit/f9bafaedc5b97de04d3f6ef205b0ef48f37a9634
Author: amercader <amercadero at gmail.com>
Date: 2015-02-12 (Thu, 12 Feb 2015)
Changed paths:
A doc/images/manage_views.png
A doc/images/views_overview.png
M doc/maintaining/configuration.rst
M doc/maintaining/data-viewer.rst
Log Message:
-----------
[#2205] First round of resource views docs
Commit: 723fa3f1e5214c158049f00475e88c27cd23b94d
https://github.com/ckan/ckan/commit/723fa3f1e5214c158049f00475e88c27cd23b94d
Author: amercader <amercadero at gmail.com>
Date: 2015-02-12 (Thu, 12 Feb 2015)
Changed paths:
M doc/maintaining/configuration.rst
M doc/maintaining/data-viewer.rst
Log Message:
-----------
[#2205] Sort resource proxy section
Commit: 894efa38ddfa33ccdd005e0907a4f5efe75fe5ef
https://github.com/ckan/ckan/commit/894efa38ddfa33ccdd005e0907a4f5efe75fe5ef
Author: amercader <amercadero at gmail.com>
Date: 2015-02-12 (Thu, 12 Feb 2015)
Changed paths:
M doc/maintaining/data-viewer.rst
Log Message:
-----------
[#2205] Add docs on resource views migration
Commit: 4cd2c3179fc67a28bcc984478326ab3b25e0b30f
https://github.com/ckan/ckan/commit/4cd2c3179fc67a28bcc984478326ab3b25e0b30f
Author: amercader <amercadero at gmail.com>
Date: 2015-02-12 (Thu, 12 Feb 2015)
Changed paths:
M ckan/plugins/interfaces.py
M doc/maintaining/data-viewer.rst
Log Message:
-----------
[#2205] Document properly the IResourceView interface
Commit: f2dbd461d493d48f97b36f0b8c3b42aff3856d8d
https://github.com/ckan/ckan/commit/f2dbd461d493d48f97b36f0b8c3b42aff3856d8d
Author: amercader <amercadero at gmail.com>
Date: 2015-02-12 (Thu, 12 Feb 2015)
Changed paths:
M ckan/plugins/interfaces.py
M doc/maintaining/data-viewer.rst
Log Message:
-----------
[#2205] Small fixes after review
Commit: dcbc95d859f75b8e23c9326774227920e3c13a37
https://github.com/ckan/ckan/commit/dcbc95d859f75b8e23c9326774227920e3c13a37
Author: amercader <amercadero at gmail.com>
Date: 2015-02-12 (Thu, 12 Feb 2015)
Changed paths:
A doc/images/image_view.png
A doc/images/recline_graph_view.png
A doc/images/recline_grid_view.png
A doc/images/recline_map_view.png
A doc/images/recline_view.png
A doc/images/text_view.png
A doc/images/webpage_view.png
M doc/maintaining/data-viewer.rst
Log Message:
-----------
[#2205] Added screenshots for view types
Compare: https://github.com/ckan/ckan/compare/8460ed3e6ebd...dcbc95d859f7
More information about the ckan-changes
mailing list