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
Commit message (
Expand
)
Author
Age
Files
Lines
*
On image submission, do not require title. If none entered, default to filename.
Aaron Williamson
2011-05-12
3
-5
/
+7
*
Merge remote branch 'refs/remotes/dneelyeps/master'
Christopher Allan Webber
2011-05-12
5
-11
/
+11
|
\
|
*
Update to previous commit
Daniel Neel
2011-05-12
1
-1
/
+1
|
*
Edits to "What's where" diagram in docs/codebase.rst
Daniel Neel
2011-05-12
1
-5
/
+5
|
*
Updated table of contents
Daniel Neel
2011-05-12
1
-1
/
+1
|
*
Fixed previous broken commit
Daniel Neel
2011-05-12
1
-0
/
+46
|
*
Changed "Foreward" to "Foreword"
Daniel Neel
2011-05-12
1
-46
/
+0
|
*
Fixed a typo in docs/contributinghowto.rst
Daniel Neel
2011-05-12
1
-1
/
+1
|
*
Fixed another typo in docs/mediagoblin.rst
Daniel Neel
2011-05-12
1
-1
/
+1
|
*
Fixed a typo in docs/mediagoblin.rst
Daniel Neel
2011-05-12
1
-1
/
+1
*
|
locale rather than target_lang in the get parameters
Christopher Allan Webber
2011-05-12
1
-2
/
+2
*
|
Improve user homepage
Sebastian Spaeth
2011-05-12
2
-10
/
+30
*
|
Load gettext, and load it into the template environment
Christopher Allan Webber
2011-05-12
5
-6
/
+44
*
|
moving mediagoblin.po to a filename that makes sense
Christopher Allan Webber
2011-05-12
1
-0
/
+0
*
|
Separation between setting up the template env and the template loader
Christopher Allan Webber
2011-05-12
2
-8
/
+19
*
|
Merge branch 'master' of gitorious.org:mediagoblin/mediagoblin
Christopher Allan Webber
2011-05-12
1
-3
/
+2
|
\
\
|
*
|
Fix the email debug inbox
Christopher Allan Webber
2011-05-12
1
-4
/
+2
|
|
/
*
|
Added some locale determination tools
Christopher Allan Webber
2011-05-12
2
-0
/
+82
*
|
I probably shouldn't break the main page since we don't have the
Christopher Allan Webber
2011-05-12
1
-1
/
+4
|
/
*
Moving translations to mediagoblin/translations
Christopher Allan Webber
2011-05-12
1
-0
/
+0
*
adding master.po translations file
Christopher Allan Webber
2011-05-12
1
-0
/
+23
*
buildout instructions come first since it's easier if it does work
Christopher Allan Webber
2011-05-12
1
-12
/
+9
*
Translate the welcome message (extracts successfully!)
Christopher Allan Webber
2011-05-12
1
-1
/
+1
*
Added extraction stuff that's not used but appears to work :)
Christopher Allan Webber
2011-05-12
2
-0
/
+17
*
Add the jinja2 extension to the jinja loader
Christopher Allan Webber
2011-05-12
1
-1
/
+4
*
Fixing tyop in README... thanks Daniel Neel!
Christopher Allan Webber
2011-05-12
1
-2
/
+2
*
Right, we don't need the exported HTML either.
Christopher Allan Webber
2011-05-12
1
-426
/
+0
*
I don't believe we need READMEish.org anymore.
Christopher Allan Webber
2011-05-12
1
-192
/
+0
*
Enforce using local dateutil with buildout
Sebastian Spaeth
2011-05-11
1
-1
/
+3
*
URLs should end in trailing slashes, or slash redirection doesn't work
Christopher Allan Webber
2011-05-11
1
-3
/
+3
*
Removing this horrifying submission test stuff from way back when
Christopher Allan Webber
2011-05-10
1
-45
/
+0
*
404 appropriately here
Christopher Allan Webber
2011-05-10
1
-4
/
+4
*
Indenting these templates because I'm pedantic about tag sections
Christopher Allan Webber
2011-05-10
2
-12
/
+12
*
Implement simple media detail page
Sebastian Spaeth
2011-05-10
9
-5
/
+185
*
Merge remote branch 'spaetz/fix_description'
Christopher Allan Webber
2011-05-08
1
-1
/
+1
|
\
|
*
Fix description submission in form handling
Sebastian Spaeth
2011-05-09
1
-1
/
+1
*
|
Asbool the email debug mode option
Christopher Allan Webber
2011-05-08
2
-4
/
+4
*
|
Don't escape the verification URL
Sebastian Spaeth
2011-05-08
1
-1
/
+1
|
/
*
Only convert db port if it's there and use asint to do it (better errors if f...
Christopher Allan Webber
2011-05-08
2
-3
/
+9
*
Merge remote branch 'refs/remotes/spaetz/master'
Christopher Allan Webber
2011-05-08
1
-1
/
+2
|
\
|
*
app.py: Need to pass in port number as 'int'
Sebastian Spaeth
2011-05-08
1
-1
/
+2
*
|
mgoblin_section.get, not app_config.get (doh)
Christopher Allan Webber
2011-05-08
1
-1
/
+1
|
/
*
Removing unused sys import from setup.py
Christopher Allan Webber
2011-05-07
1
-2
/
+0
*
Added an email debug mode which, by default, is enabled
Christopher Allan Webber
2011-05-07
4
-6
/
+23
*
[to_email] rather than list(to_email) which makes a nasty series like ['e','m...
Christopher Allan Webber
2011-05-07
1
-1
/
+1
*
Merge remote branch 'refs/remotes/jwandborg/master'
Christopher Allan Webber
2011-05-07
9
-7
/
+120
|
\
|
*
Updated default sender address
Joar Wandborg
2011-05-08
3
-3
/
+3
|
*
Added verification email template
Joar Wandborg
2011-05-08
1
-0
/
+22
|
*
Removed unused variable
Joar Wandborg
2011-05-08
1
-3
/
+0
|
*
Made changes according to http://bugs.foocorp.net/issues/271#note-7
Joar Wandborg
2011-05-08
6
-23
/
+41
[next]