| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Remove mediagoblin.db.sql.fake.DESCENDING | Sebastian Spaeth | 2013-01-07 | 1 | -3/+2 |
* | Remove ObjectId from the tree | Sebastian Spaeth | 2012-12-25 | 1 | -2/+2 |
* | Mongo removal: Remove the validate=True arg to obj.save() | Elrond | 2012-12-24 | 1 | -3/+3 |
* | Move things from routing.py to tools/routing.py | Elrond | 2012-12-23 | 1 | -1/+1 |
* | Compare user by id not object equality | Sebastian Spaeth | 2012-12-23 | 1 | -4/+1 |
* | Improve sqlalchemy filter rules | Sebastian Spaeth | 2012-12-23 | 1 | -19/+22 |
* | Remove mongolisms from user_pages.view #451 | Sebastian Spaeth | 2012-12-21 | 2 | -54/+46 |
* | Refactor media_collect | Sebastian Spaeth | 2012-12-21 | 1 | -85/+76 |
* | webob.HTTPFound --> MG.tools.redirect | Sebastian Spaeth | 2012-12-21 | 1 | -5/+3 |
* | Move DBModel._id -> DBModel.id | Sebastian Spaeth | 2012-12-21 | 2 | -14/+14 |
* | Fix user collection gallery | Sebastian Spaeth | 2012-12-05 | 1 | -13/+9 |
* | Switch over the user gallery to the active_user_from_url decorator | Sebastian Spaeth | 2012-12-05 | 1 | -13/+10 |
* | make media_manager a property of MediaEntry in mixin.py | Sebastian Spaeth | 2012-12-04 | 1 | -3/+1 |
* | Fixed attachments | Joar Wandborg | 2012-10-23 | 1 | -1/+1 |
* | Fixed 404 page under werkzeug.routing | Joar Wandborg | 2012-10-14 | 1 | -1/+1 |
* | Switched most stuff over from Routes | Joar Wandborg | 2012-10-14 | 1 | -45/+65 |
* | Replaced all request.POST with request.form, ... | Joar Wandborg | 2012-09-29 | 1 | -11/+11 |
* | Style fixes | Joar Wandborg | 2012-09-18 | 1 | -21/+33 |
* | Fixed post-collect redirect to always take user to image collected. | Aaron Williamson | 2012-09-18 | 1 | -1/+1 |
* | Reference collection creator through already-existing collection_item's forei... | Aaron Williamson | 2012-09-18 | 1 | -1/+1 |
* | Added basic collection functionality | Aaron Williamson | 2012-09-18 | 3 | -5/+316 |
* | Panel improvements | Joar Wandborg | 2012-07-11 | 1 | -7/+17 |
* | Merge branch 'master' into 201207-testfixes | Brett Smith | 2012-07-08 | 1 | -1/+12 |
|\ |
|
| * | fixing bug #255 as Joar and CWebber ask me to do :) | Jorge Araya Navarro | 2012-06-28 | 1 | -1/+12 |
* | | Prevent non-Unicode SQLAlchemy warnings in most submission tests. | Brett Smith | 2012-07-08 | 1 | -8/+8 |
|/ |
|
* | Fixed some comment notification code for compliance with SQL | Joar Wandborg | 2012-06-10 | 2 | -12/+15 |
* | Merge remote-tracking branch 'is_derek/bug405_email_notifications_for_comment... | Joar Wandborg | 2012-06-10 | 2 | -0/+61 |
|\ |
|
| * | Updates to send email comments, included translation, better validation. | Derek Moore | 2012-03-25 | 1 | -9/+9 |
| * | Merge branch 'master' into derek-moore-bug405_email_notifications_for_comments | Christopher Allan Webber | 2012-03-18 | 2 | -1/+5 |
| |\ |
|
| * | | These are changes for issue #405, add email comment notification. | Derek Moore | 2012-03-15 | 2 | -0/+61 |
* | | | Panel: Find "unprocessed" not "processing" entries. | Elrond | 2012-03-21 | 1 | -1/+1 |
| |/
|/| |
|
* | | When media is deleted, delete associated comments too. | Brett Smith | 2012-03-17 | 1 | -0/+4 |
* | | More/better translation. | Elrond | 2012-03-17 | 1 | -1/+1 |
|/ |
|
* | Dot-Notation: MediaComment and some random places | Elrond | 2012-02-26 | 1 | -4/+4 |
* | Drop pre-rendered html: MediaComment.content_html | Elrond | 2012-02-18 | 1 | -2/+0 |
* | Drop pre-rendered html: MediaEntry.description_html | Elrond | 2012-02-18 | 1 | -1/+1 |
* | Fix copyright statements; add LICENSE for EXIF.py | Will Kahn-Greene | 2012-02-08 | 1 | -1/+1 |
* | It's 2012 all up in here | Christopher Allan Webber | 2012-02-02 | 4 | -4/+4 |
* | As per spec, we permit to have more then 1 hub | Michele Azzolari | 2012-01-12 | 1 | -4/+5 |
* | As suggested by Elrond, we use only one setting | Michele Azzolari | 2012-01-12 | 1 | -1/+1 |
* | Added PuSH capability | Michele Azzolari | 2012-01-11 | 1 | -6/+14 |
* | Fixed #724 and added extra infos to the atom feed (author uri and links to th... | Michele Azzolari | 2012-01-10 | 1 | -4/+24 |
* | Turn media.get_uploader into a property | Elrond | 2011-12-27 | 1 | -1/+1 |
* | Replace media.get_uploader()._id by media.uploader | Elrond | 2011-12-24 | 1 | -1/+1 |
* | Merge jQuery branch, resolve conflicts | Jef van Schendel | 2011-12-13 | 1 | -1/+1 |
|\ |
|
| * | Lots of changes to media page; rearranged things, added new styles, added jqu... | Jef van Schendel | 2011-12-09 | 1 | -1/+1 |
* | | Dot-Notation for MediaEntry.media_type | Elrond | 2011-12-05 | 1 | -1/+1 |
* | | Dot-Notation for Users.is_admin | Elrond | 2011-12-05 | 1 | -1/+1 |
* | | Dot-Notation for Users.status | Elrond | 2011-12-05 | 1 | -2/+2 |
* | | Dot-Notation for Users.username | Elrond | 2011-12-05 | 1 | -2/+2 |