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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Media URLs with ids in them are now like /u/cwebber/m/id:4112/ rather than /u...
Christopher Allan Webber
2013-02-26
1
-2
/
+4
*
Import sqlalchemy's and_ and use it in our select statement
Christopher Allan Webber
2013-02-26
1
-2
/
+3
*
And of course, we need to actually commit at the end of a migration.
Christopher Allan Webber
2013-02-26
1
-0
/
+3
*
Dope'ily missed .count() on the query where we're counting
Christopher Allan Webber
2013-02-25
1
-1
/
+1
*
Supplying migrations for a bold new era of mediagoblin entry slugs
Christopher Allan Webber
2013-02-25
1
-0
/
+54
*
Fix deleting media with attachments.
Elrond
2013-02-18
1
-0
/
+1
*
Drop backward compatibility for media_data backref.
Elrond
2013-02-01
1
-9
/
+1
*
Drop media_data_table property.
Elrond
2013-02-01
1
-6
/
+3
*
Rewrite media_data handling to use relationships
Elrond
2013-02-01
1
-20
/
+21
*
Fix issue 611: Proper (back)relationship on MediaComment.
Elrond
2013-01-29
1
-1
/
+7
*
Merge branch '216_cwebber_style_unique_slugs'
Christopher Allan Webber
2013-01-25
1
-9
/
+61
|
\
|
*
New mediaentry slug tests now pass!
Christopher Allan Webber
2013-01-23
1
-3
/
+4
|
*
We don't want any empty string slugs, so make "" -> None
Christopher Allan Webber
2013-01-23
1
-0
/
+4
|
*
Switching uuid4()[1:4] -> uuid4().hex[:4]
Christopher Allan Webber
2013-01-23
1
-1
/
+1
|
*
Simplifying string concatenation in generate_slug and fixing docstring
Christopher Allan Webber
2013-01-15
1
-5
/
+7
|
*
A revised algorithm for generating slugs.
Christopher Allan Webber
2013-01-15
1
-11
/
+47
|
*
Need to import uuid4 for generate_slug to totally work
Christopher Allan Webber
2013-01-15
1
-0
/
+2
|
*
Make generate_slug assign a slug in any case
Sebastian Spaeth
2013-01-15
1
-8
/
+15
*
|
Use better relationships to delete collections.
Elrond
2013-01-23
1
-5
/
+8
*
|
Use inspect_table; default user license==None.
Elrond
2013-01-22
1
-3
/
+2
*
|
Merge remote-tracking branch 'refs/remotes/spaetz/521_license_preference' int...
Christopher Allan Webber
2013-01-22
2
-0
/
+13
|
\
\
|
*
|
Add a license preference field
Mark Holmquist
2013-01-17
2
-0
/
+13
*
|
|
Enable foreign key checking on sqlite.
Elrond
2013-01-18
1
-1
/
+12
|
/
/
*
|
import db.sql.util -> db.util
Sebastian Spaeth
2013-01-17
1
-1
/
+1
*
|
Implement User.delete() (#540)
Sebastian Spaeth
2013-01-17
1
-1
/
+22
*
|
Implement Collection.delete()
Sebastian Spaeth
2013-01-17
1
-1
/
+10
*
|
Implement MediaEntry().delete() (#540)
Sebastian Spaeth
2013-01-17
1
-3
/
+36
|
/
*
Simplify check_media_slug_used
Sebastian Spaeth
2013-01-15
2
-7
/
+5
*
Move db.sql.migration_tools to db.migration_tools.
Elrond
2013-01-08
2
-1
/
+1
*
Add inspect_table.
Elrond
2013-01-08
2
-7
/
+11
*
Move all the migration tools into new migration_tools.py
Elrond
2013-01-08
3
-250
/
+265
*
Remove custom GMQuery class
Sebastian Spaeth
2013-01-07
1
-14
/
+1
*
Mv db.sql.base to db.base
Sebastian Spaeth
2013-01-07
6
-21
/
+4
*
Move mediagoblin.db.sql.extratypes to mediagoblin.db.extratypes
Sebastian Spaeth
2013-01-07
3
-2
/
+2
*
Move db.sql.models* to db.models*
Sebastian Spaeth
2013-01-07
5
-5
/
+5
*
Move db.sql.util to db.util
Sebastian Spaeth
2013-01-07
3
-331
/
+310
*
Remove mediagoblin.db.sql.fake.DESCENDING
Sebastian Spaeth
2013-01-07
3
-35
/
+1
*
Remove ObjectId from the tree
Sebastian Spaeth
2012-12-25
2
-10
/
+1
*
Remove InvalidId
Sebastian Spaeth
2012-12-25
2
-10
/
+2
*
Move db.sql.migrations to db.migrations
Sebastian Spaeth
2012-12-25
1
-0
/
+0
*
Move db.sql.open to db.open
Sebastian Spaeth
2012-12-25
3
-82
/
+63
*
RIP out mongo
Sebastian Spaeth
2012-12-25
13
-1400
/
+7
*
Mongo removal: Remove the validate=True arg to obj.save()
Elrond
2012-12-24
1
-2
/
+1
*
Remove Mongoism query.skip()
Sebastian Spaeth
2012-12-21
1
-3
/
+0
*
Remove SimpleFieldAlias
Sebastian Spaeth
2012-12-21
1
-12
/
+0
*
Move DBModel._id -> DBModel.id
Sebastian Spaeth
2012-12-21
3
-29
/
+6
*
Remove print statments from this migration.
Christopher Allan Webber
2012-12-10
1
-6
/
+5
*
Fix typo, disable debugging.
Elrond
2012-12-10
1
-3
/
+2
*
UniqueConstraing migration: Adding the explaining comments.
Elrond
2012-12-10
1
-0
/
+23
*
Fixing our broken CollectionItem unique constraint.
Elrond
2012-12-10
1
-4
/
+42
[next]