Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | | | | | | | | | I went through the code and just removed some blank spaces. I also looked it | tilly-Q | 2013-11-19 | 3 | -7/+4 | |
* | | | | | | | | | | | | | | | | | Addressed ticket number 630 by removing MediaEntry.collected | Josie | 2013-11-18 | 4 | -6/+17 | |
|/ / / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | | Making the API make use of the new submit tooling. | Christopher Allan Webber | 2013-11-14 | 2 | -46/+59 | |
* | | | | | | | | | | | | | | | | Pass in request.urlgen to submit_media so it can update the feed_url stuff | Christopher Allan Webber | 2013-11-14 | 1 | -1/+2 | |
* | | | | | | | | | | | | | | | | Also switching piwigo integration of submit_media over to kwargs. | Christopher Allan Webber | 2013-11-14 | 1 | -5/+6 | |
* | | | | | | | | | | | | | | | | Switching use of submit_media to be keyword arguments in views.py. | Christopher Allan Webber | 2013-11-14 | 1 | -7/+8 | |
* | | | | | | | | | | | | | | | | Switching the addmedia tool over to using the get_upload_file_limits tool also. | Christopher Allan Webber | 2013-11-14 | 1 | -7/+2 | |
* | | | | | | | | | | | | | | | | Porting the piwigo submit system over to using the new submit utility. | Christopher Allan Webber | 2013-11-14 | 1 | -57/+38 | |
* | | | | | | | | | | | | | | | | Breaking out get_upload_file_limits into its own utility. | Christopher Allan Webber | 2013-11-14 | 2 | -12/+23 | |
* | | | | | | | | | | | | | | | | --license doesn't use the user default so correct that. It does use a URL th... | Christopher Allan Webber | 2013-11-14 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | | | A couple more adjustments for unicode'ification of some arguments. | Christopher Allan Webber | 2013-11-14 | 1 | -2/+2 | |
* | | | | | | | | | | | | | | | | Hacks to get past unicode barriers | Christopher Allan Webber | 2013-11-14 | 1 | -7/+17 | |
* | | | | | | | | | | | | | | | | Generic'ifying the submit code to not rely on the werkzeug FileStorage datast... | Christopher Allan Webber | 2013-11-13 | 8 | -50/+40 | |
* | | | | | | | | | | | | | | | | Docstring for submit_media() | Christopher Allan Webber | 2013-11-13 | 1 | -0/+18 | |
* | | | | | | | | | | | | | | | | 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 | |
* | | | | | | | | | | | | | | | | Refactoring submission utility to make it more generic! Reusable! | Christopher Allan Webber | 2013-11-13 | 2 | -120/+88 | |
* | | | | | | | | | | | | | | | | 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 | |
* | | | | | | | | | | | | | | | | Fixing the ascii art media type. There was an ordering issue in the code. | Christopher Allan Webber | 2013-11-08 | 1 | -2/+3 | |
* | | | | | | | | | | | | | | | | 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 | |
* | | | | | | | | | | | | | | | | 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 | |
* | | | | | | | | | | | | | | | | 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 | |
* | | | | | | | | | | | | | | | | Removing duplicate views from views.py | Christopher Allan Webber | 2013-11-01 | 1 | -158/+0 | |
* | | | | | | | | | | | | | | | | Removing duplicate terms of service link in the header. | Christopher Allan Webber | 2013-10-24 | 1 | -3/+0 | |
* | | | | | | | | | | | | | | | | Fix error in collection templates. | Devan Goodwin | 2013-10-20 | 2 | -8/+8 | |
* | | | | | | | | | | | | | | | | Make showing the Terms of Service a user option, and move it to the footer. | Christopher Allan Webber | 2013-10-11 | 4 | -6/+16 | |
* | | | | | | | | | | | | | | | | Renaming replace_table to replace_table_hack and documenting why it's a hack | Christopher Allan Webber | 2013-10-10 | 2 | -6/+12 | |
* | | | | | | | | | | | | | | | | Actually rename the table back, or else we just lose the old table! ;) | Christopher Allan Webber | 2013-10-10 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | | | Merge remote-tracking branch 'tilly-q/merge-tillyq-moderation' into merge-til... | Christopher Allan Webber | 2013-10-10 | 2 | -21/+31 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | I made some changes in this commit to help out with other people trying to work | tilly-Q | 2013-10-09 | 2 | -21/+31 | |
* | | | | | | | | | | | | | | | | | Fix the create_moderation_tables migration to work with postgresql | Christopher Allan Webber | 2013-10-10 | 1 | -3/+3 | |
* | | | | | | | | | | | | | | | | | "Intellectual property" being a problematic term, replacing it in this document. | Christopher Allan Webber | 2013-10-09 | 1 | -36/+42 | |
|/ / / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | | Fixing migration to account for new fields added to User model | Christopher Allan Webber | 2013-10-09 | 1 | -1/+5 | |
* | | | | | | | | | | | | | | | | Improving the whitespace around the {% trans %} adjustments from tilly-q | Christopher Allan Webber | 2013-10-09 | 2 | -14/+14 | |
* | | | | | | | | | | | | | | | | Merge remote-tracking branch 'tilly-q/OPW-Moderation-Update' into merge-tilly... | Christopher Allan Webber | 2013-10-09 | 6 | -25/+52 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | This was a quick update to clean up some of my templates and fix the formatting | tilly-Q | 2013-10-08 | 6 | -25/+52 | |
* | | | | | | | | | | | | | | | | | Fixing the test_change_password test. Needed a privilege! | Christopher Allan Webber | 2013-10-08 | 1 | -1/+3 | |
* | | | | | | | | | | | | | | | | | Fixing up the email verified stuff to reflect the email_verified stuff! | Christopher Allan Webber | 2013-10-08 | 1 | -8/+14 | |
* | | | | | | | | | | | | | | | | | Fixing issues in the tests caused by the OPW-Moderation-Update merge | Christopher Allan Webber | 2013-10-08 | 1 | -45/+17 | |
* | | | | | | | | | | | | | | | | | Adding a comment explaining what vR1 means. | Christopher Allan Webber | 2013-10-08 | 1 | -0/+4 | |
* | | | | | | | | | | | | | | | | | Just fixing the order of migrations and a bit of whitespace. | Christopher Allan Webber | 2013-10-08 | 1 | -38/+48 | |
* | | | | | | | | | | | | | | | | | Merge remote-tracking branch 'refs/remotes/tilly-q/OPW-Moderation-Update' | Christopher Allan Webber | 2013-10-07 | 58 | -206/+3406 | |
|\| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | This was a very important update where I fixed a few small but fatal bugs in my | tilly-Q | 2013-10-03 | 2 | -4/+4 | |
| * | | | | | | | | | | | | | | | | In this commit, I mostly did work on the migrations. Firstly, I droppped the | tilly-Q | 2013-10-03 | 2 | -48/+129 | |
| * | | | | | | | | | | | | | | | | This commit was solely to remove unused imports in the code that I have written | tilly-Q | 2013-09-23 | 10 | -25/+11 |