Aditi Mittal [Tue, 24 Sep 2013 16:18:47 +0000 (21:48 +0530)]
Write docstringg for view functions.
Aditi Mittal [Sat, 21 Sep 2013 04:46:13 +0000 (10:16 +0530)]
some fixes
Aditi Mittal [Wed, 18 Sep 2013 16:53:36 +0000 (22:23 +0530)]
Merge branch 'master' of git://gitorious.org/mediagoblin/mediagoblin
Aditi Mittal [Wed, 18 Sep 2013 16:50:58 +0000 (22:20 +0530)]
Write template to render blog about 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.
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
Aditi Mittal [Wed, 18 Sep 2013 15:35:41 +0000 (21:05 +0530)]
Url mapping for blog about page.
Aditi Mittal [Wed, 18 Sep 2013 15:34:16 +0000 (21:04 +0530)]
Add view button and create blog button on blogs dashboard.
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.
Aditi Mittal [Wed, 18 Sep 2013 15:29:27 +0000 (20:59 +0530)]
Write view for blog about page.
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!
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!
Aditi Mittal [Sun, 15 Sep 2013 12:30:13 +0000 (18:00 +0530)]
Separate Create Blog and Blog Dashboard links on the home page.
Aditi Mittal [Sun, 15 Sep 2013 11:54:26 +0000 (17:24 +0530)]
Introduce new generic header_actions template_hook.
Aditi Mittal [Sun, 15 Sep 2013 11:53:06 +0000 (17:23 +0530)]
Replace tabs with spaces in blog.__init__.
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.
Aditi Mittal [Sun, 15 Sep 2013 09:18:56 +0000 (14:48 +0530)]
Capitalize blog title.
Aditi Mittal [Sun, 15 Sep 2013 08:54:44 +0000 (14:24 +0530)]
Add buton to create a blog.
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!
Aditi Mittal [Mon, 9 Sep 2013 16:23:56 +0000 (21:53 +0530)]
Merge branch 'master' of git://gitorious.org/mediagoblin/mediagoblin
Aditi Mittal [Mon, 9 Sep 2013 16:22:00 +0000 (21:52 +0530)]
Add ConfirmDeleteForm and URL mapping for blog_delete view
Aditi Mittal [Mon, 9 Sep 2013 16:19:44 +0000 (21:49 +0530)]
Write view function for blog deletion
Aditi Mittal [Mon, 9 Sep 2013 16:18:02 +0000 (21:48 +0530)]
Write code for deleting a 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.
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!
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.
Aditi Mittal [Sat, 7 Sep 2013 08:15:27 +0000 (13:45 +0530)]
Reindentation
Aditi Mittal [Sat, 7 Sep 2013 08:14:27 +0000 (13:44 +0530)]
Add user to invidual blog dashboard context.
Aditi Mittal [Sat, 7 Sep 2013 07:43:08 +0000 (13:13 +0530)]
Correct template syntax error.
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.
Aditi Mittal [Sat, 7 Sep 2013 06:38:36 +0000 (12:08 +0530)]
Capitalize first letter of tags
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.
Aditi Mittal [Sat, 7 Sep 2013 06:31:27 +0000 (12:01 +0530)]
Amend blog_dashboard view for accomodating all conditions.
Aditi Mittal [Sat, 7 Sep 2013 06:05:05 +0000 (11:35 +0530)]
Remove condition of being logged in to view blog dashboard.
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
Rodney Ewing [Fri, 6 Sep 2013 21:27:55 +0000 (14:27 -0700)]
typo. conversions not convirsions
thanks to saul for pointing this out.
Aditi Mittal [Fri, 6 Sep 2013 13:24:29 +0000 (18:54 +0530)]
Add tags for every post on blog post listing page.
Aditi Mittal [Thu, 5 Sep 2013 17:15:10 +0000 (22:45 +0530)]
Merge branch 'master' of git://gitorious.org/mediagoblin/mediagoblin
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.
Aditi Mittal [Thu, 5 Sep 2013 16:49:46 +0000 (22:19 +0530)]
Add blog dashboard button.
Rodney Ewing [Thu, 5 Sep 2013 16:04:23 +0000 (09:04 -0700)]
reword persona edit link
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.
Aditi Mittal [Thu, 5 Sep 2013 15:50:29 +0000 (21:20 +0530)]
Created a template for viewing all blogs by a user.
Christopher Allan Webber [Thu, 5 Sep 2013 14:51:22 +0000 (09:51 -0500)]
Revert "Temporarily switching git:// to http://"
This reverts commit
18922af5830f4a7686ec3b3ff11dc309a5a9cca6.
Christopher Allan Webber [Thu, 5 Sep 2013 14:37:08 +0000 (09:37 -0500)]
Temporarily switching git:// to http://
Christopher Allan Webber [Thu, 5 Sep 2013 14:34:48 +0000 (09:34 -0500)]
In the v0.6.0 cycle now
Christopher Allan Webber [Wed, 4 Sep 2013 21:25:12 +0000 (16:25 -0500)]
MediaGoblin v0.5.0!
Christopher Allan Webber [Wed, 4 Sep 2013 21:07:37 +0000 (16:07 -0500)]
Committing extracted and compiled translations
Christopher Allan Webber [Wed, 4 Sep 2013 21:07:12 +0000 (16:07 -0500)]
Committing present MediaGoblin translations before pushing extracted messages
Christopher Allan Webber [Wed, 4 Sep 2013 21:03:57 +0000 (16:03 -0500)]
Committing extracted and compiled translations
Christopher Allan Webber [Wed, 4 Sep 2013 21:02:48 +0000 (16:02 -0500)]
Committing present MediaGoblin translations before pushing extracted messages
Christopher Allan Webber [Wed, 4 Sep 2013 21:01:21 +0000 (16:01 -0500)]
Fixing tyop. Thanks for catching, tryggvib :)
Christopher Allan Webber [Wed, 4 Sep 2013 19:25:40 +0000 (14:25 -0500)]
Caution about the API in the release notes
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.
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! :)
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?
Christopher Allan Webber [Wed, 4 Sep 2013 12:41:56 +0000 (07:41 -0500)]
Merge remote-tracking branch 'refs/remotes/spaetz/fix_docs'
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.
Dan Callahan [Tue, 3 Sep 2013 20:31:28 +0000 (15:31 -0500)]
Add site name, logo, and background for Persona
Christopher Allan Webber [Mon, 2 Sep 2013 21:28:35 +0000 (16:28 -0500)]
Updated AUTHORS for v0.5.0
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
Aditi Mittal [Mon, 2 Sep 2013 16:44:59 +0000 (22:14 +0530)]
Rename get_all_posts_of_a_blog function.
Aditi Mittal [Mon, 2 Sep 2013 16:28:17 +0000 (21:58 +0530)]
Implement pagination feature for blog_post_listing and blog_dashboard pages.
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.
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.
Aditi Mittal [Mon, 2 Sep 2013 03:39:31 +0000 (09:09 +0530)]
Rename save button to 'save as draft'.
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
Aditi Mittal [Sat, 31 Aug 2013 07:04:02 +0000 (12:34 +0530)]
Merge branch 'master' of git://gitorious.org/mediagoblin/mediagoblin
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...
Rodney Ewing [Wed, 28 Aug 2013 15:21:20 +0000 (08:21 -0700)]
pdf 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
Rodney Ewing [Wed, 28 Aug 2013 15:12:43 +0000 (08:12 -0700)]
audio 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
Rodney Ewing [Wed, 28 Aug 2013 14:56:44 +0000 (07:56 -0700)]
image media_type now have their own config_spec.ini
Christopher Allan Webber [Thu, 29 Aug 2013 14:36:34 +0000 (09:36 -0500)]
Explicitly require a newer celery
Aditi [Thu, 29 Aug 2013 05:05:53 +0000 (10:35 +0530)]
Add function get_all_blog_posts_of_blog.
Aditi [Thu, 29 Aug 2013 05:04:47 +0000 (10:34 +0530)]
Resolve merge conflict.
Aditi [Wed, 28 Aug 2013 18:12:35 +0000 (23:42 +0530)]
Refactor views using functions in lib file.
Aditi [Wed, 28 Aug 2013 18:02:13 +0000 (23:32 +0530)]
Change Url for blog post listing view.
Aditi [Wed, 28 Aug 2013 17:58:09 +0000 (23:28 +0530)]
Pull changes and resolve merge conflict.
Christopher Allan Webber [Wed, 28 Aug 2013 16:11:41 +0000 (11:11 -0500)]
Fix failing to build docs
Christopher Allan Webber [Wed, 28 Aug 2013 16:06:07 +0000 (11:06 -0500)]
double colon here was killing the build
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!
Rodney Ewing [Tue, 27 Aug 2013 21:24:24 +0000 (14:24 -0700)]
0.5.0 release notes
Christopher Allan Webber [Mon, 26 Aug 2013 22:39:53 +0000 (17:39 -0500)]
Committing extracted and compiled translations
Christopher Allan Webber [Mon, 26 Aug 2013 22:38:50 +0000 (17:38 -0500)]
Committing present MediaGoblin translations before pushing extracted messages
Christopher Allan Webber [Mon, 26 Aug 2013 22:35:54 +0000 (17:35 -0500)]
Fixing another typo, thanks to Laura Arjona (again!)
Christopher Allan Webber [Mon, 26 Aug 2013 22:28:51 +0000 (17:28 -0500)]
Fixing typo. Thanks larjona!
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
Christopher Allan Webber [Mon, 26 Aug 2013 19:19:44 +0000 (14:19 -0500)]
Committing extracted and compiled translations
Christopher Allan Webber [Mon, 26 Aug 2013 19:18:04 +0000 (14:18 -0500)]
Committing present MediaGoblin translations before pushing extracted messages
Christopher Allan Webber [Mon, 26 Aug 2013 19:17:34 +0000 (14:17 -0500)]
transifex.net->transifex.com
Rodney Ewing [Mon, 1 Jul 2013 03:51:23 +0000 (20:51 -0700)]
use media.get_uploader and fix typo
Rodney Ewing [Thu, 27 Jun 2013 18:18:31 +0000 (11:18 -0700)]
javascript limit validation
Rodney Ewing [Thu, 27 Jun 2013 17:29:24 +0000 (10:29 -0700)]
fix after rebase
Rodney Ewing [Fri, 14 Jun 2013 01:34:42 +0000 (18:34 -0700)]
duplicate
Rodney Ewing [Fri, 14 Jun 2013 01:28:38 +0000 (18:28 -0700)]
copying.txt
Rodney Ewing [Fri, 14 Jun 2013 00:52:13 +0000 (17:52 -0700)]
added tests
Rodney Ewing [Fri, 14 Jun 2013 00:17:33 +0000 (17:17 -0700)]
fixed tests and defaults
Rodney Ewing [Thu, 13 Jun 2013 23:37:42 +0000 (16:37 -0700)]
max file size