Commits
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
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
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
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
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
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
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
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
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.
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...
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
we still need to think carefully about accepting newfiles in different formats
Categories: Code
Fix syntax error
Commit by dwaynebailey :: r15631 /src/trunk/translate/filters/checks.py: (link) Fix syntax error
Categories: Code
PEP8: Some line shotening magic
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
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
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...
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
fixes #1631
multistrings should evaluate to bool using a similar method
Categories: Code
use user supplied email as the from mail
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...
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...
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
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...
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...
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
