aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Merge branch 'master' of git://gitorious.org/mediagoblin/mediagoblinAditi Mittal2013-09-0579-1287/+1318
| |\ \ \
| * | | | Make changes for displaying page listing all the blogs created by user.Aditi Mittal2013-09-051-35/+44
| | | | |
| * | | | Add blog dashboard button.Aditi Mittal2013-09-051-1/+5
| | | | |
| * | | | 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-3119-67/+74
| |\ \ \ \
| * | | | | Add function get_all_blog_posts_of_blog.Aditi2013-08-291-0/+13
| | | | | |
| * | | | | Resolve merge conflict.Aditi2013-08-291-3/+1
| | | | | |
| * | | | | 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-2885-6105/+20420
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' of git://gitorious.org/mediagoblin/mediagoblinAditi2013-08-2542-662/+2317
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Resolve merge conflict and merge.Aditi2013-08-2265-74/+2536
| |\ \ \ \ \ \ \
| * | | | | | | | Change path for tinymce.Aditi2013-08-101-1/+1
| | | | | | | | |
| * | | | | | | | Change button names to Save and Blog.Aditi2013-08-102-2/+2
| | | | | | | | |
| * | | | | | | | Create symbolic link for tinymce.Aditi2013-08-1087-0/+1
| | | | | | | | |
| * | | | | | | | Remove extlib/tinymce submodule.Aditi2013-08-101-0/+1
| | | | | | | | |
| * | | | | | | | Merge branch 'master' of git://gitorious.org/mediagoblin/mediagoblinAditi2013-08-0918-66/+1727
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Add delete error for failed type.Aditi2013-08-091-2/+6
| | | | | | | | | |
| * | | | | | | | | Replace edit blogpost url from default media_edit url to blogpost edit url.Aditi2013-08-091-3/+3
| | | | | | | | | |
| * | | | | | | | | Write function get_blog_by_blogpostAditi2013-08-091-0/+6
| | | | | | | | | |
| * | | | | | | | | Delete initial blog folder from plugin directory.Aditi2013-08-097-62/+0
| | | | | | | | | |
| * | | | | | | | | Make media_confirm_delete to work for failed media entries too.Aditi2013-08-081-4/+18
| | | | | | | | | |
| * | | | | | | | | Move templates to blog plugin from all mediagoblin/templates.Aditi2013-08-076-62/+0
| | | | | | | | | |
| * | | | | | | | | Eliminate url mapping using mediagoblin/routing.py and have plugin type url ↵Aditi2013-08-071-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mapping.
| * | | | | | | | | Add url mapping to it, to have a complete media_type plugin.Aditi2013-08-071-3/+50
| | | | | | | | | |
| * | | | | | | | | show all blogposts.Aditi2013-08-072-6/+5
| | | | | | | | | |
| * | | | | | | | | Specify the status of blog post.Aditi2013-08-072-2/+14
| | | | | | | | | |
| * | | | | | | | | URL mapping blog post draft view.Aditi2013-08-071-3/+8
| | | | | | | | | |
| * | | | | | | | | write a function to extract blog post state from create/edit form.Aditi2013-08-071-0/+6
| | | | | | | | | |
| * | | | | | | | | Code for blog post view when it is in draft state.Aditi2013-08-071-8/+24
| | | | | | | | | |
| * | | | | | | | | Write template for draft view of a blog post.Aditi2013-08-071-0/+42
| | | | | | | | | |
| * | | | | | | | | Change message when user tries to create multiple blogs.Aditi2013-08-072-1/+1
| | | | | | | | | |
| * | | | | | | | | Display date of creation of the blog post.Aditi2013-08-071-1/+17
| | | | | | | | | |
| * | | | | | | | | button to start with blogging.Aditi2013-08-061-0/+4
| | | | | | | | | |
| * | | | | | | | | remove underline from the urls.Aditi2013-08-065-9/+20
| | | | | | | | | |
| * | | | | | | | | Configure tinymce with various plugins.Aditi2013-08-061-4/+9
| | | | | | | | | |
| * | | | | | | | | Change font color.Aditi2013-08-052-4/+5
| | | | | | | | | |
| * | | | | | | | | Add new css elememts for blog post listing template.Aditi2013-08-051-0/+23
| | | | | | | | | |
| * | | | | | | | | clean description of blog and blogposts.Aditi2013-08-051-17/+8
| | | | | | | | | |
| * | | | | | | | | safe pipelline for blog description.Aditi2013-08-051-1/+1
| | | | | | | | | |
| * | | | | | | | | Add url for delete blogpost button.Aditi2013-08-051-4/+7
| | | | | | | | | |
| * | | | | | | | | New elements added for the styling of blog post listing view.Aditi2013-08-051-4/+3
| | | | | | | | | |
| * | | | | | | | | Add safe pipe for proper rendering of cleaned html.Aditi2013-08-051-2/+2
| | | | | | | | | |
| * | | | | | | | | media template for blog to get blogpost.html template from it.Aditi2013-08-051-0/+176
| | | | | | | | | |