index
:
mediagoblin.git
master
MediaGoblin is a free software media publishing platform that anyone can run, with Plyr player for default, search and without nodejs
heckyel
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mediagoblin
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move db.sql.models* to db.models*
Sebastian Spaeth
2013-01-07
2
-2
/
+2
*
Move db.sql.util to db.util
Sebastian Spaeth
2013-01-07
1
-1
/
+1
*
Also make slug unit test work with the new optionally-translitcodec-free code
Christopher Allan Webber
2013-01-06
1
-7
/
+7
*
Remove temporary emacs files that have slipped in
Sebastian Spaeth
2012-12-25
2
-275
/
+0
*
RIP out mongo
Sebastian Spaeth
2012-12-25
1
-4
/
+1
*
Update extlib/EXIF
Sebastian Spaeth
2012-12-25
3
-15
/
+279
*
Fix some unicode related issues in oauth and the api.
Elrond
2012-12-23
1
-1
/
+1
*
Testsuite: Turn SQLAlchemy warnings into errors
Elrond
2012-12-23
1
-0
/
+4
*
Added API tests
Joar Wandborg
2012-12-23
2
-0
/
+106
*
replace webob.Response with werkzeug Response
Sebastian Spaeth
2012-12-21
1
-1
/
+1
*
tests/auth: Don't rely on case sensitive error strings
Sebastian Spaeth
2012-12-21
1
-2
/
+2
*
Move DBModel._id -> DBModel.id
Sebastian Spaeth
2012-12-21
3
-11
/
+11
*
Fix up tests
Sebastian Spaeth
2012-12-21
3
-11
/
+13
*
More unicode fixes in the test suite
Sebastian Spaeth
2012-12-12
1
-6
/
+7
*
Make sqlalchemy stop complaining about non-unicode input
Sebastian Spaeth
2012-12-11
2
-4
/
+4
*
Fix CSRF tests with webtest 1.4.0
Sebastian Spaeth
2012-12-11
1
-3
/
+3
*
Add a UniqueConstraint add test in test_sql_migrations
Christopher Allan Webber
2012-12-05
1
-3
/
+26
*
make media_manager a property of MediaEntry in mixin.py
Sebastian Spaeth
2012-12-04
1
-1
/
+14
*
Fixed pylint issues, removed unused import
Joar Wandborg
2012-10-02
1
-1
/
+1
*
Replaced all request.POST with request.form, ...
Joar Wandborg
2012-09-29
1
-8
/
+17
*
Added OAuth test
Joar Wandborg
2012-09-29
1
-0
/
+50
*
Fixed pylint/pep8 warnings in test/tools.py
Joar Wandborg
2012-09-29
1
-2
/
+2
*
Added tests for HTTP callbacks
Joar Wandborg
2012-09-27
3
-3
/
+76
*
Added some OAuth plugin tests
Joar Wandborg
2012-09-26
3
-2
/
+138
*
Fixed tests
Joar Wandborg
2012-09-15
1
-1
/
+1
*
[Issue 466] Implement e-z plugin disabling
Will Kahn-Greene
2012-07-17
1
-0
/
+20
*
Rework plugin infrastructure to nix side-effects
Will Kahn-Greene
2012-07-17
1
-30
/
+27
*
Moving the "dependency injection printer tools" over to tools/common.py
Christopher Allan Webber
2012-07-14
1
-12
/
+1
*
Update staticdirect stuff so it can handle "domains" of staticdirection
Christopher Allan Webber
2012-07-14
1
-0
/
+9
*
removed _make_safe in favor of functools.wraps
Jakob Kramer
2012-07-12
1
-3
/
+6
*
Drop our scoped session sooner to prevent SQLAlchemy re-binding warnings.
Brett Smith
2012-07-08
1
-3
/
+3
*
Prevent SQLAlchemy non-Unicode warnings from this test.
Brett Smith
2012-07-08
1
-8
/
+8
*
Prevent SQLAlchemy non-Unicode warnings in this test.
Brett Smith
2012-07-08
1
-4
/
+4
*
More Unicode titles to prevent non-Unicode SQLAlchemy warnings.
Brett Smith
2012-07-08
1
-2
/
+6
*
Prevent non-Unicode SQLAlchemy warnings in most submission tests.
Brett Smith
2012-07-08
1
-14
/
+14
*
Level exits are Unicode too.
Brett Smith
2012-07-04
1
-3
/
+3
*
Make sure MigrationManagers always get Unicode names.
Brett Smith
2012-07-04
1
-4
/
+4
*
Merge remote-tracking branch 'is_derek/bug405_email_notifications_for_comment...
Joar Wandborg
2012-06-10
1
-0
/
+1
|
\
|
*
Merge branch 'master' into derek-moore-bug405_email_notifications_for_comments
Christopher Allan Webber
2012-03-18
1
-0
/
+15
|
|
\
|
*
|
These are changes for issue #405, add email comment notification.
Derek Moore
2012-03-15
1
-0
/
+1
*
|
|
Fix problems from pyflakes output
Will Kahn-Greene
2012-06-03
5
-10
/
+2
*
|
|
401. Plugin infrastructure
Will Kahn-Greene
2012-05-13
1
-0
/
+158
*
|
|
No need to keep around mongodb migration tests.
Christopher Allan Webber
2012-04-29
1
-401
/
+0
*
|
|
Merge remote-tracking branch 'refs/remotes/elrond/sql/final'
Christopher Allan Webber
2012-04-01
5
-35
/
+47
|
\
\
\
|
*
|
|
Fix unit tests for sql: cache media_id.
Elrond
2012-04-01
1
-2
/
+3
|
*
|
|
Reload the user for current values.
Elrond
2012-03-26
1
-0
/
+1
|
*
|
|
Reload and detach the test user.
Elrond
2012-03-26
1
-0
/
+7
|
*
|
|
TestSubission's tag check stuff passing now
Christopher Allan Webber
2012-03-26
1
-3
/
+5
|
*
|
|
Remove the user_dev directory on tests ending
Christopher Allan Webber
2012-03-26
1
-7
/
+7
|
*
|
|
Suggest we move to an in-memory database ;)
Christopher Allan Webber
2012-03-26
1
-1
/
+1
[next]