Commit graph

115 commits

Author SHA1 Message Date
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
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
Virgil Dupras
e83d68655e Don't crash when a PO file for the selected ref language is missing or invalid. 2013-01-30 15:59:14 -05:00
Marco Bonetti
f243ab7eaa add an explicit cache timeout value in the CacheRosettaStorage, to mitigate #59 2013-01-30 20:45:16 +01:00
Virgil Dupras
f00009686f Added the ROSETTA_ENABLE_REFLANG flag.
This way, it's possible to disable the feature. Also, added a description of
the feature in the README.
2013-01-30 14:18:34 -05:00
Virgil Dupras
ed446f9321 Use the new "storage" object instead of request.session.
Also, made the default ref lang 'msgid' instead of 'fr'.
2013-01-29 16:19:51 -05:00
Virgil Dupras
19fcde6053 Fixed bad call to the "url" templatetag.
The url name was unquoted.
2013-01-29 15:57:35 -05:00
Virgil Dupras
31a0427f78 Merge branch 'develop' into reflang 2013-01-29 15:53:17 -05:00
Virgil Dupras
7a200ece7c Merge commit '4146da3287f71ccec5a6713e7e75cb346e805bce' into reflang
There was a conflict with rosetta/views.py, but it was easily resolved.
2013-01-29 15:53:05 -05:00
Virgil Dupras
1a13a890b6 Merge commit '4067e069bd680d67aea10afbd841113f6a7f3fd3' into reflang
That's (I think), the last commit for v0.6.7 (versionning in this
project is hazy).
2013-01-29 15:47:27 -05:00
Virgil Dupras
8f8429d27d Merge commit '329e8c693bc90b667f6f09235eec728dffc62f87' into reflang.
That commit if v0.6.6.
2013-01-29 15:41:17 -05: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
Marco Bonetti
01ef9ab227 changes 2013-01-15 14:37:43 +01:00
Marco Bonetti
4b9de2eac6 fallback for django 1.3, too 2013-01-15 14:35:08 +01:00
Marco Bonetti
95a53c7234 Merge branch 'develop' of https://github.com/jmoiron/django-rosetta into pull-request-43 2013-01-15 14:28:36 +01:00
Marco Bonetti
bb0c774ed8 additional storage tests to make sure cache and session storage actually works 2013-01-09 15:24:51 +01:00
Marco Bonetti
3009ab1525 added a test to check for DummyCache when using CacheRosettaStorage, which could explain issues #51 and #56 2013-01-09 15:03:01 +01:00
Marco Bonetti
5a51e39738 FIXES #46 - New quoted URL system in django 1.5 2013-01-09 14:16:54 +01:00
Jason Moiron
d00dca3d22 force the inclusion of a timezone with timestamps that make it to the pofile to keep them compatible with pybabel 2012-07-26 14:53:52 -04:00
Marco Bonetti
49b4c3e964 Actually move to the next block when submitting a lot of translations (Issue #13) - Thanks @fetzig for the patch 2012-06-08 15:50:12 +02:00
Marco Bonetti
11439587a3 logged change for issue 39 2012-06-07 16:54:16 +02:00
Marco Bonetti
5cbf5f80ed Fix for issue 39 - Add msgctxt to the entry hash to differentiate entries with context. Thanks @metalpriest 2012-06-07 16:52:38 +02:00
Marco Bonetti
f756e0c7ee Fix for issue 39 - Add msgctxt to the entry hash to differentiate entries with context. Thanks @metalpriest 2012-06-07 16:52:28 +02:00
Marco Bonetti
9b3359002c Merge branch 'develop' of https://github.com/metalpriest/django-rosetta into pull-request-39 2012-06-07 14:37:08 +02:00
Marco Bonetti
7269e88714 Merge branch 'storages' into develop
Conflicts:
	testproject/settings.py
2012-06-07 13:47:53 +02:00