0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-24 10:58:52 +01:00
Commit Graph

16574 Commits

Author SHA1 Message Date
Karl Hobley
3947069ee3 Merge pull request #57 from kaedroho/feature/unit-tests
Break down search unit tests + a couple of fixes
2014-02-18 09:26:51 +00:00
Karl Hobley
129f9bdbeb Add django.contrib.admin to test settings 2014-02-18 09:22:51 +00:00
Karl Hobley
a4e566be15 Revert "Disable compression for tests"
This reverts commit 72a6982821.
2014-02-18 09:21:05 +00:00
Karl Hobley
d90966c2f3 Docs: Don't use hard coded urls in tests 2014-02-18 09:18:08 +00:00
Serafeim Papastefanos
f9d94d998f Added lang declaration to skeleton.html 2014-02-18 08:24:53 +02:00
Neal Todd
4f1b7ac292 Omit vendor packages (treebeard currently) and migrations from code coverage. 2014-02-17 18:10:55 +00:00
Karl Hobley
97cdebbe09 More Images tests 2014-02-17 17:41:38 +00:00
Neal Todd
f5ade62939 Added PyPI version badge to README 2014-02-17 17:15:03 +00:00
Neal Todd
3b12dd0964 Added Coveralls badge to README
(also fixed linebreak formatting that was causing 'build unknown' and 'coverage unknown' images)
2014-02-17 17:12:08 +00:00
Neal Todd
0b8bbe1d9b Update README.rst
Reverting fb391aa to see if it fixes the CDN cached 'build unknown' (the original markup was is taken direct from the snippet Travis provides).
2014-02-17 16:47:01 +00:00
Neal Todd
42282d9345 Fix typo in command 2014-02-17 16:36:59 +00:00
Karl Hobley
2f184a4f7a Images: Added tests 2014-02-17 16:36:44 +00:00
Karl Hobley
0ba7497d9c Add query_string into chooser context (for testing) 2014-02-17 16:35:07 +00:00
Neal Todd
c70a058d53 Merge branch 'master' of github.com:torchbox/wagtail 2014-02-17 16:31:07 +00:00
Neal Todd
f1175f1d3b Integrate Coveralls reporting into Travis CI 2014-02-17 16:30:39 +00:00
Karl Hobley
cda8172daf Revert "Moved first parameter of patterns to first line."
This reverts commit 22ddc66776.
2014-02-17 15:33:26 +00:00
Matt Westcott
004ad80a4a Merge branch 'master' of https://github.com/spapas/wagtail into spapas-master 2014-02-17 14:54:12 +00:00
Karl Hobley
db884758ac Cleaned up image index view 2014-02-17 14:43:58 +00:00
Karl Hobley
09f542a3c3 Removed image search view 2014-02-17 14:36:13 +00:00
Karl Hobley
059b51ba7a Cleaned up documents index view 2014-02-17 14:31:09 +00:00
Karl Hobley
0805922e4a Removed document search 2014-02-17 14:09:43 +00:00
Karl Hobley
22ddc66776 Moved first parameter of patterns to first line.
This goes against PEP8 but I think they looks clearer this way.
2014-02-17 14:07:08 +00:00
Karl Hobley
d79d2f3174 Added document permissions tester 2014-02-17 14:01:49 +00:00
Karl Hobley
ddd847602c Docs: Added some tests for admin interface 2014-02-17 13:35:48 +00:00
Karl Hobley
5dd86a740f Search: backend tests cleanup 2014-02-17 12:50:04 +00:00
Karl Hobley
72a6982821 Disable compression for tests 2014-02-17 12:11:35 +00:00
Karl Hobley
d3ff00ff11 Merge branch 'feature/redirects-tests' 2014-02-17 12:00:28 +00:00
Karl Hobley
c2be65de6d Merge remote-tracking branch 'torchbox/master' into feature/unit-tests 2014-02-17 11:56:48 +00:00
Karl Hobley
d8f66f4b5a Search: add query_string to template context of query chooser 2014-02-17 11:52:12 +00:00
Karl Hobley
f1fa81b9fb Search: More frontend tests 2014-02-17 11:39:26 +00:00
Matt Westcott
d6a60d4adf Merge branch 'master' of github.com:torchbox/wagtail 2014-02-17 11:25:48 +00:00
Matt Westcott
c61fd6e000 Merge branch 'master' of https://github.com/stevenewey/wagtail into stevenewey-master 2014-02-17 11:20:26 +00:00
Matt Westcott
9cd8c9efe1 Merge pull request #59 from levigross/master
Added missing return statement
2014-02-17 11:15:37 +00:00
Matt Westcott
c0651d53cb Merge branch 'master' of github.com:torchbox/wagtail 2014-02-17 11:03:54 +00:00
Matt Westcott
c9202bbd8e PEP8 fixes from #41 2014-02-17 11:03:41 +00:00
Karl Hobley
eed0aeb54e Added editors picks test 2014-02-17 10:58:08 +00:00
Karl Hobley
56222f9259 Search: Frontend tests 2014-02-17 10:52:52 +00:00
Dave Cranwell
fb391aa10a Update README.rst 2014-02-17 10:44:36 +00:00
Karl Hobley
cb76b0d2ad Added backend loader test case 2014-02-17 10:31:29 +00:00
Karl Hobley
837ce2bce2 Search: Test cleanup 2014-02-17 10:25:50 +00:00
Karl Hobley
bb2ef60fff Redirects: Added an extra test to test_path_normalisation which tests that normalise_path removes schemes, hostnames and port numbers 2014-02-17 10:03:49 +00:00
Karl Hobley
ee9d38a0b5 Search: Deleted view tests (temporary) 2014-02-17 09:30:44 +00:00
Serafeim Papastefanos
296d09ff5f Fix for #24 running migrate with sqlite3
When using sqlite3 we set autocommit to True at the beginning of the
migration 0002 for wagtail core / docs / images in order to disable
transactions there and be able to do a simple python manage.py migrate
also in sqlite3.
2014-02-17 09:59:50 +02:00
Levi Gross
8c938d917e Added missing return statement 2014-02-16 12:48:46 -05:00
Stephen Newey
2d2a305ca6 Reverted runtests DB credentials before PR. 2014-02-16 16:17:47 +00:00
Stephen Newey
38d0137e2d Decouple from Django default user model to allow custom user models. 2014-02-16 16:15:37 +00:00
Stephen Newey
0d6f11b61e Merge pull request #1 from torchbox/master
Update to latest
2014-02-16 12:32:46 +00:00
Karl Hobley
9637627279 Search: Broken down tests 2014-02-15 22:06:36 +00:00
Karl Hobley
dd7e6cf702 Search: Added live field to SearchTest for testing search filters 2014-02-15 22:05:28 +00:00
Karl Hobley
55058e143a Search: When a query has no hits .hits now returns 0 instead of None 2014-02-15 22:04:34 +00:00