| Commit message (Expand) | Author | Age | Files | Lines |
* | Allowing to delete a user account (#302) | Sebastian Spaeth | 2013-01-17 | 2 | -0/+33 |
* | Merge remote-tracking branch 'refs/remotes/elrond/misc/use_media_id' | Christopher Allan Webber | 2013-01-16 | 1 | -1/+2 |
|\ |
|
| * | Start to use the media_id in "admin" URLs. | Elrond | 2013-01-11 | 1 | -1/+2 |
* | | Simplify check_media_slug_used | Sebastian Spaeth | 2013-01-15 | 1 | -2/+2 |
|/ |
|
* | Enable /u/USERNAME/edit/ pattern #588 | Sebastian Spaeth | 2013-01-09 | 2 | -10/+20 |
* | Move things from routing.py to tools/routing.py | Elrond | 2012-12-23 | 1 | -1/+1 |
* | Convert return HttpException to raise HttpException | Sebastian Spaeth | 2012-12-23 | 1 | -2/+2 |
* | webob.HTTPFound --> MG.tools.redirect | Sebastian Spaeth | 2012-12-21 | 1 | -5/+4 |
* | Transition webob.HttpForbidden to webob's exceptions Forbidden | Sebastian Spaeth | 2012-12-21 | 1 | -2/+3 |
* | Move DBModel._id -> DBModel.id | Sebastian Spaeth | 2012-12-21 | 2 | -5/+5 |
* | Fix translations around. | Elrond | 2012-12-03 | 1 | -1/+1 |
* | Merge remote-tracking branch 'refs/remotes/spaetz/trac_475_email_notification... | Christopher Allan Webber | 2012-11-13 | 1 | -2/+1 |
|\ |
|
| * | Don't put checkbox text on separate line (#475) | LotusEcho | 2012-11-13 | 1 | -2/+1 |
* | | Fixed attachments | Joar Wandborg | 2012-10-23 | 1 | -12/+11 |
* | | Switched most stuff over from Routes | Joar Wandborg | 2012-10-14 | 1 | -9/+5 |
* | | Replaced all request.POST with request.form, ... | Joar Wandborg | 2012-09-29 | 1 | -30/+30 |
* | | Too much was marked for translation this gettext message. | Christopher Allan Webber | 2012-09-24 | 1 | -1/+3 |
|/ |
|
* | Removed unnecessary reference to may_edit_collection in edit views.py | Aaron Williamson | 2012-09-18 | 1 | -1/+1 |
* | Added basic collection functionality | Aaron Williamson | 2012-09-18 | 3 | -4/+76 |
* | Edit comment-notification text | Jef van Schendel | 2012-07-20 | 1 | -2/+2 |
* | Added some security checks to attachment upload, it's still not | Joar Wandborg | 2012-06-24 | 1 | -2/+29 |
* | Merge remote-tracking branch 'is_derek/bug405_email_notifications_for_comment... | Joar Wandborg | 2012-06-10 | 2 | -33/+45 |
|\ |
|
| * | Updates to send email comments, included translation, better validation. | Derek Moore | 2012-03-25 | 2 | -43/+39 |
| * | These are changes for issue #405, add email comment notification. | Derek Moore | 2012-03-15 | 2 | -19/+34 |
* | | Fix problems from pyflakes output | Will Kahn-Greene | 2012-06-03 | 1 | -7/+1 |
* | | use _ function on some now untranslatable strings | Jakob Kramer | 2012-04-19 | 1 | -1/+1 |
|/ |
|
* | Changed from key-notation to dot-notation in edit_profile | Joar Wandborg | 2012-03-08 | 1 | -1/+1 |
* | Generic check_media_slug_used db utility. | Elrond | 2012-03-05 | 1 | -5/+4 |
* | Attachment support in the SQL backend | Elrond | 2012-02-28 | 1 | -1/+1 |
* | Drop pre-rendered html: MediaEntry.description_html | Elrond | 2012-02-18 | 1 | -4/+1 |
* | Drop pre-rendered html: User.bio_html | Elrond | 2012-02-18 | 1 | -2/+0 |
* | It's 2012 all up in here | Christopher Allan Webber | 2012-02-02 | 5 | -5/+5 |
* | Nearly complete support for Tags | Elrond | 2012-01-28 | 1 | -1/+1 |
* | Oops, I broke teh all rights reserved ;) | Christopher Allan Webber | 2012-01-21 | 1 | -1/+1 |
* | License "all rights reserved" default should be None/NULL, not empty string | Christopher Allan Webber | 2012-01-21 | 1 | -1/+1 |
* | Fix unit tests with new license support | Elrond | 2012-01-21 | 2 | -3/+2 |
* | Minor formatting and syntax fix. | Aaron Williamson | 2012-01-18 | 1 | -1/+2 |
* | Fixed a syntax error in edit/views and added back in some missing license stu... | Aaron Williamson | 2012-01-17 | 1 | -2/+2 |
* | Merged changes with upstream | Aaron Williamson | 2012-01-17 | 5 | -38/+105 |
|\ |
|
| * | Remove unnecessary piece of text in media.html. Fix "Markdown text" indentati... | Jef van Schendel | 2012-01-13 | 1 | -4/+3 |
| * | Dot-Notation: Some random places | Elrond | 2012-01-11 | 1 | -5/+5 |
| * | Make show-password-js work for change password too | Elrond | 2012-01-05 | 1 | -1/+2 |
| * | Create edit_account.html | Jef van Schendel | 2012-01-05 | 3 | -21/+47 |
| * | Add Markdown for submit page, edit page, profile edit page; thus fixing ticke... | Jef van Schendel | 2012-01-04 | 1 | -2/+10 |
| * | Fix #715: On media submit page, "Separate" is misspelled | Jef van Schendel | 2011-12-30 | 1 | -1/+1 |
| * | Dot-Notation for MediaEntry.description(_html) | Elrond | 2011-12-05 | 1 | -4/+4 |
| * | Dot-Notation for MediaEntry.slug | Elrond | 2011-12-05 | 1 | -2/+2 |
| * | Dot-Notation for MediaEntry.title | Elrond | 2011-12-05 | 1 | -2/+2 |
| * | Dot-Notation for MediaEntry.uploader | Elrond | 2011-12-05 | 2 | -3/+3 |
| * | Dot-Notation for Users.bio and .bio_html | Elrond | 2011-12-05 | 1 | -2/+2 |