Custom Query (2152 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (235 - 237 of 2152)

Ticket Resolution Summary Owner Reporter
#198 fixed Change package and tag ids to uuids rgrp dread

Reported by dread, 4 years ago.

Description

See how we did it already for other things.

Note: on ckan.net older PackageRevision?.id might not be identical to Package.id but this may need sorting at this point.

#201 fixed Stress test ckan rgrp dread

Reported by dread, 4 years ago.

Description

Check:

  • high numbers of simultaneous users
  • incomplete transactions
  • etc.
#202 fixed Internationalization (i18n) try-out tonfa dread

Reported by dread, 4 years ago.

Description

Try i18n for one language (German) for ckan (de.ckan.net).

Basic approach to i18n is well-covered in Pylons book: http://pylonsbook.com/en/1.1/internationalization-and-localization.html

However, we need to integrate with our Genshi templates. Details on how to do this in comment: http://wiki.pylonshq.com/display/pylonsdocs/Internationalization+and+Localization

Steps

  1. i18n templates
    • Extract content using Babel
    • Get genshi translation working
    • Do the translation!
  2. i18n all strings in controllers (if any)
  3. i18n forms
Note: See TracQuery for help on using queries.