Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Undo changes since gsoc in media_confirm_delete | Sebastian Spaeth | 2013-12-12 | 1 | -22/+4 |
| | | | | | | Since the Gsoc the use of decorators has simplified this function. Reintroduce the same code as before Adidits blog branch made these changes. | ||||
* | Use MEDIA_TYPE, not hardcoded variable of same value | Sebastian Spaeth | 2013-12-12 | 1 | -1/+1 |
| | |||||
* | Convert blog plugin to use new privileges system | Sebastian Spaeth | 2013-12-12 | 4 | -6/+6 |
| | | | | | there is no user.is_admin anymore. Adapt to use the new privileges system. | ||||
* | Revert "Replace hardcoded URL by variable for the same." | Sebastian Spaeth | 2013-12-12 | 1 | -1/+1 |
| | | | | | This reverts commit e0e02e98bcd4664b1c0a57e422ea4c0e5b6ba059. There is absolutely no need for this. | ||||
* | Finalize merging of the blog branch by Aditi (Gsoc 2013) | Sebastian Spaeth | 2013-12-12 | 2 | -3/+2 |
| | | | | | Comment out the blog plugin by default. Remove the blog README.md in the root directory. | ||||
* | Merge branch 'master' into upstream-master | Sebastian Spaeth | 2013-12-12 | 118 | -5/+4314 |
|\ | | | | | | | | | | | Conflicts: mediagoblin/templates/mediagoblin/base.html mediagoblin/templates/mediagoblin/user_pages/user.html | ||||
| * | Write docstringg for view functions. | Aditi Mittal | 2013-09-24 | 1 | -9/+25 |
| | | |||||
| * | some fixes | Aditi Mittal | 2013-09-21 | 6 | -13/+18 |
| | | |||||
| * | Merge branch 'master' of git://gitorious.org/mediagoblin/mediagoblin | Aditi Mittal | 2013-09-18 | 34 | -229/+7817 |
| |\ | |||||
| * | | Write template to render blog about page. | Aditi Mittal | 2013-09-18 | 1 | -0/+38 |
| | | | |||||
| * | | Change the text of url to blogs on user profile page. | Aditi Mittal | 2013-09-18 | 1 | -3/+3 |
| | | | |||||
| * | | Url mapping for blog about page. | Aditi Mittal | 2013-09-18 | 1 | -1/+9 |
| | | | |||||
| * | | Add view button and create blog button on blogs dashboard. | Aditi Mittal | 2013-09-18 | 1 | -19/+28 |
| | | | |||||
| * | | Add url to blog post listing page on blog dashboard of a blog. | Aditi Mittal | 2013-09-18 | 1 | -0/+5 |
| | | | |||||
| * | | Write view for blog about page. | Aditi Mittal | 2013-09-18 | 1 | -2/+29 |
| | | | |||||
| * | | Separate Create Blog and Blog Dashboard links on the home page. | Aditi Mittal | 2013-09-15 | 4 | -7/+29 |
| | | | |||||
| * | | Introduce new generic header_actions template_hook. | Aditi Mittal | 2013-09-15 | 1 | -1/+1 |
| | | | |||||
| * | | Replace tabs with spaces in blog.__init__. | Aditi Mittal | 2013-09-15 | 1 | -34/+30 |
| | | | |||||
| * | | Change blogs query object to list object by .all() function in ↵ | Aditi Mittal | 2013-09-15 | 1 | -45/+46 |
| | | | | | | | | | | | | blog_dashboard view. | ||||
| * | | Capitalize blog title. | Aditi Mittal | 2013-09-15 | 1 | -16/+16 |
| | | | |||||
| * | | Add buton to create a blog. | Aditi Mittal | 2013-09-15 | 1 | -19/+19 |
| | | | |||||
| * | | Merge branch 'master' of git://gitorious.org/mediagoblin/mediagoblin | Aditi Mittal | 2013-09-09 | 3 | -4/+13 |
| |\ \ | |||||
| * | | | Add ConfirmDeleteForm and URL mapping for blog_delete view | Aditi Mittal | 2013-09-09 | 2 | -1/+10 |
| | | | | |||||
| * | | | Write view function for blog deletion | Aditi Mittal | 2013-09-09 | 1 | -32/+80 |
| | | | | |||||
| * | | | Write code for deleting a blog | Aditi Mittal | 2013-09-09 | 1 | -6/+17 |
| | | | | |||||
| * | | | Write template for confirmation for blog deletion and add blog delete button ↵ | Aditi Mittal | 2013-09-09 | 2 | -0/+60 |
| | | | | | | | | | | | | | | | | on blog dashboard. | ||||
| * | | | Get max_blog_count variable from config_spec.ini file using pluginapi config. | Aditi Mittal | 2013-09-08 | 1 | -4/+3 |
| | | | | |||||
| * | | | Reindentation | Aditi Mittal | 2013-09-07 | 1 | -23/+13 |
| | | | | |||||
| * | | | Add user to invidual blog dashboard context. | Aditi Mittal | 2013-09-07 | 1 | -0/+1 |
| | | | | |||||
| * | | | Correct template syntax error. | Aditi Mittal | 2013-09-07 | 2 | -2/+2 |
| | | | | |||||
| * | | | Put buttons for blog create and blog dashboard on view using template_hooks ↵ | Aditi Mittal | 2013-09-07 | 3 | -9/+28 |
| | | | | | | | | | | | | | | | | for blog plugin not to be interfering with original code. | ||||
| * | | | Capitalize first letter of tags | Aditi Mittal | 2013-09-07 | 1 | -1/+2 |
| | | | | |||||
| * | | | Write on the template when there is no blog for the user. | Aditi Mittal | 2013-09-07 | 1 | -7/+11 |
| | | | | |||||
| * | | | Amend blog_dashboard view for accomodating all conditions. | Aditi Mittal | 2013-09-07 | 1 | -9/+9 |
| | | | | |||||
| * | | | Remove condition of being logged in to view blog dashboard. | Aditi Mittal | 2013-09-07 | 1 | -33/+31 |
| | | | | |||||
| * | | | Insert URL to blog in a user's profile page by spaetz | Aditi Mittal | 2013-09-07 | 3 | -0/+43 |
| | | | | |||||
| * | | | Add tags for every post on blog post listing page. | Aditi Mittal | 2013-09-06 | 1 | -4/+13 |
| | | | | |||||
| * | | | Merge branch 'master' of git://gitorious.org/mediagoblin/mediagoblin | Aditi Mittal | 2013-09-05 | 79 | -1287/+1318 |
| |\ \ \ | |||||
| * | | | | Make changes for displaying page listing all the blogs created by user. | Aditi Mittal | 2013-09-05 | 1 | -35/+44 |
| | | | | | |||||
| * | | | | Add blog dashboard button. | Aditi Mittal | 2013-09-05 | 1 | -1/+5 |
| | | | | | |||||
| * | | | | Add url for viewing page which lists all blogs created by a user. | Aditi Mittal | 2013-09-05 | 1 | -6/+7 |
| | | | | | |||||
| * | | | | Created a template for viewing all blogs by a user. | Aditi Mittal | 2013-09-05 | 1 | -0/+64 |
| | | | | | |||||
| * | | | | Rename get_all_posts_of_a_blog function. | Aditi Mittal | 2013-09-02 | 2 | -3/+3 |
| | | | | | |||||
| * | | | | Implement pagination feature for blog_post_listing and blog_dashboard pages. | Aditi Mittal | 2013-09-02 | 3 | -11/+22 |
| | | | | | |||||
| * | | | | Get all blog posts as a query object as suggested by spaetz. | Aditi Mittal | 2013-09-02 | 1 | -4/+3 |
| | | | | | |||||
| * | | | | Make get_all_posts_of_a_blog a function of Blog class. | Aditi Mittal | 2013-09-02 | 1 | -0/+8 |
| | | | | | |||||
| * | | | | Rename save button to 'save as draft'. | Aditi Mittal | 2013-09-02 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Merge branch 'master' of git://gitorious.org/mediagoblin/mediagoblin | Aditi Mittal | 2013-08-31 | 19 | -67/+74 |
| |\ \ \ \ | |||||
| * | | | | | Add function get_all_blog_posts_of_blog. | Aditi | 2013-08-29 | 1 | -0/+13 |
| | | | | | | |||||
| * | | | | | Resolve merge conflict. | Aditi | 2013-08-29 | 1 | -3/+1 |
| | | | | | |