Wykres commitów

10321 Commity (60930a01d92c26f110f29bd9cf598493cb9ae1f0)

Autor SHA1 Wiadomość Data
Lihan Li b9d20bb0c9 Translated wagtaildocs app into Chinese language 2014-02-28 23:37:15 +11:00
Lihan Li 5e398cd56b Translated wagtailsearch app into Chinese language. 2014-02-28 23:31:35 +11:00
Lihan Li 6e7dd04098 Translated wagtailsnippets app into Chinese language. 2014-02-28 23:31:10 +11:00
Lihan Li 011d6fc845 Translated wagtailredirects app into Chinese language. 2014-02-28 23:30:45 +11:00
Matt Westcott b7a5f5eba8 Merge pull request #103 from lihan/chinese-translation
Chinese translation for 5 sub apps
2014-02-28 10:10:19 +00:00
Lihan Li e6351ea536 Translated wagtailcore into Chinese language. 2014-02-27 21:47:49 +11:00
Lihan Li 2fab63b764 Translated wagtailimages app into Chinese language. 2014-02-27 21:37:52 +11:00
Matt Westcott ea4a6426ea Merge branch 'master' of https://github.com/utek/wagtail into utek-master 2014-02-27 10:32:20 +00:00
Lihan Li ee6ca3e354 Translated wagtailembeds app into Chinese language. 2014-02-27 21:31:56 +11:00
Lihan Li d35e86675e Translated wagtailusers app into Chinese language 2014-02-27 21:27:34 +11:00
Lihan Li ac9102503e Translated wagtailadmin into Chinese language. 2014-02-27 21:26:51 +11:00
Neal Todd fcdca501a4 Add a change to bump Travis into running again
Internal setup failure (?) in Travis led to spurious test error
2014-02-27 09:05:26 +00:00
utek da2bdc8171 Merge branch 'master' of https://github.com/torchbox/wagtail 2014-02-26 23:11:22 +01:00
Matt Westcott 75e26f0bda Merge pull request #102 from spapas/master
Added more translations from Transifex
2014-02-26 21:02:27 +00:00
Serafeim Papastefanos e252a06a5f Added more translations from transifex 2014-02-26 19:50:53 +02:00
Neal Todd 17512f961c Bumping minimum Django version to 1.6.2
Not strictly necessary but 1.6.2 has a lot of bug fixes.
2014-02-26 15:02:04 +00:00
utek db5e90c592 Translation strings for search box. 2014-02-25 19:37:55 +01:00
Matt Westcott a25c141dcf Add an explicit permission type for being able to access the admin - fixes #75 2014-02-24 15:38:08 +00:00
Matt Westcott d6aa09a48b Remove link from image file field - link was broken, but we don't want to give original_images public URLs anyhow (ref #87) 2014-02-24 11:37:08 +00:00
Karl Hobley 18427dff41 Merge pull request #89 from kaedroho/search-changes
Search changes
2014-02-24 11:13:46 +00:00
Karl Hobley cc42de0cd4 Added backwards compatibility to new search view 2014-02-24 11:01:59 +00:00
Neal Todd 0617a9dba2 Added Translators to Contributors 2014-02-24 10:50:12 +00:00
Matt Westcott ef31cf978c Merge pull request #91 from kaedroho/admin-notifications-fix
Don't send notifications to inactive users
2014-02-24 10:39:44 +00:00
Matt Westcott f48da4a026 Merge pull request #88 from spapas/master
Added complete el translation+some missing strings
2014-02-24 10:39:22 +00:00
Karl Hobley 03019b9640 Removed search_name from core.Page 2014-02-24 10:34:28 +00:00
Karl Hobley 3c4cd74cf6 Unified search view. Search view is now configured in urls.py. 2014-02-24 10:29:24 +00:00
Karl Hobley 50b4f7de44 Notification emails are no longer sent to inactive users. Fixes #90 2014-02-24 10:03:00 +00:00
Karl Hobley b78829acc3 Merge pull request #86 from utek/master
Missing 'with' in blocktrans
2014-02-24 09:30:14 +00:00
Karl Hobley 19c637e6ff Merge pull request #81 from kaedroho/tests
Tests
2014-02-24 09:12:47 +00:00
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