{3} Active Tickets by Milestone (48 matches)
This report shows how to color results by priority, while grouping results by milestone.
Last modification time, description and reporter are included as hidden fields for useful RSS export.
Release (28 matches)
| Ticket | Summary | Component | Version | Type | Severity | Owner | Status | Created |
|---|---|---|---|---|---|---|---|---|
| #130 | String comparison | Other | 3.1.4 | defect | blocker | ser | new | 12/26/07 |
| #120 | Issue with XML generated with DocType | DOM | 3.1.4 | defect | normal | ser | new | 11/27/07 |
| #162 | Document#write calls for a Formatter with the wrong number of arguments | DOM | 3.1.6 | defect | normal | ser | new | 06/30/08 |
| #163 | segmentation fault | Other | 3.1.7 | defect | blocker | ser | new | 07/15/08 |
| #148 | Incorrectly replacing "
" with "
" | DOM | 3.1.6 | defect | major | ser | new | 05/06/08 |
| #160 | [XPath] Subtraction throws error | XPath | 3.1.6 | defect | major | ser | new | 06/26/08 |
| #142 | xmlns' showing up in closing tags | DOM | 3.1.7 | defect | minor | ser | new | 03/03/08 |
| #152 | The XML document type declaration parsing error | PullParser | defect | minor | ser | new | 05/14/08 | |
| #153 | The XML document type declaration parsing error | PullParser | defect | minor | ser | new | 05/14/08 | |
| #119 | Problems using REXML and Firewatir | DOM | 3.1.4 | defect | normal | ser | new | 11/13/07 |
| #125 | Add == for Document and Element | DOM | enhancement | normal | ser | new | 12/17/07 | |
| #132 | XPath 'and' of attributes doesn't work | DOM | 3.1.6 | defect | normal | ser | new | 01/02/08 |
| #143 | Cloning a Text object causes double escaping | DOM | 3.1.7 | defect | normal | ser | new | 03/11/08 |
| #144 | XPath problem on finding a SVG element | XPath | 3.1.6 | defect | normal | ser | new | 03/23/08 |
| #145 | Cache nodes xpath when parsing document | DOM | 3.1.6 | enhancement | normal | ser | new | 04/23/08 |
| #146 | Pretty printing causes exception. | Other | 3.1.7 | defect | normal | ser | new | 04/28/08 |
| #147 | quoting bug | DOM | 3.1.6 | defect | normal | ser | new | 04/29/08 |
| #149 | Non-blocking parsing mode | PullParser | 3.1.6 | enhancement | normal | ser | new | 05/08/08 |
| #150 | SAX2 doesn't handle entity references consistently | SAX2 | 3.1.7 | defect | normal | ser | new | 05/13/08 |
| #151 | SAX2 parser doesn't define standard entities | SAX2 | 3.1.7 | defect | normal | ser | new | 05/13/08 |
| #154 | RDoc: wrong description of attrs in StreamListener#tag_start | Stream | 3.1.6 | defect | normal | ser | new | 05/16/08 |
| #155 | [PATCH] REXML::Element#delete_attribute not behaving correctly | DOM | 3.1.6 | defect | normal | ser | new | 05/22/08 |
| #156 | NCR causes parsing error | Stream | 3.1.6 | defect | normal | ser | new | 06/17/08 |
| #157 | DOM parser blow-up on CDATA section containing XML doc | DOM | 3.1.6 | defect | normal | ser | new | 06/17/08 |
| #158 | [patch] REXML::Formatters::Pretty#wrap fails on long words and on long lines | Other | 3.1.7 | defect | normal | ser | new | 06/20/08 |
| #161 | Element#delete_element does not return deleted element | DOM | 3.1.6 | defect | normal | ser | new | 06/30/08 |
| #164 | REXML::Text responds to =~ but not usefully | XPath | 3.1.6 | defect | normal | ser | new | 07/19/08 |
| #159 | When there is no encoding attribute, REXML cannot throw an exception. | DOM | 3.1.7 | defect | normal | ser | new | 06/22/08 |
3.1.8 Release (5 matches)
| Ticket | Summary | Component | Version | Type | Severity | Owner | Status | Created |
|---|---|---|---|---|---|---|---|---|
| #37 | Encodings should be able to suggest a preference order for conversion. | DOM | 3.1.2 | enhancement | normal | ser | new | 11/12/05 |
| #86 | XML transported within text "unnormalizes" slowly | DOM | 3.1.5 | enhancement | normal | ser | new | 09/10/06 |
| #107 | &entity; not reported by StreamParser | Stream | 3.1.4 | task | normal | ser | assigned | 07/31/07 |
| #113 | REXML::Element, REXML::Elements inject methods break compatibility with REXML from ruby 1.8.5 | XPath | 3.1.4 | enhancement | normal | ser | new | 09/25/07 |
| #109 | Add ability to ignore bad UTF-8 encoded characters | DOM | 3.1.4 | enhancement | minor | ser | new | 08/04/07 |
3.1.9 Release (3 matches)
| Ticket | Summary | Component | Version | Type | Severity | Owner | Status | Created |
|---|---|---|---|---|---|---|---|---|
| #141 | REXML does not apply attribute normalization rules | Other | 3.1.6 | defect | normal | ser | new | 02/29/08 |
| #104 | Add spport for stream parsers to XPath | DOM | 3.1.4 | enhancement | minor | ser | assigned | 07/28/07 |
| #19 | Add ability to turn of collaping empty elements | DOM | 3.1.2 | enhancement | normal | ser | new | 05/26/05 |
3.2.0 Release (9 matches)
| Ticket | Summary | Component | Version | Type | Severity | Owner | Status | Created |
|---|---|---|---|---|---|---|---|---|
| #87 | Store attributes as instances; defer to_s calls until serialization | DOM | 3.1.5 | enhancement | minor | ser | new | 09/11/06 |
| #14 | Undefined namespaces used in XPath should be an error | DOM | 3.1.2 | defect | normal | ser | assigned | 05/25/05 |
| #18 | Add RelaxNG validation support | DOM | 3.1.2 | enhancement | normal | ser | new | 05/26/05 |
| #20 | This should be an alternative to the context flag :ignore_whitespace. | DOM | 3.1.2 | enhancement | normal | ser | new | 05/26/05 |
| #22 | Line numbers of elements | DOM | 3.1.2 | enhancement | normal | ser | new | 05/26/05 |
| #23 | Improve Light interface | DOM | 3.1.2 | enhancement | normal | ser | new | 05/26/05 |
| #44 | Text class escapes '&notanxmlentityref;' incorrectly. | DOM | 3.1.2 | enhancement | normal | ser | assigned | 01/11/06 |
| #106 | REXML should conform better to the xml namespace spec, WRT the 'xml' namespace | DOM | 3.1.4 | defect | normal | ser | new | 07/29/07 |
| #67 | Should be able to pass raw to Text.new from Document.new | DOM | 3.1.2 | enhancement | minor | ser | new | 05/23/06 |
Deferred Release (3 matches)
| Ticket | Summary | Component | Version | Type | Severity | Owner | Status | Created |
|---|---|---|---|---|---|---|---|---|
| #17 | Add to_xml and from_xml | DOM | 3.1.2 | enhancement | normal | ser | new | 05/26/05 |
| #83 | REXML does not appear to handle special characters inside a set of tags | DOM | 3.1.3 | defect | normal | ser | assigned | 09/05/06 |
| #97 | Tutorial lacks simple information | DOM | 3.1.4 | defect | normal | ser | new | 01/16/07 |
Note:
See TracReports for help on using and creating reports.
