mediagoblin.git
11 years agoWrite docstringg for view functions.
Aditi Mittal [Tue, 24 Sep 2013 16:18:47 +0000 (21:48 +0530)]
Write docstringg for view functions.

11 years agosome fixes
Aditi Mittal [Sat, 21 Sep 2013 04:46:13 +0000 (10:16 +0530)]
some fixes

11 years agoMerge branch 'master' of git://gitorious.org/mediagoblin/mediagoblin
Aditi Mittal [Wed, 18 Sep 2013 16:53:36 +0000 (22:23 +0530)]
Merge branch 'master' of git://gitorious.org/mediagoblin/mediagoblin

11 years agoWrite template to render blog about page.
Aditi Mittal [Wed, 18 Sep 2013 16:50:58 +0000 (22:20 +0530)]
Write template to render blog about page.

11 years agoChange the text of url to blogs on user profile page.
Aditi Mittal [Wed, 18 Sep 2013 16:49:58 +0000 (22:19 +0530)]
Change the text of url to blogs on user profile page.

11 years agoMerge remote-tracking branch 'refs/remotes/rodney757/file_limits'
Christopher Allan Webber [Wed, 18 Sep 2013 16:21:57 +0000 (11:21 -0500)]
Merge remote-tracking branch 'refs/remotes/rodney757/file_limits'

Conflicts:
mediagoblin/db/migrations.py

11 years agoUrl mapping for blog about page.
Aditi Mittal [Wed, 18 Sep 2013 15:35:41 +0000 (21:05 +0530)]
Url mapping for blog about page.

11 years agoAdd view button and create blog button on blogs dashboard.
Aditi Mittal [Wed, 18 Sep 2013 15:34:16 +0000 (21:04 +0530)]
Add view button and create blog button on blogs dashboard.

11 years agoAdd url to blog post listing page on blog dashboard of a blog.
Aditi Mittal [Wed, 18 Sep 2013 15:32:30 +0000 (21:02 +0530)]
Add url to blog post listing page on blog dashboard of a blog.

11 years agoWrite view for blog about page.
Aditi Mittal [Wed, 18 Sep 2013 15:29:27 +0000 (20:59 +0530)]
Write view for blog about page.

11 years agoAlso add a bit of color to the theme's base color
Christopher Allan Webber [Sun, 15 Sep 2013 14:54:28 +0000 (09:54 -0500)]
Also add a bit of color to the theme's base color

This commit sponsored by Marc Lijour.  Thanks!

11 years agoUpdating the video.js that we use to avoid an XSS attack. Yikes! ;\
Christopher Allan Webber [Sun, 15 Sep 2013 14:46:01 +0000 (09:46 -0500)]
Updating the video.js that we use to avoid an XSS attack.  Yikes! ;\

This commit sponsored by Daniel Valentine.  Thank you!

11 years agoSeparate Create Blog and Blog Dashboard links on the home page.
Aditi Mittal [Sun, 15 Sep 2013 12:30:13 +0000 (18:00 +0530)]
Separate Create Blog and Blog Dashboard links on the home page.

11 years agoIntroduce new generic header_actions template_hook.
Aditi Mittal [Sun, 15 Sep 2013 11:54:26 +0000 (17:24 +0530)]
Introduce new generic header_actions template_hook.

11 years agoReplace tabs with spaces in blog.__init__.
Aditi Mittal [Sun, 15 Sep 2013 11:53:06 +0000 (17:23 +0530)]
Replace tabs with spaces in blog.__init__.

11 years agoChange blogs query object to list object by .all() function in blog_dashboard view.
Aditi Mittal [Sun, 15 Sep 2013 09:19:56 +0000 (14:49 +0530)]
Change blogs query object to list object by .all() function in blog_dashboard view.

11 years agoCapitalize blog title.
Aditi Mittal [Sun, 15 Sep 2013 09:18:56 +0000 (14:48 +0530)]
Capitalize blog title.

11 years agoAdd buton to create a blog.
Aditi Mittal [Sun, 15 Sep 2013 08:54:44 +0000 (14:24 +0530)]
Add buton to create a blog.

11 years agoFix pagination for certain request.GET data
Christopher Allan Webber [Fri, 13 Sep 2013 15:16:07 +0000 (10:16 -0500)]
Fix pagination for certain request.GET data

This didn't work at all nicely with MultiDict objects in various
circumstances and could possibly break pagination.  This fix handles
that!

This commit sponsored by Alessandro Francolini.  Thank you!

11 years agoMerge branch 'master' of git://gitorious.org/mediagoblin/mediagoblin
Aditi Mittal [Mon, 9 Sep 2013 16:23:56 +0000 (21:53 +0530)]
Merge branch 'master' of git://gitorious.org/mediagoblin/mediagoblin

11 years agoAdd ConfirmDeleteForm and URL mapping for blog_delete view
Aditi Mittal [Mon, 9 Sep 2013 16:22:00 +0000 (21:52 +0530)]
Add ConfirmDeleteForm and URL mapping for blog_delete view

11 years agoWrite view function for blog deletion
Aditi Mittal [Mon, 9 Sep 2013 16:19:44 +0000 (21:49 +0530)]
Write view function for blog deletion

11 years agoWrite code for deleting a blog
Aditi Mittal [Mon, 9 Sep 2013 16:18:02 +0000 (21:48 +0530)]
Write code for deleting a blog

11 years agoWrite template for confirmation for blog deletion and add blog delete button on blog...
Aditi Mittal [Mon, 9 Sep 2013 16:16:23 +0000 (21:46 +0530)]
Write template for confirmation for blog deletion and add blog delete button on blog dashboard.

11 years agoSupport python 2.6 again! Thanks to julianoliver for catching this.
Christopher Allan Webber [Mon, 9 Sep 2013 15:01:56 +0000 (10:01 -0500)]
Support python 2.6 again!  Thanks to julianoliver for catching this.

This commit sponsored by Sam Clegg.  Thank you!

11 years agoGet max_blog_count variable from config_spec.ini file using pluginapi config.
Aditi Mittal [Sat, 7 Sep 2013 20:58:48 +0000 (02:28 +0530)]
Get max_blog_count variable from config_spec.ini file using pluginapi config.

11 years agoReindentation
Aditi Mittal [Sat, 7 Sep 2013 08:15:27 +0000 (13:45 +0530)]
Reindentation

11 years agoAdd user to invidual blog dashboard context.
Aditi Mittal [Sat, 7 Sep 2013 08:14:27 +0000 (13:44 +0530)]
Add user to invidual blog dashboard context.

11 years agoCorrect template syntax error.
Aditi Mittal [Sat, 7 Sep 2013 07:43:08 +0000 (13:13 +0530)]
Correct template syntax error.

11 years agoPut buttons for blog create and blog dashboard on view using template_hooks for blog...
Aditi Mittal [Sat, 7 Sep 2013 07:41:14 +0000 (13:11 +0530)]
Put buttons for blog create and blog dashboard on view using template_hooks for blog plugin not to be interfering with original code.

11 years agoCapitalize first letter of tags
Aditi Mittal [Sat, 7 Sep 2013 06:38:36 +0000 (12:08 +0530)]
Capitalize first letter of tags

11 years agoWrite on the template when there is no blog for the user.
Aditi Mittal [Sat, 7 Sep 2013 06:36:35 +0000 (12:06 +0530)]
Write on the template when there is no blog for the user.

11 years agoAmend blog_dashboard view for accomodating all conditions.
Aditi Mittal [Sat, 7 Sep 2013 06:31:27 +0000 (12:01 +0530)]
Amend blog_dashboard view for accomodating all conditions.

11 years agoRemove condition of being logged in to view blog dashboard.
Aditi Mittal [Sat, 7 Sep 2013 06:05:05 +0000 (11:35 +0530)]
Remove condition of being logged in to view blog dashboard.

11 years agoInsert URL to blog in a user's profile page by spaetz
Aditi Mittal [Sat, 7 Sep 2013 06:03:10 +0000 (11:33 +0530)]
Insert URL to blog in a user's profile page by spaetz

11 years agotypo. conversions not convirsions
Rodney Ewing [Fri, 6 Sep 2013 21:27:55 +0000 (14:27 -0700)]
typo. conversions not convirsions

thanks to saul for pointing this out.

11 years agoAdd tags for every post on blog post listing page.
Aditi Mittal [Fri, 6 Sep 2013 13:24:29 +0000 (18:54 +0530)]
Add tags for every post on blog post listing page.

11 years agoMerge branch 'master' of git://gitorious.org/mediagoblin/mediagoblin
Aditi Mittal [Thu, 5 Sep 2013 17:15:10 +0000 (22:45 +0530)]
Merge branch 'master' of git://gitorious.org/mediagoblin/mediagoblin

11 years agoMake changes for displaying page listing all the blogs created by user.
Aditi Mittal [Thu, 5 Sep 2013 16:51:00 +0000 (22:21 +0530)]
Make changes for displaying page listing all the blogs created by user.

11 years agoAdd blog dashboard button.
Aditi Mittal [Thu, 5 Sep 2013 16:49:46 +0000 (22:19 +0530)]
Add blog dashboard button.

11 years agoreword persona edit link
Rodney Ewing [Thu, 5 Sep 2013 16:04:23 +0000 (09:04 -0700)]
reword persona edit link

11 years agoAdd url for viewing page which lists all blogs created by a user.
Aditi Mittal [Thu, 5 Sep 2013 15:52:15 +0000 (21:22 +0530)]
Add url for viewing page which lists all blogs created by a user.

11 years agoCreated a template for viewing all blogs by a user.
Aditi Mittal [Thu, 5 Sep 2013 15:50:29 +0000 (21:20 +0530)]
Created a template for viewing all blogs by a user.

11 years agoRevert "Temporarily switching git:// to http://"
Christopher Allan Webber [Thu, 5 Sep 2013 14:51:22 +0000 (09:51 -0500)]
Revert "Temporarily switching git:// to http://"

This reverts commit 18922af5830f4a7686ec3b3ff11dc309a5a9cca6.

11 years agoTemporarily switching git:// to http://
Christopher Allan Webber [Thu, 5 Sep 2013 14:37:08 +0000 (09:37 -0500)]
Temporarily switching git:// to http://

11 years agoIn the v0.6.0 cycle now
Christopher Allan Webber [Thu, 5 Sep 2013 14:34:48 +0000 (09:34 -0500)]
In the v0.6.0 cycle now

11 years agoMediaGoblin v0.5.0!
Christopher Allan Webber [Wed, 4 Sep 2013 21:25:12 +0000 (16:25 -0500)]
MediaGoblin v0.5.0!

11 years agoCommitting extracted and compiled translations
Christopher Allan Webber [Wed, 4 Sep 2013 21:07:37 +0000 (16:07 -0500)]
Committing extracted and compiled translations

11 years agoCommitting present MediaGoblin translations before pushing extracted messages
Christopher Allan Webber [Wed, 4 Sep 2013 21:07:12 +0000 (16:07 -0500)]
Committing present MediaGoblin translations before pushing extracted messages

11 years agoCommitting extracted and compiled translations
Christopher Allan Webber [Wed, 4 Sep 2013 21:03:57 +0000 (16:03 -0500)]
Committing extracted and compiled translations

11 years agoCommitting present MediaGoblin translations before pushing extracted messages
Christopher Allan Webber [Wed, 4 Sep 2013 21:02:48 +0000 (16:02 -0500)]
Committing present MediaGoblin translations before pushing extracted messages

11 years agoFixing tyop. Thanks for catching, tryggvib :)
Christopher Allan Webber [Wed, 4 Sep 2013 21:01:21 +0000 (16:01 -0500)]
Fixing tyop.  Thanks for catching, tryggvib :)

11 years agoCaution about the API in the release notes
Christopher Allan Webber [Wed, 4 Sep 2013 19:25:40 +0000 (14:25 -0500)]
Caution about the API in the release notes

11 years agoneed to send the users email to persona if the user logged in with persona.
Rodney Ewing [Wed, 4 Sep 2013 15:35:30 +0000 (08:35 -0700)]
need to send the users email to persona if the user logged in with persona.

Thanks callahad for pointing this out.

11 years agoThanking Dan Callahan as a contributor. Thanks for helping with the persona stuff! :)
Christopher Allan Webber [Wed, 4 Sep 2013 14:23:02 +0000 (09:23 -0500)]
Thanking Dan Callahan as a contributor.  Thanks for helping with the persona stuff! :)

11 years agoImprove checkbox description
Sebastian Spaeth [Wed, 4 Sep 2013 12:54:00 +0000 (14:54 +0200)]
Improve checkbox description

Do not Enable/Disable next to a checkbox. So what does an enabled checkbox do then?

11 years agoMerge remote-tracking branch 'refs/remotes/spaetz/fix_docs'
Christopher Allan Webber [Wed, 4 Sep 2013 12:41:56 +0000 (07:41 -0500)]
Merge remote-tracking branch 'refs/remotes/spaetz/fix_docs'

11 years agoFix plugin documentation
Sebastian Spaeth [Wed, 4 Sep 2013 09:35:39 +0000 (11:35 +0200)]
Fix plugin documentation

The docs suggest to use {% template_hook "media_sidebar" %}. This
will break Mediagoblin in mysterious ways, and the docs need a fix.

11 years agoAdd site name, logo, and background for Persona
Dan Callahan [Tue, 3 Sep 2013 20:31:28 +0000 (15:31 -0500)]
Add site name, logo, and background for Persona

11 years agoUpdated AUTHORS for v0.5.0
Christopher Allan Webber [Mon, 2 Sep 2013 21:28:35 +0000 (16:28 -0500)]
Updated AUTHORS for v0.5.0

11 years agoshould use public_store.file_exists to check if the file copied correctly
Rodney Ewing [Mon, 2 Sep 2013 19:09:55 +0000 (12:09 -0700)]
should use public_store.file_exists to check if the file copied correctly

11 years agoRename get_all_posts_of_a_blog function.
Aditi Mittal [Mon, 2 Sep 2013 16:44:59 +0000 (22:14 +0530)]
Rename get_all_posts_of_a_blog function.

11 years agoImplement pagination feature for blog_post_listing and blog_dashboard pages.
Aditi Mittal [Mon, 2 Sep 2013 16:28:17 +0000 (21:58 +0530)]
Implement pagination feature for blog_post_listing and blog_dashboard pages.

11 years agoGet all blog posts as a query object as suggested by spaetz.
Aditi Mittal [Mon, 2 Sep 2013 15:05:22 +0000 (20:35 +0530)]
Get all blog posts as a query object as suggested by spaetz.

11 years agoMake get_all_posts_of_a_blog a function of Blog class.
Aditi Mittal [Mon, 2 Sep 2013 15:03:40 +0000 (20:33 +0530)]
Make get_all_posts_of_a_blog a function of Blog class.

11 years agoRename save button to 'save as draft'.
Aditi Mittal [Mon, 2 Sep 2013 03:39:31 +0000 (09:09 +0530)]
Rename save button to 'save as draft'.

11 years agodidn't remove form.new_email when change email was moved to its own view
Rodney Ewing [Sat, 31 Aug 2013 20:45:58 +0000 (13:45 -0700)]
didn't remove form.new_email when change email was moved to its own view

11 years agoMerge branch 'master' of git://gitorious.org/mediagoblin/mediagoblin
Aditi Mittal [Sat, 31 Aug 2013 07:04:02 +0000 (12:34 +0530)]
Merge branch 'master' of git://gitorious.org/mediagoblin/mediagoblin

11 years agoWe're presently tied to a very specific version of oauthlib...
Christopher Allan Webber [Fri, 30 Aug 2013 21:27:22 +0000 (16:27 -0500)]
We're presently tied to a very specific version of oauthlib...

11 years agopdf media_type now have their own config_spec.ini
Rodney Ewing [Wed, 28 Aug 2013 15:21:20 +0000 (08:21 -0700)]
pdf media_type now have their own config_spec.ini

11 years agoascii media_type now have their own config_spec.ini
Rodney Ewing [Wed, 28 Aug 2013 15:14:26 +0000 (08:14 -0700)]
ascii media_type now have their own config_spec.ini

11 years agoaudio media_type now have their own config_spec.ini
Rodney Ewing [Wed, 28 Aug 2013 15:12:43 +0000 (08:12 -0700)]
audio media_type now have their own config_spec.ini

11 years agovideo media_type now have their own config_spec.ini
Rodney Ewing [Wed, 28 Aug 2013 15:10:47 +0000 (08:10 -0700)]
video media_type now have their own config_spec.ini

11 years agoimage media_type now have their own config_spec.ini
Rodney Ewing [Wed, 28 Aug 2013 14:56:44 +0000 (07:56 -0700)]
image media_type now have their own config_spec.ini

11 years agoExplicitly require a newer celery
Christopher Allan Webber [Thu, 29 Aug 2013 14:36:34 +0000 (09:36 -0500)]
Explicitly require a newer celery

11 years agoAdd function get_all_blog_posts_of_blog.
Aditi [Thu, 29 Aug 2013 05:05:53 +0000 (10:35 +0530)]
Add function get_all_blog_posts_of_blog.

11 years agoResolve merge conflict.
Aditi [Thu, 29 Aug 2013 05:04:47 +0000 (10:34 +0530)]
Resolve merge conflict.

11 years agoRefactor views using functions in lib file.
Aditi [Wed, 28 Aug 2013 18:12:35 +0000 (23:42 +0530)]
Refactor views using functions in lib file.

11 years agoChange Url for blog post listing view.
Aditi [Wed, 28 Aug 2013 18:02:13 +0000 (23:32 +0530)]
Change Url for blog post listing view.

11 years agoPull changes and resolve merge conflict.
Aditi [Wed, 28 Aug 2013 17:58:09 +0000 (23:28 +0530)]
Pull changes and resolve merge conflict.

11 years agoFix failing to build docs
Christopher Allan Webber [Wed, 28 Aug 2013 16:11:41 +0000 (11:11 -0500)]
Fix failing to build docs

11 years agodouble colon here was killing the build
Christopher Allan Webber [Wed, 28 Aug 2013 16:06:07 +0000 (11:06 -0500)]
double colon here was killing the build

11 years agoShould fix Beuc's bug with video thumbnail width... I think!
Christopher Allan Webber [Wed, 28 Aug 2013 14:15:16 +0000 (09:15 -0500)]
Should fix Beuc's bug with video thumbnail width... I think!

11 years ago0.5.0 release notes
Rodney Ewing [Tue, 27 Aug 2013 21:24:24 +0000 (14:24 -0700)]
0.5.0 release notes

11 years agoCommitting extracted and compiled translations
Christopher Allan Webber [Mon, 26 Aug 2013 22:39:53 +0000 (17:39 -0500)]
Committing extracted and compiled translations

11 years agoCommitting present MediaGoblin translations before pushing extracted messages
Christopher Allan Webber [Mon, 26 Aug 2013 22:38:50 +0000 (17:38 -0500)]
Committing present MediaGoblin translations before pushing extracted messages

11 years agoFixing another typo, thanks to Laura Arjona (again!)
Christopher Allan Webber [Mon, 26 Aug 2013 22:35:54 +0000 (17:35 -0500)]
Fixing another typo, thanks to Laura Arjona (again!)

11 years agoFixing typo. Thanks larjona!
Christopher Allan Webber [Mon, 26 Aug 2013 22:28:51 +0000 (17:28 -0500)]
Fixing typo.  Thanks larjona!

11 years agoSwitch docs back over to using old virtualenv setup while we resolve issue #755
Christopher Allan Webber [Mon, 26 Aug 2013 20:50:47 +0000 (15:50 -0500)]
Switch docs back over to using old virtualenv setup while we resolve issue #755

11 years agoCommitting extracted and compiled translations
Christopher Allan Webber [Mon, 26 Aug 2013 19:19:44 +0000 (14:19 -0500)]
Committing extracted and compiled translations

11 years agoCommitting present MediaGoblin translations before pushing extracted messages
Christopher Allan Webber [Mon, 26 Aug 2013 19:18:04 +0000 (14:18 -0500)]
Committing present MediaGoblin translations before pushing extracted messages

11 years agotransifex.net->transifex.com
Christopher Allan Webber [Mon, 26 Aug 2013 19:17:34 +0000 (14:17 -0500)]
transifex.net->transifex.com

11 years agouse media.get_uploader and fix typo
Rodney Ewing [Mon, 1 Jul 2013 03:51:23 +0000 (20:51 -0700)]
use media.get_uploader and fix typo

11 years agojavascript limit validation
Rodney Ewing [Thu, 27 Jun 2013 18:18:31 +0000 (11:18 -0700)]
javascript limit validation

11 years agofix after rebase
Rodney Ewing [Thu, 27 Jun 2013 17:29:24 +0000 (10:29 -0700)]
fix after rebase

11 years agoduplicate
Rodney Ewing [Fri, 14 Jun 2013 01:34:42 +0000 (18:34 -0700)]
duplicate

11 years agocopying.txt
Rodney Ewing [Fri, 14 Jun 2013 01:28:38 +0000 (18:28 -0700)]
copying.txt

11 years agoadded tests
Rodney Ewing [Fri, 14 Jun 2013 00:52:13 +0000 (17:52 -0700)]
added tests

11 years agofixed tests and defaults
Rodney Ewing [Fri, 14 Jun 2013 00:17:33 +0000 (17:17 -0700)]
fixed tests and defaults

11 years agomax file size
Rodney Ewing [Thu, 13 Jun 2013 23:37:42 +0000 (16:37 -0700)]
max file size