Custom Query (1174 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (37 - 39 of 1174)

3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
Ticket Resolution Summary Owner Reporter
#44 FIXED Basic user profile page, also bios Caleb Davis Christopher Allan Webber
Description

Say we have the user cwebber, and we want to find out all about cwebber! A little bio, what are the latest images, etc.

Accessing:

[http://mediagoblin.example.org/cwebber/](http://mediagoblin.example.org/cwebber/)

Should show a few of the latest images (not all, that's [http://mediagoblin.example.org/cwebber/gallery/](http://mediagoblin.example.org/cwebber/gallery/) ) and also a personal bio, if a user has provided one.

Additionally http://mediagoblin.example.org/settings/profile/ should allow me to change my profile (for now, just adding a simple bio is fine). It would be great to wrap that work into this ticket.

#45 FIXED Submissions shouldn't require titles Jef van Schendel
Description

When submitting an image, it's currently necessary to fill in the title field or the user will get a "Field must be between 1 and 500 characters long." notice.

However, a title should not be required when submitting. For instance, when submitting a large amount of images the user might not want to think of and type in titles for every single one. We should leave it up to the user to determine whether titles are needed or not, instead of blocking the submission process.

#46 FIXED Description not entered into database joar
Description

Even if the description field is filled in in the image submission for, the description is not inserted into the media_entries collection.

{ "_id" : ObjectId("4dc70bd5459d21649a000000"), "media_data" : { }, "attachment_files" : [ ], "description" : null, "title" : "Raksmorgas", "thumbnail_file" : [ ], "media_files" : { "main" : [ "media_entries", "4dc70bd5459d21649a000000", "100124-sweden-sucks.jpg" ], "thumb" : [ "media_entries", "4dc70bd5459d21649a000000", "thumbnail.jpg" ] }, "state" : "processed", "created" : "Sun May 08 2011 23:32:05 GMT+0200 (CET)", "uploader" : { "status" : "active", "pw_hash" : "HEHEHE", "created" : "Tue May 03 2011 11:30:26 GMT+0200 (CET)", "email_verified" : true, "username" : "joar", "verification_key" : "PEWPEW", "_id" : ObjectId("4dbfcb33459d211820000000"), "email" : "joar+mediagoblin.wandborg@fakehost", "plugin_data" : { } }, "media_type" : "image", "queued_media_file" : [ "media_entries", "4dc70bd5459d21649a000000", "100124-sweden-sucks.jpg" ], "tags" : [ ], "plugin_data" : { } }
3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.