Commit graph

98 commits

Author SHA1 Message Date
Marco Bonetti
68e02a3094 version bump 2014-04-06 10:01:27 +02:00
Marco Bonetti
c1ebedd95a fixes a microsofttranslator test that was too noisy 2014-04-06 09:33:40 +02:00
Marco Bonetti
2ad3f83e61 import the external js file with the correct URL scheme 2014-04-06 09:18:37 +02:00
tsouvarev
18ae20cbea Update base.html
jsapi from 'http://www.google.com/jsapi' is not working, but 'httpS://www.google.com/jsapi' loading just fine
2014-04-01 11:14:08 -04:00
Marco Bonetti
84991fa7c8 rebuilt Czech translation 2014-03-01 15:09:18 +01:00
Joe
b2879d46e9 Update czech plural forms 2014-02-28 14:53:32 +01:00
Marco Bonetti
78a6b4d325 No longer ship Polib but rely on the cheese shop instead. Also fixes a behavior with plural forms that was addressed upstram in polib 1.0.4 2014-02-28 14:12:21 +01:00
Marco Bonetti
b8654ab7b1 fixes standard compliance of all shipped translation catalogs 2014-02-28 14:11:19 +01:00
cuchac
acbe54ae4a Update czech translation 2014-02-28 10:57:48 +01:00
Marco Bonetti
78224d7f7c Merged PR #44, wrote a test 2014-01-15 17:22:38 +01:00
Marco Bonetti
043ace4ebb Merge branch 'develop' into pr/44
Conflicts:
	README.rst
	rosetta/conf/settings.py
	rosetta/poutil.py
2014-01-15 17:07:38 +01:00
Marco Bonetti
5125ebac7f Merge branch 'develop' of https://github.com/tback/django-rosetta into tback-develop
Conflicts:
	rosetta/__init__.py
2013-12-26 15:02:38 +01:00
Marco Bonetti
4d8afd8e5b wip 2013-12-26 14:59:23 +01:00
Marco Bonetti
5304595cd7 include the translator tests 2013-12-26 14:46:07 +01:00
Marco Bonetti
46c6ff05a3 included the Microsoft translator API client 2013-12-26 14:34:04 +01:00
Marco Bonetti
a5ea8cc35e Small refactoring of tests 2013-09-18 14:38:48 +02:00
Alexey Subbotin
7afdffb34a just single quotes 2013-09-18 13:37:16 +02:00
dotsbb
f3a38f5877 ORM Query refactoring access.py
One query instead of two queries to database.
2013-09-18 13:12:34 +02:00
Marco Bonetti
76e8387f8c Removed support for the signed_cookies SESSION_ENGINE + SessionRosettaStorage in Django 1.6 2013-09-09 10:57:28 +02:00
Marco Bonetti
6e8c30b843 Yandex Translate API support 2013-09-05 15:04:19 +02:00
Marco Bonetti
0c5bd77122 Merge branch 'develop' into pr/89 2013-09-05 14:49:51 +02:00
Marco Bonetti
860e69a686 clear the django apps cache key prior to testing 2013-09-05 14:49:37 +02:00
BlackWizard
f799e0ba4c Yandex Translate API support 2013-09-03 17:19:21 +04:00
Marco Bonetti
bf0b253dec Fixes issue 87, missing context variable in catalog list 2013-08-07 13:23:17 +02:00
Maikel Wever
efe71a39d2 Minor cleanup 2013-07-18 17:11:42 +02:00
Maikel Wever
edd215e706 Remove utils file which does nothing 2013-07-18 17:08:45 +02:00
Maikel Wever
05c91d44ef Fix error in merge 2013-07-18 16:48:54 +02:00
Maikel Wever
9c2a791c82 Merge bing to azure fix with current rosetta 2013-07-18 16:44:47 +02:00
Marco Bonetti
f891399d52 WIP tests against Django 1.6b1, some tests failing with Python3 2013-06-29 08:57:42 +02:00
Marco Bonetti
4ac54ff679 Fixes issue #81 - settings are poisoned during tests 2013-06-26 09:51:23 +02:00
Olivier Cortès
eed2987659 Implement ROSETTA_CACHE_NAME, which defaults to 'rosetta' with a fallback to 'default' if unset. 2013-05-06 11:31:07 +02:00
Marco Bonetti
44b3314fd4 Accept languages as 'fr_FR.utf8' in lang_sel url. Fixes Issue #71 2013-04-30 14:57:16 +02:00
Mathieu Comandon
5ca9eb8234 Add test for pull request #71 2013-04-16 13:57:17 +02:00
Marco Bonetti
1d96772b04 Merge branch 'develop' of https://github.com/kanu/django-rosetta into pull-request-73 2013-04-16 13:17:44 +02:00
David Winterbottom
718f9430ad Allow access control function to be replaced
The current access control function `can_translate` is not always
sufficient.  For instance, some projects require access to translation
to be controlled using a permission rather than using groups.

This change introduces a new setting `ROSETTA_ACCESS_CONTROL_FUNCTION`
that allows an alternative predicate to be specified.  The default is to
use the current function so this change is backwards compatible.
2013-04-16 11:42:44 +01:00
kanu
6e5e6ef28e fixed lang_sel view picking the wrong file. 2013-04-12 12:36:57 +02:00
Mathieu Comandon
ffeefe014c Accept languages as 'fr_FR.utf8' in lang_sel url 2013-04-03 14:47:09 +02:00
AmirAli Akbari
2195d59ba8 Added translation for Farsi (fa). 2013-04-01 19:05:38 +04:30
minime
c1700d7233 fixed mess with app_id between pages 2013-03-06 18:22:53 +04:00
Marco Bonetti
f1a332bf90 Fixes issue #67 - settings imports unicode_literals from __future__ 2013-03-04 18:24:36 +01:00
Marco Bonetti
0e1f21e88b release 0.7.1 -- missing value in context 2013-03-01 11:33:07 +01:00
Marco Bonetti
f0ac2216d1 Django 1.3 requires Python2.4+, so we can now drop the old style decorator syntax 2013-02-28 13:52:28 +01:00
Marco Bonetti
b42f729b73 list apps by alphabetical order 2013-02-28 13:47:11 +01:00
Marco Bonetti
d9b0355825 coverage and removed nasty locals() calls 2013-02-28 13:36:31 +01:00
Marco Bonetti
6ac75be721 wip cleanup 2013-02-28 12:18:08 +01:00
Marco Bonetti
16d1a49515 all tests pass 2013-02-27 21:01:00 +01:00
Marco Bonetti
08569f23ce wip python 3 support 2013-02-27 18:24:53 +01:00
Marco Bonetti
ba972b5b6a Possible fix for issues #63 and #64 2013-02-21 16:46:16 +01:00
Till Backhaus
f6fcf2d12b bump version number 2013-02-11 13:32:29 +01:00
Till Backhaus
7d9e0c5918 fix admin urls for static files in django 1.5 2013-02-11 13:01:51 +01:00