summaryrefslogtreecommitdiff
path: root/itstool.in
Commit message (Expand)AuthorAgeFilesLines
* Fix errors from accidental global variable removalShaun McCance2020-12-261-7/+8
* Cache computed values for translate, localefilter, and locnoteShaun McCance2020-12-121-6/+35
* Don't re-lookup ITS params for every single ruleShaun McCance2020-12-061-26/+39
* Apply ITS files passed with -i in --join modeShaun McCance2018-11-081-0/+3
* Fix py 2/3 issues and add a test caseShaun McCance2018-08-211-19/+15
* Open file as bytes, since we're saving bytes!Álvaro Muñoz2018-08-201-3/+3
* Fix #28 (python 3.7, macOS)Álvaro Muñoz2018-08-181-0/+3
* Fix #30Álvaro Muñoz2018-08-181-0/+2
* Fix compatibility with pyhton 3.7 (no need to encode to bytes)Álvaro Muñoz2018-08-181-2/+2
* Be more careful about libxml2 memory managementShaun McCance2017-10-251-2/+11
* Fix massive performance issueShaun McCance2017-10-111-2/+9
* Merge branch 'master' into placeholderShaun McCance2017-08-151-79/+116
|\
| * Merge pull request #3 from hsoft/masterShaun McCance2017-08-151-79/+114
| |\
| | * Fix problem with merging translations under py3Virgil Dupras2016-01-161-4/+13
| | * Add python 3 supportVirgil Dupras2015-03-151-77/+103
| * | Fix keep entities mode after libxml2 changesShaun McCance2017-08-151-0/+2
* | | Get Placeholder out of MessageClaude Paroz2017-05-011-7/+8
|/ /
* | Add -j command to UsageShaun McCance2016-09-021-1/+3
* | Add --path option for extra paths for ITS filesShaun McCance2016-08-311-2/+17
* | Don't error out (except under -s) for mismatched placeholdersShaun McCance2016-03-141-1/+11
|/
* Fix UTF-8 handling for translated attributesShaun McCance2014-03-171-1/+1
* itstool.1: Update man pageShaun McCance2013-12-171-1/+1
* Don't hardcode python pathRyan Lortie2013-12-111-1/+1
* Fixed crash in locale filter and drop rule, #715116Shaun McCance2013-11-241-2/+2
* itstool.in: Allow users to set ITS paramsShaun McCance2013-11-011-24/+38
* Merge branch 'master' into its-2-0Shaun McCance2013-10-281-9/+38
|\
| * Added an option to retain entity referencesShaun McCance2013-09-211-5/+27
| * Fix utf8 issue introduced in Sep 20 commitShaun McCance2013-09-211-4/+6
| * Merge commit 'refs/merge-requests/4' of gitorious.org:itstool/itstoolShaun McCance2013-08-211-3/+10
| |\
| | * add --load-dtd optionGalen Charlton2012-08-291-3/+10
* | | Support localeFilterType="exclude"Shaun McCance2013-10-281-16/+48
* | | Add support for its:paramShaun McCance2013-10-271-1/+11
* | | Fixed issue with preserveSpace from xml:space attributeShaun McCance2013-10-271-8/+7
* | | Properly handle loc note inheritanceShaun McCance2013-02-091-4/+7
* | | Add LocNote class to better track localization note infoShaun McCance2013-02-091-19/+50
* | | Fix IdValue for attributes and nodes with attributesShaun McCance2013-02-091-1/+1
* | | Adding the ITS 2.0 test suite, found here:Shaun McCance2013-02-021-8/+25
* | | Implemented ITS 2.0 "ID Value" data categoryShaun McCance2012-09-261-1/+47
* | | Support for local withinTextShaun McCance2012-09-211-2/+10
* | | Fix tests for namespace prefix handlingShaun McCance2012-09-201-4/+4
* | | Merge branch 'master' into its-2-0Shaun McCance2012-09-201-2/+8
|\ \ \ | |/ /
| * | Support namespace prefixes on elementsShaun McCance2012-09-201-2/+8
| |/
* | Adding test output for External ResourceShaun McCance2012-09-191-0/+2
* | Use External Resource implementation for itst:externalRefRuleShaun McCance2012-09-191-40/+6
* | Implemented ITS 2.0 External Resource data categoryShaun McCance2012-09-191-0/+51
* | Sort attribute names in test outputShaun McCance2012-09-111-2/+2
* | First pass at implementing Locale FilterShaun McCance2012-09-111-37/+124
* | Implemented test suite output for withinTextShaun McCance2012-09-101-12/+15
* | Adding test suite output for its:translateShaun McCance2012-09-101-33/+77
* | Implemented ITS 2.0 Preserve Space data categoryShaun McCance2012-09-081-7/+13
|/