Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | adds routing.py and view.py changes | cfdv | 2011-06-16 | 2 | -0/+32 | |
| | * | | | | issue #330 - creates a user gallery template | Caleb Forbes Davis V | 2011-06-16 | 1 | -0/+40 | |
| | |/ / / | ||||||
| * / / / | Recommending --set-upstream when doing a git push to a feature branch. | Christopher Allan Webber | 2011-06-16 | 1 | -1/+1 | |
| |/ / / | ||||||
* | | | | Merge remote-tracking branch 'gitorious/master' | Jef van Schendel | 2011-06-15 | 26 | -95/+645 | |
|\| | | | ||||||
| * | | | Merge remote branch 'remotes/elrond/dev/workbench_class' | Christopher Allan Webber | 2011-06-14 | 3 | -67/+78 | |
| |\ \ \ | ||||||
| | * | | | Move destroy_workbench to Workbench class | Elrond | 2011-06-14 | 3 | -37/+25 | |
| | * | | | Drop WorkbenchManager.localized_file() | Elrond | 2011-06-14 | 2 | -9/+5 | |
| | * | | | Create a Workbench class and use it everywhere. | Elrond | 2011-06-13 | 3 | -45/+72 | |
| * | | | | Merge branch 'master' of gitorious.org:mediagoblin/mediagoblin | Christopher Allan Webber | 2011-06-13 | 6 | -2/+22 | |
| |\ \ \ \ | ||||||
| | * | | | | Adds local toc sections | Will Kahn-Greene | 2011-06-13 | 5 | -0/+20 | |
| | * | | | | Updates version in docs | Will Kahn-Greene | 2011-06-13 | 1 | -2/+2 | |
| * | | | | | A super strict HTML cleaner method with mediocre tests. | Christopher Allan Webber | 2011-06-13 | 2 | -0/+46 | |
| |/ / / / | ||||||
| * | | | | Already mentioned, but clarifying that branches should be localized to | Christopher Allan Webber | 2011-06-13 | 1 | -3/+3 | |
| * | | | | Tweaks git workflow structure | Will Kahn-Greene | 2011-06-12 | 1 | -6/+12 | |
| * | | | | Fixes git workflow | Will Kahn-Greene | 2011-06-12 | 1 | -30/+154 | |
| * | | | | Merge remote branch 'remotes/elrond/idea/simple_proc_media_clean' | Christopher Allan Webber | 2011-06-12 | 1 | -8/+10 | |
| |\ \ \ \ | | |/ / / | |/| | | | ||||||
| | * | | | Refactor filename generation in the public store | Elrond | 2011-06-08 | 1 | -8/+10 | |
| * | | | | ensure color mode compatibility when making image thumbnails | cfdv | 2011-06-12 | 1 | -0/+3 | |
| * | | | | First import of mg_globals as mgg, partly because I just wanted it to | Christopher Allan Webber | 2011-06-12 | 1 | -11/+11 | |
| * | | | | mediagoblin.globals->mediagoblin.mg_globals | Christopher Allan Webber | 2011-06-12 | 14 | -35/+32 | |
| * | | | | Merge remote branch 'remotes/elrond/idea/clean_celery_setup' | Christopher Allan Webber | 2011-06-12 | 2 | -6/+5 | |
| |\ \ \ \ | ||||||
| | * | | | | celery_setup: drop param to setup_self and simplify OUR_MODULENAME | Elrond | 2011-06-10 | 2 | -7/+5 | |
| | | |_|/ | | |/| | | ||||||
| * | | | | Merge remote branch 'remotes/elrond/idea/tests_kill_db' | Christopher Allan Webber | 2011-06-12 | 1 | -0/+11 | |
| |\ \ \ \ | | |_|_|/ | |/| | | | ||||||
| | * | | | Tests: Kill the whole testing database after all tests | Elrond | 2011-06-10 | 1 | -0/+11 | |
| | |/ / | ||||||
| * | | | possibly_localize_file->localized_file... a bit less terribly long. | Christopher Allan Webber | 2011-06-11 | 3 | -13/+13 | |
| * | | | Switch process_media over to using the workbench. | Christopher Allan Webber | 2011-06-11 | 1 | -2/+11 | |
| * | | | Don't bother returning whether or not we copied it or not, we can | Christopher Allan Webber | 2011-06-11 | 2 | -17/+11 | |
| * | | | Moving workbench out of process_media | Christopher Allan Webber | 2011-06-11 | 4 | -5/+3 | |
| * | | | Merge branch 'master' into workbench | Christopher Allan Webber | 2011-06-11 | 1 | -9/+10 | |
| |\ \ \ | ||||||
| | * | | | Import mediagoblin.globals as mg_globals so we can be sure things are | Christopher Allan Webber | 2011-06-11 | 1 | -9/+10 | |
| | |/ / | ||||||
| * | | | Have the application set up instances of the WorkbenchManager. | Christopher Allan Webber | 2011-06-11 | 2 | -5/+16 | |
| * | | | test WorkbenchManager.possibly_localize_file() | Christopher Allan Webber | 2011-06-11 | 1 | -0/+43 | |
| * | | | We don't need this extra '.' in making the filename | Christopher Allan Webber | 2011-06-11 | 1 | -1/+1 | |
| * | | | Added a FakeRemoteStorage, for testing purposes | Christopher Allan Webber | 2011-06-11 | 1 | -2/+10 | |
| * | | | Make sure workbench won't kill directories out of scope. | Christopher Allan Webber | 2011-06-11 | 1 | -6/+16 | |
| * | | | Tests for creating/destroying workbenches | Christopher Allan Webber | 2011-06-11 | 1 | -0/+44 | |
| * | | | Wrote functions and documentation for all the WorkbenchManager | Christopher Allan Webber | 2011-06-11 | 1 | -8/+75 | |
| * | | | Base structure of workbench manager | Christopher Allan Webber | 2011-06-11 | 1 | -0/+73 | |
| * | | | Adding a copy_locally() method to the StorageInterface and giving it a test. | Christopher Allan Webber | 2011-06-11 | 2 | -0/+37 | |
| * | | | Allow storage systems to be local and allow for a get_local_path | Christopher Allan Webber | 2011-06-11 | 2 | -1/+37 | |
| |/ / | ||||||
* | | | Merge remote-tracking branch 'gitorious/master' | Jef van Schendel | 2011-06-08 | 1 | -4/+4 | |
|\| | | ||||||
| * | | This attribute in quotes, too. :) | Christopher Allan Webber | 2011-06-07 | 1 | -1/+1 | |
| * | | XML attributes must be in quotes! | Christopher Allan Webber | 2011-06-07 | 1 | -3/+3 | |
* | | | Added cancel button, capitalised button labels | Jef van Schendel | 2011-06-07 | 3 | -3/+4 | |
* | | | Changed edit page: new background image, image is included in form, submit bu... | Jef van Schendel | 2011-06-07 | 2 | -5/+11 | |
* | | | Merge remote-tracking branch 'gitorious/master' | Jef van Schendel | 2011-06-07 | 1 | -9/+1 | |
|\| | | ||||||
| * | | Fixing check_filetype... | Christopher Allan Webber | 2011-06-07 | 1 | -9/+1 | |
* | | | Merge remote-tracking branch 'gitorious/master' | Jef van Schendel | 2011-06-06 | 2 | -1/+38 | |
|\| | | ||||||
| * | | Added a comment to clarify that this shouldn't stay here. | Christopher Allan Webber | 2011-06-06 | 1 | -0/+2 | |
| * | | Merge remote branch 'remotes/gandaro/324-bad-media-types' | Christopher Allan Webber | 2011-06-06 | 2 | -1/+36 | |
| |\ \ |