From: <fg...@us...> - 2010-11-01 11:36:26
|
Revision: 1152 http://jtidy.svn.sourceforge.net/jtidy/?rev=1152&view=rev Author: fgiust Date: 2010-11-01 11:36:19 +0000 (Mon, 01 Nov 2010) Log Message: ----------- Blocked revisions 873,880,899,907,910,912,915-916,918-919,921,923,925,927,930,932,934,936,938,1033,1094-1097,1099-1100,1103-1104,1106-1107,1116-1118,1120-1123,1125,1128-1129,1131-1132,1140-1141 via svnmerge ........ r873 | aditsu | 2009-08-22 18:55:21 +0200 (Sat, 22 Aug 2009) | 1 line fix for bug 2831793 - pprint was flushing the wrong object ........ r880 | aditsu | 2009-08-25 16:37:00 +0200 (Tue, 25 Aug 2009) | 1 line fix for bug 2816502, thanks neilessy ........ r899 | aditsu | 2009-09-04 11:44:13 +0200 (Fri, 04 Sep 2009) | 1 line fix for bug 1856183, clone is evil ........ r907 | aditsu | 2009-09-06 02:53:45 +0200 (Sun, 06 Sep 2009) | 1 line moved release info to properties file; removed helloMessage; added ant build script ........ r910 | aditsu | 2009-09-07 12:27:02 +0200 (Mon, 07 Sep 2009) | 1 line fix for bug 2853355 ........ r912 | aditsu | 2009-10-01 04:35:24 +0200 (Thu, 01 Oct 2009) | 1 line replaced URL ........ r915 | aditsu | 2009-10-01 05:55:48 +0200 (Thu, 01 Oct 2009) | 1 line added findTITLE ........ r916 | aditsu | 2009-10-01 06:00:50 +0200 (Thu, 01 Oct 2009) | 1 line fix for bug 2870584 - check for missing title in parseDocument ........ r918 | aditsu | 2009-10-01 14:06:50 +0200 (Thu, 01 Oct 2009) | 1 line new release ........ r919 | aditsu | 2009-10-30 22:45:40 +0100 (Fri, 30 Oct 2009) | 2 lines fixed bug 2855511 - Element id is removed thanks chengas123 ........ r921 | aditsu | 2009-10-31 00:15:19 +0100 (Sat, 31 Oct 2009) | 1 line improved properties file loading code ........ r923 | aditsu | 2009-11-20 18:51:40 +0100 (Fri, 20 Nov 2009) | 1 line fixed an argument handling bug ........ r925 | aditsu | 2009-11-21 11:21:32 +0100 (Sat, 21 Nov 2009) | 1 line fixed bug 2872308 - Bug parsing a js line ........ r927 | aditsu | 2009-11-21 14:07:17 +0100 (Sat, 21 Nov 2009) | 1 line fixed bug 1757799 - Confused parsing of SCRIPT elements ........ r930 | aditsu | 2009-11-28 15:45:14 +0100 (Sat, 28 Nov 2009) | 1 line updated checkNodeIntegrity, see bug 2905314 - Unreachable test return in Node class ........ r932 | aditsu | 2009-11-28 16:14:14 +0100 (Sat, 28 Nov 2009) | 1 line fixed bug 2905312 - null pointer exception when supply just a doctype ........ r934 | aditsu | 2009-11-28 17:51:07 +0100 (Sat, 28 Nov 2009) | 1 line added targets for javadoc, source zip and "all" zip ........ r936 | aditsu | 2009-11-30 17:59:44 +0100 (Mon, 30 Nov 2009) | 1 line added missing string version_summary ........ r938 | aditsu | 2009-12-01 10:12:40 +0100 (Tue, 01 Dec 2009) | 1 line new release ........ r1033 | aditsu | 2009-12-14 16:14:39 +0100 (Mon, 14 Dec 2009) | 1 line added asxhtml alias (which was documented but didn't work) ........ r1094 | aditsu | 2010-01-04 06:02:19 +0100 (Mon, 04 Jan 2010) | 1 line fixed bug 2922337 - StringIndexOutOfBoundsException while lexing script content ........ r1095 | aditsu | 2010-01-29 19:20:29 +0100 (Fri, 29 Jan 2010) | 1 line fixed bug 2940996 - ArithmeticException / by zero with Tabsize zero ........ r1096 | aditsu | 2010-02-06 15:59:28 +0100 (Sat, 06 Feb 2010) | 1 line modified a condition in ParseTableTag to avoid parsing errors in certain cases; see bug 2936583 ........ r1097 | aditsu | 2010-02-17 00:13:37 +0100 (Wed, 17 Feb 2010) | 3 lines fixed bgcolor handling for table and related elements, and css class generation (backported from the CodeUpdateAndJava5 branch) also see bug 2891882 - Incorrect parsing of <td> attributes ........ r1099 | aditsu | 2010-04-02 11:31:57 +0200 (Fri, 02 Apr 2010) | 1 line fixed bug 2976597 - jtidy turns backslashes into forward slashes ........ r1100 | aditsu | 2010-04-02 15:41:36 +0200 (Fri, 02 Apr 2010) | 1 line corrected several error levels (changed to warnings); also see bug 2973054 ........ r1103 | aditsu | 2010-04-03 16:43:35 +0200 (Sat, 03 Apr 2010) | 1 line fixed bug 2940893 - xhtml output + print body forces indent/pretty print ........ r1104 | aditsu | 2010-04-04 12:43:17 +0200 (Sun, 04 Apr 2010) | 1 line fixed bug 2973054 - script within script problem -- modified isJavaScript to check if the attributes contain "javascript" ........ r1106 | aditsu | 2010-04-17 21:16:28 +0200 (Sat, 17 Apr 2010) | 1 line fixed bug 2985849 - Spaces are lost between elements -- updated trimInitialSpace method ........ r1107 | aditsu | 2010-04-17 22:21:20 +0200 (Sat, 17 Apr 2010) | 1 line more corrections to trimInitialSpace ........ r1116 | aditsu | 2010-07-30 23:48:46 +0200 (Fri, 30 Jul 2010) | 1 line fixed bug 3022414 - getNodeValue() returning "value" for empty string ........ r1117 | aditsu | 2010-07-31 18:27:44 +0200 (Sat, 31 Jul 2010) | 1 line Applied patch from bug 3036734 - EncodingNameMapperTest.java.patch ........ r1118 | aditsu | 2010-08-03 12:52:55 +0200 (Tue, 03 Aug 2010) | 1 line Applied patch from bug 3036736 - Patch: Force tests to run always with english locale ........ r1120 | aditsu | 2010-08-17 02:50:10 +0200 (Tue, 17 Aug 2010) | 1 line Applied patch from bug 3037011 - Patch: JTidyTask.java.patch ........ r1121 | aditsu | 2010-08-17 04:34:35 +0200 (Tue, 17 Aug 2010) | 1 line fixed bug 3041886 - replaceChild shows strange behavior ........ r1122 | aditsu | 2010-08-18 02:55:39 +0200 (Wed, 18 Aug 2010) | 1 line fixed bug 3038314 - encoding of last "-" character is not working correctly ........ r1123 | aditsu | 2010-08-18 03:13:38 +0200 (Wed, 18 Aug 2010) | 1 line Applied patch(es) from bug 3038730 - patch: fixed maven warnings in trunk; produce java 1.4 code ........ r1125 | aditsu | 2010-08-20 01:26:37 +0200 (Fri, 20 Aug 2010) | 1 line Fixed bug 3038802 - patch jtidy2: remove dead code ........ r1128 | fgiust | 2010-10-25 22:24:34 +0200 (Mon, 25 Oct 2010) | 1 line pom patches ........ r1129 | fgiust | 2010-10-26 20:50:24 +0200 (Tue, 26 Oct 2010) | 1 line fix expected output in tests by removing the initial banner (removed with revision 907) ........ r1131 | aditsu | 2010-10-27 04:45:46 +0200 (Wed, 27 Oct 2010) | 1 line fixed bug 2010634 - Incorrect behaviour on Text nodes - using patch from bug 3050912 ........ r1132 | aditsu | 2010-10-27 21:15:27 +0200 (Wed, 27 Oct 2010) | 1 line applied patch from bug 3071265 - NPE on appendChild with attribute node ........ r1140 | fgiust | 2010-11-01 10:49:40 +0100 (Mon, 01 Nov 2010) | 1 line fixed a NPE for javascript tags with missing "type" attribute ........ r1141 | fgiust | 2010-11-01 11:05:48 +0100 (Mon, 01 Nov 2010) | 1 line pom updates (tickets 3077955, 3080800, 3080816) ........ Revision Links: -------------- http://jtidy.svn.sourceforge.net/jtidy/?rev=907&view=rev Property Changed: ---------------- branches/CodeUpdateAndJava5/ Property changes on: branches/CodeUpdateAndJava5 ___________________________________________________________________ Added: svnmerge-blocked + /trunk/jtidy:873,880,899,907,910,912,915-916,918-919,921,923,925,927,930,932,934,936,938,1033,1094-1097,1099-1100,1103-1104,1106-1107,1116-1118,1120-1123,1125,1128-1129,1131-1132,1140-1141 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |