aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/templates
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master' into is315cfdv2011-06-201-1/+3
|\
| * Merge remote branch 'remotes/jwandborg/issue_363'Christopher Allan Webber2011-06-191-1/+3
| |\ | | | | | | | | | | | | Conflicts: setup.py
| | * Added Markdown rendering for `media_entry`Joar Wandborg2011-06-121-1/+3
| | |
* | | enables primitive display of profile data on user pagecfdv2011-06-182-0/+37
| | |
* | | enables entering user details including website url and biocfdv2011-06-182-2/+4
| | | | | | | | | | | | fixes usage of objects. still need to display the data on user page
* | | baby step towards enabling profile editscfdv2011-06-182-1/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | adds * url and bio fields to database * form for editing the user profile * route to the edit profile controller * view for the profile editing page * template for the profile editing page * link to edit profile in the welcome page still needs * thorough inspection to see if it makes sense * tests * ?
* | | adds global link to user's home page in the base.html templatecfdv2011-06-171-0/+2
|/ / | | | | | | | | | | Issue #315 (add bio and website to user page) * enable profile edits * provide place in user's home page for details to appear
* | 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
|