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
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
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
Marco Bonetti
6ac75be721
wip cleanup
2013-02-28 12:18:08 +01:00
Marco Bonetti
8db3fa89b4
Python3 support
2013-02-27 21:08:57 +01:00
Marco Bonetti
c1af148e59
Merge branch 'develop' of github.com:mbi/django-rosetta into develop
2013-02-27 21:05:16 +01:00
Marco Bonetti
0e65e98b97
changes, added dependency for six
2013-02-27 21:03:52 +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
2577016b58
This actually seems more appropriate
2013-02-25 21:20:38 +01:00
Marco Bonetti
1d3dfd1892
Merge pull request #65 from mrooney/patch-1
...
fix broken i18n documentation link in README.md
2013-02-25 12:18:17 -08:00
Mike Rooney
7e61bdbdac
fix broken i18n documentation link in README.md
2013-02-25 15:06:54 -05:00
Marco Bonetti
ba972b5b6a
Possible fix for issues #63 and #64
2013-02-21 16:46:16 +01:00
Marco Bonetti
e487ac7af5
whoops, wrong project :)
2013-02-15 15:19:01 +01:00
Marco Bonetti
eeea8a6b19
dutch translation
2013-02-15 15:15:01 +01:00
Marco Bonetti
5cbd6e6ca2
upgraded bundled polib to v1.0.3
2013-02-10 11:08:27 +01:00
Marco Bonetti
f243ab7eaa
add an explicit cache timeout value in the CacheRosettaStorage, to mitigate #59
2013-01-30 20:45:16 +01:00
Marco Bonetti
01ef9ab227
changes
2013-01-15 14:37:43 +01:00