Merge remote-tracking branch 'gsoc2016/Subtitle-1'
[mediagoblin.git] / mediagoblin / media_types / blog / views.py
2018-07-10 Boris BobrovMerge remote-tracking branch 'gsoc2016/Subtitle-1'
2018-07-08 Andrew BrowningFix server crash on blog about page [#5572]
2017-01-29 Boris BobrovMerge remote-tracking branch 'spechards-mediagoblin...
2016-07-19 saksham1115Revert "Import messages in blog views"
2016-04-03 Andrew BrowningImport messages in blog views
2016-04-02 Andrew BrowningFix #5451 - add_message inconsistencies
2016-04-02 宋文武Fix the blog_delete page for admins.
2016-03-07 Andrew BrowningFix #5440 - Typo in blog views
2016-01-15 aylephFix issue 5366 Update blog views
2015-12-20 Boris BobrovMerge branch 'stable'
2015-12-20 Christopher Allan... Merge branch 'stable'
2015-12-20 Christopher Allan... Merge branch 'stable'
2015-10-07 Jessica TallonCollection changes and migration for federation
2015-08-24 Jessica TallonFix some unit tests and bugs
2015-07-31 Jessica TallonChange codebase to query or create correct User model
2015-04-17 Christopher Allan... Merge branch 'stable'
2015-03-20 Christopher Allan... Merge branch 'stable'
2014-10-09 Jessica TallonMerge branch 'location'
2014-10-07 Jessica TallonMerge branch '905-activities'
2014-09-22 Christopher Allan... Merge branch 'merge-python3-port'
2014-09-16 Christopher Allan... Merge branch 'master' into merge-python3-port
2014-08-19 Jessica TallonMake blog_post_listing easier to read
2014-08-19 aylephList blogs by URL user rather than request user
2014-06-02 Berker PeksagUse six.text_type instead of unicode().
2014-05-01 tilly-QMerge branch 'permission_scheme' of gitorious.org:media...
2014-03-11 Boris Bobrovfixes to blog url generation
2014-01-02 Christopher Allan... Merge remote-tracking branch 'refs/remotes/rodney757...
2014-01-02 Christopher Allan... Merge remote-tracking branch 'remotes/jiyda/220_rtl_lan...
2013-12-12 Sebastian SpaethRename a few files and minor cleanup
2013-12-12 Sebastian SpaethConvert blog plugin to use new privileges system
2013-12-12 Sebastian SpaethMerge branch 'master' into upstream-master
2013-09-24 Aditi MittalWrite docstringg for view functions.
2013-09-21 Aditi Mittalsome fixes
2013-09-18 Aditi MittalMerge branch 'master' of git://gitorious.org/mediagobli...
2013-09-18 Aditi MittalWrite view for blog about page.
2013-09-15 Aditi MittalChange blogs query object to list object by .all()...
2013-09-09 Aditi MittalMerge branch 'master' of git://gitorious.org/mediagobli...
2013-09-09 Aditi MittalWrite view function for blog deletion
2013-09-07 Aditi MittalGet max_blog_count variable from config_spec.ini file...
2013-09-07 Aditi MittalAdd user to invidual blog dashboard context.
2013-09-07 Aditi MittalAmend blog_dashboard view for accomodating all conditions.
2013-09-07 Aditi MittalRemove condition of being logged in to view blog dashboard.
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-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-08-31 Aditi MittalMerge branch 'master' of git://gitorious.org/mediagobli...
2013-08-28 AditiRefactor views using functions in lib file.
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-09 AditiMerge branch 'master' of git://gitorious.org/mediagobli...
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 AditiAdd Draft feature and add view 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 AditiWrite blog_dashboard view.
2013-07-21 AditiMake changes in blogpost_edit view.
2013-07-21 AditiCreate view for blogpost_edit.
2013-07-20 AditiIndent properly.
2013-07-19 AditiWrote blogpost_create view.
2013-07-19 AditiAdd view for blog edit and create page.
2013-07-16 Aditimerge with remote master branch of cweb.
2013-07-04 AditiMerge remote-tracking branch 'cweb/master'
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-26 AditiAdd basic files models, views, forms, routing, __init__...