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
*
Dot-Notation: tests/test_edit.py
Elrond
2011-12-05
1
-4
/
+4
*
Dot-Notation for Users.fp_token_expire
Elrond
2011-12-05
1
-4
/
+4
*
Dot-Notation for Users.fp_verification_key
Elrond
2011-12-05
1
-1
/
+1
*
Dot-Notation for Users.verification_key
Elrond
2011-12-05
1
-1
/
+1
*
Dot-Notation for Users.status
Elrond
2011-12-05
1
-3
/
+3
*
Dot-Notation for Users.email_verified
Elrond
2011-12-05
1
-3
/
+3
*
Dot-Notation for Users.pw_hash
Elrond
2011-12-05
1
-1
/
+1
*
Dot-Notation for Users.email
Elrond
2011-12-05
1
-1
/
+1
*
Dot-Notation for Users.username
Elrond
2011-12-05
2
-3
/
+3
*
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
|
\
*
\
Merge branch 'misc/fixture_add_user'
Elrond
2011-12-04
4
-32
/
+26
|
\
\
|
*
|
fixture_add_user: Factoring a unit test tool
Elrond
2011-12-01
4
-32
/
+26
*
|
|
Merge remote branch 'remotes/manolinux/671_spaces_in_tag_list_edit'
Elrond
2011-12-03
2
-9
/
+1
|
\
\
\
|
*
|
|
* Feature #678: Drop custom delimiters in tags
Manuel Urbano Santos
2011-11-27
2
-9
/
+1
*
|
|
|
Bug #685: Add failing unit test
Elrond
2011-12-03
1
-0
/
+26
*
|
|
|
Expect 404 in unit tests, if we now use 404.
Elrond
2011-12-02
1
-4
/
+4
|
|
/
/
|
/
|
|
*
|
|
Issue 680 Allow decorating views to prevent CSRF protection.
Nathan Yergler
2011-11-26
1
-1
/
+20
*
|
|
Add base class for Meddleware
Elrond
2011-11-25
1
-7
/
+2
*
|
|
Rename MediaGoblin middleware to meddleware to avoid confusion w/ wsgi middle...
Christopher Allan Webber
2011-11-25
1
-5
/
+5
*
|
|
Fixes after merging video into master - part 2
Joar Wandborg
2011-11-21
2
-5
/
+5
|
/
/
*
|
Tests for StorageInterface*.copy_local_to_storage()
Christopher Allan Webber
2011-11-20
1
-0
/
+27
*
|
added unittests, now using form errors and fixed bug when no GET parameter is...
Jakob Kramer
2011-11-20
1
-0
/
+112
|
/
*
Dot-Notation for "_id"
Elrond
2011-11-15
2
-9
/
+9
*
Merge branch 'idea/check_mgoblin_static'
Elrond
2011-11-12
3
-2
/
+54
|
\
|
*
Move TestingMiddleware to tests/tools.py
Elrond
2011-11-12
1
-1
/
+45
|
*
Some docs for the TestingMiddleware
Elrond
2011-11-12
1
-0
/
+2
|
*
591: Let Testing Middleware check for staticdirect() usage
Elrond
2011-10-19
3
-2
/
+8
*
|
Change unit tests to use add_table_field
Elrond
2011-10-22
1
-4
/
+2
|
/
*
Hotfix: Renaming cookie broke unit tests
Elrond
2011-10-16
1
-1
/
+3
*
Merge remote branch 'remotes/aaronw/bug444_fix_utils_py_redux'
Christopher Allan Webber
2011-10-01
6
-114
/
+112
|
\
|
*
Finished splitting util.py into separate files.
Aaron Williamson
2011-10-01
4
-26
/
+24
|
*
Moved common, translation, template, and url code out of util.py and into too...
Aaron Williamson
2011-10-01
4
-94
/
+94
*
|
#361 Unit tests for CSRF Middleware
Nathan Yergler
2011-10-01
1
-0
/
+69
|
/
*
Feature #587 - Split storage.py into submodules
Joar Wandborg
2011-09-12
1
-3
/
+3
*
Merge branch 'gullydwarf-cfdv-f357_lost_password_functionality'
Christopher Allan Webber
2011-09-08
1
-0
/
+88
|
\
|
*
Updating calls to recall password URLs to respect changed routing
Christopher Allan Webber
2011-09-07
1
-6
/
+8
|
*
for readability, and adds unit test for expired token
Caleb Forbes Davis V
2011-09-05
1
-0
/
+10
|
*
added unit tests for lost password code
Caleb Forbes Davis V
2011-09-05
1
-0
/
+76
*
|
Merge branch 'i507_beaker_cache'
Christopher Allan Webber
2011-09-05
2
-0
/
+56
|
\
\
|
*
|
Turning on caching for mediagoblin testing after all?
Christopher Allan Webber
2011-09-05
1
-1
/
+2
|
*
|
Caching test... pretty basic.
Christopher Allan Webber
2011-09-05
1
-0
/
+52
|
*
|
Basic beaker caching functionality added to the application.
Christopher Allan Webber
2011-08-23
1
-0
/
+3
|
|
/
*
|
Fixing the confirm delete unit test
Christopher Allan Webber
2011-09-05
1
-2
/
+3
*
|
508. Updates copyright/license information
Will Kahn-Greene
2011-09-01
15
-15
/
+15
*
|
Feature #403 - Ability to delete media entries - Fixes according to feedback
Joar Wandborg
2011-08-30
1
-2
/
+2
*
|
Added tests for delete/confirm_delete
Joar Wandborg
2011-08-30
1
-1
/
+60
|
/
*
Static serving in test_paste.ini wasn't pointing at test_user_dev either
Christopher Allan Webber
2011-08-23
1
-1
/
+1
*
Must switch queuestore_base_dir -> base_dir in test_mgoblin_app.ini
Christopher Allan Webber
2011-08-23
1
-1
/
+1
*
Updating tests for new storage config code
Christopher Allan Webber
2011-08-21
2
-15
/
+16
[next]