| Comment | Frequency |
|---|---|
| *** empty log message *** | 47 (15.8%) |
| fixed comment | 2 (0.7%) |
| feature : added notation support for attributes | 2 (0.7%) |
| changed HTML to be XHTML 1.0 Transitional compliant | 2 (0.7%) |
| Initial revision | 2 (0.7%) |
| Date | Author | File/Message |
|---|---|---|
| 2/3/07 2:20 PM | hboutemy | released DTDDoc 1.1.0
(7 Files changed,
23 Lines changed) changelog 1.37
(+12
-10)
project.xml 1.11
(+1
-1)
web/news.html 1.19
(+4
-0)
web/index.html 1.23
(+3
-1)
dtddoc.properties 1.16
(+1
-1)
build.xml 1.55
(+1
-1)
pom.xml 1.13
(+1
-1)
|
| 2/3/07 1:21 PM | hboutemy | fix : java 1.3 is not sufficient, need java 1.4 (for java.net.URI class)
(1 Files changed,
2 Lines changed) project.properties 1.5
(+2
-2)
|
| 1/6/07 7:55 PM | hboutemy | updated SFID 1628596 fix: in case of an inclusion at the beginning (before the first element definition)
(1 Files changed,
2 Lines changed) src/DTDDoc/ExtendedDTD.java 1.24
(+2
-2)
|
| 1/6/07 4:43 PM | hboutemy | bugfix: only detected root where shown, not a @root declared
(4 Files changed,
54 Lines changed) src/DTDDoc/ExtendedDTD.java 1.23
(+10
-33)
changelog 1.36
(+1
-0)
src/DTDDoc/DTDCommenter.java 1.70
(+41
-40)
|
| 1/6/07 4:09 PM | hboutemy | fixed SFID 1628596 : @title tag does not work well with included DTD's (testcase added into DTDDoc features demo)
(4 Files changed,
190 Lines changed) src/DTDDoc/CommentParser.java 1.16
(+82
-83)
changelog 1.35
(+1
-0)
src/DTDDoc/ExtendedDTD.java 1.22
(+99
-112)
|
| 1/3/07 8:45 AM | hboutemy | fixed a little problem with IE rendering
(1 Files changed,
1 Lines changed) resources/DTDDocStyle.css 1.9
(+1
-1)
|
| 12/30/06 11:17 PM | hboutemy | minor CSS enhancement
(1 Files changed,
9 Lines changed) resources/DTDDocStyle.css 1.8
(+9
-9)
|
| 12/27/06 10:04 AM | hboutemy | added Manifest entries to the jar generated with Maven2
(1 Files changed,
29 Lines changed) pom.xml 1.12
(+29
-0)
|
| 12/27/06 12:07 AM | hboutemy | updated credits with JHighlight
(1 Files changed,
3 Lines changed) web/credits.html 1.9
(+3
-1)
|
| 12/26/06 11:59 PM | hboutemy | fixed a stupid mistake with file encoding
(1 Files changed,
1 Lines changed) |
| 12/26/06 11:40 PM | hboutemy | published snapshot to Maven snapshot repository
(1 Files changed,
10 Lines changed) pom.xml 1.11
(+10
-10)
|
| 12/26/06 11:11 PM | hboutemy | optimized the generated html for highlighted dtd
(4 Files changed,
461 Lines changed) src/DTDDoc/DTDCommenter.java 1.68
(+4
-11)
src/DTDDoc/Tools.java 1.13
(+392
-375)
src/DTDDoc/DtdXhtmlRenderer.java 1.2
(+64
-0)
resources/DTDDocStyle.css 1.7
(+1
-1)
|
| 12/25/06 9:00 PM | hboutemy | wrote a specific DTD grammar to get a better highlighting than simple XML
(8 Files changed,
1170 Lines changed) build.xml 1.54
(+7
-0)
resources/DTDDocStyle.css 1.6
(+17
-14)
src/DTDDoc/DtdXhtmlRenderer.java 1.1 added 77 src/DTDDoc/DtdHighlighter.java 1.1 added 880 changelog 1.34
(+1
-0)
dtddoc.properties 1.15
(+1
-0)
src/DTDDoc/DtdHighlighter.flex 1.1 added 186 |
| 12/24/06 2:39 PM | hboutemy | integrated JHighlight to render highlighted DTD source
(8 Files changed,
70 Lines changed) dtddoc.properties 1.14
(+3
-2)
build.xml 1.53
(+4
-3)
src/DTDDoc/DTDCommenter.java 1.66
(+10
-17)
jhighlight.jar 1.1 added resources/DTDDocStyle.css 1.5
(+33
-3)
pom.xml 1.10
(+6
-1)
changelog 1.33
(+3
-1)
project.xml 1.10
(+11
-1)
|
| 12/16/06 11:57 AM | hboutemy | improvement : added a space after comma separator, to enable line-break when the line becomes too long
(1 Files changed,
1936 Lines changed) src/DTDDoc/DTDCommenter.java 1.65
(+1936
-1936)
|
| 11/26/06 9:25 AM | hboutemy | typo : </p> instead of <p>
(1 Files changed,
5 Lines changed) web/news.html 1.18
(+5
-5)
|
| 11/4/06 10:53 AM | hboutemy | updated documentation
(4 Files changed,
66 Lines changed) web/todo.html 1.9
(+2
-2)
web/documentation.html 1.24
(+8
-4)
build.xml 1.52
(+50
-49)
web/installation.html 1.8
(+6
-1)
|
| 10/25/06 2:56 PM | hboutemy | improved javadoc
(1 Files changed,
54 Lines changed) src/DTDDoc/DTDCommenter.java 1.64
(+54
-33)
|
| 10/25/06 1:19 AM | hboutemy | the anchor for DTDDoc Maven2 plugins points now to its documentation instead of the central repository
(1 Files changed,
6 Lines changed) web/news.html 1.17
(+6
-6)
|
| 10/24/06 9:55 PM | wiz21 | little fix to allow the target publishSite to work in bad conditions :)
(1 Files changed,
14 Lines changed) build.xml 1.51
(+14
-2)
|