aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Changed <p> font from 'sans' to 'sans-serif'Joar Wandborg2011-05-281-1/+1
| |
* | Changed <body> font from 'sans' to 'sans-serif'Joar Wandborg2011-05-281-1/+1
| |
* | Merge branch 'master' of ↵Joar Wandborg2011-05-285-69/+105
|\ \ | | | | | | | | | git://gitorious.org/~schendje/mediagoblin/schendjes-mediagoblin
| * | Fixed submit button style, added create-account notice to log in pageJef van Schendel2011-05-282-2/+7
| | |
| * | Forgot a bottom-margin for the error divJef van Schendel2011-05-281-0/+1
| | |
| * | Changed login forms to use divs instead of tablesJef van Schendel2011-05-281-17/+13
| | |
| * | Styled error messagesJef van Schendel2011-05-282-63/+67
| | |
| * | Fixed form headerJef van Schendel2011-05-282-2/+8
| | |
| * | Styled formsJef van Schendel2011-05-282-1/+26
| | |
| * | Merge remote-tracking branch 'gitorious/master'Jef van Schendel2011-05-282-7/+32
| |\ \
| * \ \ Merge remote-tracking branch 'gitorious/master'Jef van Schendel2011-05-261-1/+1
| |\ \ \ | | | |/ | | |/|
| * | | Changed logout/account textJef van Schendel2011-05-261-3/+2
| | | |
* | | | *GNU* MediaGoblin on <title>Joar Wandborg2011-05-281-1/+1
| |_|/ |/| |
* | | Added a new form rendering system, render_divs, and using it for registrationChristopher Allan Webber2011-05-282-7/+32
| |/ |/|
* | *GNU* MediaGoblin home ;)Christopher Allan Webber2011-05-261-1/+1
|/
* Changed header sizeJef van Schendel2011-05-261-4/+4
|
* We now have only one button styleJef van Schendel2011-05-267-28/+19
|
* Put log in / log out in its place!Jef van Schendel2011-05-262-1/+6
|
* Changed mediagoblin_content name to mediagoblin_containerJef van Schendel2011-05-262-3/+4
|
* Added actual imageJef van Schendel2011-05-261-0/+0
|
* Added header icon linkJef van Schendel2011-05-262-1/+6
|
* Removed clever subtitleJef van Schendel2011-05-251-3/+0
|
* Changed link color and underlineJef van Schendel2011-05-231-3/+1
|
* Changed background colors to plain colorsJef van Schendel2011-05-231-1/+1
|
* Expanded page width to 960pxChristopher Allan Webber2011-05-232-87/+1
| | | | | | Conflicts: mediagoblin/static/css/base.css
* Removed background images and logo, won't need those for a whileJef van Schendel2011-05-233-0/+0
|
* modified atomfeed feature, corrected spacing, url generation, routing idBernhard Keller2011-05-234-1/+50
|
* Encourage users to run migrations every time they buildout.Christopher Allan Webber2011-05-221-1/+1
|
* A more explicit version of get_page_url that doesn't use the requestChristopher Allan Webber2011-05-221-5/+12
| | | | is still an option now ;)
* Merge remote branch 'refs/remotes/elrond/idea/new_get_page_url'Christopher Allan Webber2011-05-222-12/+7
|\
| * Fix doc string of get_page_url()Elrond2011-05-211-3/+1
| |
| * Give Pagination.get_page_url() a request instead of path and GETElrond2011-05-212-10/+7
| | | | | | | | Makes calling Pagination.get_page_url() much simpler.
* | Slightly better spacing in media.htmlChristopher Allan Webber2011-05-221-10/+17
| |
* | Forgot switch to media.uploader() in the same way on two lines :PChristopher Allan Webber2011-05-221-2/+2
| |
* | Update all the views so that they use the uploader reference insteadChristopher Allan Webber2011-05-225-8/+13
| | | | | | | | of uploader embedding
* | User migration works (but the rest of the system isn't updated for new user ↵Christopher Allan Webber2011-05-224-1/+93
| | | | | | | | setup yet)
* | Move the general applicaiton setup commands to a utility moduleChristopher Allan Webber2011-05-223-22/+51
| |
* | Move the ./bin/gmg shell command into its own module.Christopher Allan Webber2011-05-222-55/+73
|/
* Clarified: don't do this in production!Christopher Allan Webber2011-05-201-1/+2
|
* Added some stuff on how to run CELERY_ALWAYS_EAGERChristopher Allan Webber2011-05-201-0/+10
|
* Moves virtualenv instructions to a place far far awayWill Kahn-Greene2011-05-201-121/+15
| | | | | But seriously, moved them to the stop-gap wiki: https://gitorious.org/mediagoblin/pages/HackingWithVirtualenv
* This check is redundant now that it's handled by the decorator.Christopher Allan Webber2011-05-201-4/+0
|
* Make sure that a MediaEntry does belong to this appropriate user inChristopher Allan Webber2011-05-202-7/+19
| | | | the decorator. (Thanks Elrond)
* Now you can set CELERY_ALWAYS_EAGER environment variable so that youChristopher Allan Webber2011-05-202-1/+12
| | | | | | don't have to run celeryd at the same time. This should make Elrond happy ;)
* Added a url_for_self method for generating mediaentry linksChristopher Allan Webber2011-05-203-4/+20
| | | | This allows for optionally making the url based off of slugs or ids
* Cosmetic changes: removed an unused import, stripped some trailing whitespace.Christopher Allan Webber2011-05-202-2/+2
|
* MediaEntry slugs usable in URLs, & decorator that grabs media from the requestChristopher Allan Webber2011-05-203-10/+31
|
* Adjusting spacing a little bitChristopher Allan Webber2011-05-201-1/+1
|
* pass in page number in uses_pagination view via keyword argument so ordering ↵Christopher Allan Webber2011-05-201-1/+1
| | | | doesn't matter.
* I think 30 is a good default number of items per page.Christopher Allan Webber2011-05-191-1/+3
|