Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | Create render_to_reponse and use it everywhere. | Elrond | 2011-06-05 | 6 | -47/+39 | |
* | | | | | | | Just a bit of formatting for these unfinished tests ;) | Christopher Allan Webber | 2011-06-05 | 1 | -2/+4 | |
* | | | | | | | 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 | |
* | | | | | | | Actually it's a lot better of an idea to load the full application out | Christopher Allan Webber | 2011-06-05 | 1 | -4/+3 | |
* | | | | | | | We should store the template path, not the template object, as the key | Christopher Allan Webber | 2011-06-05 | 1 | -3/+3 | |
|/ / / / / / | ||||||
* | | | | | | Firefox 3.X shows hidden fields for some reason, adding display: none; | Christopher Allan Webber | 2011-06-05 | 1 | -1/+2 | |
* | | | | | | 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 | |
* | | | | | | Added new render_template method which will make our lives nicer and | Christopher Allan Webber | 2011-06-04 | 1 | -0/+27 | |
* | | | | | | Proper webtest infrastructure... seems to be about right anyway :) | Christopher Allan Webber | 2011-06-04 | 5 | -10/+219 | |
* | | | | | | 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 | |
| |_|_|_|/ |/| | | | | ||||||
* | | | | | 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 | |
| * | | | | | Prepare for moving /edit/ under /u/.../edit/ | Elrond | 2011-06-02 | 4 | -3/+5 | |
| * | | | | | 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 | 17 | -131/+337 | |
| |\ \ \ \ \ | ||||||
| * | | | | | | Check for edit permission. | Elrond | 2011-06-02 | 1 | -0/+13 | |
| * | | | | | | "edit": Finally implement saving. | Elrond | 2011-05-27 | 1 | -1/+12 | |
| * | | | | | | Use new button style | Elrond | 2011-05-26 | 1 | -1/+1 | |
| * | | | | | | Starting "edit" functionality. | Elrond | 2011-05-26 | 8 | -0/+135 | |
* | | | | | | | Propagate Exceptions up in Celery-Eager-Mode | Elrond | 2011-06-03 | 1 | -0/+1 | |
| |_|_|_|_|/ |/| | | | | | ||||||
* | | | | | | 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 | |
* | | | | | Elrond put that ObjectId thing in the db.util module and wants us to | Christopher Allan Webber | 2011-06-02 | 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 | |
* | | | | 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 | |
| * | | | Added a temporary verification page informing the user they need | Aleksandar Micovic | 2011-05-30 | 4 | -2/+48 | |
| | |/ | |/| | ||||||
* / | | 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 |