| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 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 | 2 | -1/+2 |
* | Merge branch 'mediagoblin-upstream' into feature544_basic_license_data | Aaron Williamson | 2012-01-18 | 1 | -0/+28 |
|\ |
|
| * | Cleaned the code | Michele Azzolari | 2012-01-17 | 1 | -2/+4 |
| * | We handle exceptions if PuSH fails | Michele Azzolari | 2012-01-17 | 1 | -4/+14 |
| * | As per spec, we permit to have more then 1 hub | Michele Azzolari | 2012-01-12 | 1 | -5/+7 |
| * | 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 | -0/+14 |
* | | Merged changes with upstream | Aaron Williamson | 2012-01-17 | 4 | -85/+107 |
|\| |
|
| * | Add Markdown for submit page, edit page, profile edit page; thus fixing ticke... | Jef van Schendel | 2012-01-04 | 1 | -1/+4 |
| * | Dot-Notation for MediaEntry.queued_media_file | Elrond | 2012-01-04 | 1 | -1/+1 |
| * | Fixed submission error handling and broken tests | Joar Wandborg | 2011-12-31 | 1 | -3/+9 |
| * | ASCII media type support & fix a bug in file submission error handling | Joar Wandborg | 2011-12-31 | 1 | -2/+6 |
| * | Fix #715: On media submit page, "Separate" is misspelled | Jef van Schendel | 2011-12-30 | 1 | -1/+1 |
| * | Dot-Notation for MediaEntry.media_type | Elrond | 2011-12-05 | 1 | -1/+1 |
| * | Dot-Notation for MediaEntry.description(_html) | Elrond | 2011-12-05 | 1 | -3/+3 |
| * | Dot-Notation for MediaEntry.title | Elrond | 2011-12-05 | 1 | -1/+1 |
| * | Dot-Notation for MediaEntry.uploader | Elrond | 2011-12-05 | 1 | -1/+1 |
| * | Dot-Notation for Users.username | Elrond | 2011-12-05 | 1 | -1/+1 |
| * | Merge remote branch 'remotes/manolinux/683_text_separate_tags_by_commas_and_s... | Elrond | 2011-11-27 | 1 | -1/+1 |
| |\ |
|
| | * | Fix the text "Seperate tags by commas and spaces" since spaces are not used t... | Manuel Urbano Santos | 2011-11-27 | 1 | -1/+1 |
| * | | Fixes after merging video into master - part 2 | Joar Wandborg | 2011-11-21 | 1 | -66/+69 |
| * | | Fixes after merging video branch into master | Joar Wandborg | 2011-11-21 | 1 | -2/+5 |
| * | | Merge branch 'video_gstreamer-only' | Joar Wandborg | 2011-11-21 | 1 | -8/+9 |
| |\ \
| | |/
| |/| |
|
| | * | Multimedia support - Commiting from a not yet finished state - Details below | Joar Wandborg | 2011-09-23 | 1 | -6/+7 |
| * | | Fix for bug #467, "Add explanatory copy to add/edit picture pages saying that... | Jef van Schendel | 2011-11-20 | 1 | -1/+3 |
| * | | Dot-Notation: x._id = ObjectId() doesn't seem to work properly | Elrond | 2011-11-15 | 1 | -1/+1 |
| * | | Dot-Notation for "_id" | Elrond | 2011-11-15 | 1 | -5/+5 |
| * | | Merge remote-tracking branch 'remotes/nyergler/pep8-ification' | Christopher Allan Webber | 2011-11-13 | 3 | -11/+11 |
| |\ \ |
|
| | * | | has_key is deprecated, converting uses to use "in" operator. | Nathan Yergler | 2011-10-01 | 1 | -1/+1 |
| | * | | Whitespace and formatting cleanup. | Nathan Yergler | 2011-10-01 | 3 | -10/+10 |
| | |/ |
|
* | / | First crack at basic license support. | Aaron Williamson | 2012-01-17 | 2 | -1/+8 |
|/ / |
|
* | | Finished splitting util.py into separate files. | Aaron Williamson | 2011-10-01 | 2 | -4/+3 |
* | | Moved common, translation, template, and url code out of util.py and into too... | Aaron Williamson | 2011-10-01 | 2 | -2/+2 |
|/ |
|
* | Mark description field's label for translation | Christopher Allan Webber | 2011-09-05 | 1 | -1/+2 |
* | 508. Updates copyright/license information | Will Kahn-Greene | 2011-09-01 | 5 | -5/+5 |
* | Merge remote branch 'remotes/jwandborg/f403_ability_to_delete' | Christopher Allan Webber | 2011-08-28 | 1 | -2/+2 |
|\ |
|
| * | + 'confirm' section for confirmation dialogues | Mark Holmquist | 2011-08-22 | 1 | -2/+2 |
* | | Merge branch 'master' into jwandborg-f482_media_attachments | Christopher Allan Webber | 2011-08-22 | 2 | -18/+43 |
|\| |
|
| * | Capture and properly handle errors. | Christopher Allan Webber | 2011-08-13 | 1 | -4/+17 |
| * | Proper handling of processor failures, working as hoped! | Christopher Allan Webber | 2011-08-13 | 1 | -8/+18 |
| * | Merge branch 'master' into processing | Christopher Allan Webber | 2011-08-11 | 1 | -1/+1 |
| |\ |
|
| | * | Feature #446 - Render the submission form using the render_divs macro | Caleb Forbes Davis V | 2011-08-11 | 1 | -1/+1 |
| * | | Moving things around a bit/commenting in the submit view to make the workflow... | Christopher Allan Webber | 2011-08-11 | 1 | -2/+6 |
| * | | Merge branch 'master' into processing | Christopher Allan Webber | 2011-08-10 | 1 | -4/+2 |
| |\| |
|
| | * | Generate the ObjectId() manually instead of via .save() | Christopher Allan Webber | 2011-08-10 | 1 | -4/+2 |
| * | | We should save the entry *after* we add the queued_task_id. | Christopher Allan Webber | 2011-08-10 | 1 | -1/+1 |