W3C CVS

CVS log for 2002/css-validator/org/w3c/css/servlet/CssValidator.java

[BACK] Up to [Public] / 2002 / css-validator / org / w3c / css / servlet

Request diff between arbitrary revisions


Default branch: 1

Revision 1.37 / (download) - annotate - [select for diffs] , Thu Sep 13 10:15:33 2007 UTC (11 months, 3 weeks ago) by julien
CVS Tags: validator_release, HEAD
Changes since 1.36: +29 -22 lines
Diff to previous 1.36 (colored)
This new version deals with content-type of uploaded files and with "none" profile

Revision 1.36 / (download) - annotate - [select for diffs] , Fri Aug 10 15:17:31 2007 UTC (12 months, 4 weeks ago) by julien
Changes since 1.35: +14 -5 lines
Diff to previous 1.35 (colored)
Changing the inCSS() method so that it doesn't do an infinite loop (for no reason)

Revision 1.35 / (download) - annotate - [select for diffs] , Fri Aug 10 14:52:36 2007 UTC (12 months, 4 weeks ago) by julien
Changes since 1.34: +95 -55 lines
Diff to previous 1.34 (colored)
Adding a new method to parse HTML giving the text instead of the URL.
Testing if it is a CSS or an HTML file when file upload (using the extension) or direct input (looking for <style>)

Revision 1.34 / (download) - annotate - [select for diffs] , Thu Aug 9 09:31:04 2007 UTC (13 months ago) by julien
Changes since 1.33: +8 -2 lines
Diff to previous 1.33 (colored)
Adding some HTTP Headers to the result page so people can know if it is valid and how many errors there are just by reading the headers.

Revision 1.33 / (download) - annotate - [select for diffs] , Mon Jul 30 13:47:48 2007 UTC (13 months, 1 week ago) by julien
Changes since 1.32: +14 -11 lines
Diff to previous 1.32 (colored)
Changing the servlet so that the lang of the output page is the same than the index page also in doPost

Revision 1.32 / (download) - annotate - [select for diffs] , Mon Jul 30 12:24:17 2007 UTC (13 months, 1 week ago) by julien
Changes since 1.31: +14 -6 lines
Diff to previous 1.31 (colored)
Correcting the test to make the doPost function working again.
Adding some code to the init function to test if the index pages are up to date.

Revision 1.31 / (download) - annotate - [select for diffs] , Fri Jul 20 06:15:13 2007 UTC (13 months, 2 weeks ago) by ot
Changes since 1.30: +3 -3 lines
Diff to previous 1.30 (colored)
enabling doPost for direct input (code cosmetics)

Revision 1.30 / (download) - annotate - [select for diffs] , Fri Jul 20 06:08:39 2007 UTC (13 months, 2 weeks ago) by ot
Changes since 1.29: +3 -2 lines
Diff to previous 1.29 (colored)
enabling doPost for direct input (welcome to java. please declare your variables. thank you)

Revision 1.29 / (download) - annotate - [select for diffs] , Fri Jul 20 05:58:29 2007 UTC (13 months, 2 weeks ago) by ot
Changes since 1.28: +40 -14 lines
Diff to previous 1.28 (colored)
enabling doPost for direct input

Revision 1.28 / (download) - annotate - [select for diffs] , Fri Jul 13 13:32:20 2007 UTC (13 months, 3 weeks ago) by julien
Changes since 1.27: +12 -6 lines
Diff to previous 1.27 (colored)
Adding patch to use Velocity template engine.
And some other changes...

Revision 1.27 / (download) - annotate - [select for diffs] , Tue Apr 24 11:14:23 2007 UTC (16 months, 2 weeks ago) by ylafon
Changes since 1.26: +4 -5 lines
Diff to previous 1.26 (colored)
Added TagSoup parser to cope with HTML, instead of the old html4 parser, also better code for handling multiple type of docs. Reread of the stream is now avoided

Revision 1.26 / (download) - annotate - [select for diffs] , Mon Jan 29 05:19:07 2007 UTC (19 months, 1 week ago) by ot
Changes since 1.25: +19 -4 lines
Diff to previous 1.25 (colored)
post method was not reading/setting profile parameter properly

Revision 1.25 / (download) - annotate - [select for diffs] , Sat Dec 16 20:22:27 2006 UTC (20 months, 3 weeks ago) by jean-gui
Changes since 1.24: +4 -2 lines
Diff to previous 1.24 (colored)
Improved warning count

Revision 1.24 / (download) - annotate - [select for diffs] , Tue Aug 8 15:17:49 2006 UTC (2 years, 1 month ago) by ylafon
Changes since 1.23: +4 -2 lines
Diff to previous 1.23 (colored)
UCN temporary output added (by Jean-Guilhem Rouel)

Revision 1.23 / (download) - annotate - [select for diffs] , Wed Apr 26 12:44:15 2006 UTC (2 years, 4 months ago) by ylafon
Changes since 1.22: +6 -3 lines
Diff to previous 1.22 (colored)
cmdline version revamped now using org.w3c.css.css.CssValidator

http://www.w3.org/Bugs/Public/show_bug.cgi?id=2920
recorrected (now it only applies for CSS2.1)

text output is now real text, and not HTML served as text

Revision 1.22 / (download) - annotate - [select for diffs] , Wed Apr 19 11:28:06 2006 UTC (2 years, 4 months ago) by ylafon
Changes since 1.21: +11 -6 lines
Diff to previous 1.21 (colored)
Jean-Gui strikes back!
http://www.w3.org/Bugs/Public/show_bug.cgi?id=2560 -> @media case insensitive
http://www.w3.org/Bugs/Public/show_bug.cgi?id=3037 -> grammar correction
http://www.w3.org/Bugs/Public/show_bug.cgi?id=2920
http://www.w3.org/Bugs/Public/show_bug.cgi?id=2800
http://www.w3.org/Bugs/Public/show_bug.cgi?id=233
http://www.w3.org/Bugs/Public/show_bug.cgi?id=2919
http://www.w3.org/Bugs/Public/show_bug.cgi?id=2446
http://www.w3.org/Bugs/Public/show_bug.cgi?id=3099

output parameter bug fixed:
        accepted values :
            * text/html and html
            * application/xhtml+xml and xhtml
            * application/soap+xml and soap12
            * everything else: text/plain

fixed a bug with SOAP output

Revision 1.21 / (download) - annotate - [select for diffs] , Wed Sep 14 15:15:32 2005 UTC (2 years, 11 months ago) by ylafon
CVS Tags: soap12_release
Changes since 1.20: +36 -36 lines
Diff to previous 1.20 (colored)
From Jean-Guilhem Rouel (again!)
Reformatting of code
Fix for bug 774 [1] (even more warnings)
Fix for bug 768 [2]
Modification of the soap output format (each warning list and error list has
the URI it refers to)


[1] http://www.w3.org/Bugs/Public/show_bug.cgi?id=774
[2] http://www.w3.org/Bugs/Public/show_bug.cgi?id=768

Revision 1.20 / (download) - annotate - [select for diffs] , Thu Sep 8 12:51:08 2005 UTC (3 years ago) by ylafon
Changes since 1.19: +41 -14 lines
Diff to previous 1.19 (colored)
added lang parameter

Revision 1.19 / (download) - annotate - [select for diffs] , Mon Aug 8 13:19:34 2005 UTC (3 years, 1 month ago) by ylafon
Changes since 1.18: +2 -6 lines
Diff to previous 1.18 (colored)
All those changed made by Jean-Guilhem Rouel:

Huge patch, imports fixed (automatic)
Bug fixed: 372, 920, 778, 287, 696, 764, 233
Partial bug fix for 289

Issue with "inherit" in CSS2.
The validator now checks the number of values (extraneous values were previously ignored)

Revision 1.18 / (download) - annotate - [select for diffs] , Fri Jul 22 09:45:18 2005 UTC (3 years, 1 month ago) by ylafon
Changes since 1.17: +147 -161 lines
Diff to previous 1.17 (colored)
Added code for error Handling (Jean-Guilhem Rouel)

Revision 1.17 / (download) - annotate - [select for diffs] , Tue Jul 12 16:08:09 2005 UTC (3 years, 1 month ago) by ylafon
Changes since 1.16: +4 -4 lines
Diff to previous 1.16 (colored)
soap12 by default

Revision 1.16 / (download) - annotate - [select for diffs] , Tue Jul 12 13:21:34 2005 UTC (3 years, 1 month ago) by ylafon
Changes since 1.15: +567 -544 lines
Diff to previous 1.15 (colored)
some more encoding issues (by Jean-Guilhem Rouel)

Revision 1.15 / (download) - annotate - [select for diffs] , Thu Nov 25 13:23:25 2004 UTC (3 years, 9 months ago) by sijtsche
Changes since 1.14: +445 -445 lines
Diff to previous 1.14 (colored)
HTML output escaped

Revision 1.14 / (download) - annotate - [select for diffs] , Tue Jun 1 10:15:42 2004 UTC (4 years, 3 months ago) by sijtsche
Changes since 1.13: +34 -25 lines
Diff to previous 1.13 (colored)
default supplied for usermedium

Revision 1.13 / (download) - annotate - [select for diffs] , Wed Apr 7 09:59:01 2004 UTC (4 years, 5 months ago) by ylafon
Changes since 1.12: +6 -13 lines
Diff to previous 1.12 (colored)
do NOT reuse a globally allocated CssParser, but create a new one locally instead, seems to solve the /*****/ issue in the textarea
http://www.w3.org/Bugs/Public/show_bug.cgi?id=399

Revision 1.12 / (download) - annotate - [select for diffs] , Tue Jan 6 15:41:16 2004 UTC (4 years, 8 months ago) by ylafon
Changes since 1.11: +18 -14 lines
Diff to previous 1.11 (colored)
some small optimizations and formatting

Revision 1.11 / (download) - annotate - [select for diffs] , Mon Nov 3 13:35:29 2003 UTC (4 years, 10 months ago) by ylafon
Changes since 1.10: +3 -46 lines
Diff to previous 1.10 (colored)
removed log in file

Revision 1.10 / (download) - annotate - [select for diffs] , Mon Nov 3 13:35:02 2003 UTC (4 years, 10 months ago) by ylafon
Changes since 1.9: +24 -6 lines
Diff to previous 1.9 (colored)
hardening the code (returning useful comment during a URI decoding error
introduced by a bad URI encoding)

Revision 1.9 / (download) - annotate - [select for diffs] , Mon Oct 20 13:15:49 2003 UTC (4 years, 10 months ago) by ylafon
Changes since 1.8: +6 -2 lines
Diff to previous 1.8 (colored)
formatting

Revision 1.8 / (download) - annotate - [select for diffs] , Fri Oct 17 15:25:48 2003 UTC (4 years, 10 months ago) by ylafon
Changes since 1.7: +5 -5 lines
Diff to previous 1.7 (colored)
removed trace

Revision 1.7 / (download) - annotate - [select for diffs] , Fri Oct 17 13:56:12 2003 UTC (4 years, 10 months ago) by ylafon
Changes since 1.6: +21 -8 lines
Diff to previous 1.6 (colored)
user the StyleReport factory

Revision 1.6 / (download) - annotate - [select for diffs] , Thu Oct 16 20:56:15 2003 UTC (4 years, 10 months ago) by ylafon
Changes since 1.5: +48 -30 lines
Diff to previous 1.5 (colored)
character encoding was using Content-Encoding instead of
the charset paremeter in the mime type.
Now fixed.
Also starting to use MimeType class from org.w3c.www.mime, more is planned
to take benefit of fast comparisons and optimisations.
ALso various cosmetic changes were done

Revision 1.5 / (download) - annotate - [select for diffs] , Sun Jul 21 14:05:08 2002 UTC (6 years, 1 month ago) by sijtsche
CVS Tags: version-20030828, actual_feb_2003
Changes since 1.4: +77 -73 lines
Diff to previous 1.4 (colored)
CSS3, SVG, SVG tiny and SVG basic added as validation options

Revision 1.4 / (download) - annotate - [select for diffs] , Fri Jul 12 20:58:36 2002 UTC (6 years, 1 month ago) by plehegar
Changes since 1.3: +6 -3 lines
Diff to previous 1.3 (colored)
Removed dimensions for the icon

Revision 1.3 / (download) - annotate - [select for diffs] , Sun May 19 04:11:34 2002 UTC (6 years, 3 months ago) by plehegar
Changes since 1.2: +6 -3 lines
Diff to previous 1.2 (colored)
Replaced the email address

Revision 1.2 / (download) - annotate - [select for diffs] , Mon Apr 8 21:18:10 2002 UTC (6 years, 5 months ago) by plehegar
Changes since 1.1: +24 -11 lines
Diff to previous 1.1 (colored)
New

Revision 1.1 / (download) - annotate - [select for diffs] , Wed Mar 13 19:56:26 2002 UTC (6 years, 5 months ago) by plehegar
CVS Tags: original_march_2002
Diff
New

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Diffs between and
Type of Diff should be a 

Sort log by:

Webmaster