aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/templates
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* I probably shouldn't break the main page since we don't have theChristopher Allan Webber2011-05-121-1/+4
| | | | gettext thing in place yet.
* Translate the welcome message (extracts successfully!)Christopher Allan Webber2011-05-121-1/+1
|
* Indenting these templates because I'm pedantic about tag sectionsChristopher Allan Webber2011-05-102-12/+12
| | | | having their content indented :)
* Implement simple media detail pageSebastian Spaeth2011-05-104-2/+105
| | | | | | | | | | | | | | | | | This patch creates a "homepage" for each media. The URL is /u/<username>/m/<objID>. On it we display the media and some details. It is ugly and lacking some stuff but it works. The only thing left to do is to throw an 404 error if the <username> and the media uploader don't correspond. - Also create a user "home page" while at it. It is merely a place holder for now though. - Link from the entries on the homepage, to the media pages, so we actually find them. Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
* Don't escape the verification URLSebastian Spaeth2011-05-081-1/+1
| | | | | | | | | In the verification email we would output the URL using HTML encoded text, so that e.g. & -> &amp;. We don't want that and we know the URL won't contain user contributed content, so it is safe to turn off HTML encoding here. Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
* Added verification email templateJoar Wandborg2011-05-081-0/+22
| | | | Signed-off-by: Joar Wandborg <git@wandborg.com>
* Made changes according to http://bugs.foocorp.net/issues/271#note-7Joar Wandborg2011-05-081-2/+2
| | | | Signed-off-by: Joar Wandborg <git@wandborg.com>
* Merge branch 'master' of http://git.gitorious.org/mediagoblin/mediagoblinJoar Wandborg2011-05-071-0/+14
|\
| * Actually display submitted stuff on the mainpage. Crappy, but working!Christopher Allan Webber2011-05-061-0/+14
| |
* | Merge branch 'master' of http://git.gitorious.org/mediagoblin/mediagoblinJoar Wandborg2011-05-031-2/+2
|\|
| * Add the base.css and reference it so other people can start working on it :)Christopher Allan Webber2011-05-031-2/+2
| |
* | Added functionality to support user email verification, email = TBD, ↵Joar Wandborg2011-05-031-0/+28
|/ | | | | | verification = done. Signed-off-by: Joar Wandborg <git@wandborg.com>
* Adds initial root pageWill Kahn-Greene2011-04-301-0/+39
| | | | | This adds an initial root page that's ugly as sin, but makes it easier to test what exists so far (e.g. register, login, submit pictures).
* Submission of image works :)Christopher Allan Webber2011-04-231-2/+0
| | | | /me pours some sparkling grape juice
* A stupid success view.Christopher Allan Webber2011-04-231-0/+24
|
* Adding the hidden next field to the login page so we actually do redirectChristopher Allan Webber2011-04-231-0/+4
|
* Start of the submit view, but not much there quite yet.Christopher Allan Webber2011-04-191-0/+35
|
* Adds license/copyright headers to jinja2 templates.Will Kahn-Greene2011-04-136-0/+102
|
* Changes Mediagoblin -> MediaGoblin.Will Kahn-Greene2011-04-131-3/+3
|
* Functioning request.user, and a functioning greeting for users :)Christopher Allan Webber2011-04-031-1/+1
|
* This should allow for request.user and show users logged inChristopher Allan Webber2011-04-031-1/+19
| | | | ... except it's not working?
* Logins seem to work.Christopher Allan Webber2011-04-031-0/+23
|
* Base mediagoblin template, and register templatesChristopher Allan Webber2011-04-033-0/+60
|
* A testing submit view that doesn't work but is getting closer to working.Christopher Allan Webber2011-03-272-6/+21
|
* Still totally useless but at least it writes to the databaseChristopher Allan Webber2010-07-181-1/+2
|
* Starting with the test submit view using wtformsChristopher Allan Webber2010-07-181-0/+18