Custom Query (1173 matches)
Results (301 - 303 of 1173)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #554 | fixed | Meddleware improvments & consider merging my trim_whitespace meddleware plugin | ||
| Description |
1) Our Meddleware contains a NoOp Meddleware. This seems rather superfluous 2) Our ENABLED_MEDDLEWARE is stored in a tuple rather than a list, so it is not
3) trim_whitespace meddleware plugin
The formerge/trim_whitespace_plugin branch on git://gitorious.org/~spaetz/mediagoblin/spaetz-mediagoblin.git addresses these 3 issues in 3 patches. It would be nice to merge at least no 2 (make ENABLED_MEDDLEWARES modifiable) for this release, so my plugin works and can be distributed separatedly). What is our policy with regard to plugins? Ship some bundled? Or should I provide them separately? |
|||
| #562 | fixed | Don't lower()/upper() locales all the time. | ||
| Description |
We will store available (=translated) locales in the form "es_CR". The function get_locale_from_request(request) in tools/translate.py will find the best_match() best on what the webbrowser wants and what we can offer. It will return one of the AVAILABLE_LOCALES items (which we know will be of the form "lc_UP", to there is no need to invoke "locale_to_lower_upper" on every return value. Only invoke that when we parse user input (through the GET/POST parameters to normalize their input). This is probably not costing too much, but it's one more function that is needlessly called for every request we make. |
|||
| #584 | fixed | Can't read EXIF tags of some files | ||
| Description |
I found out that the exif-py that GMG use is too old. The new one can read the Nikon EXIF tags without a problem. |
|||
