| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 | 1 | -4/+4 |
* | Fix translations around. | Elrond | 2012-12-03 | 1 | -1/+1 |
* | Fixed attachments | Joar Wandborg | 2012-10-23 | 1 | -12/+11 |
* | 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 | 1 | -3/+59 |
* | 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 | 1 | -30/+41 |
|\ |
|
| * | Updates to send email comments, included translation, better validation. | Derek Moore | 2012-03-25 | 1 | -38/+38 |
| * | These are changes for issue #405, add email comment notification. | Derek Moore | 2012-03-15 | 1 | -19/+29 |
* | | Fix problems from pyflakes output | Will Kahn-Greene | 2012-06-03 | 1 | -7/+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 | 1 | -1/+1 |
* | 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 | 1 | -3/+1 |
* | 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 | 1 | -28/+72 |
|\ |
|
| * | Dot-Notation: Some random places | Elrond | 2012-01-11 | 1 | -5/+5 |
| * | Create edit_account.html | Jef van Schendel | 2012-01-05 | 1 | -8/+32 |
| * | 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 | 1 | -2/+2 |
| * | Dot-Notation for Users.bio and .bio_html | Elrond | 2011-12-05 | 1 | -2/+2 |
| * | Dot-Notation for Users.url | Elrond | 2011-12-05 | 1 | -1/+1 |
| * | Dot-Notation for Users.is_admin | Elrond | 2011-12-05 | 1 | -2/+2 |
| * | Dot-Notation for Users.username | Elrond | 2011-12-05 | 1 | -1/+1 |
| * | added unittests, now using form errors and fixed bug when no GET parameter is... | Jakob Kramer | 2011-11-20 | 1 | -9/+14 |
| * | added support for changing the password, issue #643 | Jakob Kramer | 2011-11-20 | 1 | -10/+24 |
| * | Dot-Notation for "_id" | Elrond | 2011-11-15 | 1 | -3/+3 |
| * | Merge remote-tracking branch 'remotes/nyergler/pep8-ification' | Christopher Allan Webber | 2011-11-13 | 1 | -1/+1 |
| |\ |
|
| | * | Whitespace and formatting cleanup. | Nathan Yergler | 2011-10-01 | 1 | -1/+1 |
| * | | Mark two strings for translation | Elrond | 2011-11-13 | 1 | -1/+1 |
* | | | First crack at basic license support. | Aaron Williamson | 2012-01-17 | 1 | -1/+7 |
|/ / |
|
* / | Finished splitting util.py into separate files. | Aaron Williamson | 2011-10-01 | 1 | -5/+6 |
|/ |
|
* | Use media.url_for_self() instead of generating it | Elrond | 2011-09-09 | 1 | -5/+4 |
* | #i536: Removing attachments stuff from edit_media(), in its own method now | Christopher Allan Webber | 2011-09-04 | 1 | -11/+0 |
* | 508. Updates copyright/license information | Will Kahn-Greene | 2011-09-01 | 1 | -1/+1 |
* | Merge remote branch 'remotes/jwandborg/f403_ability_to_delete' | Christopher Allan Webber | 2011-08-28 | 1 | -5/+6 |
|\ |
|