projects
/
mediagoblin.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
mediagoblin.git
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
)
2013-01-17
Sebastian Spaeth
Better "delete my account" placement
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2013-01-17
Sebastian Spaeth
Introduce user_deletion test.
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2013-01-17
Sebastian Spaeth
Allowing to delete a user account (#302)
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2013-01-17
Sebastian Spaeth
import db.sql.util -> db.util
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2013-01-17
Sebastian Spaeth
Merge branch '540_User_delete_deletes_related_entries'
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2013-01-17
Sebastian Spaeth
Implement User.delete() (#540)
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2013-01-17
Sebastian Spaeth
Implement Collection.delete()
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2013-01-17
Sebastian Spaeth
Implement MediaEntry().delete() (#540)
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2013-01-16
Sebastian Spaeth
Do not read complete videos in RAM (#419)
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2013-01-16
Sebastian Spaeth
Add @get_workbench test
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2013-01-16
Sebastian Spaeth
Shorten Workbench(Manager) method names
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2013-01-16
Sebastian Spaeth
Switch over media processor to use the get_workbench...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2013-01-16
Sebastian Spaeth
Implement @get_workbench decorator
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2013-01-16
Sebastian Spaeth
Make Workbench() a context manager
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2013-01-16
Christopher...
Make the workbench destroy itself for video processing...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2013-01-16
Christopher...
Merge remote-tracking branch 'refs/remotes/spaetz/561_u...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2013-01-16
Christopher...
Merge remote-tracking branch 'refs/remotes/elrond/misc...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2013-01-15
Stefano Zacchiroli
collection browsing: rename view/template user_collecti...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2013-01-15
Christopher...
Simplifying string concatenation in generate_slug and...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2013-01-15
Stefano Zacchiroli
collection browsing: remove pagination support
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2013-01-15
Christopher...
A revised algorithm for generating slugs.
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2013-01-15
Stefano Zacchiroli
collection browsing: drop atom feed from page template
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2013-01-15
Stefano Zacchiroli
collections: add support to browse existing collections
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2013-01-15
Christopher...
Need to import uuid4 for generate_slug to totally work
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2013-01-15
Sebastian Spaeth
Make generate_slug assign a slug in any case
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2013-01-15
Sebastian Spaeth
Sanitize slug input on media edit
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2013-01-15
Sebastian Spaeth
Disallow ":" as part of a media slug
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2013-01-15
Tiberiu C....
#571: Fixed. Display collection description with Markdo...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2013-01-15
Sebastian Spaeth
Unbreak 301 responses
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2013-01-15
Sebastian Spaeth
Don't pass request into run_process_media
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2013-01-15
Sebastian Spaeth
Make PuSHing the Pubhubsubbub server an async task...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2013-01-15
Sebastian Spaeth
Simplify check_media_slug_used
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2013-01-15
Sebastian Spaeth
More explicit get_or_create pattern
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2013-01-14
Sebastian Spaeth
Improve error message wording (#564)
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2013-01-13
Elrond
Use the new logo.html thingy in airy.
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2013-01-13
Elrond
Move logo part into bits/logo.html
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2013-01-13
Elrond
Kill db_host, db_name, and db_port from config_spec...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2013-01-11
Elrond
Start to use the media_id in "admin" URLs.
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2013-01-11
Elrond
Make runtests.sh be useable from anywhere.
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2013-01-11
Elrond
issue 355: Only run tests in mediagoblin/tests/
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2013-01-09
Sebastian Spaeth
Improve and extend profile editing tests
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2013-01-09
Sebastian Spaeth
Enable /u/USERNAME/edit/ pattern #588
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2013-01-08
Elrond
Fix tests on webtest < 1.3.6.
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2013-01-08
Elrond
Move db.sql.migration_tools to db.migration_tools.
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2013-01-08
Elrond
Add inspect_table.
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
next