Custom Query (1174 matches)
Results (355 - 357 of 1174)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #60 | FIXED | Command to start shell w/ mediagoblin.globals set up | ||
| Description |
./bin/gmg shell mediagoblin.ini should launch a shell with:
|
|||
| #64 | FIXED | MediaEntry['uploader'] should reference User, not embed it. | ||
| Description |
Currently we embed the User object into the MediaEntry field. Bad, bad bad! This means all sorts of terrible things, but especially that we'll be keeping potentially out of date information. We should be referencing it instead. |
|||
| #70 | FIXED | Usernames are case-sensitive | ||
| Description |
On registration you can register a new account even if there is already a user with this name (but with some letters lower/uppercase). An example: There could be a user "alice" and a user "Alice" at the same time. |
|||
