You can subscribe to this list here.
2004 |
Jan
(29) |
Feb
(1) |
Mar
(6) |
Apr
(31) |
May
(2) |
Jun
(2) |
Jul
(13) |
Aug
(31) |
Sep
(41) |
Oct
(12) |
Nov
(13) |
Dec
(4) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2005 |
Jan
(17) |
Feb
(3) |
Mar
(3) |
Apr
|
May
(1) |
Jun
(2) |
Jul
(1) |
Aug
(3) |
Sep
(3) |
Oct
(1) |
Nov
(2) |
Dec
(6) |
2006 |
Jan
(4) |
Feb
(6) |
Mar
(2) |
Apr
(1) |
May
|
Jun
|
Jul
(21) |
Aug
(7) |
Sep
(5) |
Oct
(4) |
Nov
(2) |
Dec
(2) |
2007 |
Jan
(1) |
Feb
|
Mar
|
Apr
(2) |
May
|
Jun
|
Jul
(1) |
Aug
(2) |
Sep
(2) |
Oct
(2) |
Nov
|
Dec
(1) |
2008 |
Jan
(1) |
Feb
(1) |
Mar
(7) |
Apr
(2) |
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
(1) |
Oct
(1) |
Nov
(2) |
Dec
(8) |
2009 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
(2) |
Jun
(2) |
Jul
(5) |
Aug
(24) |
Sep
(16) |
Oct
(8) |
Nov
(42) |
Dec
(3) |
2010 |
Jan
(8) |
Feb
(8) |
Mar
(14) |
Apr
(29) |
May
(2) |
Jun
(1) |
Jul
(11) |
Aug
(47) |
Sep
(4) |
Oct
(16) |
Nov
(18) |
Dec
|
2011 |
Jan
(5) |
Feb
(4) |
Mar
(2) |
Apr
|
May
|
Jun
(10) |
Jul
(50) |
Aug
(4) |
Sep
(4) |
Oct
(1) |
Nov
(4) |
Dec
|
2012 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(2) |
Jun
(8) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2017 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
From: SourceForge.net <no...@so...> - 2004-04-30 10:43:47
|
Bugs item #943559, was opened at 2004-04-28 10:12 Message generated for change (Comment added) made by fgiust You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=113153&aid=943559&group_id=13153 Category: Tidy functionality Group: None Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) >Assigned to: fabrizio giustina (fgiust) Summary: form after tr Initial Comment: tidy doesnt fix the following error good enough: the source gtml id: ######################### <table> <tr> <form action=""> <td >yyy</td> </form> </tr> </table> ######################### tidy out put will be: <TABLE> <TR> <TD> <FORM ACTION=""> <TABLE> <TR> <TD>yyy</TD> </TR> </TABLE> </FORM> </TD> </TR> </TABLE> ######################### as you can see tidy add unnecessary table infront of the td element. ---------------------------------------------------------------------- >Comment By: fabrizio giustina (fgiust) Date: 2004-04-30 12:43 Message: Logged In: YES user_id=798060 testcase added. Note that the c version of tidy just report an error and give up on fixing file. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=113153&aid=943559&group_id=13153 |
From: SourceForge.net <no...@so...> - 2004-04-30 10:43:06
|
Bugs item #935796, was opened at 2004-04-15 19:55 Message generated for change (Comment added) made by fgiust You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=113153&aid=935796&group_id=13153 Category: Tidy functionality Group: None Status: Open Resolution: None >Priority: 8 Submitted By: Phil Shaw (codestyle) >Assigned to: fabrizio giustina (fgiust) Summary: Quote entities converted to literals Initial Comment: Unicode entities 8220 and 8221 are converted to literal quote marks within attributes, which results in invalid markup. The test case uses the example of a title attribute, where the error was first identified. ---------------------------------------------------------------------- >Comment By: fabrizio giustina (fgiust) Date: 2004-04-30 12:43 Message: Logged In: YES user_id=798060 testcase added. Works with the latest tidy c version. Thanks ---------------------------------------------------------------------- Comment By: Phil Shaw (codestyle) Date: 2004-04-15 21:02 Message: Logged In: YES user_id=1022070 Preparing the configuration file for this case, I discovered it is the clean: true command that triggers this bug. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=113153&aid=935796&group_id=13153 |
From: SourceForge.net <no...@so...> - 2004-04-30 09:56:21
|
Bugs item #945177, was opened at 2004-04-30 02:56 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=113153&aid=945177&group_id=13153 Category: Tidy functionality Group: None Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: JTidy allows duplicate ID attributes Initial Comment: If you give the same ID value to two elements, this should cause an error (or warning). For example, the fragment: <p id="test">Paragraph text</p> <p id="test">New paragraph</p> would flag as an error using the on-line validator at the W3C website. JTidy does not notice this at all. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=113153&aid=945177&group_id=13153 |
From: SourceForge.net <no...@so...> - 2004-04-29 15:47:32
|
Feature Requests item #944599, was opened at 2004-04-29 08:47 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=363153&aid=944599&group_id=13153 Category: None Group: None Status: Open Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: More output regarding changes to HTML Initial Comment: At the moment, if (for example) you have missed out on a paragraph closing tag, JTidy will fix this automatically. However, it would be useful if instead there was an option to have JTidy flag this as an error or warning (depending on the doctype) rather than changing it automatically, so that the user could then be prompted to make the change themselves. This would make JTidy work more like the on-line HTML validator. Of course, JTidy's default behaviour would then be an 'auto-fix' option, which is still very useful in most situations. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=363153&aid=944599&group_id=13153 |
From: SourceForge.net <no...@so...> - 2004-04-29 07:57:22
|
Bugs item #944288, was opened at 2004-04-29 09:57 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=113153&aid=944288&group_id=13153 Category: Tidy functionality Group: None Status: Open Resolution: None Priority: 5 Submitted By: Ronald Haring (rharing66) Assigned to: Nobody/Anonymous (nobody) Summary: replacing of & entities in pre tags. Initial Comment: Hello, I've run into a problem, using &entities (like <) inside a pre tag. Using parseDOM(inputstream, outputstream) the & entities are correctly not replaced. However, when using the dom model and parsing over the nodes, the &entity is replaced by its html equivalent, resulting in errors when redisplaying. After changing the following line in ParserImpl.java the node method worked correctly, but then the parseDOM(is,os);String content = new String(os.getBytes()) showed a different result again. Now I am not sure what is the correct behaviour. ParserImpl.java: // roha when using PREFORMATTED, the &entities inside a pre tag will be replaced with their html entities. // while ((node = lexer.getToken(Lexer.PREFORMATTED)) != null) while ((node = lexer.getToken(Lexer.IGNORE_MARKUP)) != null) See attached testcase for results. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=113153&aid=944288&group_id=13153 |
From: SourceForge.net <no...@so...> - 2004-04-28 08:12:01
|
Bugs item #943559, was opened at 2004-04-28 01:12 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=113153&aid=943559&group_id=13153 Category: Tidy functionality Group: None Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: form after tr Initial Comment: tidy doesnt fix the following error good enough: the source gtml id: ######################### <table> <tr> <form action=""> <td >yyy</td> </form> </tr> </table> ######################### tidy out put will be: <TABLE> <TR> <TD> <FORM ACTION=""> <TABLE> <TR> <TD>yyy</TD> </TR> </TABLE> </FORM> </TD> </TR> </TABLE> ######################### as you can see tidy add unnecessary table infront of the td element. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=113153&aid=943559&group_id=13153 |
From: SourceForge.net <no...@so...> - 2004-04-15 19:46:25
|
Bugs item #935796, was opened at 2004-04-15 17:55 Message generated for change (Comment added) made by codestyle You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=113153&aid=935796&group_id=13153 Category: Tidy functionality Group: None Status: Open Resolution: None Priority: 5 Submitted By: Phil Shaw (codestyle) Assigned to: Nobody/Anonymous (nobody) Summary: Quote entities converted to literals Initial Comment: Unicode entities 8220 and 8221 are converted to literal quote marks within attributes, which results in invalid markup. The test case uses the example of a title attribute, where the error was first identified. ---------------------------------------------------------------------- >Comment By: Phil Shaw (codestyle) Date: 2004-04-15 19:02 Message: Logged In: YES user_id=1022070 Preparing the configuration file for this case, I discovered it is the clean: true command that triggers this bug. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=113153&aid=935796&group_id=13153 |
From: SourceForge.net <no...@so...> - 2004-04-15 17:55:30
|
Bugs item #935796, was opened at 2004-04-15 17:55 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=113153&aid=935796&group_id=13153 Category: Tidy functionality Group: None Status: Open Resolution: None Priority: 5 Submitted By: Phil Shaw (codestyle) Assigned to: Nobody/Anonymous (nobody) Summary: Quote entities converted to literals Initial Comment: Unicode entities 8220 and 8221 are converted to literal quote marks within attributes, which results in invalid markup. The test case uses the example of a title attribute, where the error was first identified. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=113153&aid=935796&group_id=13153 |
From: SourceForge.net <no...@so...> - 2004-04-13 06:35:19
|
Bugs item #934036, was opened at 2004-04-13 16:35 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=113153&aid=934036&group_id=13153 Category: Tidy functionality Group: None Status: Open Resolution: None Priority: 5 Submitted By: Chris Bitmead (chrisbitmead) Assigned to: Nobody/Anonymous (nobody) Summary: Duplicate FRAMESET Initial Comment: In order to delete a second frameset and make it a warning instead of an error, make the following changes.... Around line 213 in ParserImpl.java where it says "if (frameset != null), substitute... if (frameset != null) { Report.warning(lexer, html, node, Report.DUPLICATE_FRAMESET); for (;;) { node = lexer.getToken(Lexer.IgnoreWhitespace); if (node.tag == tt.tagFrameset && node.type == Node.EndTag) break; } continue; } Inside Report.java move the code relating to DUPLICATE_FRAMESET from the error function to the warning function. Inside TidyMessages.properties, change it from an Error to a Warning. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=113153&aid=934036&group_id=13153 |
From: SourceForge.net <no...@so...> - 2004-04-10 15:48:19
|
Bugs item #932835, was opened at 2004-04-10 17:48 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=113153&aid=932835&group_id=13153 Category: Tidy functionality Group: None Status: Open Resolution: None Priority: 5 Submitted By: fabrizio giustina (fgiust) Assigned to: fabrizio giustina (fgiust) Summary: quiet/warning modes Initial Comment: from jtidy mailing list ====== Hi, I've been using a self-patched version of JTidy for some time so I'm so glad to see the project is being maintained again. One of the patches I had to add was to suppress a lot of text getting pumped to system err or out, even when I've set quiet to true and turned warnings off. These are extremely verbose messages telling me why my HTML is bad, web sites to visit, etc. Unfortunately I didn't document my patch but I think the problem was: this.report.errorSummary(lexer); at the end of Tidy.parse() because this line will execute no matter if quiet mode is on or not. I think it should be wrapped in an if statement, no? Thanks, Brian ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=113153&aid=932835&group_id=13153 |
From: Fabrizio G. <fgi...@sa...> - 2004-04-10 15:46:53
|
<HTML><HEAD><TITLE>[Jtidy-devel] quiet/warning modes</TITLE></HEAD> <BODY> <DIV id=3DidOWAReplyText39955 dir=3Dltr> <DIV dir=3Dltr><FONT face=3DArial color=3D#000000 size=3D2>I will check it:= one ot the target of the following release should be simplify the use of j= tidy into other application, so unwanted output to sdout/stderr should be a= bsolutely avoided.</FONT></DIV> <DIV dir=3Dltr><FONT face=3DArial color=3D#000000 size=3D2>I'm in the way o= f reorganizing the way messages are written and I will fix summary too. In = the next release users will be able to avoid writing to out at all and plug= ging a message listener to easily read warning in their application</FONT><= /DIV> <DIV dir=3Dltr><FONT face=3DArial size=3D2></FONT> </DIV> <DIV dir=3Dltr><FONT face=3DArial size=3D2>fabrizio</FONT></DIV></DIV> <DIV dir=3Dltr><BR> <HR tabIndex=3D-1> <FONT face=3DTahoma size=3D2><B>From:</B> Brian W. Young<BR><B>Sent:</B> Th= u 08/04/2004 6.45<BR><B>To:</B> jti...@li...<BR><B>Sub= ject:</B> [Jtidy-devel] quiet/warning modes<BR></FONT><BR></DIV> <DIV> <P><FONT size=3D2>Hi,</FONT> </P> <P><FONT size=3D2>I've been using a self-patched version of JTidy for</FONT= > <BR><FONT size=3D2>some time so I'm so glad to see the project is being</= FONT> <BR><FONT size=3D2>maintained again.</FONT> </P> <P><FONT size=3D2>One of the patches I had to add was to suppress a lot</FO= NT> <BR><FONT size=3D2>of text getting pumped to system err or out, even wh= en</FONT> <BR><FONT size=3D2>I've set quiet to true and turned warnings off= . These</FONT> <BR><FONT size=3D2>are extremely verbose messages tell= ing me why my HTML</FONT> <BR><FONT size=3D2>is bad, web sites to visit, et= c. Unfortunately I</FONT> <BR><FONT size=3D2>didn't document my patch= but I think the problem was: </FONT></P> <P><FONT size=3D2>this.report.errorSummary(lexer);</FONT> <BR><FONT size=3D= 2>at the end of Tidy.parse() </FONT></P> <P><FONT size=3D2>because this line will execute no matter if quiet mode</F= ONT> <BR><FONT size=3D2>is on or not. I think it should be wrapped in= an if</FONT> <BR><FONT size=3D2>statement, no?</FONT> </P> <P><FONT size=3D2>Thanks,</FONT> <BR><FONT size=3D2>Brian</FONT> </P><BR><B= R><BR> <P><FONT size=3D2>=3D=3D=3D=3D=3D</FONT> <BR><FONT size=3D2>-- Who is John = Galt? --</FONT> </P><BR> <P><FONT size=3D2>-------------------------------------------------------</= FONT> <BR><FONT size=3D2>This SF.Net email is sponsored by: IBM Linux Tutor= ials</FONT> <BR><FONT size=3D2>Free Linux tutorial presented by Daniel Robb= ins, President and CEO of</FONT> <BR><FONT size=3D2>GenToo technologies. Le= arn everything from fundamentals to system</FONT> <BR><FONT size=3D2>admini= stration.<A href=3D"http://ads.osdn.com/?ad_id=3D1470&alloc_id=3D3638&a= mp;op=3Dclick" target=3D_blank>http://ads.osdn.com/?ad_id=3D1470&alloc_= id=3D3638&op=3Dclick</A></FONT> <BR><FONT size=3D2>____________________= ___________________________</FONT> <BR><FONT size=3D2>Jtidy-devel mailing l= ist</FONT> <BR><FONT size=3D2>Jti...@li...</FONT> <BR>= <FONT size=3D2><A href=3D"https://lists.sourceforge.net/lists/listinfo/jtid= y-devel" target=3D_blank>https://lists.sourceforge.net/lists/listinfo/jtidy= -devel</A></FONT> </P></DIV></BODY></HTML> |
From: Brian W. Y. <ir...@ya...> - 2004-04-08 04:45:14
|
Hi, I've been using a self-patched version of JTidy for some time so I'm so glad to see the project is being maintained again. One of the patches I had to add was to suppress a lot of text getting pumped to system err or out, even when I've set quiet to true and turned warnings off. These are extremely verbose messages telling me why my HTML is bad, web sites to visit, etc. Unfortunately I didn't document my patch but I think the problem was: this.report.errorSummary(lexer); at the end of Tidy.parse() because this line will execute no matter if quiet mode is on or not. I think it should be wrapped in an if statement, no? Thanks, Brian ===== -- Who is John Galt? -- |
From: SourceForge.net <no...@so...> - 2004-04-05 22:41:07
|
Bugs item #930058, was opened at 2004-04-05 17:04 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=113153&aid=930058&group_id=13153 Category: DOM Support Group: None Status: Open Resolution: None Priority: 5 Submitted By: Jeff Mills (jtmills) Assigned to: Nobody/Anonymous (nobody) Summary: Document.createElement() doesn't know custom tags Initial Comment: I defined some custom tags in the configuration file using the "new-inline-tags" property. An (X)HTML file containing those tags is parsed and printed correctly. But if I add one such tag using the Document.createElement() method, it is created as a block element instead of an inline element. It is because the DOMDocumentImpl class creates its own TagTable instance for internal use and it is not aware of non-default configuration. I think that the DOMDocumentImpl should use the same TagTable as Tidy. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=113153&aid=930058&group_id=13153 |
From: SourceForge.net <no...@so...> - 2004-04-05 22:03:16
|
Bugs item #572154, was opened at 2002-06-21 18:21 Message generated for change (Comment added) made by fgiust You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=113153&aid=572154&group_id=13153 Category: Tidy functionality Group: None >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Nobody/Anonymous (nobody) >Assigned to: fabrizio giustina (fgiust) Summary: nested frameset causes infinite loop Initial Comment: A sample file that causes this is attached. ---------------------------------------------------------------------- >Comment By: fabrizio giustina (fgiust) Date: 2004-04-05 21:23 Message: Logged In: YES user_id=798060 fixed. Testcase added ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2002-06-21 22:48 Message: Logged In: NO I think the cause may be ParserImpl.java line 2633 lexer.ungetToken(); where ungetToken() is called in ParseNoFrames.parse(). I don't believe this call is necessary because when it returns to ParseHTML.parse(), it will reprocess the same token again in an endless loop. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2002-06-21 21:56 Message: Logged In: NO This bug is not caused by a nested frameset, but rather a frame element outside of a frameset. Here's the reduced sample html code which will reproduce the bug. <HTML> <HEAD> <title>the title must exist</title> </HEAD> <frameset> </frameset> <frame> </HTML> ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=113153&aid=572154&group_id=13153 |
From: SourceForge.net <no...@so...> - 2004-04-05 19:02:14
|
Bugs item #929936, was opened at 2004-04-05 20:58 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=113153&aid=929936&group_id=13153 Category: Tidy functionality Group: None Status: Open Resolution: None Priority: 6 Submitted By: fabrizio giustina (fgiust) Assigned to: fabrizio giustina (fgiust) Summary: escape URLs Initial Comment: JTidy should warn for unescaped URLs and fix them. This is already implemented in Tidy. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=113153&aid=929936&group_id=13153 |
From: SourceForge.net <no...@so...> - 2004-04-03 17:22:32
|
Feature Requests item #658665, was opened at 2002-12-26 14:03 Message generated for change (Settings changed) made by fgiust You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=363153&aid=658665&group_id=13153 >Category: None Group: None Status: Open Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: it dose not support BIG5(MS950) encoding Initial Comment: well~~ i come from taiwan i want to parse chinese HTML pages by jtidy but doesn't support big5 will it support big5 or other western language ecncoding ? :) ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-04-21 13:08 Message: Logged In: NO you can setCharEncoding to raw. i do it success in gbk ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=363153&aid=658665&group_id=13153 |
From: SourceForge.net <no...@so...> - 2004-04-03 17:20:00
|
Bugs item #527118, was opened at 2002-03-07 20:45 Message generated for change (Comment added) made by fgiust You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=113153&aid=527118&group_id=13153 >Category: Tidy functionality Group: None Status: Open Resolution: None Priority: 9 Submitted By: Chris Raber (cpraber) >Assigned to: fabrizio giustina (fgiust) Summary: Suppress duplicate attributes. Initial Comment: Suppresses duplicate attributes in resulting document by arbitrarily dropping dupes. ---------------------------------------------------------------------- >Comment By: fabrizio giustina (fgiust) Date: 2004-04-03 19:19 Message: Logged In: YES user_id=798060 added testcase with the given snippet ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2002-03-18 10:42 Message: Logged In: NO Hi! I just downloaded this patch, hoping it would fix a duplicated STYLE attribute on an XHTML cleanup of the following fragment: <UL dir=ltr style="MARGIN-RIGHT: 0px"> <UL> <LI>blah blah blah <LI>blah blah blah </UL> <UL></UL> </UL> But it actually doesn't. I think thisi is due to the fact that the nested <UL> generates a brand new "style" attribute. Is there a workaround? Thank you. Alberto. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=113153&aid=527118&group_id=13153 |
From: SourceForge.net <no...@so...> - 2004-04-03 16:37:57
|
Feature Requests item #914097, was opened at 2004-03-11 13:56 Message generated for change (Settings changed) made by fgiust You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=363153&aid=914097&group_id=13153 >Category: None Group: None Status: Open Priority: 5 Submitted By: Cyrille Morvan (cyrille_morvan) Assigned to: Nobody/Anonymous (nobody) Summary: [FEATURE] Ignore unknown element Initial Comment: Is it possible to have an option to ignore unknown elements. Tidy.setIgnoreUnknownElement(boolean); I'm using today cvs version, and I get : line 3 column 261 - Error: <a_href> is not recognized! I don't care if a_href is not recognized ! Thank you. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=363153&aid=914097&group_id=13153 |
From: SourceForge.net <no...@so...> - 2004-04-02 22:29:35
|
Bugs item #760957, was opened at 2003-06-26 06:53 Message generated for change (Settings changed) made by fgiust You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=113153&aid=760957&group_id=13153 Category: None Group: None Status: Open Resolution: None Priority: 9 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: add CDATA mark inside script and style mark Initial Comment: i make a patch in Lexer.java and PPrint.java to add CDATA mark inside script and style mark. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=113153&aid=760957&group_id=13153 |
From: SourceForge.net <no...@so...> - 2004-04-02 22:28:27
|
Bugs item #527118, was opened at 2002-03-07 20:45 Message generated for change (Settings changed) made by fgiust You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=113153&aid=527118&group_id=13153 Category: None Group: None Status: Open Resolution: None Priority: 9 Submitted By: Chris Raber (cpraber) Assigned to: Nobody/Anonymous (nobody) Summary: Suppress duplicate attributes. Initial Comment: Suppresses duplicate attributes in resulting document by arbitrarily dropping dupes. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2002-03-18 10:42 Message: Logged In: NO Hi! I just downloaded this patch, hoping it would fix a duplicated STYLE attribute on an XHTML cleanup of the following fragment: <UL dir=ltr style="MARGIN-RIGHT: 0px"> <UL> <LI>blah blah blah <LI>blah blah blah </UL> <UL></UL> </UL> But it actually doesn't. I think thisi is due to the fact that the nested <UL> generates a brand new "style" attribute. Is there a workaround? Thank you. Alberto. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=113153&aid=527118&group_id=13153 |
From: SourceForge.net <no...@so...> - 2004-04-02 22:27:35
|
Feature Requests item #478729, was opened at 2001-11-06 16:45 Message generated for change (Settings changed) made by fgiust You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=363153&aid=478729&group_id=13153 Category: None Group: None >Status: Closed Priority: 5 Submitted By: Jacob Nordfalk (nordfalk) >Assigned to: fabrizio giustina (fgiust) Summary: A GUI for JTidy Initial Comment: I would like a GUI. If anybody are interested I could make it myself, to be included with JTidy (any suggestions are welcome). ---------------------------------------------------------------------- >Comment By: fabrizio giustina (fgiust) Date: 2004-04-03 00:27 Message: Logged In: YES user_id=798060 there are no plans to include a GUI in the main tidy distribution, see http://eclipsetidy.sourceforge.net/ for a JTidy GUI integrated with the eclipse IDE. ---------------------------------------------------------------------- Comment By: lin chao (boyfromchina) Date: 2003-03-19 10:27 Message: Logged In: YES user_id=737445 hello~i have a problem,i think if you could help me . I need the JTidy API ,and each of them means. thank you ~! ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=363153&aid=478729&group_id=13153 |
From: SourceForge.net <no...@so...> - 2004-04-02 22:23:52
|
Bugs item #452044, was opened at 2001-08-17 15:23 Message generated for change (Settings changed) made by garypeskin You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=113153&aid=452044&group_id=13153 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Emmanuel Castro (e_castro) Assigned to: Nobody/Anonymous (nobody) Summary: setRawOut does nothing Initial Comment: The rawOut properties in Tidy.java does nothing. Maybe it should be removed (maybe it's here because of C version of Tidy). I was able to do something similar using setCharEncodingRaw(RAW). If it is not yet implemented, it would be nice to write it in the documentation ---------------------------------------------------------------------- Comment By: Gary L Peskin (garypeskin) Date: 2001-08-17 16:21 Message: Logged In: YES user_id=91501 After the next release of HTML Tidy, we will be looking into the whole encoding and serialization section of JTidy with the idea of cleaning it up and taking more advantage of java's internationalization capabilities. I have moved this bug to a feature request and we will take it up at that time. Thanks, Gary ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=113153&aid=452044&group_id=13153 |
From: SourceForge.net <no...@so...> - 2004-04-02 22:23:25
|
Bugs item #862766, was opened at 2003-12-19 08:06 Message generated for change (Settings changed) made by fgiust You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=113153&aid=862766&group_id=13153 Category: None Group: None Status: Open Resolution: None Priority: 9 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Concatenate duplicate style and class attributes Initial Comment: Apply this trivial fix to concatenate duplicate style and class attributes instead of just dropping the dupes. It's based on [527118] Suppress duplicate attributes patch by Chris Raber. Best regards, /jan jan dot ruusuvuori at eviahelsinki dot fi ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-12-19 08:12 Message: Logged In: NO I did this to enable importing broken html from Excel into edit- on Pro (a java-applet wysiwyg editor by realobjects.de). /jan ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=113153&aid=862766&group_id=13153 |
From: SourceForge.net <no...@so...> - 2004-04-02 22:10:04
|
Feature Requests item #610302, was opened at 2002-09-17 03:34 Message generated for change (Comment added) made by fgiust You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=363153&aid=610302&group_id=13153 Category: None Group: None >Status: Closed Priority: 5 Submitted By: Nobody/Anonymous (nobody) >Assigned to: fabrizio giustina (fgiust) Summary: Tidy integration to IDE? Eclipse/NetBean Initial Comment: Is there an effort to put Tidy like functionality into an IDE (Eclipse Editor or just a "Tidy the current window" command)? ---------------------------------------------------------------------- >Comment By: fabrizio giustina (fgiust) Date: 2004-04-03 00:10 Message: Logged In: YES user_id=798060 http://eclipsetidy.sourceforge.net/ by Pierre Baumard features now a fully implemented and configurable tidy gui. ---------------------------------------------------------------------- Comment By: Pierre Baumard (pbaumard) Date: 2003-10-18 10:56 Message: Logged In: YES user_id=887294 See http://eclipsetidy.sourceforge.net/ : not very much features yet (no preferences for example) Or http://sourceforge.net/projects/phpeclipse/ : a lot of features, but the code of the plugin is horrible. I tried to add the preferences it doesn't show, but I gave up. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=363153&aid=610302&group_id=13153 |
From: SourceForge.net <no...@so...> - 2004-04-02 22:07:41
|
Feature Requests item #625793, was opened at 2002-10-20 03:05 Message generated for change (Comment added) made by fgiust You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=363153&aid=625793&group_id=13153 Category: None Group: None >Status: Closed Priority: 5 Submitted By: Nobody/Anonymous (nobody) >Assigned to: fabrizio giustina (fgiust) Summary: Add Progress Listeners Initial Comment: Hi, I'd think it would be a good idea to allow interested objects listening on the progress of parsing / pretty printing. At the moment, my GUI just "hangs" displaying a wait message. Any comments? Jonas ---------------------------------------------------------------------- >Comment By: fabrizio giustina (fgiust) Date: 2004-04-03 00:07 Message: Logged In: YES user_id=798060 yes, you can use ProgressMonitorInputStream in a swing gui or simply filter the input stream with a custom class to be informed on chars readed. JTidy will inform error listeners about warning/errors found, but there are no plans to add char/line number listeners. ---------------------------------------------------------------------- Comment By: Bruno Pettorelli (krouer) Date: 2003-02-27 10:55 Message: Logged In: YES user_id=564878 You can always use "javax.swing.ProgressMonitorInputStream" ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=363153&aid=625793&group_id=13153 |