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
...
*
|
Changed <p> font from 'sans' to 'sans-serif'
Joar Wandborg
2011-05-28
1
-1
/
+1
*
|
Changed <body> font from 'sans' to 'sans-serif'
Joar Wandborg
2011-05-28
1
-1
/
+1
*
|
Merge branch 'master' of git://gitorious.org/~schendje/mediagoblin/schendjes-...
Joar Wandborg
2011-05-28
5
-69
/
+105
|
\
\
|
*
|
Fixed submit button style, added create-account notice to log in page
Jef van Schendel
2011-05-28
2
-2
/
+7
|
*
|
Forgot a bottom-margin for the error div
Jef van Schendel
2011-05-28
1
-0
/
+1
|
*
|
Changed login forms to use divs instead of tables
Jef van Schendel
2011-05-28
1
-17
/
+13
|
*
|
Styled error messages
Jef van Schendel
2011-05-28
2
-63
/
+67
|
*
|
Fixed form header
Jef van Schendel
2011-05-28
2
-2
/
+8
|
*
|
Styled forms
Jef van Schendel
2011-05-28
2
-1
/
+26
|
*
|
Merge remote-tracking branch 'gitorious/master'
Jef van Schendel
2011-05-28
2
-7
/
+32
|
|
\
\
|
*
\
\
Merge remote-tracking branch 'gitorious/master'
Jef van Schendel
2011-05-26
1
-1
/
+1
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
*
|
|
Changed logout/account text
Jef van Schendel
2011-05-26
1
-3
/
+2
*
|
|
|
*GNU* MediaGoblin on <title>
Joar Wandborg
2011-05-28
1
-1
/
+1
|
|
_
|
/
|
/
|
|
*
|
|
Added a new form rendering system, render_divs, and using it for registration
Christopher Allan Webber
2011-05-28
2
-7
/
+32
|
|
/
|
/
|
*
|
*GNU* MediaGoblin home ;)
Christopher Allan Webber
2011-05-26
1
-1
/
+1
|
/
*
Changed header size
Jef van Schendel
2011-05-26
1
-4
/
+4
*
We now have only one button style
Jef van Schendel
2011-05-26
7
-28
/
+19
*
Put log in / log out in its place!
Jef van Schendel
2011-05-26
2
-1
/
+6
*
Changed mediagoblin_content name to mediagoblin_container
Jef van Schendel
2011-05-26
2
-3
/
+4
*
Added actual image
Jef van Schendel
2011-05-26
1
-0
/
+0
*
Added header icon link
Jef van Schendel
2011-05-26
2
-1
/
+6
*
Removed clever subtitle
Jef van Schendel
2011-05-25
1
-3
/
+0
*
Changed link color and underline
Jef van Schendel
2011-05-23
1
-3
/
+1
*
Changed background colors to plain colors
Jef van Schendel
2011-05-23
1
-1
/
+1
*
Expanded page width to 960px
Christopher Allan Webber
2011-05-23
2
-87
/
+1
*
Removed background images and logo, won't need those for a while
Jef van Schendel
2011-05-23
3
-0
/
+0
*
modified atomfeed feature, corrected spacing, url generation, routing id
Bernhard Keller
2011-05-23
4
-1
/
+50
*
Encourage users to run migrations every time they buildout.
Christopher Allan Webber
2011-05-22
1
-1
/
+1
*
A more explicit version of get_page_url that doesn't use the request
Christopher Allan Webber
2011-05-22
1
-5
/
+12
*
Merge remote branch 'refs/remotes/elrond/idea/new_get_page_url'
Christopher Allan Webber
2011-05-22
2
-12
/
+7
|
\
|
*
Fix doc string of get_page_url()
Elrond
2011-05-21
1
-3
/
+1
|
*
Give Pagination.get_page_url() a request instead of path and GET
Elrond
2011-05-21
2
-10
/
+7
*
|
Slightly better spacing in media.html
Christopher Allan Webber
2011-05-22
1
-10
/
+17
*
|
Forgot switch to media.uploader() in the same way on two lines :P
Christopher Allan Webber
2011-05-22
1
-2
/
+2
*
|
Update all the views so that they use the uploader reference instead
Christopher Allan Webber
2011-05-22
5
-8
/
+13
*
|
User migration works (but the rest of the system isn't updated for new user s...
Christopher Allan Webber
2011-05-22
4
-1
/
+93
*
|
Move the general applicaiton setup commands to a utility module
Christopher Allan Webber
2011-05-22
3
-22
/
+51
*
|
Move the ./bin/gmg shell command into its own module.
Christopher Allan Webber
2011-05-22
2
-55
/
+73
|
/
*
Clarified: don't do this in production!
Christopher Allan Webber
2011-05-20
1
-1
/
+2
*
Added some stuff on how to run CELERY_ALWAYS_EAGER
Christopher Allan Webber
2011-05-20
1
-0
/
+10
*
Moves virtualenv instructions to a place far far away
Will Kahn-Greene
2011-05-20
1
-121
/
+15
*
This check is redundant now that it's handled by the decorator.
Christopher Allan Webber
2011-05-20
1
-4
/
+0
*
Make sure that a MediaEntry does belong to this appropriate user in
Christopher Allan Webber
2011-05-20
2
-7
/
+19
*
Now you can set CELERY_ALWAYS_EAGER environment variable so that you
Christopher Allan Webber
2011-05-20
2
-1
/
+12
*
Added a url_for_self method for generating mediaentry links
Christopher Allan Webber
2011-05-20
3
-4
/
+20
*
Cosmetic changes: removed an unused import, stripped some trailing whitespace.
Christopher Allan Webber
2011-05-20
2
-2
/
+2
*
MediaEntry slugs usable in URLs, & decorator that grabs media from the request
Christopher Allan Webber
2011-05-20
3
-10
/
+31
*
Adjusting spacing a little bit
Christopher Allan Webber
2011-05-20
1
-1
/
+1
*
pass in page number in uses_pagination view via keyword argument so ordering ...
Christopher Allan Webber
2011-05-20
1
-1
/
+1
*
I think 30 is a good default number of items per page.
Christopher Allan Webber
2011-05-19
1
-1
/
+3
[prev]
[next]