Add tags for every post on blog post listing page.
[mediagoblin.git] / mediagoblin / media_types / blog /
2013-09-06 Aditi MittalAdd tags for every post on blog post listing page.
2013-09-05 Aditi MittalMerge branch 'master' of git://gitorious.org/mediagobli...
2013-09-05 Aditi MittalMake changes for displaying page listing all the blogs...
2013-09-05 Aditi MittalAdd url for viewing page which lists all blogs created...
2013-09-05 Aditi MittalCreated a template for viewing all blogs by a user.
2013-09-02 Aditi MittalRename get_all_posts_of_a_blog function.
2013-09-02 Aditi MittalImplement pagination feature for blog_post_listing...
2013-09-02 Aditi MittalGet all blog posts as a query object as suggested by...
2013-09-02 Aditi MittalMake get_all_posts_of_a_blog a function of Blog class.
2013-09-02 Aditi MittalRename save button to 'save as draft'.
2013-08-31 Aditi MittalMerge branch 'master' of git://gitorious.org/mediagobli...
2013-08-29 AditiAdd function get_all_blog_posts_of_blog.
2013-08-28 AditiRefactor views using functions in lib file.
2013-08-28 AditiChange Url for blog post listing view.
2013-08-28 AditiPull changes and resolve merge conflict.
2013-08-25 AditiMerge branch 'master' of git://gitorious.org/mediagobli...
2013-08-22 AditiResolve merge conflict and merge.
2013-08-10 AditiChange button names to Save and Blog.
2013-08-09 AditiMerge branch 'master' of git://gitorious.org/mediagobli...
2013-08-09 AditiWrite function get_blog_by_blogpost
2013-08-07 AditiMove templates to blog plugin from all mediagoblin...
2013-08-07 AditiAdd url mapping to it, to have a complete media_type...
2013-08-07 AditiURL mapping blog post draft view.
2013-08-07 Aditiwrite a function to extract blog post state from create...
2013-08-07 AditiCode for blog post view when it is in draft state.
2013-08-07 AditiChange message when user tries to create multiple blogs.
2013-08-05 Aditiclean description of blog and blogposts.
2013-08-04 AditiMerge branch 'master' of git://gitorious.org/mediagobli...
2013-07-31 AditiMerge branch 'master' of git://gitorious.org/mediagobli...
2013-07-31 AditiChange field name to description.
2013-07-31 AditiAdd Draft feature and add view blog_post_listing.
2013-07-31 AditiAdd Url for blog post listing.
2013-07-30 AditiReverse order of blog posts on blog dashboard.
2013-07-30 AditiChange blogpost_create redirect url.
2013-07-30 AditiAdd feature: redirect to 404 error if blog or blog...
2013-07-29 AditiMerge branch 'master' of git://gitorious.org/mediagobli...
2013-07-29 AditiFix error in blog edit view.
2013-07-29 AditiChange Redirect url to blog dashboard in blog_edit...
2013-07-25 AditiFix blog extraction for get and post both type of requests.
2013-07-24 AditiMerge branch 'master' of git://gitorious.org/mediagobli...
2013-07-22 AditiFormat url for blog_dashboard view.
2013-07-22 AditiWrite blog_dashboard view.
2013-07-22 AditiFix attribute error by writing request.user.is_admin.
2013-07-22 AditiChange class name to BlogPostData(camelcase) and add...
2013-07-22 AditiCreate may_edit_blogpost function.
2013-07-21 AditiFix media type.
2013-07-21 AditiMake changes in blogpost_edit view.
2013-07-21 AditiCreate view for blogpost_edit.
2013-07-21 AditiRemove unused import.
2013-07-20 AditiChange in blogpost create Url.
2013-07-20 AditiRemove BlogPost model and Add attribute for blog id...
2013-07-20 AditiAdd BlogPostMediaManager and setup_plugin.
2013-07-20 AditiIndent properly.
2013-07-19 Adititemperory url change for creating a new blog.
2013-07-19 AditiWrote blogpost_create view.
2013-07-19 AditiChange view and urls for blog edit/create page.
2013-07-19 AditiAdd class BlogMixin.
2013-07-19 AditiCreate file for utility function and add function.
2013-07-19 AditiAdd view for blog edit and create page.
2013-07-16 AditiAdd config_spec for blog plugin specification.
2013-07-16 AditiChange the field name in BlogEditForm.
2013-07-16 AditiCreate Blog and BlogPostData models.
2013-07-16 Aditimerge with remote master branch of cweb.
2013-07-04 AditiMerge remote-tracking branch 'cweb/master'
2013-07-02 AditiAdd '/' at the end of each url.
2013-06-30 AditiMerge branch 'master' of git://gitorious.org/mediagobli...
2013-06-30 AditiAdd user in template dictonary as it is in the url...
2013-06-28 AditiAdd views for creating and editing a blog
2013-06-28 AditiRegister blog create url in routing.py
2013-06-28 AditiAdd forms for editing and creating forms
2013-06-27 AditiAdd url mapping for blog-admin, blog-collection-admin...
2013-06-26 AditiAdd BlogPostEditForm for editing and creating a blog...
2013-06-26 AditiAdd basic files models, views, forms, routing, __init__...