CVS log for 2002/css-validator/org/w3c/css/css/StyleSheetGenerator.java
Up to [Public] / 2002 / css-validator / org / w3c / css / css
Request diff between arbitrary revisions
Default branch: 1
Revision 1.18 / (download) - annotate - [select for diffs]
, Thu Jul 3 14:20:39 2008 UTC (2 days, 17 hours ago) by ot
CVS Tags: HEAD
Changes since 1.17: +1 -1
lines
Diff to previous 1.17
(colored)
fixing typo in date formatting
Revision 1.17 / (download) - annotate - [select for diffs]
, Wed Apr 9 13:02:52 2008 UTC (2 months, 3 weeks ago) by ot
Changes since 1.16: +1 -1
lines
Diff to previous 1.16
(colored)
do not escape apostrophe with '
Revision 1.16 / (download) - annotate - [select for diffs]
, Wed Mar 12 13:09:37 2008 UTC (3 months, 3 weeks ago) by ylafon
CVS Tags: validator_release
Changes since 1.15: +348 -346
lines
Diff to previous 1.15
(colored)
minor rewriting to avoir using foo[i] more than necessary (+ reindent)
Revision 1.15 / (download) - annotate - [select for diffs]
, Thu Sep 13 09:49:39 2007 UTC (9 months, 3 weeks ago) by julien
Changes since 1.14: +3 -6
lines
Diff to previous 1.14
(colored)
Getting the default css version through config file
Removing the velocity initialization (now done in the IndexGenerator class)
Revision 1.14 / (download) - annotate - [select for diffs]
, Thu Aug 23 09:18:44 2007 UTC (10 months, 1 week ago) by julien
Changes since 1.13: +2 -2
lines
Diff to previous 1.13
(colored)
Some changes to allow url to be adjusted if they are strange.
Changing the path to template and HTML files when it is not getting it well using getClass().getResources()...
Revision 1.13 / (download) - annotate - [select for diffs]
, Tue Aug 21 08:39:15 2007 UTC (10 months, 2 weeks ago) by julien
Changes since 1.12: +1 -2
lines
Diff to previous 1.12
(colored)
Wrong import for Hashtable.
Now it's java.util.
Revision 1.12 / (download) - annotate - [select for diffs]
, Mon Aug 13 08:30:37 2007 UTC (10 months, 3 weeks ago) by julien
Changes since 1.11: +2 -1
lines
Diff to previous 1.11
(colored)
Using translation to display the css version
Revision 1.11 / (download) - annotate - [select for diffs]
, Tue Aug 7 10:53:39 2007 UTC (10 months, 4 weeks ago) by julien
Changes since 1.10: +1 -1
lines
Diff to previous 1.10
(colored)
Adding the formatting method to the application context so it can be used everywhere. (StyleSheetGenerator for instance)
Revision 1.10 / (download) - annotate - [select for diffs]
, Mon Aug 6 13:50:02 2007 UTC (11 months ago) by julien
Changes since 1.9: +21 -11
lines
Diff to previous 1.9
(colored)
. Adding the css_link to display when the page is valid (depending on the version)
This link is writen in urls.properties
. Adding a test so there is no error when the lang is not set
. Restoring the fileNotFound message so it is not strange when somebody is trying
to use the file:// protocol
. Changing the links when there is documentation about an error. But uri are not
defined for CSS1 nor CSS3... @see bug 4092[1]
. Changing the name of some parse error so it's ok with previous soap output
@see bug 750[2]
[1] : http://www.w3.org/Bugs/Public/show_bug.cgi?id=4092
[2] : http://www.w3.org/Bugs/Public/show_bug.cgi?id=750
Revision 1.9 / (download) - annotate - [select for diffs]
, Tue Jul 31 09:49:48 2007 UTC (11 months ago) by julien
Changes since 1.8: +1 -1
lines
Diff to previous 1.8
(colored)
Changing the class name message for a parse error from "message" to "parse-error"
Revision 1.8 / (download) - annotate - [select for diffs]
, Mon Jul 30 11:57:17 2007 UTC (11 months, 1 week ago) by julien
Changes since 1.7: +372 -361
lines
Diff to previous 1.7
(colored)
This file has been renamed from StyleGeneratorHTML to StyleSheetGenerator
This file produce the output using the needed template (xhtml.propeties, text.properties, ...)
The new version of the file don't produce any html (even for the style sheet (see CssStyleRule & CssStyleRuleList))
Some methods like printAvailableFormat has been put back so this file is also able to deal with text output.
a new method isAvailableFormat has been added so that the styleReportFactory can quickly check if the desired format is available.
Revision 1.7 / (download) - annotate - [select for diffs]
, Fri Jul 13 13:32:19 2007 UTC (11 months, 3 weeks ago) by julien
Changes since 1.6: +36 -92
lines
Diff to previous 1.6
(colored)
Adding patch to use Velocity template engine.
And some other changes...
Revision 1.6 / (download) - annotate - [select for diffs]
, Wed Sep 14 15:14:17 2005 UTC (2 years, 9 months ago) by ylafon
CVS Tags: soap12_release
Changes since 1.5: +44 -44
lines
Diff to previous 1.5
(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.5 / (download) - annotate - [select for diffs]
, Thu Sep 8 12:23:33 2005 UTC (2 years, 9 months ago) by ylafon
Changes since 1.4: +3 -41
lines
Diff to previous 1.4
(colored)
Changes from Jean-Guilhem Rouel
Bug fixed: 1174 845 160 766
See
http://www.w3.org/Bugs/Public/show_bug.cgi?id=1174
http://www.w3.org/Bugs/Public/show_bug.cgi?id=845
http://www.w3.org/Bugs/Public/show_bug.cgi?id=160
http://www.w3.org/Bugs/Public/show_bug.cgi?id=766
The handling of selectors has been redone almost entirely.
Also, changelog in files has been removed.
Revision 1.4 / (download) - annotate - [select for diffs]
, Tue Aug 23 16:22:54 2005 UTC (2 years, 10 months ago) by ylafon
Changes since 1.3: +6 -3
lines
Diff to previous 1.3
(colored)
Patch by Jean-Guilhem Rouel
Better handling of media and properties files
Major reorganization of those properties files
Revision 1.3 / (download) - annotate - [select for diffs]
, Tue Jul 12 14:47:55 2005 UTC (2 years, 11 months ago) by ylafon
Changes since 1.2: +77 -82
lines
Diff to previous 1.2
(colored)
Utf8 properties (Jean-Guilhem Rouel)
Revision 1.2 / (download) - annotate - [select for diffs]
, Mon Apr 8 21:16:38 2002 UTC (6 years, 2 months ago) by plehegar
CVS Tags: version-20030828,
actual_feb_2003
Changes since 1.1: +0 -0
lines
Diff to previous 1.1
(colored)
New
Revision 1.1 / (download) - annotate - [select for diffs]
, Wed Mar 13 19:55:01 2002 UTC (6 years, 3 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.
Webmaster