Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | In the case of setuptools/sqlalchemy conflict, explain the issue | Asheesh Laroia | 2013-12-02 | 1 | -2/+16 |
| | | | | | This commit tri-licensed under: CC0 1.0, AGPLv3 or later (at your option), and Apache License 2.0 | ||||
* | Committing extracted and compiled translations | Christopher Allan Webber | 2013-12-02 | 65 | -1535/+767 |
| | |||||
* | Committing present MediaGoblin translations before pushing extracted messages | Christopher Allan Webber | 2013-12-02 | 2 | -28/+28 |
| | |||||
* | Also adding contributor "Josie". Not sure of full name! | Christopher Allan Webber | 2013-12-02 | 1 | -0/+1 |
| | |||||
* | mediagoblin/templates/mediagoblin/user_pages/collection.html: fix typo | Alon Levy | 2013-12-01 | 1 | -1/+1 |
| | |||||
* | Adding Lenna Peterson to AUTHORS | Christopher Allan Webber | 2013-11-30 | 1 | -0/+1 |
| | |||||
* | LDAP readme link | Christopher Allan Webber | 2013-11-30 | 1 | -0/+15 |
| | |||||
* | 0.6.0 release notes | Christopher Allan Webber | 2013-11-30 | 1 | -0/+68 |
| | |||||
* | Provide an easy option to turn off the terms of service | Christopher Allan Webber | 2013-11-30 | 1 | -0/+3 |
| | |||||
* | Adding Devan to AUTHORS | Christopher Allan Webber | 2013-11-29 | 1 | -0/+1 |
| | |||||
* | Committing extracted and compiled translations | Christopher Allan Webber | 2013-11-26 | 67 | -242/+72 |
| | |||||
* | Committing present MediaGoblin translations before pushing extracted messages | Christopher Allan Webber | 2013-11-26 | 5 | -119/+119 |
| | |||||
* | No need to translate a variable name alone | Christopher Allan Webber | 2013-11-26 | 1 | -3/+1 |
| | |||||
* | Committing extracted and compiled translations | Christopher Allan Webber | 2013-11-25 | 67 | -2106/+3025 |
| | |||||
* | Removing the "logging is debug by default in dbupdate" | Christopher Allan Webber | 2013-11-25 | 1 | -1/+2 |
| | | | | This commit sponsored by David Neudorfer. Thank you! | ||||
* | Merge branch 'fix-foundations-warn' | tilly-Q | 2013-11-24 | 1 | -6/+0 |
|\ | |||||
| * | This is a tiny change. I took out the warnings that were displayed when a plugin | tilly-Q | 2013-11-21 | 1 | -6/+0 |
| | | | | | | | | didn't have a FOUNDATIONS dictionary because people found them annoying. | ||||
* | | I went through the code and just removed some blank spaces. I also looked it | tilly-Q | 2013-11-19 | 3 | -7/+4 |
| | | | | | | | | thru and it looked great. | ||||
* | | Addressed ticket number 630 by removing MediaEntry.collected | Josie | 2013-11-18 | 4 | -6/+17 |
|/ | |||||
* | Documenting the command-line uploading tooling. | Christopher Allan Webber | 2013-11-14 | 2 | -0/+42 |
| | | | | This commit sponsored by Libby Reinish. Thank you! :) | ||||
* | Making the API make use of the new submit tooling. | Christopher Allan Webber | 2013-11-14 | 2 | -46/+59 |
| | | | | This commit sponsored by Zakkai Kauffman-Rogoff. Thanks! :) | ||||
* | Pass in request.urlgen to submit_media so it can update the feed_url stuff | Christopher Allan Webber | 2013-11-14 | 1 | -1/+2 |
| | | | | This commit sponsored by Jesus Alberto Rodriguez Chavez. Thank you! | ||||
* | Also switching piwigo integration of submit_media over to kwargs. | Christopher Allan Webber | 2013-11-14 | 1 | -5/+6 |
| | | | | This commit sponsored by Roberto Capone. Thanks! | ||||
* | Switching use of submit_media to be keyword arguments in views.py. | Christopher Allan Webber | 2013-11-14 | 1 | -7/+8 |
| | | | | | | | This should make things a bit easier for me to fiddle with argument ordering. This commit sponsored by Maira Sutton. Thanks! | ||||
* | Switching the addmedia tool over to using the get_upload_file_limits tool also. | Christopher Allan Webber | 2013-11-14 | 1 | -7/+2 |
| | | | | This commit sponsored by Damien Radtke. Thanks! | ||||
* | Porting the piwigo submit system over to using the new submit utility. | Christopher Allan Webber | 2013-11-14 | 1 | -57/+38 |
| | | | | | | This also adds upload limit checks to the piwigo plugin! This commit sponsored by Sam Black. Thank you! | ||||
* | Breaking out get_upload_file_limits into its own utility. | Christopher Allan Webber | 2013-11-14 | 2 | -12/+23 |
| | | | | This commit sponsored by Mikael Nordfeldth. Thank you! | ||||
* | --license doesn't use the user default so correct that. It does use a URL ↵ | Christopher Allan Webber | 2013-11-14 | 1 | -1/+1 |
| | | | | | | though. This commit sponsored by Benjamin Williams. Thank you! | ||||
* | A couple more adjustments for unicode'ification of some arguments. | Christopher Allan Webber | 2013-11-14 | 1 | -2/+2 |
| | | | | This commit sponsored by Bruno Girin. Thank you! | ||||
* | Hacks to get past unicode barriers | Christopher Allan Webber | 2013-11-14 | 1 | -7/+17 |
| | | | | | | | The methods we're using here aren't ideal but they mirror those used in the submit views... This commit sponsored by Alexander Couper. Thanks! | ||||
* | Generic'ifying the submit code to not rely on the werkzeug FileStorage ↵ | Christopher Allan Webber | 2013-11-13 | 8 | -50/+40 |
| | | | | | | | | datastructure Important, because that only makes sense for wsgi! :) This commit sponsored by Geoff Lehr. Thank you! | ||||
* | Docstring for submit_media() | Christopher Allan Webber | 2013-11-13 | 1 | -0/+18 |
| | | | | This commit sponsored by Benjamin Prager. Thank you! | ||||
* | Start of addmedia command. Kinda close to working ;) | Christopher Allan Webber | 2013-11-13 | 2 | -0/+104 |
| | |||||
* | Weird indentation issue, fixing! | Christopher Allan Webber | 2013-11-13 | 1 | -2/+3 |
| | | | | This commit sponsored by Iain Nicol. Thank you! | ||||
* | Refactoring submission utility to make it more generic! Reusable! | Christopher Allan Webber | 2013-11-13 | 2 | -120/+88 |
| | | | | | This commit sponsored by Joar Wandborg. Joar, thanks for the many things you've done for MediaGoblin! | ||||
* | Starting to split out a submit_media utility | Christopher Allan Webber | 2013-11-12 | 1 | -0/+82 |
| | |||||
* | Oh god how did I leave a pdb.set_trace() in here | Christopher Allan Webber | 2013-11-10 | 1 | -2/+0 |
| | | | | | | Well, cleaning that up :) This commit sponsored by Enrico Zini. Thanks! | ||||
* | Apparently kombu is fine again | Christopher Allan Webber | 2013-11-10 | 1 | -1/+1 |
| | |||||
* | Fixing the ascii art media type. There was an ordering issue in the code. | Christopher Allan Webber | 2013-11-08 | 1 | -2/+3 |
| | | | | | | Moved set_file_metadata till after the thumb file was created! This commit sponsored by Samat Jain. Thank you! | ||||
* | Committing extracted and compiled translations | Christopher Allan Webber | 2013-11-05 | 67 | -840/+432 |
| | |||||
* | Removing strings that should not have been translated | Christopher Allan Webber | 2013-11-05 | 1 | -4/+5 |
| | |||||
* | Just made it so the "okay to wipe your database" echo doesn't add a newline | Christopher Allan Webber | 2013-11-05 | 1 | -1/+1 |
| | |||||
* | Merge remote-tracking branch ↵ | Christopher Allan Webber | 2013-11-05 | 1 | -0/+105 |
|\ | | | | | | | 'refs/remotes/tilly-q/dev_tools_environment_update' into mergetest | ||||
| * | This commit made it so that the script now extracts two different archive. One | tilly-Q | 2013-10-31 | 1 | -1/+3 |
| | | | | | | | | | | for the chosen database, and one for the media to go in the UserDev directory. This will make the mg-dev-example-environments branch more efficient. | ||||
| * | This was a very minor update. In the mg-dev-example-environment branch I changed | tilly-Q | 2013-10-31 | 1 | -0/+103 |
| | | | | | | | | | | | | the naming system for the databases, and in this branch I just changed the default name to the new default. The new naming system is based on migrations not milestones. | ||||
* | | Committing extracted and compiled translations | Christopher Allan Webber | 2013-11-04 | 65 | -663/+1473 |
| | | |||||
* | | Committing present MediaGoblin translations before pushing extracted messages | Christopher Allan Webber | 2013-11-04 | 2 | -187/+187 |
| | | |||||
* | | accoutn -> account. Typo fix caught by Laura Arjona! Thanks! | Christopher Allan Webber | 2013-11-04 | 1 | -1/+1 |
| | | | | | | | | This commit sponsored by Nick Adams! Thank you! | ||||
* | | Committing extracted and compiled translations | Christopher Allan Webber | 2013-11-04 | 65 | -9700/+22665 |
| | | |||||
* | | Committing present MediaGoblin translations before pushing extracted messages | Christopher Allan Webber | 2013-11-04 | 2 | -21/+21 |
| | |