Custom Query (2152 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (427 - 429 of 2152)

Ticket Resolution Summary Owner Reporter
#1284 fixed Lots of revisions being created on datahub.org dread rgrp

Reported by rgrp, 3 years ago.

Description

Revisions aren't assigned to packages. Where are they coming from? This seems to have been occurring since the upgrade to 1.4.3b a couple of weeks ago?

#1290 fixed Better error when blank database dread dread

Reported by dread, 3 years ago.

Description

When installing CKAN, when doing "paster serve development.ini", lots of users encounter the error for every request:

ProgrammingError: (ProgrammingError) relation "user" does not exist

This is because the database tables have not been created - they have forgotten or missed the "paster db init" step.

Can we provide a better error to say that the database is not initialised yet?

Implementation options

  1. At the start of every request we reflect the database tables and check they are there. This is rather expensive!
  1. Uncached requests to the home page start with a cheap database query. If there is an exception then return this error about database setup. I really like Drupal's page for this that has in large letters that the site is currently off-line. Below a line, in small letters, there are developer suggestions on what is wrong and where to look to fix it.
#1292 fixed Internationalization improvements dread dread

Reported by dread, 3 years ago.

Description
  • Review process of releases and updating strings (pot) and translations (po) files
  • Get language changing thing to get home page to mostly work - push to key strings translated (or don't advertise the translation?)
  • Review long list of strings for improvement
    • Consolidate any?
    • Get rid of i18n for strings in api
    • Try and remove javascript
    • Add in extensions
  • #1374 Fix switching to en from other default language
  • #1417 Fix browser language detection
Note: See TracQuery for help on using queries.