Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Title first and foremost... anything else looks weird to me. | Christopher Allan Webber | 2011-06-03 | 1 | -2/+2 |
| | |||||
* | Merge branch 'media_edit' | Christopher Allan Webber | 2011-06-03 | 9 | -0/+200 |
|\ | |||||
| * | Find out if such a slug exists via a query instead of via a .save() call | Christopher Allan Webber | 2011-06-03 | 1 | -12/+19 |
| | | |||||
| * | Add GNU headers to new *.py | Elrond | 2011-06-02 | 2 | -0/+31 |
| | | |||||
| * | Handle Exceptions from save(); Move may_edit_media | Elrond | 2011-06-02 | 2 | -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/ | Elrond | 2011-06-02 | 4 | -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 table | Elrond | 2011-06-02 | 1 | -7/+6 |
| | | |||||
| * | Merge remote branch 'upstream/master' | Elrond | 2011-06-02 | 18 | -133/+339 |
| |\ | | | | | | | | | | | | | Conflicts: mediagoblin/templates/mediagoblin/user_pages/media.html | ||||
| * | | Check for edit permission. | Elrond | 2011-06-02 | 1 | -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. | Elrond | 2011-05-27 | 1 | -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 style | Elrond | 2011-05-26 | 1 | -1/+1 |
| | | | |||||
| * | | Starting "edit" functionality. | Elrond | 2011-05-26 | 8 | -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-Mode | Elrond | 2011-06-03 | 1 | -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 Micovic | 2011-06-02 | 2 | -45/+39 |
| | | | |||||
* | | | attribute values should be quoted :) | Christopher Allan Webber | 2011-06-02 | 1 | -1/+1 |
| | | | |||||
* | | | No reason for 'verification_successful = bool' here. | Christopher Allan Webber | 2011-06-02 | 1 | -2/+0 |
| | | | |||||
* | | | No need for a method for generating the verification key as a method | Christopher Allan Webber | 2011-06-02 | 2 | -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 to | Christopher Allan Webber | 2011-06-02 | 1 | -2/+2 |
| |/ |/| | | | | | use that one ;) | ||||
* | | 0.0.2 of GNU MediaGoblin! | Christopher Allan Webber | 2011-05-31 | 1 | -2/+2 |
| | | |||||
* | | If a user doesn't provide a userid and a token to the verify_email function, ↵ | Christopher Allan Webber | 2011-05-31 | 1 | -2/+6 |
| | | | | | | | | might as well 404 | ||||
* | | Moving import to outside of this function | Christopher Allan Webber | 2011-05-31 | 1 | -1/+1 |
| | | |||||
* | | Just adjusting some spacing so we don't go over 80 chars | Christopher Allan Webber | 2011-05-31 | 1 | -2/+4 |
| | | |||||
* | | Give a "proper" view for resending verification email | Christopher Allan Webber | 2011-05-31 | 3 | -7/+37 |
| | | |||||
* | | Merge remote branch 'remotes/aleks/aleks' | Christopher Allan Webber | 2011-05-31 | 5 | -4/+102 |
|\ \ | |||||
| * | | Added the ability to regenerate a verification key. | Aleksandar Micovic | 2011-05-31 | 4 | -2/+53 |
| | | | |||||
| * | | Fixed bug where someone who wasn't logged in was asked to verify | Aleksandar Micovic | 2011-05-31 | 1 | -4/+5 |
| | | | | | | | | | | | | their emails. | ||||
| * | | Added a temporary verification page informing the user they need | Aleksandar Micovic | 2011-05-30 | 4 | -2/+48 |
| | | | | | | | | | | | | to authenticate. | ||||
* | | | Add an index on MediaEntries making sure slugs + uploader combos are unique | Christopher Allan Webber | 2011-05-30 | 1 | -6/+5 |
|/ / | |||||
* | | Use the object gallery file on the front page also | Christopher Allan Webber | 2011-05-29 | 1 | -9/+1 |
| | | |||||
* | | This <ul /> not used (second inside), removing | Christopher Allan Webber | 2011-05-29 | 1 | -4/+1 |
| | | |||||
* | | remove all 'username_repr' stuff | Jakob Kramer | 2011-05-29 | 4 | -6/+4 |
| | | |||||
* | | don't import 're' | Jakob Kramer | 2011-05-29 | 1 | -2/+0 |
| | | |||||
* | | this should fix #354 | Jakob Kramer | 2011-05-29 | 4 | -7/+13 |
| | | |||||
* | | First changes to media gallery view | Jef van Schendel | 2011-05-29 | 2 | -1/+13 |
| | | |||||
* | | Slightly modified text on media page | Jef van Schendel | 2011-05-29 | 1 | -12/+5 |
| | | |||||
* | | Centered image on media page | Jef van Schendel | 2011-05-29 | 2 | -11/+17 |
| | | |||||
* | | Modified logo to change on :hover | Jef van Schendel | 2011-05-29 | 3 | -4/+12 |
| | | |||||
* | | Changed submit form to divs | Jef van Schendel | 2011-05-29 | 2 | -8/+11 |
| | | |||||
* | | Changed <p> font from 'sans' to 'sans-serif' | Joar Wandborg | 2011-05-28 | 1 | -1/+1 |
| | | |||||
* | | Changed <body> font from 'sans' to 'sans-serif' | Joar Wandborg | 2011-05-28 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' of ↵ | Joar Wandborg | 2011-05-28 | 5 | -69/+105 |
|\ \ | | | | | | | | | | git://gitorious.org/~schendje/mediagoblin/schendjes-mediagoblin | ||||
| * | | Fixed submit button style, added create-account notice to log in page | Jef van Schendel | 2011-05-28 | 2 | -2/+7 |
| | | | |||||
| * | | Forgot a bottom-margin for the error div | Jef van Schendel | 2011-05-28 | 1 | -0/+1 |
| | | | |||||
| * | | Changed login forms to use divs instead of tables | Jef van Schendel | 2011-05-28 | 1 | -17/+13 |
| | | | |||||
| * | | Styled error messages | Jef van Schendel | 2011-05-28 | 2 | -63/+67 |
| | | | |||||
| * | | Fixed form header | Jef van Schendel | 2011-05-28 | 2 | -2/+8 |
| | | | |||||
| * | | Styled forms | Jef van Schendel | 2011-05-28 | 2 | -1/+26 |
| | | | |||||
| * | | Merge remote-tracking branch 'gitorious/master' | Jef van Schendel | 2011-05-28 | 2 | -7/+32 |
| |\ \ | |||||
| * \ \ | Merge remote-tracking branch 'gitorious/master' | Jef van Schendel | 2011-05-26 | 1 | -1/+1 |
| |\ \ \ | | | |/ | | |/| | |||||
| * | | | Changed logout/account text | Jef van Schendel | 2011-05-26 | 1 | -3/+2 |
| | | | |