aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/media_types
Commit message (Expand)AuthorAgeFilesLines
* Write docstringg for view functions.Aditi Mittal2013-09-241-9/+25
* some fixesAditi Mittal2013-09-216-13/+18
* Write template to render blog about page.Aditi Mittal2013-09-181-0/+38
* Change the text of url to blogs on user profile page.Aditi Mittal2013-09-181-3/+3
* Url mapping for blog about page.Aditi Mittal2013-09-181-1/+9
* Add view button and create blog button on blogs dashboard.Aditi Mittal2013-09-181-19/+28
* Add url to blog post listing page on blog dashboard of a blog.Aditi Mittal2013-09-181-0/+5
* Write view for blog about page.Aditi Mittal2013-09-181-2/+29
* Separate Create Blog and Blog Dashboard links on the home page.Aditi Mittal2013-09-153-6/+26
* Replace tabs with spaces in blog.__init__.Aditi Mittal2013-09-151-34/+30
* Change blogs query object to list object by .all() function in blog_dashboard...Aditi Mittal2013-09-151-45/+46
* Capitalize blog title.Aditi Mittal2013-09-151-16/+16
* Add buton to create a blog.Aditi Mittal2013-09-151-19/+19
* Merge branch 'master' of git://gitorious.org/mediagoblin/mediagoblinAditi Mittal2013-09-092-2/+2
|\
| * typo. conversions not convirsionsRodney Ewing2013-09-062-2/+2
* | Add ConfirmDeleteForm and URL mapping for blog_delete viewAditi Mittal2013-09-092-1/+10
* | Write view function for blog deletionAditi Mittal2013-09-091-32/+80
* | Write code for deleting a blogAditi Mittal2013-09-091-6/+17
* | Write template for confirmation for blog deletion and add blog delete button ...Aditi Mittal2013-09-092-0/+60
* | Get max_blog_count variable from config_spec.ini file using pluginapi config.Aditi Mittal2013-09-081-4/+3
* | ReindentationAditi Mittal2013-09-071-23/+13
* | Add user to invidual blog dashboard context.Aditi Mittal2013-09-071-0/+1
* | 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