aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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-039-0/+200
|\
| * Find out if such a slug exists via a query instead of via a .save() callChristopher Allan Webber2011-06-031-12/+19
| |
| * Add GNU headers to new *.pyElrond2011-06-022-0/+31
| |
| * Handle Exceptions from save(); Move may_edit_mediaElrond2011-06-022-10/+13
| | | | | | | | | | | | | | | | Turn .save() excpetions into a HTTPConflict. Not nice, but at least the user gets the error. Until there is a proper way to validate things and get nice errors. Move may_edit_media() to lib.py, as it's not a view.
| * Prepare for moving /edit/ under /u/.../edit/Elrond2011-06-024-3/+5
| | | | | | | | | | 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-0218-133/+339
| |\ | | | | | | | | | | | | Conflicts: mediagoblin/templates/mediagoblin/user_pages/media.html
| * | Check for edit permission.Elrond2011-06-021-0/+13
| | | | | | | | | | | | | | | You need to own the media, or be an admin to use the edit form. As simple as that, for now.
| * | "edit": Finally implement saving.Elrond2011-05-271-1/+12
| | | | | | | | | | | | | | | | | | Currently no checks. Probably not so good. And especially, every logged in user currently can edit the data for any other user's media.
| * | Use new button styleElrond2011-05-261-1/+1
| | |
| * | Starting "edit" functionality.Elrond2011-05-268-0/+135
| | | | | | | | | | | | | | | This adds a link to the "edit" form, the form, the view for displaying the form and that's about it.
* | | Propagate Exceptions up in Celery-Eager-ModeElrond2011-06-031-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | When running in celery-eager mode, the celery machinery hides all exceptions inside "celery tasks" (you can find out about them on the task handle somehow). Currently much better to propagate them straight up, so they're visible on the console.
* | | Refactored the sending of verification emails.Aleksandar Micovic2011-06-022-45/+39
| | |
* | | attribute values should be quoted :)Christopher Allan Webber2011-06-021-1/+1
| | |
* | | No reason for 'verification_successful = bool' here.Christopher Allan Webber2011-06-021-2/+0
| | |
* | | No need for a method for generating the verification key as a methodChristopher Allan Webber2011-06-022-10/+4
| | | | | | | | | | | | on the class, can just do that in the view
* | | Elrond put that ObjectId thing in the db.util module and wants us toChristopher Allan Webber2011-06-021-2/+2
| |/ |/| | | | | use that one ;)
* | 0.0.2 of GNU MediaGoblin!Christopher Allan Webber2011-05-311-2/+2
| |
* | If a user doesn't provide a userid and a token to the verify_email function, ↵Christopher Allan Webber2011-05-311-2/+6
| | | | | | | | might as well 404
* | Moving import to outside of this functionChristopher Allan Webber2011-05-311-1/+1
| |
* | Just adjusting some spacing so we don't go over 80 charsChristopher Allan Webber2011-05-311-2/+4
| |
* | Give a "proper" view for resending verification emailChristopher Allan Webber2011-05-313-7/+37
| |
* | Merge remote branch 'remotes/aleks/aleks'Christopher Allan Webber2011-05-315-4/+102
|\ \
| * | Added the ability to regenerate a verification key.Aleksandar Micovic2011-05-314-2/+53
| | |
| * | Fixed bug where someone who wasn't logged in was asked to verifyAleksandar Micovic2011-05-311-4/+5
| | | | | | | | | | | | their emails.
| * | Added a temporary verification page informing the user they needAleksandar Micovic2011-05-304-2/+48
| | | | | | | | | | | | to authenticate.
* | | Add an index on MediaEntries making sure slugs + uploader combos are uniqueChristopher Allan Webber2011-05-301-6/+5
|/ /
* | 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-294-6/+4
| |
* | don't import 're'Jakob Kramer2011-05-291-2/+0
| |
* | this should fix #354Jakob Kramer2011-05-294-7/+13
| |
* | First changes to media gallery viewJef van Schendel2011-05-292-1/+13
| |
* | Slightly modified text on media pageJef van Schendel2011-05-291-12/+5
| |
* | Centered image on media pageJef van Schendel2011-05-292-11/+17
| |
* | Modified logo to change on :hoverJef van Schendel2011-05-293-4/+12
| |
* | Changed submit form to divsJef van Schendel2011-05-292-8/+11
| |
* | Changed <p> font from 'sans' to 'sans-serif'Joar Wandborg2011-05-281-1/+1
| |
* | Changed <body> font from 'sans' to 'sans-serif'Joar Wandborg2011-05-281-1/+1
| |
* | Merge branch 'master' of ↵Joar Wandborg2011-05-285-69/+105
|\ \ | | | | | | | | | git://gitorious.org/~schendje/mediagoblin/schendjes-mediagoblin
| * | Fixed submit button style, added create-account notice to log in pageJef van Schendel2011-05-282-2/+7
| | |
| * | Forgot a bottom-margin for the error divJef 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-282-63/+67
| | |
| * | Fixed form headerJef van Schendel2011-05-282-2/+8
| | |
| * | Styled formsJef van Schendel2011-05-282-1/+26
| | |
| * | 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
| | | |