aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/media_types
Commit message (Expand)AuthorAgeFilesLines
* Correct template syntax error.Aditi Mittal2013-09-072-2/+2
* Put buttons for blog create and blog dashboard on view using template_hooks f...Aditi Mittal2013-09-072-1/+27
* Capitalize first letter of tagsAditi Mittal2013-09-071-1/+2
* Write on the template when there is no blog for the user.Aditi Mittal2013-09-071-7/+11
* Amend blog_dashboard view for accomodating all conditions.Aditi Mittal2013-09-071-9/+9
* Remove condition of being logged in to view blog dashboard.Aditi Mittal2013-09-071-33/+31
* Insert URL to blog in a user's profile page by spaetzAditi Mittal2013-09-072-0/+42
* Add tags for every post on blog post listing page.Aditi Mittal2013-09-061-4/+13
* Make changes for displaying page listing all the blogs created by user.Aditi Mittal2013-09-051-35/+44
* Add url for viewing page which lists all blogs created by a user.Aditi Mittal2013-09-051-6/+7
* Created a template for viewing all blogs by a user.Aditi Mittal2013-09-051-0/+64
* Rename get_all_posts_of_a_blog function.Aditi Mittal2013-09-022-3/+3
* Implement pagination feature for blog_post_listing and blog_dashboard pages.Aditi Mittal2013-09-023-11/+22
* Get all blog posts as a query object as suggested by spaetz.Aditi Mittal2013-09-021-4/+3
* Make get_all_posts_of_a_blog a function of Blog class.Aditi Mittal2013-09-021-0/+8
* Rename save button to 'save as draft'.Aditi Mittal2013-09-021-1/+1
* Merge branch 'master' of git://gitorious.org/mediagoblin/mediagoblinAditi Mittal2013-08-3110-7/+53
|\
| * pdf media_type now have their own config_spec.iniRodney Ewing2013-08-291-0/+5
| * ascii media_type now have their own config_spec.iniRodney Ewing2013-08-292-2/+6
| * audio media_type now have their own config_spec.iniRodney Ewing2013-08-292-1/+9
| * video media_type now have their own config_spec.iniRodney Ewing2013-08-293-2/+24
| * image media_type now have their own config_spec.iniRodney Ewing2013-08-292-2/+9
* | Add function get_all_blog_posts_of_blog.Aditi2013-08-291-0/+13
* | Refactor views using functions in lib file.Aditi2013-08-281-26/+19
* | Change Url for blog post listing view.Aditi2013-08-281-1/+1
* | Pull changes and resolve merge conflict.Aditi2013-08-286-29/+5
|\|
| * Should fix Beuc's bug with video thumbnail width... I think!Christopher Allan Webber2013-08-281-1/+1
| * Removing unnecessary "setup_plugin()" calls, as pointed out by Velmont.Christopher Allan Webber2013-08-255-30/+4
* | Merge branch 'master' of git://gitorious.org/mediagoblin/mediagoblinAditi2013-08-2516-561/+1529
|\|
| * only use the width for video thumbnails to keep the correct scalingRodney Ewing2013-08-211-4/+3
| * Fixing migration name. webm not wemb :)Christopher Allan Webber2013-08-211-1/+1
| * rename webm_640 to webm_video since it might be a different resolutionRodney Ewing2013-08-204-12/+29
| * make sure size is a tupleRodney Ewing2013-08-161-1/+1
| * Keep the best quality file if there's no originalRodney Ewing2013-08-163-3/+30
| * for some reason, the minimum thumbnail size for videos is 100 x 100Rodney Ewing2013-08-161-2/+4
| * refactor get_orig_filename to return an acceptable filename to the processor.Rodney Ewing2013-08-166-51/+67
| * make medium dimensions a tupleRodney Ewing2013-08-161-1/+1
| * check medium_size arg in skip_transcoding, not configRodney Ewing2013-08-162-6/+7
| * use thumb_sizeRodney Ewing2013-08-161-1/+1
| * include a thumb_size string with each Resizer to run gmg reprocess thumbsRodney Ewing2013-08-166-0/+6
| * typosRodney Ewing2013-08-164-8/+9
| * add quality and filter args to image processorsRodney Ewing2013-08-161-21/+57
| * forgot to add the ascii resizer to the list of processorsRodney Ewing2013-08-161-0/+1
| * force thumbnail creation of audioRodney Ewing2013-08-161-2/+1
| * size should be a tupleRodney Ewing2013-08-161-2/+2
| * rewind the file to the beginingRodney Ewing2013-08-161-0/+3
| * -scale-to only takes 1 size, so choose the smallestRodney Ewing2013-08-161-2/+2
| * include '.png' in filenameRodney Ewing2013-08-161-2/+6
| * oops, localized_file not local_fileRodney Ewing2013-08-161-1/+1
| * use a tmp_pdf filenameRodney Ewing2013-08-161-2/+4