mediagoblin.git
2013-08-08 AditiMake media_confirm_delete to work for failed media...
2013-08-07 AditiMove templates to blog plugin from all mediagoblin...
2013-08-07 AditiEliminate url mapping using mediagoblin/routing.py...
2013-08-07 AditiAdd url mapping to it, to have a complete media_type...
2013-08-07 Aditishow all blogposts.
2013-08-07 AditiSpecify the status of blog post.
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 AditiWrite template for draft view of a blog post.
2013-08-07 AditiChange message when user tries to create multiple blogs.
2013-08-07 AditiDisplay date of creation of the blog post.
2013-08-06 Aditibutton to start with blogging.
2013-08-05 Aditiremove underline from the urls.
2013-08-05 AditiConfigure tinymce with various plugins.
2013-08-05 AditiChange font color.
2013-08-05 AditiAdd new css elememts for blog post listing template.
2013-08-05 Aditiclean description of blog and blogposts.
2013-08-05 Aditisafe pipelline for blog description.
2013-08-05 AditiAdd url for delete blogpost button.
2013-08-05 AditiNew elements added for the styling of blog post listing...
2013-08-05 AditiAdd safe pipe for proper rendering of cleaned html.
2013-08-05 Aditimedia template for blog to get blogpost.html template...
2013-08-04 AditiMerge branch 'master' of git://gitorious.org/mediagobli...
2013-08-04 AditiWrite temporary template for blog_post_listing view.
2013-08-04 AditiAdd icon for the blogpost.
2013-08-04 AditiAdd tinymce code.
2013-08-02 Rodney Ewingtypo fix in foundations branch
2013-08-02 Rodney EwingMerge remote-tracking branch 'tilly-q/ticket-679'
2013-08-01 tilly-QI added a few more unitests in this commit. It now...
2013-08-01 tilly-QMerge branch 'ticket-679' of gitorious.org:~npigeon...
2013-08-01 tilly-QIn this commit I added a few unittests to account for...
2013-07-31 Rodney EwingMerge commit 'refs/merge-requests/55' of git://gitoriou...
2013-07-31 Rodney Ewingminor styling updates to docs
2013-07-31 Rodney EwingMerge commit 'refs/merge-requests/59' of git://gitoriou...
2013-07-31 AditiMerge branch 'master' of git://gitorious.org/mediagobli...
2013-07-31 AditiUpdate version on tinymce.
2013-07-31 AditiChange field name to description.
2013-07-31 AditiAdd elements for blog system.
2013-07-31 AditiAdd Draft feature and add view blog_post_listing.
2013-07-31 AditiAdd Url for blog post listing.
2013-07-31 AditiFix size and selector for tinymce.
2013-07-31 AditiIntegrate tinymce, Draft status.
2013-07-31 AditiChange div class for wider firm fields.
2013-07-31 AditiAdd blog post state field to blog dashboard.
2013-07-30 tilly-QStarting to write unit tests...
2013-07-30 AditiRemove ID of the blog post.
2013-07-30 AditiReverse order of blog posts on blog dashboard.
2013-07-30 AditiManually render form fields for the integration of...
2013-07-30 AditiAdd tinymce in head for description field of blog,...
2013-07-30 AditiChange blogpost_create redirect url.
2013-07-30 AditiAdd temporary blogpost display template.
2013-07-30 AditiAdd feature: redirect to 404 error if blog or blog...
2013-07-29 Christopher... Why isn't .ogg in this list? A comment explains.....
2013-07-29 tilly-QI actually had to do a bit more work than I thought...
2013-07-29 tilly-QThis was a very simple ticket actually. I created a...
2013-07-29 Rodney Ewingbabel 1.0 doesn't have a localedata.list() method,...
2013-07-29 AditiAdd Blog Edit button.
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 Christopher... More up to date README
2013-07-25 AditiRemove action url from form action.
2013-07-25 AditiFix blog extraction for get and post both type of requests.
2013-07-25 AditiChange edit url to a button for each blog post.
2013-07-25 AditiAdd edit url for each blog post.
2013-07-24 AditiAdd 'Add Blog Post' button on blog dashboard.
2013-07-24 AditiMerge branch 'master' of git://gitorious.org/mediagobli...
2013-07-24 Christopher... Move the "cd mediagoblin" to the right line. Thanks...
2013-07-22 AditiWrite template for blog_dashboard.
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 AditiRemove form action url.
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 temporary template for blogpost create/edit view.
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 AditiAdd blog media_type plugin to plugin section.
2013-07-19 AditiChange view and urls for blog edit/create page.
2013-07-19 AditiReplace hardcoded URL by variable for the same.
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-15 Christopher... Fixing docs: git submodule update, not git submodule...
2013-07-14 Christopher... Skip the openid tests if the openid module is not insta...
2013-07-12 Christopher... Documenting the media_manager fetching hook
next