aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/db
Commit message (Expand)AuthorAgeFilesLines
* Provide a better manager API for Alembic.Berker Peksag2014-08-151-6/+27
* Add initial Alembic migrations.Berker Peksag2014-08-135-0/+123
* Cleanup mediagoblin._compat and fix translation tests.Berker Peksag2014-07-281-2/+3
* func_name removed in Python 3.Berker Peksag2014-07-281-1/+1
* Remove sqlalchemy-migrate imports from the codebase. Do not touch tests yet.Berker Peksag2014-06-272-9/+1
* Use six.text_type instead of unicode().Berker Peksag2014-06-022-4/+6
* Use six.iteritems() instead of dict.iteritems().Berker Peksag2014-05-261-2/+4
* Continue to port GMG codebase.Berker Peksag2014-05-082-2/+5
* Fix some compat issues in mediagoblin/db/models.py.Berker Peksag2014-05-081-2/+4
* Issue #686: Create User.url_for_self() method.Berker Peksag2014-04-101-0/+6
* Not only the web server starts MediaGoblin app! Better phrasing.Christopher Allan Webber2014-01-021-1/+1
* Merge remote-tracking branch 'refs/remotes/rodney757/dbupdate'Christopher Allan Webber2014-01-021-1/+17
|\
| * check if db is up to dateRodney Ewing2013-09-021-1/+16
* | I went through the code and just removed some blank spaces. I also looked ittilly-Q2013-11-192-4/+3
* | Addressed ticket number 630 by removing MediaEntry.collectedJosie2013-11-182-2/+15
* | Renaming replace_table to replace_table_hack and documenting why it's a hackChristopher Allan Webber2013-10-102-6/+12
* | Actually rename the table back, or else we just lose the old table! ;)Christopher Allan Webber2013-10-101-1/+1
* | Merge remote-tracking branch 'tilly-q/merge-tillyq-moderation' into merge-til...Christopher Allan Webber2013-10-102-21/+31
|\ \
| * | I made some changes in this commit to help out with other people trying to worktilly-Q2013-10-092-21/+31
* | | Fix the create_moderation_tables migration to work with postgresqlChristopher Allan Webber2013-10-101-3/+3
|/ /
* | Fixing migration to account for new fields added to User modelChristopher Allan Webber2013-10-091-1/+5
* | Merge remote-tracking branch 'tilly-q/OPW-Moderation-Update' into merge-tilly...Christopher Allan Webber2013-10-091-5/+9
|\ \
| * | This was a quick update to clean up some of my templates and fix the formattingtilly-Q2013-10-081-5/+9
* | | Adding a comment explaining what vR1 means.Christopher Allan Webber2013-10-081-0/+4
* | | Just fixing the order of migrations and a bit of whitespace.Christopher Allan Webber2013-10-081-38/+48
* | | Merge remote-tracking branch 'refs/remotes/tilly-q/OPW-Moderation-Update'Christopher Allan Webber2013-10-074-17/+426
|\| |
| * | This was a very important update where I fixed a few small but fatal bugs in mytilly-Q2013-10-031-3/+3
| * | In this commit, I mostly did work on the migrations. Firstly, I droppped thetilly-Q2013-10-032-48/+129
| * | This commit was solely to remove unused imports in the code that I have writtentilly-Q2013-09-232-4/+2
| * | At this point, I am very close to done with this code! I made one big change attilly-Q2013-09-232-7/+5
| * | Merge branch 'master' into OPW-Moderation-Updatetilly-Q2013-09-122-4/+20
| |\|
| * | In this commit, I'm deleting the ArchivedReports object, at paroneyea's recom-tilly-Q2013-09-112-62/+31
| * | This should be my final code update before I am ready for review! Basically, intilly-Q2013-09-102-2/+14
| * | This was a quick update, I mostly worked on the transition from using the oldtilly-Q2013-09-082-3/+38
| * | I did some more code-keeping in this commit. I added a lot of documentation, sotilly-Q2013-09-031-12/+59
| * | This is a quick commit. I gave admins the ability to ban or unban userstilly-Q2013-08-292-4/+4
| * | This was a big commit! I included lots of documentation below, but generally Itilly-Q2013-08-293-58/+40
| * | This commit was just to fix a few of the errors with the merging and totilly-Q2013-08-202-79/+81
| * | Merge branch 'master' into OPW-Moderation-Updatetilly-Q2013-08-202-12/+156
| |\ \
| * | | This was a very small update, I'm hoping to rebase after this to solve sometilly-Q2013-08-203-13/+5
| * | | This has been an update to clean out the code a little bit. The primary changetilly-Q2013-08-132-1/+11
| * | | This commit was the work I did fixing errors that cropped up from the merge.tilly-Q2013-07-312-3/+4
| * | | Merge branch 'ticket-679' into OPW-Moderation-Updatetilly-Q2013-07-298-56/+264
| |\ \ \
| * | | | This commit had some important milestones in it. The major update is that now Itilly-Q2013-07-273-12/+73
| * | | | Whew. This is a big update. I did some significant keeping work. I moved all oftilly-Q2013-07-172-5/+44
| * | | | This update I mostly did work on the templates for the admin pages. I did a co-tilly-Q2013-07-083-6/+13
| * | | | This was a simple commit. I changed all references to Groups into Privileges sotilly-Q2013-07-032-26/+26
| * | | | In this commit, I have made a few changes and tightened up some of my modelstilly-Q2013-06-273-45/+94
| * | | | This is the first stage of my project of implenting admin/moderator functiona-tilly-Q2013-06-242-3/+154
* | | | | remove a blank lineRodney Ewing2013-09-191-1/+0