Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added header to base.html | Jef van Schendel | 2011-05-13 | 2 | -48/+14 |
| | |||||
* | Changed all headers to <h1> | Jef van Schendel | 2011-05-13 | 11 | -12/+90 |
| | |||||
* | Styled buttons for real this time | Jef van Schendel | 2011-05-13 | 7 | -7/+42 |
| | |||||
* | Styled input buttons | Jef van Schendel | 2011-05-13 | 6 | -3/+113 |
| | |||||
* | Changed base.html back to old version | Jef van Schendel | 2011-05-13 | 1 | -3/+1 |
| | |||||
* | Fixing changes | Jef van Schendel | 2011-05-13 | 6 | -4/+167 |
| | |||||
* | Improve user homepage | Sebastian Spaeth | 2011-05-12 | 1 | -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 environment | Christopher Allan Webber | 2011-05-12 | 1 | -3/+1 |
| | |||||
* | I probably shouldn't break the main page since we don't have the | Christopher Allan Webber | 2011-05-12 | 1 | -1/+4 |
| | | | | gettext thing in place yet. | ||||
* | Translate the welcome message (extracts successfully!) | Christopher Allan Webber | 2011-05-12 | 1 | -1/+1 |
| | |||||
* | Indenting these templates because I'm pedantic about tag sections | Christopher Allan Webber | 2011-05-10 | 2 | -12/+12 |
| | | | | having their content indented :) | ||||
* | Implement simple media detail page | Sebastian Spaeth | 2011-05-10 | 4 | -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 URL | Sebastian Spaeth | 2011-05-08 | 1 | -1/+1 |
| | | | | | | | | | In the verification email we would output the URL using HTML encoded text, so that e.g. & -> &. 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 template | Joar Wandborg | 2011-05-08 | 1 | -0/+22 |
| | | | | Signed-off-by: Joar Wandborg <git@wandborg.com> | ||||
* | Made changes according to http://bugs.foocorp.net/issues/271#note-7 | Joar Wandborg | 2011-05-08 | 1 | -2/+2 |
| | | | | Signed-off-by: Joar Wandborg <git@wandborg.com> | ||||
* | Merge branch 'master' of http://git.gitorious.org/mediagoblin/mediagoblin | Joar Wandborg | 2011-05-07 | 1 | -0/+14 |
|\ | |||||
| * | Actually display submitted stuff on the mainpage. Crappy, but working! | Christopher Allan Webber | 2011-05-06 | 1 | -0/+14 |
| | | |||||
* | | Merge branch 'master' of http://git.gitorious.org/mediagoblin/mediagoblin | Joar Wandborg | 2011-05-03 | 1 | -2/+2 |
|\| | |||||
| * | Add the base.css and reference it so other people can start working on it :) | Christopher Allan Webber | 2011-05-03 | 1 | -2/+2 |
| | | |||||
* | | Added functionality to support user email verification, email = TBD, ↵ | Joar Wandborg | 2011-05-03 | 1 | -0/+28 |
|/ | | | | | | verification = done. Signed-off-by: Joar Wandborg <git@wandborg.com> | ||||
* | Adds initial root page | Will Kahn-Greene | 2011-04-30 | 1 | -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 Webber | 2011-04-23 | 1 | -2/+0 |
| | | | | /me pours some sparkling grape juice | ||||
* | A stupid success view. | Christopher Allan Webber | 2011-04-23 | 1 | -0/+24 |
| | |||||
* | Adding the hidden next field to the login page so we actually do redirect | Christopher Allan Webber | 2011-04-23 | 1 | -0/+4 |
| | |||||
* | Start of the submit view, but not much there quite yet. | Christopher Allan Webber | 2011-04-19 | 1 | -0/+35 |
| | |||||
* | Adds license/copyright headers to jinja2 templates. | Will Kahn-Greene | 2011-04-13 | 6 | -0/+102 |
| | |||||
* | Changes Mediagoblin -> MediaGoblin. | Will Kahn-Greene | 2011-04-13 | 1 | -3/+3 |
| | |||||
* | Functioning request.user, and a functioning greeting for users :) | Christopher Allan Webber | 2011-04-03 | 1 | -1/+1 |
| | |||||
* | This should allow for request.user and show users logged in | Christopher Allan Webber | 2011-04-03 | 1 | -1/+19 |
| | | | | ... except it's not working? | ||||
* | Logins seem to work. | Christopher Allan Webber | 2011-04-03 | 1 | -0/+23 |
| | |||||
* | Base mediagoblin template, and register templates | Christopher Allan Webber | 2011-04-03 | 3 | -0/+60 |
| | |||||
* | A testing submit view that doesn't work but is getting closer to working. | Christopher Allan Webber | 2011-03-27 | 2 | -6/+21 |
| | |||||
* | Still totally useless but at least it writes to the database | Christopher Allan Webber | 2010-07-18 | 1 | -1/+2 |
| | |||||
* | Starting with the test submit view using wtforms | Christopher Allan Webber | 2010-07-18 | 1 | -0/+18 |