Commits

Syndicate content Pootle, Virtaal & Translate Toolkit
Pootle is a web-based translation management server. Virtaal is a desktop computer-aided translation (CAT) tool. The Translate Toolkit is a set of tools that allow various translatable content to be translated using Gettext PO and XLIFF.
Updated: 1 year 20 weeks ago

use iterator to step through stores when zipping

24. August 2010 - 20:56
Commit by alaaosh :: r15641 /src/trunk/Pootle/local_apps/pootle_translationproject/models.py: (link) use iterator to step through stores when zipping
Categories: Code

write export to tmpfile then move to final place to avoid need for locking

24. August 2010 - 20:55
Commit by alaaosh :: r15640 /src/trunk/Pootle/local_apps/pootle_store/views.py: (link) write export to tmpfile then move to final place to avoid need for locking
Categories: Code

use cache to track last zip export

24. August 2010 - 20:34
Commit by alaaosh :: r15639 /src/trunk/Pootle/local_apps/pootle_translationproject/views.py: (link) use cache to track last zip export
Categories: Code

make it possible to save archive to a specific file instead of return content

24. August 2010 - 20:33
Commit by alaaosh :: r15638 /src/trunk/Pootle/local_apps/pootle_translationproject/models.py: (link) make it possible to save archive to a specific file instead of return content
Categories: Code

use cache to track last xliff export

24. August 2010 - 20:31
Commit by alaaosh :: r15637 /src/trunk/Pootle/local_apps/pootle_store/views.py: (link) use cache to track last xliff export
Categories: Code

introduce delay otherwise data doesn't get synced

24. August 2010 - 20:30
Commit by alaaosh :: r15636 /src/trunk/Pootle/local_apps/pootle_store/tests.py: (link) introduce delay otherwise data doesn't get synced
Categories: Code

only save file if units actually change

24. August 2010 - 20:29
Commit by alaaosh :: r15635 /src/trunk/Pootle/local_apps/pootle_store/models.py: (link) only save file if units actually change
Categories: Code

use cache to track last sync and avoid unnessecary syncing

24. August 2010 - 20:27
Commit by alaaosh :: r15634 /src/trunk/Pootle/local_apps/pootle_store/models.py: (link) use cache to track last sync and avoid unnessecary syncing
Categories: Code

Align dependency check icons to the top for better readability in small screens.

24. August 2010 - 16:21
Commit by murgilduta :: r15633 /src/trunk/Pootle/html/admin.css: (link) Align dependency check icons to the top for better readability in small screens.
Categories: Code

try to parse uploaded file before creating an empty file for conversion, this...

24. August 2010 - 14:29
Commit by alaaosh :: r15632 /src/trunk/Pootle/local_apps/pootle_translationproject/views.py: (link) try to parse uploaded file before creating an empty file for conversion, this avoids creating extra empty files.

we still need to think carefully about accepting newfiles in different formats
Categories: Code

Fix syntax error

23. August 2010 - 21:37
Commit by dwaynebailey :: r15631 /src/trunk/translate/filters/checks.py: (link) Fix syntax error
Categories: Code

PEP8: Some line shotening magic

23. August 2010 - 20:44
Commit by dwaynebailey :: r15630 /src/trunk/translate/filters/checks.py: (link) PEP8: Some line shotening magic
Categories: Code

call parent class setid to get correct handling of ID_SEPERATOR

23. August 2010 - 17:53
Commit by alaaosh :: r15629 /src/trunk/translate/storage/poxliff.py: (link) call parent class setid to get correct handling of ID_SEPERATOR
Categories: Code

don't show export link for xliff projects

23. August 2010 - 16:56
Commit by alaaosh :: r15628 /src/trunk/Pootle/local_apps/pootle_app/views/language/item_dict.py: (link) don't show export link for xliff projects
Categories: Code

don't use wordcount to check if some translation exists or not, it ignores...

23. August 2010 - 15:55
Commit by alaaosh :: r15627 /src/trunk/Pootle/local_apps/pootle_store/models.py: (link) don't use wordcount to check if some translation exists or not, it ignores punctuation only translations

fixes #1631

multistrings should evaluate to bool using a similar method
Categories: Code

use user supplied email as the from mail

23. August 2010 - 13:16
Commit by alaaosh :: r15626 /src/trunk/Pootle/external_apps/contact_form_i18n/forms.py: (link) use user supplied email as the from mail
Categories: Code

Ensure locations are unicodes. For some reason lxml uses byte strings for...

23. August 2010 - 12:49
Commit by friedelwolff :: r15625 /src/trunk/translate/storage/xliff.py: (link) Ensure locations are unicodes. For some reason lxml uses byte strings for attributes that are ASCII only.
Categories: Code

Enable mark plugin for py.test Use decorator @mark.xfail to mrak tests that...

23. August 2010 - 12:43
Commit by dwaynebailey :: r15624 /src/trunk/translate/ (15 files in 5 dirs): (link) Enable mark plugin for py.test
Use decorator @mark.xfail to mrak tests that where previously marked xtest_ or wtest_ or commented out as being tests that we expect to fail
Categories: Code

Fix bug_url test now that we re using urllib to encode we can't guarentee the...

23. August 2010 - 11:48
Commit by dwaynebailey :: r15623 /src/trunk/translate/convert/test_oo2po.py: (link) Fix bug_url test now that we re using urllib to encode we can't guarentee the order of the query string.
Categories: Code

The API library changed -- now getSupportedLanguagePairs returns just...

23. August 2010 - 8:57
Commit by murgilduta :: r15622 /src/trunk/Pootle/html/js/mt/apertium.js: (link) The API library changed -- now getSupportedLanguagePairs returns just source|language instead of (source|target)Language.
Categories: Code