Marco Bonetti
46c6ff05a3
included the Microsoft translator API client
2013-12-26 14:34:04 +01:00
Marco Bonetti
4924ee5fbd
upgraded test runner to test against Django 1.6.1
2013-12-26 13:59:30 +01:00
Marco Bonetti
2362191876
More explicit warning about multi-process environments
2013-10-16 17:08:06 +02:00
Marco Bonetti
3061b8799f
Merge branch 'pr/90' into develop
2013-09-18 14:40:23 +02:00
Marco Bonetti
07a11a9bc1
Merge branch 'develop' of github.com:mbi/django-rosetta into develop
...
Conflicts:
runtests_multi_venv.sh
2013-09-18 14:40:11 +02:00
Marco Bonetti
a5ea8cc35e
Small refactoring of tests
2013-09-18 14:38:48 +02:00
Marco Bonetti
0a08024004
print python versions
2013-09-18 14:04:47 +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
23d14c2228
Formatting error
2013-09-03 17:21:42 +04:00
BlackWizard
f799e0ba4c
Yandex Translate API support
2013-09-03 17:19:21 +04:00
Marco Bonetti
11966cb1de
adapted tests to run against the latest Django 1.6 builds
2013-08-28 15:55:50 +02:00
Marco Bonetti
bf0b253dec
Fixes issue 87, missing context variable in catalog list
2013-08-07 13:23:17 +02:00
Maikel Wever
e1a728e941
Remove requirements file which is not needed
2013-07-18 17:12:12 +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
7784b1a51d
Readme update for new API
2013-07-18 17:03:36 +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
Maikel Wever
6ddc2d42e4
Dependency in setup.py, where it should be
2013-07-18 16:22:05 +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
Marco Bonetti
b56350aa2d
updated CHANGES
2013-05-06 13:00:53 +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
5c38efed1e
changes for PR 73
2013-04-16 13:21:54 +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
Marco Bonetti
204636e04a
fixed attribution of PR74
2013-04-16 13:16:42 +02:00
Marco Bonetti
13717f0807
merged @tangentlabs PR to handle more advanced permission mechanisms
2013-04-16 13:13:52 +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
David Winterbottom
b4ac8057cc
Set execute bit on test runner scripts
2013-04-16 11:17:15 +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
Marco Bonetti
840b3c51f9
typo
2013-04-01 17:41:47 +03:00
Marco Bonetti
f170f2cfdd
Update CHANGES
2013-04-01 17:41:25 +03:00
Marco Bonetti
f5cd74ae8c
Merge pull request #70 from arsh-co/develop
...
Added translation for Farsi (fa).
2013-04-01 07:39:45 -07:00
AmirAli Akbari
2195d59ba8
Added translation for Farsi (fa).
2013-04-01 19:05:38 +04:30
Marco Bonetti
3ce6ae6e8b
Changelog
2013-03-06 15:38:27 +01:00
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
e077f19b54
Merge branch 'develop' of github.com:mbi/django-rosetta into develop
2013-03-01 14:53:52 +01:00
Marco Bonetti
c38f8128b5
have the test scripts create and provision the virtual envs
2013-03-01 14:53:37 +01:00
Marco Bonetti
015b358784
Refixed the link to the i18n documentation
2013-03-01 14:38:28 +01:00
Marco Bonetti
702c4ed1fa
Fixed link to polib
2013-03-01 14:36:11 +01:00
Marco Bonetti
7604c5dbfe
exclude some stuff
2013-03-01 11:51:59 +01:00