Custom Query (1173 matches)
Results (121 - 123 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? |
|||
#555 | fixed | ForgotPassword view needs improvement | ||
Description |
1: Our Lost password function reveals if a user name or
2: username and email search is case sensitive. Is that
|
|||
#557 | fixed | RIP out Mongo support | ||
Description |
Now that we have transitioned from Mongo to SQL, and sqlalchemy is providing our database abstraction, it does not make lots of sense to abstract away the database abstraction layer. I seriously suggest ripping out Mongo. I have actually done that with no ill side-effects (besides not supporting Mongo anymore) in this branch: WIP/RIP_mongo repo: git://gitorious.org/~spaetz/mediagoblin/spaetz-mediagoblin.git This leads to quite some code simplification: 45 files changed, 1518 insertions(+), 3107 deletions(-) the removing of an additional lookup layer and possibilities for further optimizations. (Such as transitioning away from the mongo-style alias "_id" to the "id" field that we actually use) |