Skip to content

Commit

Permalink
[#2833] Update config docs after genshi removal
Browse files Browse the repository at this point in the history
  • Loading branch information
amercader committed Jan 20, 2016
1 parent 1003bc7 commit fa0c1d0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 35 deletions.
6 changes: 4 additions & 2 deletions doc/maintaining/apps-ideas.rst
Expand Up @@ -2,6 +2,8 @@
Apps & Ideas
============

Since 1.7 CKAN has a feature called Apps & Ideas which allows users to provide information on apps, ideas, visualizations, articles etc that are related to a specific dataset. Once created these items will be shown against the dataset but also shown on the apps dashboard which will allow users to filter the results based on popularity, or type, or the data when the items were created.
The old "Apps & Ideas" functionality to allow users to provide information on apps, ideas, visualizations, articles etc that are related to a specific dataset has been moved to a separate extension: `ckanext-showcase`_.

.. _ckanext-showcase: https://github.com/ckan/ckanext-showcase


This feature is enabled by default but can be disabled using the :ref:`ckan.dataset.show_apps_ideas` setting to hide the tab on the dataset pages.
32 changes: 1 addition & 31 deletions doc/maintaining/configuration.rst
Expand Up @@ -765,21 +765,6 @@ Format as a space-separated list of the plugin names. The plugin name is the key
they're given in the config file, regardless of which Python modules
they're implemented in.

.. _ckan.datastore.enabled:

ckan.datastore.enabled
^^^^^^^^^^^^^^^^^^^^^^

Example::

ckan.datastore.enabled = True

Default value: ``False``

Controls if the Data API link will appear in Dataset's Resource page.

.. note:: This setting only applies to the legacy templates.

.. _ckanext.stats.cache_enabled:

ckanext.stats.cache_enabled
Expand Down Expand Up @@ -963,7 +948,7 @@ Default value: ``False``

This controls if the legacy genshi templates are used.

.. note:: This is only for legacy code, and shouldn't be used anymore.
.. note:: This is option is **deprecated** and has no effect any more.

.. _ckan.datasets_per_page:

Expand Down Expand Up @@ -993,21 +978,6 @@ This sets a space-separated list of extra field key values which will not be sho

.. warning:: While this is useful to e.g. create internal notes, it is not a security measure. The keys will still be available via the API and in revision diffs.

.. _ckan.dataset.show_apps_ideas:

ckan.dataset.show_apps_ideas
^^^^^^^^^^^^^^^^^^^^^^^^^^^^

ckan.dataset.show_apps_ideas::

ckan.dataset.show_apps_ideas = false

Default value: true

When set to false, or no, this setting will hide the 'Apps, Ideas, etc' tab on the package read page. If the value is not set, or is set to true or yes, then the tab will shown.

.. note:: This only applies to the legacy Genshi-based templates

.. _ckan.dumps_url:

ckan.dumps_url
Expand Down
2 changes: 0 additions & 2 deletions test-core.ini
Expand Up @@ -86,8 +86,6 @@ ckan.locale_default = en
ckan.locale_order = en pt_BR ja it cs_CZ ca es fr el sv sr sr@latin no sk fi ru de pl nl bg ko_KR hu sa sl lv
ckan.locales_filtered_out =

ckan.datastore.enabled = 1

ckanext.stats.cache_enabled = 0

ckan.datasets_per_page = 20
Expand Down

0 comments on commit fa0c1d0

Please sign in to comment.