0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-12-01 11:41:20 +01:00
Commit Graph

492 Commits

Author SHA1 Message Date
Karl Hobley
b33248519c Added subtree search. Search view now only searches for pages in current site 2014-02-23 23:17:00 +00:00
Karl Hobley
334744abd9 Merge branch 'tests' into search-changes
Conflicts:
	runtests.py
2014-02-23 23:04:35 +00:00
Karl Hobley
4655e19f1a Added some more wagtailadmin tests 2014-02-23 23:02:30 +00:00
Karl Hobley
46304a31b3 Search: Database backend is now default for tests 2014-02-23 22:28:09 +00:00
Karl Hobley
8d353032c0 Search signal handers now add/delete to all backends 2014-02-23 22:27:36 +00:00
Karl Hobley
c8ae17b84c Merge branch 'tests' into search-changes 2014-02-23 20:46:40 +00:00
Karl Hobley
c981e33367 Removed HTTP_HOST attribute from tests 2014-02-23 20:44:46 +00:00
Serafeim Papastefanos
7d85a63de8 Add some more translation files 2014-02-23 22:31:06 +02:00
Karl Hobley
0f1cdd4c4c Added 'return NotImplemented' to list of ignored lines in coverage 2014-02-23 17:31:04 +00:00
Karl Hobley
9322cf71ae Added .coveragerc 2014-02-23 17:23:28 +00:00
Karl Hobley
d53347abcd Merge branch 'tests' into search-changes 2014-02-23 16:17:45 +00:00
Karl Hobley
b9ea160cf9 Removed some unneeded code from tests.EventPage model 2014-02-23 16:15:36 +00:00
Karl Hobley
a3d8511f0b Merge branch 'tests' into search-changes
Conflicts:
	runtests.py
2014-02-23 16:13:58 +00:00
Karl Hobley
001698eb4d Changed analyser of 'live' field to 'not_analyzed' 2014-02-23 15:50:54 +00:00
Karl Hobley
f33adb8e2c Merge branch 'master' into tests
Conflicts:
	wagtail/wagtailadmin/tests.py
2014-02-23 15:19:51 +00:00
Karl Hobley
41f2126d1a Merge branch 'master' into search-changes 2014-02-23 15:17:32 +00:00
Karl Hobley
8ef25e9ed6 Removed object_indexed and Indexed.indexed attribute 2014-02-23 15:15:01 +00:00
Karl Hobley
df91d73644 Test models are now more human-friendly 2014-02-23 15:06:59 +00:00
Karl Hobley
f565f4b79b Wagtailimages: Test image is now created on the fly 2014-02-23 14:58:04 +00:00
Karl Hobley
451f133d3b Added test-media folder 2014-02-23 14:57:33 +00:00
Serafeim Papastefanos
9c60385310 Added complete el translation+some missing strigs 2014-02-22 20:07:19 +02:00
Karl Hobley
aea535f6d4 Removed pyelasticsearch dependency 2014-02-22 14:18:13 +00:00
Karl Hobley
104d5c9a64 Removed searchers 2014-02-22 12:42:51 +00:00
Karl Hobley
4b6b5ee258 Tweaks to search backend tests 2014-02-21 22:17:41 +00:00
Karl Hobley
8f3b846e6c Added ElasticSearch configuration to tests 2014-02-21 22:16:02 +00:00
Tom Dyson
e35560f73e Remove createsuperuser command
syncdb includes this.
2014-02-21 22:07:40 +00:00
utek
87dc022010 Missing with in blocktrans 2014-02-21 23:00:55 +01:00
Matt Westcott
057701bba9 Fix wagtailuserbar to assemble unicode properly as suggested by @spapas in 01646aafc8, and use textual dates 2014-02-21 17:03:28 +00:00
Matt Westcott
35b91b2e84 Merge branch 'master' of https://github.com/spapas/wagtail into spapas-master 2014-02-21 16:52:29 +00:00
Serafeim Papastefanos
0ccfb00186 Previous commit had again "M" in the date-fixed it 2014-02-21 18:01:45 +02:00
Serafeim Papastefanos
01646aafc8 Finished string extraction for i18n
Also a minor bug in preview for moderator has been fixed: The
_moderator_userbar.html template contained the date in the "d M Y" format,
which means that a string with the name of the month would be written.
When the locale was 'el' this would contain a string with greek characters
something that would leat to a 500-error when the wagtailuserbar would be
called. This could be solved either by changign the date foramt to Y-m-d
(iso format, which is what i chose) or by adding a u before the '' in line
11 and 15 of wagtailuserbar.py.
2014-02-21 17:57:00 +02:00
Matt Westcott
42fdd8e49b Fix some minor LESS syntax errors (handled by lessc, but important if we switch to a less permissive LESS compiler) 2014-02-21 14:19:19 +00:00
Neal Todd
92af717a7b Adding skips where we don't yet have real tests but want to keep the files around and still have an accurate test count in the meantime. Addresses #51. 2014-02-21 12:46:23 +00:00
Matt Westcott
84602f7b07 Stop wagtailadmin/pages/list.html from breaking when output includes the root node and show_parent=True - fixes #78 2014-02-21 12:12:45 +00:00
Matt Westcott
9fb2437fd1 Gracefully skip elasticsearch backend tests when elasticutils/pyelasticsearch isn't installed 2014-02-21 11:54:23 +00:00
Matt Westcott
9aaa8e13f9 Fix Site.find_for_request to not assume that request.META will include an HTTP_HOST - the django test client doesn't, by default 2014-02-21 11:40:11 +00:00
Neal Todd
e980b0d9da Translations section for the docs. 2014-02-21 10:45:07 +00:00
Serafeim Papastefanos
b49492cc8f Compiled .mo files with new translations 2014-02-21 12:16:24 +02:00
Matt Westcott
5f23f49b10 Merge pull request #83 from utek/master
Polish translations
2014-02-21 09:41:48 +00:00
Matt Westcott
bdad1c893e Merge pull request #82 from spapas/master
Added i18n for docs,embeds,images and redirects
2014-02-21 09:40:36 +00:00
utek
2b493bf46e Polish translation for wagtailusers 2014-02-21 08:36:57 +01:00
utek
657289a353 Polish translation for wagtailsearch 2014-02-21 08:27:28 +01:00
Karl Hobley
553d718e5a Revert "Added ElasticSearch backend to tests settings"
This reverts commit 28a77c6071.
2014-02-20 22:08:44 +00:00
Karl Hobley
28a77c6071 Added ElasticSearch backend to tests settings 2014-02-20 21:59:54 +00:00
Serafeim Papastefanos
9913c317f1 Added i18n for docs,embeds,images and redirects 2014-02-20 23:57:46 +02:00
Karl Hobley
576eb0830e Created a few admin tests 2014-02-20 21:40:42 +00:00
Karl Hobley
cca1fc0e52 Added test models 2014-02-20 21:32:51 +00:00
Karl Hobley
500a24ada1 Added test utils 2014-02-20 21:05:15 +00:00
Matt Westcott
5f332a1ca8 Merge branch 'i18n' of https://github.com/spapas/wagtail into spapas-i18n 2014-02-20 14:49:17 +00:00
Matt Westcott
21deb0112a Merge branch 'master' of https://github.com/spapas/wagtail into spapas-master 2014-02-20 12:09:15 +00:00