Custom Query (2152 matches)
Results (2086 - 2088 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#2781 | fixed | add way to edit homepage text to simple theming | aron.carroll | shevski |
Description |
demo.ckan.org has a small field for adding text on homepage current text: "Welcome to the CKAN demo Try out standard CKAN functionality in a sandbox environment. Search for datasets directly from the homepage or by navigating to the Datasets search page where you can facet by tags, groups and format." Want to make this editable for demos |
|||
#2787 | fixed | Ensure templates_legacy directory is loaded for extensions | toby | aron.carroll |
Description |
Currently the stats plugin has a template and templates_legacy directory. We need to ensure that the templates in templates_legacy are loaded. |
|||
#2789 | fixed | logo fixups | aron.carroll | toby |
Description |
With the text logo I'd like the tag line to be under the site name so some css like float:left;clear:left;font-size:13px;line-height:0.1; Also the site name can be larger if no tagline commit daac54dbd856 I've added a new global g.header_css that sets the hgroup class to 'header-image' 'header-text-logo' 'header-text-logo-tagline' I think maybe we should also have 'header-image-css' for the equivalent of the class="logo" in the link to allow/stop the image replacement |