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
/
test_submission.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reverting "Always activate testing in every test module ever."
Christopher Allan Webber
2013-05-17
1
-5
/
+0
*
Always activate testing in every test module ever.
Christopher Allan Webber
2013-05-16
1
-0
/
+5
*
image resizing: Refactor some decisions into resize_tool.
Elrond
2013-04-27
1
-1
/
+1
*
at pytest author's advice, changing the way _setup back to -> setup
Christopher Allan Webber
2013-04-18
1
-37
/
+15
*
Turning image's media manager into a new style class.
Elrond
2013-04-17
1
-1
/
+1
*
First step towards a MediaManager class: Compat one.
Elrond
2013-04-17
1
-1
/
+2
*
Refactor test resources into new resources.py
Elrond
2013-04-17
1
-15
/
+2
*
PDF: Use pytest.mark.skipif for skipping tests
Elrond
2013-04-16
1
-2
/
+2
*
add pdf media type
Alon Levy
2013-04-15
1
-0
/
+13
*
Really removing nosetests things now! all assert_whatever removed
Christopher Allan Webber
2013-04-06
1
-18
/
+17
*
Switch test_app generation over to use py.test fixtures.
Christopher Allan Webber
2013-04-04
1
-20
/
+43
*
All mediagoblin tests now pass with py.test (switched setUp to setup)
Christopher Allan Webber
2013-04-03
1
-1
/
+1
*
Some tests for media_data, yeah!
Elrond
2013-02-01
1
-1
/
+8
*
Add (failing) test for editing the slug.
Elrond
2013-01-18
1
-1
/
+7
*
Rename get_test_app to get_app.
Elrond
2013-01-18
1
-2
/
+2
*
Start to use the media_id in "admin" URLs.
Elrond
2013-01-11
1
-2
/
+8
*
Don't get a fresh app when not needed
Sebastian Spaeth
2013-01-08
1
-4
/
+4
*
Move DBModel._id -> DBModel.id
Sebastian Spaeth
2012-12-21
1
-1
/
+1
*
make media_manager a property of MediaEntry in mixin.py
Sebastian Spaeth
2012-12-04
1
-1
/
+14
*
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
*
Fix problems from pyflakes output
Will Kahn-Greene
2012-06-03
1
-2
/
+1
*
Merge remote-tracking branch 'refs/remotes/elrond/sql/final'
Christopher Allan Webber
2012-04-01
1
-12
/
+16
|
\
|
*
Fix unit tests for sql: cache media_id.
Elrond
2012-04-01
1
-2
/
+3
|
*
TestSubission's tag check stuff passing now
Christopher Allan Webber
2012-03-26
1
-3
/
+5
*
|
Fixed test_submission -> test_evil_file test
Joar Wandborg
2012-03-27
1
-3
/
+2
*
|
Merge remote-tracking branch 'joar/audio+sniffing'
Joar Wandborg
2012-03-27
1
-7
/
+30
|
\
\
|
*
|
Faster sniffing
Joar Wandborg
2012-03-22
1
-0
/
+22
|
*
|
Audio thumbnailing & spectrograms, media plugins use sniffing
Joar Wandborg
2012-02-28
1
-1
/
+2
*
|
|
Merge remote branch 'origin/master' into bug261-resized-filenames
Brett Smith
2012-03-26
1
-0
/
+14
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
When media is deleted, delete associated comments too.
Brett Smith
2012-03-17
1
-0
/
+15
*
|
|
Add tests for image processing. Check filenames and image sizes.
Brett Smith
2012-03-20
1
-0
/
+24
*
|
|
Make a function to generate test image filenames.
Brett Smith
2012-03-20
1
-11
/
+9
*
|
|
Prefer nose assert_* methods to the assert built-in.
Brett Smith
2012-03-20
1
-7
/
+10
*
|
|
Refactor false image tests.
Brett Smith
2012-03-20
1
-28
/
+13
*
|
|
Refactor normal upload tests.
Brett Smith
2012-03-20
1
-27
/
+17
*
|
|
Refactor MediaEntry fetches/checks into check_media().
Brett Smith
2012-03-20
1
-14
/
+13
*
|
|
Refactor data posts into one do_post function.
Brett Smith
2012-03-20
1
-112
/
+52
|
/
/
*
/
Dot-Notation: MediaComment and some random places
Elrond
2012-02-26
1
-3
/
+3
|
/
*
Fix copyright statements; add LICENSE for EXIF.py
Will Kahn-Greene
2012-02-08
1
-1
/
+0
*
It's 2012 all up in here
Christopher Allan Webber
2012-02-02
1
-1
/
+1
*
Test Suite: Enable attachments, add failing test
Elrond
2012-01-10
1
-0
/
+14
*
Dot-Notation for MediaEntry.state
Elrond
2012-01-04
1
-2
/
+2
*
ASCII media type support & fix a bug in file submission error handling
Joar Wandborg
2011-12-31
1
-1
/
+4
*
Dot-Notation for Users.username
Elrond
2011-12-05
1
-2
/
+2
*
Update the delete item to use the _id after all... it's the safest way.
Christopher Allan Webber
2011-12-05
1
-2
/
+2
*
Merge remote-tracking branch 'remotes/lorochka85/bug852_use_media_slug_instea...
Christopher Allan Webber
2011-12-04
1
-2
/
+2
|
\
*
|
fixture_add_user: Factoring a unit test tool
Elrond
2011-12-01
1
-9
/
+3
*
|
Fixes after merging video into master - part 2
Joar Wandborg
2011-11-21
1
-3
/
+3
|
/
*
Dot-Notation for "_id"
Elrond
2011-11-15
1
-3
/
+3
[next]