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
*
Whew. This is a big update. I did some significant keeping work. I moved all of
tilly-Q
2013-07-17
2
-5
/
+44
*
This update I mostly did work on the templates for the admin pages. I did a co-
tilly-Q
2013-07-08
3
-6
/
+13
*
This was a simple commit. I changed all references to Groups into Privileges so
tilly-Q
2013-07-03
2
-26
/
+26
*
In this commit, I have made a few changes and tightened up some of my models
tilly-Q
2013-06-27
3
-45
/
+94
*
This is the first stage of my project of implenting admin/moderator functiona-
tilly-Q
2013-06-24
2
-3
/
+154
*
created a check_login_simple function
Rodney Ewing
2013-05-28
1
-8
/
+0
*
Cleaned up EXIF view
Joar Wandborg
2013-05-23
1
-9
/
+23
*
Only calculate aperture if fnumber is provided
Joar Wandborg
2013-05-20
1
-7
/
+6
*
Take into account incomplete EXIF data
Joar Wandborg
2013-05-20
1
-9
/
+18
*
Modifies EXIF section with Camera Info, display toggle and template styling
Gabriel Saldana
2013-05-20
1
-0
/
+27
*
Changes to display all EXIF information
Gabriel Saldana
2013-05-20
1
-5
/
+3
*
Noting why we don't have an email uniqueness constraint in the db.
Christopher Allan Webber
2013-05-17
1
-0
/
+4
*
Make uuid look like a uuid.
Elrond
2013-04-27
1
-1
/
+1
*
Switch "sqlite_refcheck" keyword arg to "migrations" which Elrond thinks is c...
Christopher Allan Webber
2013-04-26
1
-3
/
+15
*
Don't turn on sqlite refcheck stuff during migrations
Christopher Allan Webber
2013-04-26
1
-2
/
+2
*
Check for duplicate collection slugs and make them unique. Add unique constra...
Rodney Ewing
2013-04-24
2
-2
/
+42
*
MediaManager: Use .foo instead of ['foo'].
Elrond
2013-04-17
1
-1
/
+1
*
First step towards a MediaManager class: Compat one.
Elrond
2013-04-17
1
-1
/
+1
*
Use cascade for comment deletion.
Elrond
2013-04-08
1
-7
/
+13
*
Better docs for GenerateSlugMixin.
Elrond
2013-04-06
1
-1
/
+9
*
Use GenerateSlugMixin for collections.
Elrond
2013-04-06
2
-13
/
+4
*
Refactor generate_slug into a mixin.
Elrond
2013-04-06
1
-9
/
+13
*
A bit of pep8: Remove useless whitespace.
Elrond
2013-03-30
1
-5
/
+5
*
Merge branch 'joar-skip_transcoding'
Christopher Allan Webber
2013-03-04
1
-12
/
+16
|
\
|
*
self.media_data->self.media_manager in the docstring. Thanks for catching, E...
Christopher Allan Webber
2013-03-03
1
-1
/
+1
|
*
No reason really to pass in fetch_order anyway...
Christopher Allan Webber
2013-03-03
1
-7
/
+5
|
*
Huge amount of work to (mostly) allow .ogg (and maybe other) formats to skip ...
Christopher Allan Webber
2013-03-02
1
-9
/
+15
*
|
Give a more useful error if a table already exists and so we can't create it ...
Christopher Allan Webber
2013-03-04
1
-1
/
+7
|
/
*
Simplifying the test for whether or not a user and slug combo exists.
Christopher Allan Webber
2013-02-27
1
-3
/
+1
*
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
|
\
\
[next]