| Commit message (Expand) | Author | Age | Files | Lines |
* | Reorganize media.html, comment part | Jef van Schendel | 2011-07-01 | 1 | -20/+16 |
* | Fix first part of issue 402 - small images are no longer enlarged to 640px | Jef van Schendel | 2011-07-01 | 1 | -1/+1 |
* | Style comments (first draft only) | Jef van Schendel | 2011-07-01 | 1 | -10/+10 |
* | Merge remote branch 'remotes/schendje/master' | Christopher Allan Webber | 2011-06-30 | 4 | -84/+89 |
|\ |
|
| * | Put messages.html in grid_12, above content | Jef van Schendel | 2011-06-29 | 2 | -13/+6 |
| * | Merge remote-tracking branch 'gitorious/master' | Jef van Schendel | 2011-06-29 | 2 | -0/+34 |
| |\ |
|
| * | | Tiny changes | Jef van Schendel | 2011-06-27 | 2 | -3/+1 |
| * | | Implement sidebar on media page | Jef van Schendel | 2011-06-27 | 2 | -28/+37 |
* | | | Merge remote branch 'remotes/jwandborg/feature_362-simple_comments' | Christopher Allan Webber | 2011-06-29 | 1 | -0/+46 |
|\ \ \
| |_|/
|/| | |
|
| * | | Issue #362 - Updated media.html with things necessary for the simple comment ... | Joar Wandborg | 2011-06-29 | 1 | -0/+46 |
| |/ |
|
* | | Making the messages conform to the 960.gx widths | Christopher Allan Webber | 2011-06-28 | 1 | -5/+9 |
* | | adds message queue | Caleb Forbes Davis V | 2011-06-27 | 2 | -0/+30 |
|/ |
|
* | Reordering the uploaded on/by and description sections of media display template | Christopher Allan Webber | 2011-06-25 | 1 | -8/+10 |
* | Just adjusting indentation a little bit in the base template. | Christopher Allan Webber | 2011-06-25 | 1 | -22/+24 |
* | Merge remote branch 'remotes/gullydwarf-cfdv/is330' | Christopher Allan Webber | 2011-06-25 | 1 | -4/+5 |
|\ |
|
| * | fixes uneven whitespace, and conforms to a strong preference for | cfdv | 2011-06-17 | 1 | -3/+4 |
* | | Put the thumbnail on the edit details part on the top and center | Christopher Allan Webber | 2011-06-25 | 1 | -2/+4 |
* | | Adjust the width of the fields on the form submission | Christopher Allan Webber | 2011-06-24 | 1 | -1/+3 |
* | | Separates out the field rendering part from the whole form rendering macro | Christopher Allan Webber | 2011-06-24 | 1 | -14/+38 |
* | | Implement basic footer | Jef van Schendel | 2011-06-24 | 1 | -1/+12 |
* | | Remove excess grids, change CSS to center forms | Jef van Schendel | 2011-06-23 | 5 | -10/+0 |
* | | Add <br /> for correct text layout | Jef van Schendel | 2011-06-23 | 1 | -1/+1 |
* | | Submit form should not have edit_box class | Jef van Schendel | 2011-06-23 | 1 | -1/+1 |
* | | Make several small changes to wording and top bar links | Jef van Schendel | 2011-06-23 | 3 | -7/+9 |
* | | Switch css over to 960.gs. If I did everything right, things should look exac... | Jef van Schendel | 2011-06-23 | 8 | -30/+42 |
* | | Check on media['uploader']'s id rather than the username | Christopher Allan Webber | 2011-06-22 | 1 | -1/+1 |
* | | adds conditional for display of media edit link | Caleb Forbes Davis V | 2011-06-22 | 1 | -4/+6 |
* | | Several small UI changes to edit profile page: moved header, changed form wor... | Jef van Schendel | 2011-06-22 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'gitorious/master' | Jef van Schendel | 2011-06-22 | 5 | -13/+86 |
|\ \ |
|
| * | | I don't think we need the username to be part of the profile editing URL | Christopher Allan Webber | 2011-06-21 | 1 | -3/+1 |
| * | | Indenting some sections between if / else blocks in root.html | Christopher Allan Webber | 2011-06-21 | 1 | -16/+14 |
| * | | Merge remote-tracking branch 'origin/master' into is315 | cfdv | 2011-06-20 | 1 | -1/+3 |
| |\ \ |
|
| * | | | enables primitive display of profile data on user page | cfdv | 2011-06-18 | 2 | -0/+37 |
| * | | | enables entering user details including website url and bio | cfdv | 2011-06-18 | 2 | -2/+4 |
| * | | | baby step towards enabling profile edits | cfdv | 2011-06-18 | 2 | -1/+37 |
| * | | | adds global link to user's home page in the base.html template | cfdv | 2011-06-17 | 1 | -0/+2 |
| | |/
| |/| |
|
* | | | Merge remote-tracking branch 'gitorious/master' | Jef van Schendel | 2011-06-20 | 1 | -1/+3 |
|\ \ \
| | |/
| |/| |
|
| * | | Merge remote branch 'remotes/jwandborg/issue_363' | Christopher Allan Webber | 2011-06-19 | 1 | -1/+3 |
| |\ \
| | |/
| |/| |
|
| | * | Added Markdown rendering for `media_entry` | Joar Wandborg | 2011-06-12 | 1 | -1/+3 |
* | | | Merge remote-tracking branch 'gitorious/master' | Jef van Schendel | 2011-06-17 | 2 | -0/+44 |
|\| | |
|
| * | | adds link from gallery back to user page | cfdv | 2011-06-16 | 1 | -1/+3 |
| * | | adds link to user gallery in mediagoblin_header_right of user page | cfdv | 2011-06-16 | 1 | -0/+2 |
| * | | issue #330 - creates a user gallery template | Caleb Forbes Davis V | 2011-06-16 | 1 | -0/+40 |
| |/ |
|
* | | Merge remote-tracking branch 'gitorious/master' | Jef van Schendel | 2011-06-08 | 1 | -4/+4 |
|\| |
|
| * | This attribute in quotes, too. :) | Christopher Allan Webber | 2011-06-07 | 1 | -1/+1 |
| * | XML attributes must be in quotes! | Christopher Allan Webber | 2011-06-07 | 1 | -3/+3 |
* | | Added cancel button, capitalised button labels | Jef van Schendel | 2011-06-07 | 2 | -2/+3 |
* | | Changed edit page: new background image, image is included in form, submit bu... | Jef van Schendel | 2011-06-07 | 1 | -5/+6 |
* | | Merge remote-tracking branch 'gitorious/master' | Jef van Schendel | 2011-06-06 | 1 | -1/+2 |
|\| |
|
| * | Firefox 3.X shows hidden fields for some reason, adding display: none; | Christopher Allan Webber | 2011-06-05 | 1 | -1/+2 |