Commit graph

557 commits

Author SHA1 Message Date
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
btx
90cf37c912 Fixed reflang switching – keeping current reflang selected. 2013-06-18 15:15:32 +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
Virgil Dupras
0aa1b1917f Removed a comment that became obsolete with recent developments.
The local scope is no longer used to build the template context. It is now
explicitely built.
2013-04-19 09:17:54 -04:00
Virgil Dupras
2b2c5772c4 Added a testcase for the reflang feature. 2013-04-19 09:11:50 -04:00
Virgil Dupras
ba6aa9d37e Fixed a crash when reflang wouldn't be enabled.
This crash was introduced by the merge with mbi/develop.
2013-04-19 09:11:21 -04:00
Virgil Dupras
1ff1e04460 Merge remote-tracking branch 'mbi/develop' into reflang
Conflicts:
	README.rst
	rosetta/views.py
2013-04-19 09:09:21 -04: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
Virgil Dupras
bb005cade8 Adjusted the reflang branch to latest commits in develop.
Since render_to_response() in the home() view no longer passes the local scope
as context, we have to explicitly set ENABLE_REFLANG in the template context.
2013-03-05 11:49:01 -05:00
Virgil Dupras
a4a7ddb589 Merge branch 'develop' into reflang 2013-03-05 08:48:50 -05: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
Marco Bonetti
c5132271c5 updated manifest and pushed 0.7.1 2013-03-01 11:43:36 +01:00
Marco Bonetti
0e1f21e88b release 0.7.1 -- missing value in context 2013-03-01 11:33:07 +01:00
Marco Bonetti
6fddbfc75e Merge branch 'develop' of github.com:mbi/django-rosetta into develop 2013-02-28 14:09:06 +01:00
Marco Bonetti
19fdb6ae6f changelog 2013-02-28 14:04:22 +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