Custom Query (2152 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (2104 - 2106 of 2152)

Ticket Resolution Summary Owner Reporter
#2532 fixed show activity steam for user no js toby toby

Reported by toby, 23 months ago.

Description

We should allow the user activity stream to be accessible with no js by passing a param or something. Need to agree how we hide/show basically agree what classes we use.

This should be a generalised solution that we can use in other places as needed.

I think this just needs discussion

#203 fixed show package counts for groups in WUI dread dread

Reported by dread, 4 years ago.

Description

In two places in the WUI

  • list of groups
  • group page in title e.g. ukgov (5)

Cost: 1h

#320 fixed site_title configuration variable which is used in template dread rgrp

Reported by rgrp, 4 years ago.

Description

As a sysadmin I want to configure basic site title information for use in the site templates.

Implementation:

  • ckan.site_title config variable
  • set this on g in app_globals.py e.g.
    • from pylons import config; g.site_title = config.get('ckan.site_title, 'CKAN - Comprehensive Knowledge Archive Network')
  • use in head title and in main site title/logo section (use it as alt on logo image)
  • Also all other pages (e.g. index, about) which talk about CKAN
    • Is this needed? Would it not be better for people who want to customize the site to simply overwrite those templates?

Questions:

  • Do we want a site_logo variable whic his use for site title/logo section instead of site_title if site_logo defined?
  • Probably yes, but not part of this ticket.
Note: See TracQuery for help on using queries.