aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | | | | | | | Removing the assertion that this site is run by StatusNet (major oops) and ad...Christopher Allan Webber2013-12-031-7/+13
* | | | | | | | | | | | | | | | | | | | At v0.6.0! Woohoo!Christopher Allan Webber2013-12-021-1/+1
* | | | | | | | | | | | | | | | | | | | Adding Asheesh Laroia to AUTHORS!Christopher Allan Webber2013-12-021-0/+1
* | | | | | | | | | | | | | | | | | | | Previous ordering seemed weird.Christopher Allan Webber2013-12-021-1/+1
* | | | | | | | | | | | | | | | | | | | Including python-dateutil in our dependency listChristopher Allan Webber2013-12-021-0/+1
* | | | | | | | | | | | | | | | | | | | In the case of setuptools/sqlalchemy conflict, explain the issueAsheesh Laroia2013-12-021-2/+16
* | | | | | | | | | | | | | | | | | | | Committing extracted and compiled translationsChristopher Allan Webber2013-12-0265-1535/+767
* | | | | | | | | | | | | | | | | | | | Committing present MediaGoblin translations before pushing extracted messagesChristopher Allan Webber2013-12-022-28/+28
* | | | | | | | | | | | | | | | | | | | Also adding contributor "Josie". Not sure of full name!Christopher Allan Webber2013-12-021-0/+1
* | | | | | | | | | | | | | | | | | | | mediagoblin/templates/mediagoblin/user_pages/collection.html: fix typoAlon Levy2013-12-011-1/+1
* | | | | | | | | | | | | | | | | | | | Adding Lenna Peterson to AUTHORSChristopher Allan Webber2013-11-301-0/+1
* | | | | | | | | | | | | | | | | | | | LDAP readme linkChristopher Allan Webber2013-11-301-0/+15
* | | | | | | | | | | | | | | | | | | | 0.6.0 release notesChristopher Allan Webber2013-11-301-0/+68
* | | | | | | | | | | | | | | | | | | | Provide an easy option to turn off the terms of serviceChristopher Allan Webber2013-11-301-0/+3
* | | | | | | | | | | | | | | | | | | | Adding Devan to AUTHORSChristopher Allan Webber2013-11-291-0/+1
* | | | | | | | | | | | | | | | | | | | Committing extracted and compiled translationsChristopher Allan Webber2013-11-2667-242/+72
* | | | | | | | | | | | | | | | | | | | Committing present MediaGoblin translations before pushing extracted messagesChristopher Allan Webber2013-11-265-119/+119
* | | | | | | | | | | | | | | | | | | | No need to translate a variable name aloneChristopher Allan Webber2013-11-261-3/+1
* | | | | | | | | | | | | | | | | | | | Committing extracted and compiled translationsChristopher Allan Webber2013-11-2567-2106/+3025
* | | | | | | | | | | | | | | | | | | | Removing the "logging is debug by default in dbupdate"Christopher Allan Webber2013-11-251-1/+2
* | | | | | | | | | | | | | | | | | | | Merge branch 'fix-foundations-warn'tilly-Q2013-11-241-6/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | This is a tiny change. I took out the warnings that were displayed when a plugintilly-Q2013-11-211-6/+0
* | | | | | | | | | | | | | | | | | | | | I went through the code and just removed some blank spaces. I also looked ittilly-Q2013-11-193-7/+4
* | | | | | | | | | | | | | | | | | | | | Addressed ticket number 630 by removing MediaEntry.collectedJosie2013-11-184-6/+17
|/ / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | Documenting the command-line uploading tooling.Christopher Allan Webber2013-11-142-0/+42
* | | | | | | | | | | | | | | | | | | | Making the API make use of the new submit tooling.Christopher Allan Webber2013-11-142-46/+59
* | | | | | | | | | | | | | | | | | | | Pass in request.urlgen to submit_media so it can update the feed_url stuffChristopher Allan Webber2013-11-141-1/+2
* | | | | | | | | | | | | | | | | | | | Also switching piwigo integration of submit_media over to kwargs.Christopher Allan Webber2013-11-141-5/+6
* | | | | | | | | | | | | | | | | | | | Switching use of submit_media to be keyword arguments in views.py.Christopher Allan Webber2013-11-141-7/+8
* | | | | | | | | | | | | | | | | | | | Switching the addmedia tool over to using the get_upload_file_limits tool also.Christopher Allan Webber2013-11-141-7/+2
* | | | | | | | | | | | | | | | | | | | Porting the piwigo submit system over to using the new submit utility.Christopher Allan Webber2013-11-141-57/+38
* | | | | | | | | | | | | | | | | | | | Breaking out get_upload_file_limits into its own utility.Christopher Allan Webber2013-11-142-12/+23
* | | | | | | | | | | | | | | | | | | | --license doesn't use the user default so correct that. It does use a URL th...Christopher Allan Webber2013-11-141-1/+1
* | | | | | | | | | | | | | | | | | | | A couple more adjustments for unicode'ification of some arguments.Christopher Allan Webber2013-11-141-2/+2
* | | | | | | | | | | | | | | | | | | | Hacks to get past unicode barriersChristopher Allan Webber2013-11-141-7/+17
* | | | | | | | | | | | | | | | | | | | Generic'ifying the submit code to not rely on the werkzeug FileStorage datast...Christopher Allan Webber2013-11-138-50/+40
* | | | | | | | | | | | | | | | | | | | Docstring for submit_media()Christopher Allan Webber2013-11-131-0/+18
* | | | | | | | | | | | | | | | | | | | Start of addmedia command. Kinda close to working ;)Christopher Allan Webber2013-11-132-0/+104
* | | | | | | | | | | | | | | | | | | | Weird indentation issue, fixing!Christopher Allan Webber2013-11-131-2/+3
* | | | | | | | | | | | | | | | | | | | Refactoring submission utility to make it more generic! Reusable!Christopher Allan Webber2013-11-132-120/+88
* | | | | | | | | | | | | | | | | | | | Starting to split out a submit_media utilityChristopher Allan Webber2013-11-121-0/+82
* | | | | | | | | | | | | | | | | | | | Oh god how did I leave a pdb.set_trace() in hereChristopher Allan Webber2013-11-101-2/+0
* | | | | | | | | | | | | | | | | | | | Apparently kombu is fine againChristopher Allan Webber2013-11-101-1/+1
* | | | | | | | | | | | | | | | | | | | Fixing the ascii art media type. There was an ordering issue in the code.Christopher Allan Webber2013-11-081-2/+3
* | | | | | | | | | | | | | | | | | | | Committing extracted and compiled translationsChristopher Allan Webber2013-11-0567-840/+432
* | | | | | | | | | | | | | | | | | | | Removing strings that should not have been translatedChristopher Allan Webber2013-11-051-4/+5
* | | | | | | | | | | | | | | | | | | | Just made it so the "okay to wipe your database" echo doesn't add a newlineChristopher Allan Webber2013-11-051-1/+1
* | | | | | | | | | | | | | | | | | | | Merge remote-tracking branch 'refs/remotes/tilly-q/dev_tools_environment_upda...Christopher Allan Webber2013-11-051-0/+105
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | This commit made it so that the script now extracts two different archive. Onetilly-Q2013-10-311-1/+3
| * | | | | | | | | | | | | | | | | | | | This was a very minor update. In the mg-dev-example-environment branch I changedtilly-Q2013-10-311-0/+103