| Date | Author | File/Message |
|---|---|---|
| 9/7/06 1:11 PM | wiz21 | Fixed two very stupid bugs
(1 Files changed,
3 Lines changed) |
| 9/7/06 1:08 PM | wiz21 | Moved to new Logger interface
Bits of improvements here and there
(1 Files changed,
40 Lines changed) src/DTDDoc/CommentParser.java 1.14
(+40
-22)
|
| 9/7/06 1:03 PM | wiz21 | Now using the new Logger interface
Added several comments and FIXME's notes here and there
(1 Files changed,
171 Lines changed) src/DTDDoc/DTDCommenter.java 1.55
(+171
-99)
|
| 9/6/06 4:08 PM | wiz21 | Using new logging interface
(2 Files changed,
53 Lines changed) src/DTDDoc/ElementTreeBuilder.java 1.9
(+13
-11)
src/DTDDoc/DTDDocTask.java 1.12
(+40
-39)
|
| 9/6/06 4:00 PM | wiz21 | Initial version
(3 Files changed,
110 Lines changed) src/DTDDoc/SystemLogger.java 1.1 added 22 src/DTDDoc/AntLogger.java 1.1 added 34 src/DTDDoc/Logger.java 1.1 added 54 |
| 9/5/06 8:39 PM | hboutemy | updated DTDDocTask documentation
(3 Files changed,
4 Lines changed) src/DTDDoc/DTDDocTask.java 1.11
(+2
-2)
web/documentation.html 1.19
(+1
-1)
buildant.xml 1.6
(+1
-1)
|
| 9/5/06 8:44 AM | hboutemy | fixed javadoc warnings
(3 Files changed,
3 Lines changed) build.xml 1.43
(+1
-1)
src/DTDDoc/ExtendedDTD.java 1.19
(+1
-1)
|
| 9/3/06 9:39 AM | hboutemy | fixed resources description in Maven2 pom descriptor
(1 Files changed,
3 Lines changed) pom.xml 1.2
(+3
-3)
|
| 9/3/06 9:34 AM | hboutemy | added the old commentDTDs() as deprecated to maintain backward binary compatibility with DTDDoc versions older than 0.0.11
(1 Files changed,
16 Lines changed) src/DTDDoc/DTDCommenter.java 1.53
(+16
-0)
|
| 9/2/06 11:14 PM | hboutemy | fixed comments that generated invalid XHTML
(1 Files changed,
0 Lines changed) |
| 9/2/06 1:53 PM | hboutemy | fixed another problem with XHTML generation, in case of <pre> tag
(3 Files changed,
18 Lines changed) example/banner.dtd 1.7
(+2
-4)
example/dynamiclist.dtd 1.10
(+8
-8)
src/DTDDoc/DTDCommenter.java 1.52
(+8
-11)
|
| 9/2/06 1:25 PM | hboutemy | fixed last problems that lead to some incorrect XHTML : now the site is fully XHTML Transitional compliant !
(3 Files changed,
11 Lines changed) example/dynamiclist.dtd 1.9
(+8
-8)
example/banner.dtd 1.6
(+2
-2)
|
| 9/2/06 12:50 PM | hboutemy | added automatic '<' escaping in case of non-html tag
(5 Files changed,
52 Lines changed) src/DTDDoc/Tools.java 1.9
(+44
-0)
build.xml 1.42
(+2
-2)
changelog 1.21
(+1
-0)
example/dtddoc_features.dtd 1.8
(+1
-1)
|
| 9/2/06 10:15 AM | hboutemy | fixed inconsistencies in website : published changelog as part of site deployment
(7 Files changed,
8 Lines changed) example/dynamiclist.dtd 1.8
(+2
-1)
example/menu.dtd 1.2
(+1
-1)
web/menu.html 1.5 removed web/example.html 1.2
(+2
-2)
build.xml 1.41
(+1
-0)
web/documentation.html 1.18
(+1
-1)
web/news.html 1.14
(+1
-1)
|
| 9/2/06 9:38 AM | hboutemy | moved example to /example/ directory, since its inclusion in the main directory lead to rename index.html to example.html, which broke the "FRAME" links in the generated example
(3 Files changed,
18 Lines changed) web/todo.html 1.7
(+1
-1)
web/example.html 1.1 added 14 build.xml 1.40
(+3
-7)
|
| 9/2/06 12:29 AM | hboutemy | improved output consistency
(1 Files changed,
7 Lines changed) |
| 9/2/06 12:18 AM | hboutemy | bugfix : SFID 1550608 : ANT task did not respect the base directory
(3 Files changed,
22 Lines changed) src/DTDDoc/DTDDocTask.java 1.10
(+15
-18)
changelog 1.20
(+1
-0)
|
| 9/1/06 11:24 PM | hboutemy | tried to make documentation more clear : see SFID [ 1550615 ] "@" tags must be placed after comments
(1 Files changed,
12 Lines changed) web/documentation.html 1.17
(+12
-11)
|
| 9/1/06 11:01 PM | hboutemy | added regression test for SFID 1550601 : CODE_SEPARATOR_DEPRECATED and question mark
(2 Files changed,
5 Lines changed) example/dtddoc_features.dtd 1.7
(+3
-0)
changelog 1.19
(+2
-1)
|
| 9/1/06 12:05 AM | hboutemy | Triple hyphens comments (a la javadoc) are treated as normal comments
(3 Files changed,
30 Lines changed) example/dtddoc_features.dtd 1.6
(+4
-1)
changelog 1.18
(+18
-1)
|