aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/templates
Commit message (Collapse)AuthorAgeFilesLines
* adds link from gallery back to user pagecfdv2011-06-161-1/+3
|
* adds link to user gallery in mediagoblin_header_right of user pagecfdv2011-06-161-0/+2
|
* issue #330 - creates a user gallery templateCaleb Forbes Davis V2011-06-161-0/+40
|
* This attribute in quotes, too. :)Christopher Allan Webber2011-06-071-1/+1
|
* XML attributes must be in quotes!Christopher Allan Webber2011-06-071-3/+3
|
* Firefox 3.X shows hidden fields for some reason, adding display: none;Christopher Allan Webber2011-06-051-1/+2
| | | | to be rid of them for sure
* Title first and foremost... anything else looks weird to me.Christopher Allan Webber2011-06-031-2/+2
|
* Merge branch 'media_edit'Christopher Allan Webber2011-06-032-0/+41
|\
| * Prepare for moving /edit/ under /u/.../edit/Elrond2011-06-022-0/+2
| | | | | | | | | | To make moving the whole thing under /u/ easier, prepare to pass in the {user} needed for that.
| * Change edit form to use divs instead of tableElrond2011-06-021-7/+6
| |
| * Merge remote branch 'upstream/master'Elrond2011-06-0211-72/+122
| |\ | | | | | | | | | | | | Conflicts: mediagoblin/templates/mediagoblin/user_pages/media.html
| * | Use new button styleElrond2011-05-261-1/+1
| | |
| * | Starting "edit" functionality.Elrond2011-05-262-0/+41
| | | | | | | | | | | | | | | This adds a link to the "edit" form, the form, the view for displaying the form and that's about it.
* | | attribute values should be quoted :)Christopher Allan Webber2011-06-021-1/+1
| |/ |/|
* | Give a "proper" view for resending verification emailChristopher Allan Webber2011-05-311-0/+24
| |
* | Added the ability to regenerate a verification key.Aleksandar Micovic2011-05-311-1/+1
| |
* | Added a temporary verification page informing the user they needAleksandar Micovic2011-05-301-0/+29
| | | | | | | | to authenticate.
* | 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-292-2/+2
| |
* | this should fix #354Jakob Kramer2011-05-292-2/+2
| |
* | First changes to media gallery viewJef van Schendel2011-05-291-1/+1
| |
* | Slightly modified text on media pageJef van Schendel2011-05-291-12/+5
| |
* | Centered image on media pageJef van Schendel2011-05-291-11/+9
| |
* | Modified logo to change on :hoverJef van Schendel2011-05-291-2/+2
| |
* | Changed submit form to divsJef van Schendel2011-05-291-8/+7
| |
* | Merge branch 'master' of ↵Joar Wandborg2011-05-284-28/+22
|\ \ | | | | | | | | | git://gitorious.org/~schendje/mediagoblin/schendjes-mediagoblin
| * | Fixed submit button style, added create-account notice to log in pageJef 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-281-7/+5
| | |
| * | Fixed form headerJef van Schendel2011-05-281-1/+1
| | |
| * | Styled formsJef van Schendel2011-05-281-1/+1
| | |
| * | 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
|/
* We now have only one button styleJef van Schendel2011-05-264-5/+5
|
* Put log in / log out in its place!Jef van Schendel2011-05-261-1/+2
|
* Changed mediagoblin_content name to mediagoblin_containerJef van Schendel2011-05-261-2/+3
|
* Added header icon linkJef van Schendel2011-05-261-1/+1
|
* Removed clever subtitleJef van Schendel2011-05-251-3/+0
|
* modified atomfeed feature, corrected spacing, url generation, routing idBernhard Keller2011-05-232-0/+13
|
* Merge remote branch 'refs/remotes/elrond/idea/new_get_page_url'Christopher Allan Webber2011-05-221-6/+3
|\
| * Give Pagination.get_page_url() a request instead of path and GETElrond2011-05-211-6/+3
| | | | | | | | 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-221-2/+2
|/ | | | of uploader embedding
* Added a url_for_self method for generating mediaentry linksChristopher Allan Webber2011-05-202-4/+2
| | | | This allows for optionally making the url based off of slugs or ids