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
*
Merge remote-tracking branch 'remotes/nyergler/pep8-ification'
Christopher Allan Webber
2011-11-13
43
-117
/
+153
|
\
|
*
has_key is deprecated, converting uses to use "in" operator.
Nathan Yergler
2011-10-01
8
-23
/
+23
|
*
Whitespace and formatting cleanup.
Nathan Yergler
2011-10-01
37
-107
/
+129
*
|
Improving <title> on tag page *and* adjusting translation for RTL reasons
Christopher Allan Webber
2011-11-13
1
-1
/
+5
*
|
Enhanced title on the user's main media gallery
Christopher Allan Webber
2011-11-13
1
-0
/
+6
*
|
If the gallery view makes sure we have a user anyway, do we need this check?
Christopher Allan Webber
2011-11-13
1
-22
/
+17
*
|
Enhanced title for user profile page
Christopher Allan Webber
2011-11-13
1
-0
/
+11
*
|
Improved title block on media page
Christopher Allan Webber
2011-11-13
1
-0
/
+2
*
|
Merge remote-tracking branch 'remotes/nyergler/issue-653-csrf-exception'
Christopher Allan Webber
2011-11-13
1
-1
/
+1
|
\
\
|
*
|
Issue 653: This time for sure!
Nathan Yergler
2011-11-13
1
-1
/
+1
|
*
|
Issue 653: Handle the case where request.vary is None
Nathan Yergler
2011-11-13
1
-1
/
+1
|
*
|
Issue 653: Don't throw exception if response has no vary header.
Nathan Yergler
2011-11-13
1
-1
/
+1
*
|
|
Mark two strings for translation
Elrond
2011-11-13
2
-2
/
+2
|
/
/
*
|
Final step for non-force-conversion to jpeg
Christopher Allan Webber
2011-11-12
1
-9
/
+6
*
|
Don't force-convert resized images to JPEG.
Christopher Allan Webber
2011-11-12
1
-2
/
+2
*
|
Merge branch 'idea/check_mgoblin_static'
Elrond
2011-11-12
3
-2
/
+54
|
\
\
|
*
|
Move TestingMiddleware to tests/tools.py
Elrond
2011-11-12
2
-60
/
+45
|
*
|
Some docs for the TestingMiddleware
Elrond
2011-11-12
2
-0
/
+27
|
*
|
591: Let Testing Middleware check for staticdirect() usage
Elrond
2011-10-19
4
-2
/
+42
*
|
|
Merge branch 'master' of gitorious.org:mediagoblin/mediagoblin
Christopher Allan Webber
2011-11-04
6
-59
/
+38
|
\
\
\
|
*
|
|
Tiny padding change to vertically center navigation button arrows
Jef van Schendel
2011-11-04
1
-1
/
+1
|
*
|
|
Small style changes to navigation buttons
Jef van Schendel
2011-11-04
1
-3
/
+6
|
*
|
|
On second thought, let's use this title for forgot_password.html
Jef van Schendel
2011-11-04
1
-1
/
+1
|
*
|
|
Text edits and rearrangements to login.html
Jef van Schendel
2011-11-04
1
-14
/
+10
|
*
|
|
Add translation brackety things to forgot-password page, I forgot those
Jef van Schendel
2011-11-04
1
-1
/
+1
|
*
|
|
Text changes to forgot-paddword page
Jef van Schendel
2011-11-04
1
-7
/
+2
|
*
|
|
Text changes to front page, as described in ticket #637
Jef van Schendel
2011-11-04
1
-14
/
+5
|
*
|
|
Several small changes (reordering/restyling) for media descriptions and comments
Jef van Schendel
2011-11-04
3
-20
/
+14
*
|
|
|
Updating translations
Christopher Allan Webber
2011-11-04
10
-50
/
+568
|
/
/
/
*
|
|
0.1.0!
Christopher Allan Webber
2011-11-02
1
-1
/
+1
*
|
|
Removed the bloof print debugging
Christopher Allan Webber
2011-11-02
1
-1
/
+0
*
|
|
Make sure you can't force comments on entries that don't exist.
Christopher Allan Webber
2011-11-02
1
-5
/
+8
*
|
|
Updated logo from Thorsten Wilms!
Christopher Allan Webber
2011-11-01
2
-0
/
+116
*
|
|
Updated translations
Christopher Allan Webber
2011-11-01
39
-721
/
+2551
*
|
|
[620] Allow for multiple mediagoblin configs to be set in config.ini, use first
Christopher Allan Webber
2011-10-29
1
-1
/
+11
*
|
|
Default to mediagoblin_local.ini if available in ./bin/gmg commands
Christopher Allan Webber
2011-10-29
1
-2
/
+13
*
|
|
Small style changes: decrease button text size, change navigation button back...
Jef van Schendel
2011-10-29
1
-2
/
+1
*
|
|
Removing this extra padding after form_field_box.
Christopher Allan Webber
2011-10-29
1
-4
/
+0
*
|
|
Removing comment_form link which doesn't do anything?
Christopher Allan Webber
2011-10-29
1
-1
/
+0
*
|
|
Unclosed anchor tags in the tags! Fixed :)
Christopher Allan Webber
2011-10-27
1
-1
/
+1
*
|
|
Only show the "post a comment" link if there's a logged in user
Christopher Allan Webber
2011-10-27
1
-1
/
+3
*
|
|
Renamed "Temporary button holder" to "actions"
Christopher Allan Webber
2011-10-27
1
-1
/
+1
*
|
|
Removed suggestion that the user run ./bin/buildout
Christopher Allan Webber
2011-10-26
1
-1
/
+1
*
|
|
Added an extra warning about wipealldata being pretty inflexible.
Christopher Allan Webber
2011-10-26
1
-0
/
+4
*
|
|
Merge remote branch 'remotes/elrond/misc/add_db_field'
Christopher Allan Webber
2011-10-23
2
-27
/
+18
|
\
\
\
|
*
|
|
Change unit tests to use add_table_field
Elrond
2011-10-22
1
-4
/
+2
|
*
|
|
Factor out a add_table_field function
Elrond
2011-10-21
1
-23
/
+16
|
|
/
/
*
|
|
Merge remote branch 'remotes/elrond/refactor/gmg_cf_option'
Christopher Allan Webber
2011-10-23
5
-18
/
+5
|
\
\
\
|
*
|
|
Make gmg's -cf option a global option
Elrond
2011-10-23
6
-19
/
+5
|
*
|
|
Refactor gmg's cf option into a function
Elrond
2011-10-23
5
-18
/
+19
|
|
/
/
[next]