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
/
tools
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'merge-python3-port'
Christopher Allan Webber
2014-09-22
12
-45
/
+65
|
\
|
*
Simplify things here and use io.open
Christopher Allan Webber
2014-09-16
1
-1
/
+2
|
*
Merge branch 'master' into merge-python3-port
Christopher Allan Webber
2014-09-16
6
-7
/
+262
|
|
\
|
*
|
Fix another tests.
Berker Peksag
2014-08-07
1
-1
/
+1
|
*
|
Disable cache support of LazyProxy.
Berker Peksag
2014-07-28
1
-3
/
+3
|
*
|
Cleanup mediagoblin._compat and fix translation tests.
Berker Peksag
2014-07-28
2
-6
/
+14
|
*
|
Fix tests on Python 3.
Berker Peksag
2014-07-14
1
-3
/
+4
|
*
|
Use six.iteritems() in tools/exif.py.
Berker Peksag
2014-06-08
1
-1
/
+1
|
*
|
The file() builtin has been removed in Python 3. Use open() instead.
Berker Peksag
2014-06-07
1
-1
/
+1
|
*
|
Change urllib and urllib import with six.moves.urllib.
Berker Peksag
2014-06-07
1
-6
/
+5
|
*
|
Use mediagoblin._compat.{ugettext, ungettext} on Python 3.
Berker Peksag
2014-06-02
1
-4
/
+3
|
*
|
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
1
-4
/
+6
|
*
|
Use six.text_type instead of unicode().
Berker Peksag
2014-06-02
1
-1
/
+3
|
*
|
Add ugettext and ungettext helpers to mediagoblin._compat.
Berker Peksag
2014-05-26
1
-3
/
+2
|
*
|
Use six.iteritems() instead of dict.iteritems().
Berker Peksag
2014-05-26
3
-4
/
+9
|
*
|
Continue to port GMG codebase.
Berker Peksag
2014-05-08
2
-11
/
+13
*
|
|
Add XRD+XML formatting for /.well-known/host-meta
Jessica Tallon
2014-09-05
1
-3
/
+4
|
|
/
|
/
|
*
|
Fix #861 - Add unit test and documentation for email_smtp_force_starttls
Jessica Tallon
2014-08-12
1
-1
/
+1
*
|
Use the STARTTLS command to upgrade SMTP connections where possible.
Matt Molyneaux
2014-08-02
1
-0
/
+11
*
|
Fix #927 - Clean up federation code after Elrond's review
Jessica Tallon
2014-07-30
1
-0
/
+8
*
|
Require uploader privileges to upload media to API
Jessica Tallon
2014-07-22
1
-2
/
+16
*
|
Add basic upload image capabilities
xray7224
2014-07-22
1
-1
/
+1
*
|
Allow crypto.random_string to take optional alphabet param
Jessica Tallon
2014-07-08
1
-3
/
+3
*
|
removing zh and ja from RTL list. medicalwei reports they are not RTL langua...
Christopher Allan Webber
2014-06-02
1
-1
/
+1
*
|
Added 'dc:created' to the list of metadata columns being validated by
tilly-Q
2014-05-13
1
-0
/
+4
*
|
Merge branch 'master' of gitorious.org:mediagoblin/mediagoblin into metadata
tilly-Q
2014-05-13
1
-1
/
+1
|
\
|
*
|
Move the metadata display table over to being contained in a plugin
Christopher Allan Webber
2014-05-12
1
-0
/
+5
*
|
Splitting up compact_json from compact_and_validate
Christopher Allan Webber
2014-05-09
1
-7
/
+20
*
|
expand_json utility... yet another convenience function :)
Christopher Allan Webber
2014-05-09
1
-0
/
+15
*
|
Compact and validate tools, loading internal json tools, much more
Christopher Allan Webber
2014-05-09
1
-7
/
+86
*
|
Updating batchaddmedia to use new metadata tools
Christopher Allan Webber
2014-05-07
1
-2
/
+2
*
|
Starting to add metadata tools, as well as mediagoblin's schema
Christopher Allan Webber
2014-05-07
1
-0
/
+106
|
/
*
No more EXIF, for real. Use exifread. This should fix recent import EXIF fa...
Christopher Allan Webber
2014-04-06
1
-4
/
+1
*
Fix Babel version restriction. Onward and upward!
Christopher Allan Webber
2014-03-22
1
-1
/
+1
*
added new slugify with unidecode
Boris Bobrov
2014-03-11
1
-16
/
+2
*
make exif a submodule
Alon Levy
2014-03-02
2
-5
/
+5
*
Merge remote-tracking branch 'remotes/jiyda/220_rtl_language_support'
Christopher Allan Webber
2014-01-02
2
-1
/
+10
|
\
|
*
Added rtl language support
Jiyda Mint Moussa
2013-04-29
2
-1
/
+10
*
|
Merge remote-tracking branch 'refs/remotes/tilly-q/OPW-Moderation-Update'
Christopher Allan Webber
2013-10-07
1
-2
/
+20
|
\
\
|
*
\
Merge branch 'master' into OPW-Moderation-Update
tilly-Q
2013-09-12
2
-13
/
+15
|
|
\
\
|
*
|
|
I did some more code-keeping in this commit. I added a lot of documentation, so
tilly-Q
2013-09-03
1
-2
/
+2
|
*
|
|
This was a big commit! I included lots of documentation below, but generally I
tilly-Q
2013-08-29
1
-4
/
+7
|
*
|
|
Merge branch 'master' into OPW-Moderation-Update
tilly-Q
2013-08-20
5
-3
/
+148
|
|
\
\
\
|
*
|
|
|
This has been an update to clean out the code a little bit. The primary change
tilly-Q
2013-08-13
1
-1
/
+1
|
*
|
|
|
Merge branch 'ticket-679' into OPW-Moderation-Update
tilly-Q
2013-07-29
4
-4
/
+17
|
|
\
\
\
\
|
*
|
|
|
|
This commit had some important milestones in it. The major update is that now I
tilly-Q
2013-07-27
1
-1
/
+6
|
*
|
|
|
|
Whew. This is a big update. I did some significant keeping work. I moved all of
tilly-Q
2013-07-17
1
-0
/
+10
*
|
|
|
|
|
Fix pagination for certain request.GET data
Christopher Allan Webber
2013-09-13
1
-2
/
+6
|
|
_
|
_
|
/
/
|
/
|
|
|
|
*
|
|
|
|
Fix plugin documentation
Sebastian Spaeth
2013-09-04
1
-1
/
+1
[next]