| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a python2.6 compatibility issue. Removing a dict comprehension. | Christopher Allan Webber | 2014-08-18 | 1 | -1/+2 |
* | Elrond keeps pointing out places I should "is not None" at :) | Christopher Allan Webber | 2014-08-08 | 1 | -2/+2 |
* | Okay, we don't know that indexes are falsey, so let's make it clearer. Yeek! | Christopher Allan Webber | 2014-08-08 | 1 | -1/+1 |
* | this negation needs parens. | Christopher Allan Webber | 2014-08-08 | 1 | -1/+1 |
* | Pull the indexes out of the dictionary directly | Christopher Allan Webber | 2014-08-08 | 1 | -8/+11 |
* | If the constraint already exists, roll back to a sane state. | Christopher Allan Webber | 2014-08-08 | 1 | -1/+1 |
* | Explaining why we're committing mid-migration | Christopher Allan Webber | 2014-08-08 | 1 | -0/+4 |
* | Only add the constraint if we need to. Catch an exception if we don't. | Christopher Allan Webber | 2014-08-07 | 1 | -6/+10 |
* | Document both migrations, comment out old migration | Christopher Allan Webber | 2014-08-07 | 1 | -9/+35 |
* | Add a new migration which removes/fixes the old migration | Christopher Allan Webber | 2014-08-07 | 1 | -0/+50 |
* | Fix issue where create_uuid doesn't exist nor used | Jessica Tallon | 2014-07-22 | 1 | -1/+2 |
* | Make sure new media has a new uuid added on | Jessica Tallon | 2014-07-22 | 1 | -7/+6 |
* | Adds migration on MediaEntry to add uuid | Jessica Tallon | 2014-07-22 | 1 | -1/+0 |
* | Fix #894 - index User.username field | Jessica Tallon | 2014-07-17 | 1 | -1/+15 |
* | Adding comments in the migration explaining a bit what's going on. | Christopher Allan Webber | 2014-06-11 | 1 | -0/+2 |
* | Explicitly set the column names to "user" and "privilege" | Christopher Allan Webber | 2014-06-11 | 1 | -2/+4 |
* | Switch "user_id" to "privilege" and "privilege_id" to "user". | Christopher Allan Webber | 2014-06-10 | 1 | -17/+23 |
* | Merge remote-tracking branch 'refs/remotes/tilly-q/ticket-874' into mergetest | Christopher Allan Webber | 2014-06-10 | 1 | -0/+46 |
|\ |
|
| * | Made the columns properly referenced in models and migrations. | tilly-Q | 2014-04-23 | 1 | -10/+7 |
| * | Renamed the columns on core__privileges_users table so that they are unique and | tilly-Q | 2014-04-22 | 1 | -0/+45 |
* | | Set a default value to MediaEntry.media_metadata | tilly-Q | 2014-05-14 | 1 | -1/+2 |
* | | Changed the name of the metadata column | tilly-Q | 2014-04-21 | 1 | -1/+1 |
* | | Moved the metadata column to MediaEntry rather than MediaFile | tilly-Q | 2014-04-21 | 1 | -4/+4 |
* | | In this commit, I added a new column which will be used for RDFa metadata of | tilly-Q | 2014-04-21 | 1 | -0/+12 |
|/ |
|
* | I went through the code and just removed some blank spaces. I also looked it | tilly-Q | 2013-11-19 | 1 | -3/+2 |
* | Addressed ticket number 630 by removing MediaEntry.collected | Josie | 2013-11-18 | 1 | -0/+14 |
* | Renaming replace_table to replace_table_hack and documenting why it's a hack | Christopher Allan Webber | 2013-10-10 | 1 | -3/+3 |
* | Merge remote-tracking branch 'tilly-q/merge-tillyq-moderation' into merge-til... | Christopher Allan Webber | 2013-10-10 | 1 | -21/+4 |
|\ |
|
| * | I made some changes in this commit to help out with other people trying to work | tilly-Q | 2013-10-09 | 1 | -21/+4 |
* | | Fix the create_moderation_tables migration to work with postgresql | Christopher Allan Webber | 2013-10-10 | 1 | -3/+3 |
|/ |
|
* | Fixing migration to account for new fields added to User model | Christopher Allan Webber | 2013-10-09 | 1 | -1/+5 |
* | Merge remote-tracking branch 'tilly-q/OPW-Moderation-Update' into merge-tilly... | Christopher Allan Webber | 2013-10-09 | 1 | -5/+9 |
|\ |
|
| * | This was a quick update to clean up some of my templates and fix the formatting | tilly-Q | 2013-10-08 | 1 | -5/+9 |
* | | 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 | 1 | -3/+199 |
|\| |
|
| * | This was a very important update where I fixed a few small but fatal bugs in my | tilly-Q | 2013-10-03 | 1 | -3/+3 |
| * | In this commit, I mostly did work on the migrations. Firstly, I droppped the | tilly-Q | 2013-10-03 | 1 | -42/+129 |
| * | This commit was solely to remove unused imports in the code that I have written | tilly-Q | 2013-09-23 | 1 | -2/+1 |
| * | At this point, I am very close to done with this code! I made one big change at | tilly-Q | 2013-09-23 | 1 | -2/+2 |
| * | Merge branch 'master' into OPW-Moderation-Update | tilly-Q | 2013-09-12 | 1 | -4/+19 |
| |\ |
|
| * | | In this commit, I'm deleting the ArchivedReports object, at paroneyea's recom- | tilly-Q | 2013-09-11 | 1 | -12/+3 |
| * | | This should be my final code update before I am ready for review! Basically, in | tilly-Q | 2013-09-10 | 1 | -1/+10 |
| * | | This was a quick update, I mostly worked on the transition from using the old | tilly-Q | 2013-09-08 | 1 | -1/+36 |
| * | | This is a quick commit. I gave admins the ability to ban or unban users | tilly-Q | 2013-08-29 | 1 | -2/+2 |
| * | | This was a big commit! I included lots of documentation below, but generally I | tilly-Q | 2013-08-29 | 1 | -10/+10 |
| * | | This commit was just to fix a few of the errors with the merging and to | tilly-Q | 2013-08-20 | 1 | -73/+74 |
| * | | Merge branch 'master' into OPW-Moderation-Update | tilly-Q | 2013-08-20 | 1 | -0/+81 |
| |\ \ |
|
| * | | | This was a very small update, I'm hoping to rebase after this to solve some | tilly-Q | 2013-08-20 | 1 | -1/+1 |
| * | | | This has been an update to clean out the code a little bit. The primary change | tilly-Q | 2013-08-13 | 1 | -1/+1 |