Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | Make sure we can register, and then that we get the verification email | Christopher Allan Webber | 2011-06-05 | 1 | -4/+46 | |
| | | | | ||||||
| * | | | Use render_template utility so we can test whether or not this email | Christopher Allan Webber | 2011-06-05 | 1 | -11/+10 | |
| | | | | | | | | | | | | | | | | sends | |||||
| * | | | Moved the verification url generation string template to a global variable | Christopher Allan Webber | 2011-06-05 | 1 | -5/+9 | |
| | | | | ||||||
| * | | | Make sure that get_test_app() really does wipe the database | Christopher Allan Webber | 2011-06-05 | 1 | -0/+38 | |
| | | | | ||||||
| * | | | Made a simple template rendering view and switched a bunch of code over to ↵ | Christopher Allan Webber | 2011-06-05 | 4 | -29/+19 | |
| | | | | | | | | | | | | | | | | using it | |||||
| * | | | I have a strong preference for aligning all parameters in a function call. | Christopher Allan Webber | 2011-06-05 | 5 | -15/+24 | |
| | | | | ||||||
| * | | | Merge remote branch 'remotes/elrond/idea/shortcuts' | Christopher Allan Webber | 2011-06-05 | 7 | -85/+67 | |
| |\ \ \ | | | |/ | | |/| | ||||||
| | * | | Create redirect shortcut and use it around | Elrond | 2011-06-05 | 5 | -24/+19 | |
| | | | | | | | | | | | | | | | | | | | | This is just replacing exc.HTTPFound(location=request.urlgen(...)) by redirect(request, ...). No magic. | |||||
| | * | | Reformat render_to_response calls | Elrond | 2011-06-05 | 5 | -43/+38 | |
| | | | | | | | | | | | | | | | | | | | | Just a simple indentation and ordering change, no functional change. | |||||
| | * | | Create render_to_reponse and use it everywhere. | Elrond | 2011-06-05 | 6 | -47/+39 | |
| | | | | | | | | | | | | | | | | Just a shortcut for Response(render_template(...)) | |||||
| * | | | Just a bit of formatting for these unfinished tests ;) | Christopher Allan Webber | 2011-06-05 | 1 | -2/+4 | |
| | | | | ||||||
| * | | | Instructions for running tests with the modern setup | Christopher Allan Webber | 2011-06-05 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | New password check error message | Christopher Allan Webber | 2011-06-05 | 1 | -1/+3 | |
| | | | | ||||||
| * | | | Test registration form integrity | Christopher Allan Webber | 2011-06-05 | 1 | -0/+64 | |
| | | | | ||||||
| * | | | The first bit of the registration tests working. Not fully there, but | Christopher Allan Webber | 2011-06-05 | 1 | -0/+26 | |
| | | | | | | | | | | | | | | | | | | | | it's clear that the webtest part is working, without having tested the database yet. :) | |||||
| * | | | Actually it's a lot better of an idea to load the full application out | Christopher Allan Webber | 2011-06-05 | 1 | -4/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | of the paste config file the way paste would than to load components of it ourselves. Aside from this being nicer, it's also necessary for the sake of getting the middleware working nicely. We could do it ourselves, but why bother when paste can just do it for us? | |||||
| * | | | We should store the template path, not the template object, as the key | Christopher Allan Webber | 2011-06-05 | 1 | -3/+3 | |
| |/ / | | | | | | | | | | in our testing cache | |||||
| * | | Firefox 3.X shows hidden fields for some reason, adding display: none; | Christopher Allan Webber | 2011-06-05 | 1 | -1/+2 | |
| | | | | | | | | | | | | to be rid of them for sure | |||||
| * | | Moving all views over to using util.render_template()! | Christopher Allan Webber | 2011-06-04 | 5 | -59/+39 | |
| | | | ||||||
| * | | Cache template environments and gettexts so we don't have to reproduce | Christopher Allan Webber | 2011-06-04 | 1 | -2/+21 | |
| | | | | | | | | | | | | them on every request. | |||||
| * | | Added new render_template method which will make our lives nicer and | Christopher Allan Webber | 2011-06-04 | 1 | -0/+27 | |
| | | | | | | | | | | | | also will be useful for unit testing purposes :) | |||||
| * | | Proper webtest infrastructure... seems to be about right anyway :) | Christopher Allan Webber | 2011-06-04 | 6 | -10/+220 | |
| | | | ||||||
| * | | Mount media editing under /u/{username}/m/{media}/edit/ | Christopher Allan Webber | 2011-06-04 | 2 | -2/+4 | |
| | | | ||||||
| * | | Let's redirect back to the media homepage using the slug instead of the id | Christopher Allan Webber | 2011-06-04 | 1 | -1/+1 | |
| | | | ||||||
| * | | I shouldn't have removed the .save() entirely :) | Christopher Allan Webber | 2011-06-04 | 1 | -0/+1 | |
| | | | ||||||
* | | | Merge remote-tracking branch 'gitorious/master' | Jef van Schendel | 2011-06-04 | 10 | -2/+203 | |
|\| | | ||||||
| * | | 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. | |||||
* | | | | | Merge remote-tracking branch 'gitorious/master' | Jef van Schendel | 2011-06-03 | 3 | -48/+40 | |
|\| | | | | ||||||
| * | | | | 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 | |
| | |_|/ | |/| | | ||||||
* | | | | Added lines background to forms | Jef van Schendel | 2011-06-02 | 1 | -2/+3 | |
| | | | | ||||||
* | | | | Right-aligned input buttons, added gradient | Jef van Schendel | 2011-06-02 | 1 | -13/+22 | |
| | | | | ||||||
* | | | | Merge remote-tracking branch 'gitorious/master' | Jef van Schendel | 2011-06-02 | 6 | -9/+137 | |
|\| | | | ||||||
| * | | | 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 |