aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/templates
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Merge remote-tracking branch 'gitorious/master'Jef van Schendel2011-06-022-0/+53
|\| |
| * | 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.
* | | Improved object_gallery.html spacingJef van Schendel2011-05-311-1/+1
|/ /
* | 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
* removed request arg from Pagination classBernhard Keller2011-05-193-32/+28
| | | | | added get_page_url() in Pagination class, to generate proper urls without losing other get arguments
* changed some coding styles and changed the interface for pagination from ↵Bernhard Keller2011-05-192-35/+43
| | | | | | __call__ to the __init__, also getting a cursor as input, instead of the query details
* added Pagination class, usage description in Pagination,__call__Bernhard Keller2011-05-184-9/+81
| | | | added pagination.html, object_gallery.html as templates
* Removing backup files and preventing them from showing up via .gitignoreJef van Schendel2011-05-139-368/+0
|
* Added header to base.htmlJef van Schendel2011-05-132-48/+14
|
* Changed all headers to <h1>Jef van Schendel2011-05-1311-12/+90
|
* Styled buttons for real this timeJef van Schendel2011-05-137-7/+42
|
* Styled input buttonsJef van Schendel2011-05-136-3/+113
|
* Changed base.html back to old versionJef van Schendel2011-05-131-3/+1
|
* Fixing changesJef van Schendel2011-05-136-4/+167
|
* Improve user homepageSebastian Spaeth2011-05-121-1/+14
| | | | | | | | | | | | | 1) Only consider user's with 'status': 'active'. We don't want to display unconfirmed/blocked users, right? 2) Actually query user's media in the view and display on their home page. 3) Throw an error 404 if we don't find a valid user, rather than saying, "User not found" (from within the template). 4) Pass in medias as media_entries to remain compatible with the 'root' page. Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
* Load gettext, and load it into the template environmentChristopher Allan Webber2011-05-121-3/+1
|