aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Merge remote-tracking branch 'refs/remotes/rodney757/file_limits'Christopher Allan Webber2013-09-1817-37/+315
| |\
| | * use media.get_uploader and fix typoRodney Ewing2013-08-262-3/+4
| | * javascript limit validationRodney Ewing2013-08-264-4/+62
| | * fix after rebaseRodney Ewing2013-08-261-2/+2
| | * duplicateRodney Ewing2013-08-261-1/+0
| | * copying.txtRodney Ewing2013-08-261-0/+5
| | * added testsRodney Ewing2013-08-264-9/+13
| | * fixed tests and defaultsRodney Ewing2013-08-261-0/+8
| | * max file sizeRodney Ewing2013-08-263-41/+63
| | * fixed testsRodney Ewing2013-08-262-8/+0
| | * fixed tests and defaultsRodney Ewing2013-08-261-0/+8
| | * fixed tests and defaultsRodney Ewing2013-08-266-10/+45
| | * made no upload limit the defaultRodney Ewing2013-08-262-5/+5
| | * typosRodney Ewing2013-08-262-2/+2
| | * added testsRodney Ewing2013-08-262-8/+74
| | * added user upload limitsRodney Ewing2013-08-268-2/+82
| * | Also add a bit of color to the theme's base colorChristopher Allan Webber2013-09-151-1/+7
| * | Updating the video.js that we use to avoid an XSS attack. Yikes! ;\Christopher Allan Webber2013-09-1516-190/+7490
| * | Fix pagination for certain request.GET dataChristopher Allan Webber2013-09-131-2/+6
* | | 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 blog_dashboard...Aditi Mittal2013-09-151-45/+46
* | | 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
|\| |
| * | Support python 2.6 again! Thanks to julianoliver for catching this.Christopher Allan Webber2013-09-091-2/+11
| * | typo. conversions not convirsionsRodney Ewing2013-09-062-2/+2
* | | 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
* | | 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 f...Aditi Mittal2013-09-073-9/+28
* | | 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