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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
Use new-style classes. The old-style classes are deprecated in Python 3.
Berker Peksag
2014-06-08
1
-2
/
+2
|
*
|
Use six.iteritems() in tools/exif.py.
Berker Peksag
2014-06-08
1
-1
/
+1
|
*
|
Fix an usage of file().
Berker Peksag
2014-06-08
1
-1
/
+1
|
*
|
Update a comment.
Berker Peksag
2014-06-07
1
-1
/
+2
|
*
|
The file() builtin has been removed in Python 3. Use open() instead.
Berker Peksag
2014-06-07
8
-19
/
+19
|
*
|
Change urllib and urllib import with six.moves.urllib.
Berker Peksag
2014-06-07
2
-12
/
+11
|
*
|
Sync py2_unicode decorator with Django.
Berker Peksag
2014-06-03
1
-2
/
+5
|
*
|
Use mediagoblin._compat.{ugettext, ungettext} on Python 3.
Berker Peksag
2014-06-02
2
-4
/
+4
|
*
|
Use six.moves.zip instead of itertools.izip.
Berker Peksag
2014-06-02
1
-2
/
+4
|
*
|
Add py2_unicode helper to mediagoblin._compat.
Berker Peksag
2014-06-02
2
-4
/
+13
|
*
|
Use six.text_type instead of unicode().
Berker Peksag
2014-06-02
36
-84
/
+151
|
*
|
Add ugettext and ungettext helpers to mediagoblin._compat.
Berker Peksag
2014-05-26
2
-3
/
+8
|
*
|
Use six.moves.urllib.parse instead of the urlparse module.
Berker Peksag
2014-05-26
10
-10
/
+21
|
*
|
Use six.iteritems() instead of dict.iteritems().
Berker Peksag
2014-05-26
14
-19
/
+43
|
*
|
Continue to port GMG codebase.
Berker Peksag
2014-05-08
9
-19
/
+35
|
*
|
Add mediagoblin._compat module.
Berker Peksag
2014-05-08
1
-0
/
+3
|
*
|
Fix some compat issues in mediagoblin/db/models.py.
Berker Peksag
2014-05-08
1
-2
/
+4
*
|
|
MediaGoblin 0.7.2 development cycle
Christopher Allan Webber
2014-09-22
1
-1
/
+1
*
|
|
MediaGoblin 0.7.1!
Christopher Allan Webber
2014-09-21
1
-1
/
+1
*
|
|
Committing extracted and compiled translations
Christopher Allan Webber
2014-09-21
2
-8
/
+8
*
|
|
Committing present MediaGoblin translations before pushing extracted messages
Christopher Allan Webber
2014-09-21
1
-0
/
+2489
*
|
|
Merge remote-tracking branch 'refs/remotes/moggers87/garbage-branch'
Christopher Allan Webber
2014-09-19
1
-1
/
+1
|
\
\
\
|
*
|
|
The scheduled garbage collection task was not being called due to it being mi...
Matt Molyneaux
2014-09-16
1
-1
/
+1
*
|
|
|
Temporarily disable garbage collection
Christopher Allan Webber
2014-09-19
1
-1
/
+3
*
|
|
|
Comment out the "check if the database is up to date" stuff
Christopher Allan Webber
2014-09-17
1
-1
/
+3
*
|
|
|
Modify deleteuser to fail gracefully
ayleph
2014-09-16
1
-1
/
+1
*
|
|
|
Merge branch '945-well-known'
Jessica Tallon
2014-09-08
4
-39
/
+156
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
Add /.well-known/webfinger API to lookup user hrefs
Jessica Tallon
2014-09-08
2
-2
/
+69
|
*
|
|
Add XRD+XML formatting for /.well-known/host-meta
Jessica Tallon
2014-09-05
3
-38
/
+88
*
|
|
|
Raw image mediatype had a non-unicode logging call
Odin Hørthe Omdal
2014-09-07
1
-2
/
+2
*
|
|
|
Add __repr__ for Collection and CollectionItem
Odin Hørthe Omdal
2014-09-07
1
-1
/
+15
*
|
|
|
Handle cr2 files through the raw_image media type
Christopher Allan Webber
2014-09-06
2
-2
/
+2
|
/
/
/
*
/
/
now in the 0.7.1.dev cycle
Christopher Allan Webber
2014-08-27
1
-1
/
+1
|
/
/
*
|
At version 0.7.0, at last!
Christopher Allan Webber
2014-08-25
1
-1
/
+1
*
|
Committing extracted and compiled translations
Christopher Allan Webber
2014-08-25
5
-4
/
+4
*
|
Committing present MediaGoblin translations before pushing extracted messages
Christopher Allan Webber
2014-08-25
4
-532
/
+534
*
|
Make blog_post_listing easier to read
Jessica Tallon
2014-08-19
1
-1
/
+1
*
|
List blogs by URL user rather than request user
ayleph
2014-08-19
1
-1
/
+1
*
|
Add new hook 'collection_add_media'
Odin Hørthe Omdal
2014-08-18
1
-7
/
+9
*
|
Tidy up federation code and add tests to cover more of the APIs
Jessica Tallon
2014-08-18
10
-241
/
+339
*
|
Use oauthlib's safe characters when generating client_key and client_secret
Jessica Tallon
2014-08-18
1
-4
/
+3
*
|
Fix a python2.6 compatibility issue. Removing a dict comprehension.
Christopher Allan Webber
2014-08-18
1
-1
/
+2
*
|
Always remove the session when running check_db_up_to_date()
Christopher Allan Webber
2014-08-15
1
-5
/
+10
*
|
Forgot to add starttls_config.ini
Jessica Tallon
2014-08-12
1
-0
/
+4
*
|
Fix #861 - Add unit test and documentation for email_smtp_force_starttls
Jessica Tallon
2014-08-12
3
-2
/
+44
*
|
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
[prev]
[next]