aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote branch 'remotes/aleks/aleks'Christopher Allan Webber2011-05-315-4/+102
|\
| * Added the ability to regenerate a verification key.Aleksandar Micovic2011-05-314-2/+53
| |
| * Fixed bug where someone who wasn't logged in was asked to verifyAleksandar Micovic2011-05-311-4/+5
| | | | | | | | their emails.
| * Added a temporary verification page informing the user they needAleksandar Micovic2011-05-304-2/+48
| | | | | | | | to authenticate.
* | Add an index on MediaEntries making sure slugs + uploader combos are uniqueChristopher Allan Webber2011-05-301-6/+5
|/
* Use the object gallery file on the front page alsoChristopher Allan Webber2011-05-291-9/+1
|
* This <ul /> not used (second inside), removingChristopher Allan Webber2011-05-291-4/+1
|
* remove all 'username_repr' stuffJakob Kramer2011-05-294-6/+4
|
* don't import 're'Jakob Kramer2011-05-291-2/+0
|
* this should fix #354Jakob Kramer2011-05-294-7/+13
|
* First changes to media gallery viewJef van Schendel2011-05-292-1/+13
|
* Slightly modified text on media pageJef van Schendel2011-05-291-12/+5
|
* Centered image on media pageJef van Schendel2011-05-292-11/+17
|
* Modified logo to change on :hoverJef van Schendel2011-05-293-4/+12
|
* Changed submit form to divsJef van Schendel2011-05-292-8/+11
|
* 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