Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' of git://gitorious.org/mediagoblin/mediagoblin | Aditi Mittal | 2013-09-18 | 19 | -42/+347 |
|\ | |||||
| * | Merge remote-tracking branch 'refs/remotes/rodney757/file_limits' | Christopher Allan Webber | 2013-09-18 | 17 | -37/+315 |
| |\ | | | | | | | | | | | | | Conflicts: mediagoblin/db/migrations.py | ||||
| | * | use media.get_uploader and fix typo | Rodney Ewing | 2013-08-26 | 2 | -3/+4 |
| | | | |||||
| | * | javascript limit validation | Rodney Ewing | 2013-08-26 | 4 | -4/+62 |
| | | | |||||
| | * | fix after rebase | Rodney Ewing | 2013-08-26 | 1 | -2/+2 |
| | | | |||||
| | * | duplicate | Rodney Ewing | 2013-08-26 | 1 | -1/+0 |
| | | | |||||
| | * | copying.txt | Rodney Ewing | 2013-08-26 | 1 | -0/+5 |
| | | | |||||
| | * | added tests | Rodney Ewing | 2013-08-26 | 4 | -9/+13 |
| | | | |||||
| | * | fixed tests and defaults | Rodney Ewing | 2013-08-26 | 1 | -0/+8 |
| | | | |||||
| | * | max file size | Rodney Ewing | 2013-08-26 | 3 | -41/+63 |
| | | | |||||
| | * | fixed tests | Rodney Ewing | 2013-08-26 | 2 | -8/+0 |
| | | | |||||
| | * | fixed tests and defaults | Rodney Ewing | 2013-08-26 | 1 | -0/+8 |
| | | | |||||
| | * | fixed tests and defaults | Rodney Ewing | 2013-08-26 | 6 | -10/+45 |
| | | | |||||
| | * | made no upload limit the default | Rodney Ewing | 2013-08-26 | 2 | -5/+5 |
| | | | |||||
| | * | typos | Rodney Ewing | 2013-08-26 | 2 | -2/+2 |
| | | | |||||
| | * | added tests | Rodney Ewing | 2013-08-26 | 2 | -8/+74 |
| | | | |||||
| | * | added user upload limits | Rodney Ewing | 2013-08-26 | 8 | -2/+82 |
| | | | |||||
| * | | Also add a bit of color to the theme's base color | Christopher Allan Webber | 2013-09-15 | 1 | -1/+7 |
| | | | | | | | | | | | | This commit sponsored by Marc Lijour. Thanks! | ||||
| * | | Updating the video.js that we use to avoid an XSS attack. Yikes! ;\ | Christopher Allan Webber | 2013-09-15 | 1 | -3/+20 |
| | | | | | | | | | | | | This commit sponsored by Daniel Valentine. Thank you! | ||||
| * | | Fix pagination for certain request.GET data | Christopher Allan Webber | 2013-09-13 | 1 | -2/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | 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! | ||||
* | | | 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 |
|\| | | |||||
| * | | Support python 2.6 again! Thanks to julianoliver for catching this. | Christopher Allan Webber | 2013-09-09 | 1 | -2/+11 |
| | | | | | | | | | | | | This commit sponsored by Sam Clegg. Thank you! | ||||
| * | | typo. conversions not convirsions | Rodney Ewing | 2013-09-06 | 2 | -2/+2 |
| | | | | | | | | | | | | thanks to saul for pointing this out. | ||||
* | | | 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 |
| | | |