2013-02-19 |
Elrond | Fix some small bits in base.html. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-02-19 |
Elrond | Merge remote-tracking branch 'pythonsnake/537_version' |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-02-18 |
Elrond | Fix deleting media with attachments. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-02-18 |
Joar Wandborg | Fix errors in collection views |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-02-13 |
Joar Wandborg | Change from email format in tag URI to domain format |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-02-13 |
Joar Wandborg | Address concerns in Issue #543 |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-02-12 |
Elrond | Add markdown notice to collection description. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-02-11 |
pythonsnake | Added "version" before the version |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-02-10 |
Christopher... | Fixing MANIFEST.in: graft expects one directory per... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-02-10 |
Christopher... | Updating MANIFEST.in for more files... trying to make... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-02-10 |
Joar Wandborg | Tuned logging and added comments to 511 fix |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-02-10 |
pythonsnake | Fixed issue #511. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-02-10 |
pythonsnake | Fix bug 537 |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-02-09 |
Christopher... | Merge remote-tracking branch 'refs/remotes/elrond/sql... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-02-09 |
Elrond | Add type="text/javascript" for <script>. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-02-08 |
Jef van Schendel | Add translation tags; remove unnecessary title attribut... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-02-08 |
Jef van Schendel | Remove unused translation variable |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-02-08 |
Jef van Schendel | Fix "Add to collection" button: remove icon, add text... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-02-08 |
Jef van Schendel | Remove the collection counter because it's not needed |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-02-08 |
Elrond | Kill monkeypatching of ProcessingState. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-02-08 |
Elrond | Also refactor "copy original into public storage". |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-02-08 |
Elrond | Use ProcessingState for video. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-02-08 |
Elrond | ProcessingState: Document monkey patching. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-02-08 |
Elrond | Implement ProcessingState class and use for images |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-02-07 |
Joar Wandborg | Use logging.config.fileConfig() |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-02-06 |
Elrond | Use system wide EXIF package, if available. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-02-05 |
Christopher... | Committing extracted and compiled translations |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-02-05 |
Christopher... | Committing present MediaGoblin translations before... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-02-05 |
Elrond | Rename {{title}} to {{media_title}}. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-02-05 |
Elrond | Mark "Collection" for translation in media_collect. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-02-04 |
Elrond | Merge remote-tracking branch 'aleksej/quotes_and_a_for_... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-02-04 |
Aleksej | Small changes to "Add <media> to collection" string |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-02-04 |
Elrond | Issue 621: Extract strings from hooked templates. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-02-04 |
Elrond | Search for translation in all templates. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-02-02 |
Elrond | issue 615: config geolocation_map_visible gone. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-02-01 |
Elrond | Drop backward compatibility for media_data backref. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-02-01 |
Elrond | Drop media_data_table property. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-02-01 |
Elrond | Turn media.{backref_nam} from a list to a scalar. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-02-01 |
Elrond | Rewrite media_data handling to use relationships |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-02-01 |
Elrond | Some tests for media_data, yeah! |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-01-31 |
Elrond | Improve formatting for hook template docs. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-01-31 |
Christopher... | Switching set syntax to python2.6 compatible |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-01-30 |
Christopher... | Added register_template_hooks and get_hook_templates... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-01-30 |
Christopher... | Even better documentation for get_hook_templates! |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-01-30 |
Christopher... | Improved documentation for get_hook_templates, noting... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-01-30 |
Christopher... | Moved the docstring for the plugin template stuff from... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-01-30 |
Christopher... | No need for an __init__ at all in the TemplateHookExten... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-01-30 |
Christopher... | Move template hook over to a template_hook tag. Seems... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-01-30 |
Christopher... | Removing unused geolocation_map_visible variable and... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-01-30 |
Christopher... | Geolocation stuff, including including templates seems... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-01-30 |
Christopher... | Very start of plugin hooks and openstreetmap pluginific... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-01-30 |
Elrond | Better Py3 compat: d.has_key(k) -> k in d |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-01-29 |
Elrond | Improve runtime of one test. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-01-29 |
Elrond | Fix issue 611: Proper (back)relationship on MediaComment. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-01-29 |
Elrond | Failing testcase for issue 611. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-01-27 |
Joar Wandborg | *docs* intersphinx, exception monitoring |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-01-26 |
Elrond | Docs: Add a database guide to the plugin docs. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-01-26 |
Elrond | Docs: Create new area for developers. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-01-26 |
Elrond | Add Trim whitespace plugin docs. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-01-25 |
Elrond | Allow doc string extraction and use for pluginapi. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-01-25 |
Joar Wandborg | Updated video apt-get to not use glob |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-01-25 |
Christopher... | Fix reference of get_test_app->get_app in test_modelmethods |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-01-25 |
Christopher... | Merge branch '216_cwebber_style_unique_slugs' |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-01-23 |
Christopher... | New mediaentry slug tests now pass! |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-01-23 |
Christopher... | require mock for the new uuid-mocking tests |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-01-23 |
Christopher... | We don't want any empty string slugs, so make "" -... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-01-23 |
Christopher... | Switching uuid4()[1:4] -> uuid4().hex[:4] |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-01-23 |
Elrond | Use better relationships to delete collections. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-01-22 |
Joar Wandborg | Made pil_filters a PIL_FILTERS (global) |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-01-22 |
Joar Wandborg | Changed sampling filter default to AA |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-01-22 |
Joar Wandborg | Made the image sampling filter configurable |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-01-22 |
Elrond | Use inspect_table; default user license==None. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-01-22 |
Sebastian Spaeth | user.get('moo') -> user.moo |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-01-22 |
Christopher... | Merge remote-tracking branch 'refs/remotes/spaetz/521_l... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-01-22 |
Joar Wandborg | Moved MediaComment form descriptions to apt. place |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-01-21 |
Sebastian Spaeth | Also set login_failed in case of form errors |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-01-21 |
Sebastian Spaeth | Restructure ForgotPassword view |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-01-21 |
Sebastian Spaeth | Normalize the email address in the same way in all... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-01-20 |
Christopher... | Merge remote-tracking branch 'refs/remotes/spaetz/436_c... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-01-18 |
Sebastian Spaeth | Sanitize slug input on media edit |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-01-18 |
Elrond | Add (failing) test for editing the slug. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-01-18 |
Elrond | Enable foreign key checking on sqlite. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-01-18 |
Elrond | Turn comment list into a real <ul>. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-01-18 |
Elrond | Add some simple collection test. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-01-18 |
Elrond | Rename get_test_app to get_app. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-01-17 |
Elrond | Remove useless spaces in comment stuff. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-01-17 |
Elrond | Translate account deletion. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-01-17 |
Elrond | Fix linking to comments. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-01-17 |
Christopher... | Merge branch 'master' of gitorious.org:mediagoblin... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-01-17 |
Sebastian Spaeth | Return to media collection page if no collection selected |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-01-17 |
Elrond | Move workbench into tools directory. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-01-17 |
Elrond | Remove DEFAULT_WORKBENCH_DIR. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-01-17 |
Christopher... | Merge remote-tracking branch 'refs/remotes/spaetz/565_w... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-01-17 |
Mark Holmquist | Add a license preference field |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-01-17 |
Jef van Schendel | Add "Browse collections" link to profile pages |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-01-17 |
Christopher... | adding back dropdown.js now that we have, well, a dropd... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-01-17 |
Christopher... | Merge remote-tracking branch 'refs/remotes/origin/533... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-01-17 |
Christopher... | Merge commit '9408938' from 565_workbench_cleanup ... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-01-17 |
Jef van Schendel | CSS edits to dropdown menu; added log out button for... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-01-17 |
Jef van Schendel | Change position of "Delete account" link, put it below... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
next |