summaryrefslogtreecommitdiff
path: root/itstool.in
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Always use nsProp(), not prop()Shaun McCance2012-06-231-47/+47
* Be much more strict (and correct) about the version attributeShaun McCance2012-05-161-2/+36
* Show language code when failing to get translation from POShaun McCance2012-05-121-6/+7
* Try to maintain indentation in join modeShaun McCance2012-05-111-0/+7
* Adding new join mode for multi-lingual XML filesShaun McCance2012-05-081-15/+91
* Better handling of comments, new XML path markersShaun McCance2012-05-051-46/+121
* Don't error out when invalid msgstr is non-asciiShaun McCance2012-04-041-1/+2
* Proper error message when source XML file can't be readShaun McCance2012-04-021-1/+5
* Handle UTF-8 in attribute valuesShaun McCance2012-04-021-0/+2
* Don't output external ref messages under its:translate="no"Shaun McCance2012-03-231-0/+9
* Better handling of XML errors in PO filesShaun McCance2011-09-271-8/+30
* Merge: Proper XML error catching [claude]Shaun McCance2011-09-031-0/+11
|\
| * Catch XML errors in translated contentClaude Paroz2011-08-171-0/+1
| * Catch XML parsing errors so itstool does properly exit with error codeClaude Paroz2011-08-171-0/+10
* | Fix placeholder translation when it contains sub-elementsClaude Paroz2011-06-291-2/+10
|/
* Don't bomb if a locNotePointer returns a stringShaun McCance2011-06-261-9/+13
* Added itst:context to specify a msgctxt for a nodeShaun McCance2011-06-251-1/+34
* Fixes for Python 3Claude Paroz2011-06-241-1/+1
* Use #!/usr/bin/python -s for shebang, RH bug #702989Shaun McCance2011-06-241-1/+1
* Make itst:drop work on non-inline nodesShaun McCance2011-06-241-1/+14
* Made dropRule take a drop attribute, like other rulesShaun McCance2011-06-241-3/+3
* Add itst drop ruleClaude Paroz2011-06-241-1/+6
* Handled translatable attributes in non-translatable elementsShaun McCance2011-06-231-10/+15
* Extract and translate node attributesClaude Paroz2011-06-231-5/+36