index
:
mediagoblin.git
master
MediaGoblin is a free software media publishing platform that anyone can run, with Plyr player for default, search and without nodejs
heckyel
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mediagoblin
/
db
/
migrations.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix the token issues in the migration
Christopher Allan Webber
2015-02-17
1
-3
/
+3
*
acess_token->access_token
Christopher Allan Webber
2015-02-17
1
-1
/
+1
*
Fixing typo: notifiction->notification
Christopher Allan Webber
2015-02-17
1
-1
/
+1
*
This one should be dt_to_utc, not db_to_utc, I believe
Christopher Allan Webber
2015-02-17
1
-1
/
+1
*
Fix #1065 - Migrate from native datetimes to UTC
Jessica Tallon
2015-02-15
1
-0
/
+126
*
Merge branch 'location'
Jessica Tallon
2014-10-09
1
-0
/
+37
|
\
|
*
Add location model and migrations
Jessica Tallon
2014-10-09
1
-0
/
+37
*
|
Merge branch '905-activities'
Jessica Tallon
2014-10-07
1
-2
/
+193
|
\
\
|
*
|
Fix all the unit tests and clean up code
Jessica Tallon
2014-10-06
1
-32
/
+42
|
*
|
Only have Model.activity for activity compatable objects/targets
Jessica Tallon
2014-09-03
1
-23
/
+13
|
*
|
Fix migrations and refactor object_type
Jessica Tallon
2014-09-02
1
-43
/
+105
|
*
|
Add ActivityIntermediator table and refactor some of Activity model
Jessica Tallon
2014-08-27
1
-37
/
+108
|
*
|
Create activity model and add activity creation
Jessica Tallon
2014-08-22
1
-0
/
+58
|
|
/
*
|
Fix migrations on Python 2.
Christopher Allan Webber
2014-09-30
1
-0
/
+3
*
|
Merge branch 'master' into merge-python3-port
Christopher Allan Webber
2014-09-16
1
-9
/
+179
|
\
|
|
*
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
|
|
/
*
|
Remove sqlalchemy-migrate imports from the codebase. Do not touch tests yet.
Berker Peksag
2014-06-27
1
-1
/
+1
*
|
Use six.text_type instead of unicode().
Berker Peksag
2014-06-02
1
-2
/
+4
|
/
*
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
[next]