aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/templates
Commit message (Collapse)AuthorAgeFilesLines
* Tiny changesJef van Schendel2011-06-272-3/+1
|
* Implement sidebar on media pageJef van Schendel2011-06-272-28/+37
|
* Reordering the uploaded on/by and description sections of media display templateChristopher Allan Webber2011-06-251-8/+10
|
* Just adjusting indentation a little bit in the base template.Christopher Allan Webber2011-06-251-22/+24
|
* Merge remote branch 'remotes/gullydwarf-cfdv/is330'Christopher Allan Webber2011-06-251-4/+5
|\ | | | | | | | | Conflicts: mediagoblin/templates/mediagoblin/user_pages/gallery.html
| * fixes uneven whitespace, and conforms to a strong preference forcfdv2011-06-171-3/+4
| | | | | | | | less than 80 characters per line
* | Put the thumbnail on the edit details part on the top and centerChristopher Allan Webber2011-06-251-2/+4
| |
* | Adjust the width of the fields on the form submissionChristopher Allan Webber2011-06-241-1/+3
| | | | | | | | | | | | | | | | | | | | | | Did several things, including: - Call the individual form field rendering macros instead of the auto whole-form renderer so we get better control over the TextArea - Use the textarea specific form field rendering macro - Adds textarea styling to the css - Sets the input, textarea styling to be 460 px wide (the width of the form section, not including padding)
* | Separates out the field rendering part from the whole form rendering macroChristopher Allan Webber2011-06-241-14/+38
| | | | | | | | | | Also adds a textarea-specific version that renders rows and cols as part of the input.
* | Implement basic footerJef van Schendel2011-06-241-1/+12
| |
* | Remove excess grids, change CSS to center formsJef van Schendel2011-06-235-10/+0
| |
* | Add <br /> for correct text layoutJef van Schendel2011-06-231-1/+1
| |
* | Submit form should not have edit_box classJef van Schendel2011-06-231-1/+1
| |
* | Make several small changes to wording and top bar linksJef van Schendel2011-06-233-7/+9
| |
* | Switch css over to 960.gs. If I did everything right, things should look ↵Jef van Schendel2011-06-238-30/+42
| | | | | | | | exactly the same.
* | Check on media['uploader']'s id rather than the usernameChristopher Allan Webber2011-06-221-1/+1
| | | | | | | | | | | | This skips making an extra query to retrieve the uploader object and also checks on the canonical ID, which is probably good (even if indexing should ensure uniqueness there).
* | adds conditional for display of media edit linkCaleb Forbes Davis V2011-06-221-4/+6
| |
* | Several small UI changes to edit profile page: moved header, changed form ↵Jef van Schendel2011-06-221-2/+2
| | | | | | | | wording, changed css class
* | Merge remote-tracking branch 'gitorious/master'Jef van Schendel2011-06-225-13/+86
|\ \
| * | I don't think we need the username to be part of the profile editing URLChristopher Allan Webber2011-06-211-3/+1
| | |
| * | Indenting some sections between if / else blocks in root.htmlChristopher Allan Webber2011-06-211-16/+14
| | |
| * | Merge remote-tracking branch 'origin/master' into is315cfdv2011-06-201-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
* | | Merge remote-tracking branch 'gitorious/master'Jef van Schendel2011-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
| | |
* | | Merge remote-tracking branch 'gitorious/master'Jef van Schendel2011-06-172-0/+44
|\| |
| * | 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
| |/
* | Merge remote-tracking branch 'gitorious/master'Jef van Schendel2011-06-081-4/+4
|\|
| * 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
| |
* | Added cancel button, capitalised button labelsJef van Schendel2011-06-072-2/+3
| |
* | Changed edit page: new background image, image is included in form, submit ↵Jef van Schendel2011-06-071-5/+6
| | | | | | | | button text changed, title text changed, created new css class for edit forms
* | Merge remote-tracking branch 'gitorious/master'Jef van Schendel2011-06-061-1/+2
|\|
| * 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
* | Merge remote-tracking branch 'gitorious/master'Jef van Schendel2011-06-042-2/+43
|\|
| * 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.
* | | | Merge remote-tracking branch 'gitorious/master'Jef van Schendel2011-06-031-1/+1
|\| | |
| * | | attribute values should be quoted :)Christopher Allan Webber2011-06-021-1/+1
| | |/ | |/|