2011-06-17 |
Jef van Schendel | Merge remote-tracking branch 'gitorious/master' |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-06-17 |
Christopher... | Merge remote branch 'remotes/cmoylan/test_auth_views_364' |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-06-17 |
Chris Moylan | logins are now somewhat tested |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-06-17 |
Chris Moylan | added vim swapfiles to gitignore |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-06-17 |
Christopher... | Merge remote branch 'remotes/gullydwarf-cfdv/is330' |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-06-16 |
cfdv | adds link from gallery back to user page |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-06-16 |
cfdv | adds link to user gallery in mediagoblin_header_right... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-06-16 |
cfdv | user_gallery controller calls render_to_reponse |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-06-16 |
cfdv | adds routing.py and view.py changes |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-06-16 |
Caleb Forbes... | issue #330 - creates a user gallery template |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-06-16 |
Christopher... | Recommending --set-upstream when doing a git push to... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-06-15 |
Jef van Schendel | Merge remote-tracking branch 'gitorious/master' |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-06-14 |
Christopher... | Merge remote branch 'remotes/elrond/dev/workbench_class' |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-06-14 |
Elrond | Move destroy_workbench to Workbench class |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-06-14 |
Elrond | Drop WorkbenchManager.localized_file() |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-06-14 |
Christopher... | Merge branch 'master' of gitorious.org:mediagoblin... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-06-14 |
Christopher... | A super strict HTML cleaner method with mediocre tests. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-06-13 |
Will Kahn-Greene | Adds local toc sections |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-06-13 |
Will Kahn-Greene | Updates version in docs |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-06-13 |
Christopher... | Already mentioned, but clarifying that branches should... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-06-13 |
Will Kahn-Greene | Tweaks git workflow structure |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-06-13 |
Will Kahn-Greene | Fixes git workflow |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-06-12 |
Christopher... | Merge remote branch 'remotes/elrond/idea/simple_proc_me... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-06-12 |
Elrond | Create a Workbench class and use it everywhere. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-06-12 |
cfdv | ensure color mode compatibility when making image thumb... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-06-12 |
Christopher... | First import of mg_globals as mgg, partly because I... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-06-12 |
Christopher... | mediagoblin.globals->mediagoblin.mg_globals |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-06-12 |
Christopher... | Merge remote branch 'remotes/elrond/idea/clean_celery_s... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-06-12 |
Christopher... | Merge remote branch 'remotes/elrond/idea/tests_kill_db' |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-06-12 |
Christopher... | possibly_localize_file->localized_file... a bit less... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-06-12 |
Christopher... | Switch process_media over to using the workbench. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-06-12 |
Christopher... | Don't bother returning whether or not we copied it... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-06-12 |
Christopher... | Moving workbench out of process_media |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-06-12 |
Christopher... | Merge branch 'master' into workbench |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-06-12 |
Christopher... | Import mediagoblin.globals as mg_globals so we can... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-06-12 |
Christopher... | Have the application set up instances of the WorkbenchM... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-06-12 |
Christopher... | test WorkbenchManager.possibly_localize_file() |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-06-12 |
Christopher... | We don't need this extra '.' in making the filename |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-06-12 |
Christopher... | Added a FakeRemoteStorage, for testing purposes |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-06-11 |
Christopher... | Make sure workbench won't kill directories out of scope. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-06-11 |
Christopher... | Tests for creating/destroying workbenches |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-06-11 |
Christopher... | Wrote functions and documentation for all the Workbench... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-06-11 |
Christopher... | Base structure of workbench manager |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-06-11 |
Christopher... | Adding a copy_locally() method to the StorageInterface... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-06-11 |
Christopher... | Allow storage systems to be local and allow for a get_l... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-06-10 |
Elrond | Tests: Kill the whole testing database after all tests |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-06-10 |
Elrond | celery_setup: drop param to setup_self and simplify... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-06-08 |
Elrond | Refactor filename generation in the public store |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-06-08 |
Jef van Schendel | Merge remote-tracking branch 'gitorious/master' |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-06-08 |
Christopher... | This attribute in quotes, too. :) |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-06-08 |
Christopher... | XML attributes must be in quotes! |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-06-07 |
Jef van Schendel | Added cancel button, capitalised button labels |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-06-07 |
Jef van Schendel | Changed edit page: new background image, image is inclu... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-06-07 |
Jef van Schendel | Merge remote-tracking branch 'gitorious/master' |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-06-07 |
Christopher... | Fixing check_filetype... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-06-06 |
Jef van Schendel | Merge remote-tracking branch 'gitorious/master' |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-06-06 |
Christopher... | Added a comment to clarify that this shouldn't stay... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-06-06 |
Christopher... | Merge remote branch 'remotes/gandaro/324-bad-media... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-06-06 |
Jef van Schendel | Merge remote-tracking branch 'gitorious/master' |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-06-06 |
Christopher... | A setup_fresh_app decorator which should make writing... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-06-06 |
Christopher... | A clear_test_buckets() method |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-06-05 |
Christopher... | Docstring for test_register_views() |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-06-05 |
Christopher... | Make sure that two users with the same username can... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-06-05 |
Christopher... | Email verification view test works |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-06-05 |
Christopher... | Make sure we can register, and then that we get the... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-06-05 |
Christopher... | Use render_template utility so we can test whether... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-06-05 |
Christopher... | Moved the verification url generation string template... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-06-05 |
Christopher... | Make sure that get_test_app() really does wipe the... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-06-05 |
Christopher... | Made a simple template rendering view and switched... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-06-05 |
Christopher... | I have a strong preference for aligning all parameters... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-06-05 |
Christopher... | Merge remote branch 'remotes/elrond/idea/shortcuts' |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-06-05 |
Christopher... | Just a bit of formatting for these unfinished tests ;) |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-06-05 |
Christopher... | Instructions for running tests with the modern setup |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-06-05 |
Christopher... | New password check error message |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-06-05 |
Christopher... | Test registration form integrity |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-06-05 |
Christopher... | The first bit of the registration tests working. Not... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-06-05 |
Christopher... | Actually it's a lot better of an idea to load the full... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-06-05 |
Christopher... | We should store the template path, not the template... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-06-05 |
Elrond | Create redirect shortcut and use it around |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-06-05 |
Elrond | Reformat render_to_response calls |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-06-05 |
Elrond | Create render_to_reponse and use it everywhere. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-06-05 |
Christopher... | Firefox 3.X shows hidden fields for some reason, adding... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-06-04 |
Christopher... | Moving all views over to using util.render_template()! |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-06-04 |
Christopher... | Cache template environments and gettexts so we don... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-06-04 |
Christopher... | Added new render_template method which will make our... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-06-04 |
Christopher... | Proper webtest infrastructure... seems to be about... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-06-04 |
Christopher... | Mount media editing under /u/{username}/m/{media}/edit/ |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-06-04 |
Christopher... | Let's redirect back to the media homepage using the... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-06-04 |
Christopher... | I shouldn't have removed the .save() entirely :) |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-06-04 |
Jef van Schendel | Merge remote-tracking branch 'gitorious/master' |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-06-03 |
Christopher... | Title first and foremost... anything else looks weird... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-06-03 |
Christopher... | Merge branch 'media_edit' |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-06-03 |
Christopher... | Find out if such a slug exists via a query instead... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-06-03 |
Elrond | Propagate Exceptions up in Celery-Eager-Mode |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-06-03 |
Jef van Schendel | Merge remote-tracking branch 'gitorious/master' |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-06-03 |
Aleksandar... | Refactored the sending of verification emails. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-06-02 |
Christopher... | attribute values should be quoted :) |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-06-02 |
Christopher... | No reason for 'verification_successful = bool' here. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-06-02 |
Jef van Schendel | Added lines background to forms |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-06-02 |
Jef van Schendel | Right-aligned input buttons, added gradient |
commit | commitdiff | tree | snapshot (zip tar.gz) |
next |