| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | Removing legacy mongo-related docstring | Christopher Allan Webber | 2014-06-23 | 1 | -33/+0 |
| * | 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 | 2 | -2/+6 |
| * | Switch "user_id" to "privilege" and "privilege_id" to "user". | Christopher Allan Webber | 2014-06-10 | 2 | -19/+25 |
| * | Merge remote-tracking branch 'refs/remotes/tilly-q/ticket-874' into mergetest | Christopher Allan Webber | 2014-06-10 | 2 | -4/+48 |
| |\ |
|
| | * | Made the columns properly referenced in models and migrations. | tilly-Q | 2014-04-23 | 2 | -14/+9 |
| | * | Renamed the columns on core__privileges_users table so that they are unique and | tilly-Q | 2014-04-22 | 2 | -2/+47 |
| * | | Set a default value to MediaEntry.media_metadata | tilly-Q | 2014-05-14 | 2 | -2/+4 |
| * | | Merge branch 'master' of gitorious.org:mediagoblin/mediagoblin into metadata | tilly-Q | 2014-05-13 | 1 | -0/+6 |
| |\| |
|
| * | | Changed the name of the metadata column | tilly-Q | 2014-04-21 | 2 | -2/+2 |
| * | | Moved the metadata column to MediaEntry rather than MediaFile | tilly-Q | 2014-04-21 | 2 | -5/+5 |
| * | | In this commit, I added a new column which will be used for RDFa metadata of | tilly-Q | 2014-04-21 | 2 | -0/+13 |
* | | | Provide a better manager API for Alembic. | Berker Peksag | 2014-08-15 | 1 | -6/+27 |
* | | | Add initial Alembic migrations. | Berker Peksag | 2014-08-13 | 5 | -0/+123 |
* | | | Cleanup mediagoblin._compat and fix translation tests. | Berker Peksag | 2014-07-28 | 1 | -2/+3 |
* | | | func_name removed in Python 3. | Berker Peksag | 2014-07-28 | 1 | -1/+1 |
* | | | Remove sqlalchemy-migrate imports from the codebase. Do not touch tests yet. | Berker Peksag | 2014-06-27 | 2 | -9/+1 |
* | | | Use six.text_type instead of unicode(). | Berker Peksag | 2014-06-02 | 2 | -4/+6 |
* | | | Use six.iteritems() instead of dict.iteritems(). | Berker Peksag | 2014-05-26 | 1 | -2/+4 |
* | | | Continue to port GMG codebase. | Berker Peksag | 2014-05-08 | 2 | -2/+5 |
* | | | Fix some compat issues in mediagoblin/db/models.py. | Berker Peksag | 2014-05-08 | 1 | -2/+4 |
| |/
|/| |
|
* | | Issue #686: Create User.url_for_self() method. | Berker Peksag | 2014-04-10 | 1 | -0/+6 |
|/ |
|
* | Not only the web server starts MediaGoblin app! Better phrasing. | Christopher Allan Webber | 2014-01-02 | 1 | -1/+1 |
* | Merge remote-tracking branch 'refs/remotes/rodney757/dbupdate' | Christopher Allan Webber | 2014-01-02 | 1 | -1/+17 |
|\ |
|
| * | check if db is up to date | Rodney Ewing | 2013-09-02 | 1 | -1/+16 |
* | | I went through the code and just removed some blank spaces. I also looked it | tilly-Q | 2013-11-19 | 2 | -4/+3 |
* | | Addressed ticket number 630 by removing MediaEntry.collected | Josie | 2013-11-18 | 2 | -2/+15 |
* | | 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 |
|/ / |
|
* | | 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 | 4 | -17/+426 |
|\| | |
|
| * | | 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 | 2 | -48/+129 |
| * | | This commit was solely to remove unused imports in the code that I have written | tilly-Q | 2013-09-23 | 2 | -4/+2 |
| * | | At this point, I am very close to done with this code! I made one big change at | tilly-Q | 2013-09-23 | 2 | -7/+5 |
| * | | Merge branch 'master' into OPW-Moderation-Update | tilly-Q | 2013-09-12 | 2 | -4/+20 |
| |\| |
|
| * | | In this commit, I'm deleting the ArchivedReports object, at paroneyea's recom- | tilly-Q | 2013-09-11 | 2 | -62/+31 |
| * | | This should be my final code update before I am ready for review! Basically, in | tilly-Q | 2013-09-10 | 2 | -2/+14 |
| * | | This was a quick update, I mostly worked on the transition from using the old | tilly-Q | 2013-09-08 | 2 | -3/+38 |
| * | | I did some more code-keeping in this commit. I added a lot of documentation, so | tilly-Q | 2013-09-03 | 1 | -12/+59 |
| * | | This is a quick commit. I gave admins the ability to ban or unban users | tilly-Q | 2013-08-29 | 2 | -4/+4 |
| * | | This was a big commit! I included lots of documentation below, but generally I | tilly-Q | 2013-08-29 | 3 | -58/+40 |
| * | | This commit was just to fix a few of the errors with the merging and to | tilly-Q | 2013-08-20 | 2 | -79/+81 |