| Date | Author | File/Message |
|---|---|---|
| 15/11/09 09:27 | hboutemy | renamed extensions sandbox to extensions center
(2 Files changed,
4 Lines changed) src/site/site.xml 1.14
(+2
-1)
xdocs/index.xml 1.67
(+2
-2)
|
| 14/11/09 19:00 | hboutemy | attributes value trims spaces
(1 Files changed,
1 Lines changed) |
| 14/11/09 18:26 | hboutemy | changed Freq inner class visibility to public
(1 Files changed,
1 Lines changed) |
| 14/11/09 18:24 | hboutemy | update some attributes to protected instead of private
(1 Files changed,
1 Lines changed) |
| 14/11/09 17:55 | hboutemy | update some attributes to protected instead of private
(1 Files changed,
2 Lines changed) |
| 14/11/09 14:48 | hboutemy | Freq not only stores key, but original values too
(1 Files changed,
32 Lines changed) |
| 14/11/09 14:16 | hboutemy | changed attributes from String to String[]: split is done once
(1 Files changed,
7 Lines changed) |
| 14/11/09 14:10 | hboutemy | improved javadoc
(3 Files changed,
39 Lines changed) |
| 11/11/09 11:41 | hboutemy | fixed a typo
(1 Files changed,
1 Lines changed) xdocs/index.xml 1.66
(+1
-1)
|
| 11/11/09 10:17 | hboutemy | added "attributes" parameter to freq plugin
(3 Files changed,
84 Lines changed) xdocs/index.xml 1.65
(+3
-0)
|
| 11/11/09 09:06 | hboutemy | added extended attributes support for matching rules
(2 Files changed,
11 Lines changed) |
| 07/11/09 15:37 | hboutemy | o renamed "full" profile to "reporting" o moved reports to this reporting profile (1 Files changed, 35 Lines changed) pom.xml 1.66
(+35
-40)
|
| 07/11/09 14:11 | hboutemy | removed old navigation.xml which was used by Maven 1
(1 Files changed,
0 Lines changed) xdocs/navigation.xml 1.8 removed |
| 07/11/09 13:20 | hboutemy | changed license to ASL v2
(88 Files changed,
1177 Lines changed) src/net/sf/logdistiller/Plugin.java 1.6
(+11
-16)
xdocs/index.xml 1.64
(+2
-1)
src/net/sf/logdistiller/Match.java 1.20
(+11
-16)
src/net/sf/logdistiller/Plugins.java 1.9
(+11
-16)
NOTICE.txt 1.1 added 7 LICENSE.txt 1.3
(+231
-278)
|
| 04/11/09 00:10 | hboutemy | use statcvs Maven plugin released in LogDistiller groupId
(1 Files changed,
3 Lines changed) pom.xml 1.65
(+3
-3)
|
| 04/11/09 00:00 | hboutemy | reverse order for valueLength order when same length
(1 Files changed,
2 Lines changed) |
| 03/11/09 23:58 | hboutemy | provided element was ignored
(1 Files changed,
1 Lines changed) |
| 02/11/09 23:06 | hboutemy | have a different warning if provided attribute is missing or has wrong value
(1 Files changed,
5 Lines changed) |
| 02/11/09 19:59 | hboutemy | added a test case against an extension's regexp not matching
(1 Files changed,
4 Lines changed) |
| 02/11/09 19:58 | hboutemy | replaced null with empty string when an extension is not matched
(1 Files changed,
7 Lines changed) |