Commit graph

21 commits

Author SHA1 Message Date
Jirka Schaefer
51dc6bf02e allow language variant with @ in url 2023-03-29 22:46:26 +02:00
Marco Bonetti
020903d4cc proxy deeply through the backend. Fixes #271 2023-01-01 14:17:08 +01:00
Marco Bonetti
6c61ac8570 Test against Django 4.0-dev 2021-08-29 10:20:58 +02:00
Marco Bonetti
d0dcb47b98 Removed support and tests for Django <= 2.1 2021-01-11 11:13:05 +01:00
Claude Paroz
c7bbf68cf3 Removed old compatibility code for Django < 1.11 2018-08-24 10:11:14 +02:00
Marco Bonetti
3b3d63eecd Removed a few references to microsofttranslator and fixed the translation path 2018-08-06 22:47:27 +02:00
Marco Bonetti
a43d369387 Check PEP8 while running tests
Use polib >= 1.1.0
Rosetta version bump and changelog
2018-01-10 12:44:24 +01:00
Jon Baldivieso
d797b76a10 Rewrite urls to be RESTful & views to be class-based & less cache-heavy
Previously, state was extensively persisted in the cache. This
large-scale rewrite uses the cache only to persist changes to the
catalog file when it is read-only. State is now conveyed through the url
structure and through query string arguments.

The primary downside to this new approach is that there's no explicit
way of purging a cached catalog from memory, or refreshing it from
what's on disk. The user is forced (untransparently!) to wait until
the cached file falls out of the cache (untransparently!), which
is currently 24 hours after the last save (or after if the session
ends). Addressing this would require some design considerations,
and probably some new text that would require its own translation.
2018-01-09 10:45:37 -08:00
Marco Bonetti
d1cb2455c4 Merge branch 'develop' into pr/60 2016-03-22 09:09:55 +01:00
Marco Bonetti
237c36f0d2 massive cleanup, only test against supported django versions 2015-09-24 11:20:09 +02:00
Virgil Dupras
e4fd03f7d8 Re-introduced reflang test which was log in the previous merge
Also, fixed the reflang feature, because the tests didn't pass anymore.

references #60
2014-08-07 11:33:57 -04:00
Virgil Dupras
90432b0eeb Merge remote-tracking branch 'mbi/develop' into reflang
Conflicts:
	rosetta/conf/settings.py
	rosetta/tests/__init__.py
	rosetta/urls.py
	rosetta/views.py
2014-08-07 11:01:34 -04:00
Maikel Wever
efe71a39d2 Minor cleanup 2013-07-18 17:11:42 +02:00
Maikel Wever
9c2a791c82 Merge bing to azure fix with current rosetta 2013-07-18 16:44:47 +02:00
Mathieu Comandon
ffeefe014c Accept languages as 'fr_FR.utf8' in lang_sel url 2013-04-03 14:47:09 +02:00
Virgil Dupras
a4a7ddb589 Merge branch 'develop' into reflang 2013-03-05 08:48:50 -05:00
Marco Bonetti
08569f23ce wip python 3 support 2013-02-27 18:24:53 +01:00
Virgil Dupras
3ebed99ac2 Extracted the "reflang" feature and applied it on its original commit.
I extracted the minimal feature set I could so that integration with newer
upstream commits are easier.
2013-01-29 15:35:11 -05:00
David Kuchar
8785c39483 updated Azure Translator support 2012-08-29 12:46:09 -07:00
Marco Bonetti
33c1ae6078 merged PR 19, slightly modified to fix a failing test (we want to recheck the setting on each decorator call) 2012-01-16 10:32:35 +01:00
Marco Bonetti
c38757f9dc initial commit 2011-06-16 11:25:15 +02:00