#1 — find-untranslated withoout sax
| State | Resolved |
|---|---|
| Version: | 2.0 |
| Area | Functionality |
| Issue type | Feature |
| Severity | Medium |
| Submitted by | Encolpe Degoute |
| Submitted on | Feb 21, 2006 |
| Responsible | Hanno Schlichting |
| Target release: | 2.1 |
Last modified on
Apr 1, 2006
by
Hanno Schlichting
actually 'i18ndude find-untranslated' use sax xml parser that does
networking request to find namespace.
Now, I need to work with it behind firewalls, in train or with or high ping connexion. This feature raise error with 'urlopen' and catch it to mask traceback.
The only way is to don't use sax to parse page template struture, but a non validator xml parser.
It's just a feature request, don't loose time on it. ;)
- Steps to reproduce:
- run 'i18ndude find-untranslated' without network connexion.
Added by
Hanno Schlichting
on
February 27, 2006 - 05:41
Issue state:
unconfirmed → open
Target release:
2.1 → 2.0
Accepted this. Using a different parser has been on the todo list for quite some time, actually. Maybe I'll get to it...
Added by
Hanno Schlichting
on
April 1, 2006 - 15:09
Issue state:
open → resolved
Target release:
2.0 → 2.1
This has been resolved in SVN by disabling external namespace validation, thx to a patch from Chuck Bearden.