aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Don't fail transcoding if we fail to generate a thumbnail.Christopher Allan Webber2014-01-022-0/+6
| | | | This patch by Sergio Durigan Junior. Thank you, Sergio!
* sqlalchemy-migrate 0.8.X doesn't get along with sqlalchemy 0.9.0Christopher Allan Webber2014-01-011-1/+1
|
* media_types/sniff_media: reset file back to 0 offset for actual copy. ↵Alon Levy2013-12-261-0/+1
| | | | Required when not using celery
* pdf/processing: fix non pdf regression, copy correct fileAlon Levy2013-12-261-2/+4
|
* pdf/processing: avoid possible dead goblin if pdfinfo failedAlon Levy2013-12-261-0/+5
|
* Rename a few files and minor cleanupSebastian Spaeth2013-12-125-20/+17
| | | | | Within the blog plugin, rename a few files and clean up a few things that can be cleaned up.
* Remove "Create blog" from admin top barSebastian Spaeth2013-12-123-24/+0
| | | | | | This is such a rare event that we do not need a "Create blog" button in the top navbar. It suffices to have the link on the "blog dashboard" page. Also, this saves us a hook to run on all pages that we render, basically.
* Add the profile_hook in case of user with or without mediaSebastian Spaeth2013-12-121-5/+1
| | | | | | | the hook was only run in case the user had no media uploaded yet. This does not make any sense, so we run the hook in all cases now. The designers might have to think about the placement of the stuff being inserted at some point...
* Force evaluation of Query() through count()Sebastian Spaeth2013-12-122-6/+4
| | | | | | Otherwise "blogs" is a query that evaluates to true, even if the user has no blogs. This fixes the bug that the blog link is shown on a user's profile page even if she has no blogs at all.
* Fix "middot" when blog plugin is disabledSebastian Spaeth2013-12-122-3/+1
| | | | | | The blog plugin accidentally introduced two "middots in the admin bar, which were visible when the blog plugin was disabled. Fixing this by moving the second dot in the blog template.
* Undo changes since gsoc in media_confirm_deleteSebastian Spaeth2013-12-121-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 valueSebastian Spaeth2013-12-121-1/+1
|
* Convert blog plugin to use new privileges systemSebastian Spaeth2013-12-124-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 Spaeth2013-12-121-1/+1
| | | | | This reverts commit e0e02e98bcd4664b1c0a57e422ea4c0e5b6ba059. There is absolutely no need for this.
* Finalize merging of the blog branch by Aditi (Gsoc 2013)Sebastian Spaeth2013-12-122-3/+2
| | | | | Comment out the blog plugin by default. Remove the blog README.md in the root directory.
* Merge branch 'master' into upstream-masterSebastian Spaeth2013-12-12118-5/+4314
|\ | | | | | | | | | | Conflicts: mediagoblin/templates/mediagoblin/base.html mediagoblin/templates/mediagoblin/user_pages/user.html
| * Write docstringg for view functions.Aditi Mittal2013-09-241-9/+25
| |
| * some fixesAditi Mittal2013-09-216-13/+18
| |
| * Merge branch 'master' of git://gitorious.org/mediagoblin/mediagoblinAditi Mittal2013-09-1834-229/+7817
| |\
| * | Write template to render blog about page.Aditi Mittal2013-09-181-0/+38
| | |
| * | Change the text of url to blogs on user profile page.Aditi Mittal2013-09-181-3/+3
| | |
| * | Url mapping for blog about page.Aditi Mittal2013-09-181-1/+9
| | |
| * | Add view button and create blog button on blogs dashboard.Aditi Mittal2013-09-181-19/+28
| | |
| * | Add url to blog post listing page on blog dashboard of a blog.Aditi Mittal2013-09-181-0/+5
| | |
| * | Write view for blog about page.Aditi Mittal2013-09-181-2/+29
| | |
| * | Separate Create Blog and Blog Dashboard links on the home page.Aditi Mittal2013-09-154-7/+29
| | |
| * | Introduce new generic header_actions template_hook.Aditi Mittal2013-09-151-1/+1
| | |
| * | Replace tabs with spaces in blog.__init__.Aditi Mittal2013-09-151-34/+30
| | |
| * | Change blogs query object to list object by .all() function in ↵Aditi Mittal2013-09-151-45/+46
| | | | | | | | | | | | blog_dashboard view.
| * | Capitalize blog title.Aditi Mittal2013-09-151-16/+16
| | |
| * | Add buton to create a blog.Aditi Mittal2013-09-151-19/+19
| | |
| * | Merge branch 'master' of git://gitorious.org/mediagoblin/mediagoblinAditi Mittal2013-09-093-4/+13
| |\ \
| * | | Add ConfirmDeleteForm and URL mapping for blog_delete viewAditi Mittal2013-09-092-1/+10
| | | |
| * | | Write view function for blog deletionAditi Mittal2013-09-091-32/+80
| | | |
| * | | Write code for deleting a blogAditi Mittal2013-09-091-6/+17
| | | |
| * | | Write template for confirmation for blog deletion and add blog delete button ↵Aditi Mittal2013-09-092-0/+60
| | | | | | | | | | | | | | | | on blog dashboard.
| * | | Get max_blog_count variable from config_spec.ini file using pluginapi config.Aditi Mittal2013-09-081-4/+3
| | | |
| * | | ReindentationAditi Mittal2013-09-071-23/+13
| | | |
| * | | Add user to invidual blog dashboard context.Aditi Mittal2013-09-071-0/+1
| | | |
| * | | Correct template syntax error.Aditi Mittal2013-09-072-2/+2
| | | |
| * | | Put buttons for blog create and blog dashboard on view using template_hooks ↵Aditi Mittal2013-09-073-9/+28
| | | | | | | | | | | | | | | | for blog plugin not to be interfering with original code.
| * | | Capitalize first letter of tagsAditi Mittal2013-09-071-1/+2
| | | |
| * | | Write on the template when there is no blog for the user.Aditi Mittal2013-09-071-7/+11
| | | |
| * | | Amend blog_dashboard view for accomodating all conditions.Aditi Mittal2013-09-071-9/+9
| | | |
| * | | Remove condition of being logged in to view blog dashboard.Aditi Mittal2013-09-071-33/+31
| | | |
| * | | Insert URL to blog in a user's profile page by spaetzAditi Mittal2013-09-073-0/+43
| | | |
| * | | Add tags for every post on blog post listing page.Aditi Mittal2013-09-061-4/+13
| | | |
| * | | 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
| | | | |