ckanext-pages icon indicating copy to clipboard operation
ckanext-pages copied to clipboard

A simple builtin CMS for CKAN sites

Results 46 ckanext-pages issues
Sort by recently updated
recently updated
newest added

If I just put this in a page: ``` foo bar ``` the entire site fails (not just that page) with an nginx 404 and the following is in the...

I would like to be able to use CKAN's main search field to also return pages containing my search terms. Is this something that's - currently possible (haven't been able...

I am experiencing an issue where the CKEditor does not appear to be initialized when creating/editing pages and blog posts. The page loads without issue and does not show any...

When I want to add pages to my Header Menu, there is the option 'Header Order' in the edit pages form. But I realized, that the language code is not...

I need to create two pages: about and privacy policy. In my case, they change from time to time and there are multiple ckan instances with the identical content on...

Running `pages initdb` [fails in our docker container](https://github.com/nhsx/standards-registry/runs/4738300136?check_suite_focus=true#step:6:3292) as it attempts to connect to the `DEFAULT_SOLR_URL` as defined in [ckan/lib/search/common.py:29](https://github.com/ckan/ckan/blob/b3b2f5a6e6731256f37b9b79c1e12edfdb569508/ckan/lib/search/common.py#L29). Passing in our `production.ini` does not appear to update the...

I was trying to create a new page for ckan, and on this new page it would have a different template from the other pages, but I couldn't find where...

This fixes the handling of the ckan.root_path = {name} reported here #98.