Custom Query (2152 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (622 - 624 of 2152)

Ticket Resolution Summary Owner Reporter
#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.
#328 fixed Mention code libraries in API documentation dread rgrp

Reported by rgrp, 4 years ago.

Description

Should prominently (at the top?) mention existing code libraries for working with ckan api. Have:

  • Python: ckanclient
  • Perl: luke closs wrote something
  • PHP: drupal library?
  • ...?
#332 fixed Autocomplete tag on click pudo rgrp

Reported by rgrp, 4 years ago.

Description

During tag autocompletion, clicking on a suggested tag doesn't trigger completion in the text box.

Note: See TracQuery for help on using queries.