sbro
sbro
ckan 2.11 pages install `pip install -e 'git+https://github.com/ckan/ckanext-pages.git#egg=ckanext-pages` `ckan db upgrade -p pages` completed with `ckanext.pages.organization = True` using activity plugin, the activity tab crashes - Error in Log file...
tested CKAN 2.11 options to hide menu items not working as expected ``` ckanext.pages.group_menu = False ckanext.pages.organization_menu = False ``` menu items remain The option to remove "About" `ckanext.pages.about_menu =...
## CKAN version 2.11 fresh package install ## Describe the bug crash adding initial sysadmin when "activity" plugin is loaded (default in package install). It appears the db schema is...
Fixes # ### Proposed fixes: - Update solr.rst to say "binary release" as the linked page has both binary and src . "binary release" matches the labeling on the solr...
Our data is CSV-GEO (CSV with lat/longs) With recent changes in ckan2.11, geoview and datatables_view there is now not an inbuilt map viewer for point lat/longs in CSV that used...
This fixes [issue 134 ](https://github.com/ckan/ckanext-pages/issues/134)- restoring function to the options that hide the groups and organizations on the main menu in ckan 2.11. ``` ckanext.pages.group_menu = False ckanext.pages.organization_menu = False...