November 2004 Commit Log

Number of Commits:
29
Number of Active Developers:
1
timp 2004-11-30 22:50#29
Add servlet argument to enable use with a servlet container, in particular
to allow access to templates anywhere in the classpath, including jars
in the lib directory.

66 lines of code changed in 4 files:

  • melati/src/main/java/org/melati/template: NoTemplateEngine.java (+16 -2), TemplateEngine.java (+14 -2)
  • melati/src/main/java/org/melati/template/velocity: VelocityTemplateEngine.java (+15 -1)
  • melati/src/main/java/org/melati/template/webmacro: WebmacroTemplateEngine.java (+21 -2)
timp 2004-11-30 22:48#28 Rev.: 1.6
Javadoc

2 lines of code changed in 1 file:

  • melati/src/main/java/org/melati/template: YMDDateAdaptor.java (+2 -1)
timp 2004-11-30 22:45#27 Rev.: 1.28
Initialise the engine with a servlet, hence enableing servlet container
classpath (including lib jars) to be used.

3 lines of code changed in 1 file:

  • melati/src/main/java/org/melati/servlet: TemplateServlet.java (+3 -3)
timp 2004-11-30 22:44#26 Rev.: 1.3
Undo, previous change doesn't work under sun/linux

6 lines of code changed in 1 file:

  • melati/src/main/java/org/melati/servlet: JspServlet.java (+6 -1)
timp 2004-11-30 14:29#25
Escape dollars in CVS variables

63 lines of code changed in 29 files:

  • melati/src/main/java/org/melati/admin: Add.wm (+2 -2), Admin$NullUrlDataAdaptorException.wm (+2 -2), Bottom.wm (+2 -2), CreateColumn.wm (+2 -2), CreateTable.wm (+4 -6), CreateTable_doit.wm (+3 -3), Delete.wm (+4 -4), DeleteFailure.wm (+2 -2), Duplicate.wm (+4 -4), Edit.wm (+2 -2), EditHeader.wm (+2 -2), Left.wm (+2 -2), Main.wm (+2 -2), Navigation.wm (+2 -2), PopupSelect.wm (+2 -2), PrimarySelect.wm (+2 -2), Right.wm (+2 -2), Selection.wm (+2 -2), SelectionRight.wm (+2 -2), SelectionWindow.wm (+2 -2), SelectionWindowPrimarySelect.wm (+2 -2), SelectionWindowSelection.wm (+2 -2), Status.wm (+2 -2), Top.wm (+2 -2), Tree.wm (+1 -1), TreeControl.wm (+1 -1), Update.wm (+2 -2), Upload.wm (+2 -2), UploadDone.wm (+2 -2)
timp 2004-11-30 14:17#24
Add CVS Id to head.meta to aid debugging

68 lines of code changed in 29 files:

  • melati/src/main/java/org/melati/admin: Add.wm (+4 -4), Admin$NullUrlDataAdaptorException.wm (+4 -2), Bottom.wm (+2 -1), CreateColumn.wm (+2 -1), CreateTable.wm (+2 -1), CreateTable_doit.wm (+2 -1), Delete.wm (+2 -1), DeleteFailure.wm (+2 -1), Duplicate.wm (+2 -1), Edit.wm (+5 -4), EditHeader.wm (+2 -1), Left.wm (+2 -1), Main.wm (+2 -1), Navigation.wm (+2 -1), PopupSelect.wm (+2 -1), PrimarySelect.wm (+2 -1), Right.wm (+2 -1), Selection.wm (+2 -1), SelectionRight.wm (+2 -1), SelectionWindow.wm (+2 -1), SelectionWindowPrimarySelect.wm (+2 -1), SelectionWindowSelection.wm (+2 -1), Status.wm (+2 -1), Top.wm (+2 -1), Tree.wm (+3), TreeControl.wm (+3), Update.wm (+2 -1), Upload.wm (+3 -2), UploadDone.wm (+2 -1)
timp 2004-11-29 15:54#23 Rev.: 1.7
Javadoc, remove unnecessary casts

9 lines of code changed in 1 file:

  • poem/src/main/java/org/melati/poem/csv: CSVTable.java (+9 -3)
timp 2004-11-29 14:18#22 Rev.: 1.6
Javadoc

28 lines of code changed in 1 file:

  • poem/src/main/java/org/melati/poem: CSVFilesProcessor.java (+28 -1)
timp 2004-11-29 14:16#21 Rev.: 1.2
Remove unthrown try/catch

2 lines of code changed in 1 file:

  • melati/src/main/java/org/melati/servlet: JspServlet.java (+2 -7)
timp 2004-11-25 19:39#20 Rev.: 1.20
Add log4j for velocity, force site rebuild

34 lines of code changed in 1 file:

  • project.xml (+34 -16)
timp 2004-11-25 19:31#19
Stop checkstyle grumbling

19 lines of code changed in 2 files:

  • melati/src/test/java/org/melati: AllUnitTests.java (+1 -1)
  • poem/src/main/java/org/melati/poem/dbms: MySQL.java (+18 -19)
timp 2004-11-25 19:26#18 Rev.: 1.11
checkstyle working now.

0 lines of code changed in 1 file:

  • project.properties (-2)
timp 2004-11-25 19:24#17
Bring into line with what we do!

80 lines of code changed in 2 files:

  • checkstyle.xml (+45 -41), checkstyleSuppressions.xml (new 35)
timp 2004-11-25 19:18#16
Redundant import

4 lines of code changed in 3 files:

  • melati/src/main/java/org/melati/template/webmacro: MelatiWebmacroStringWriter.java (+1 -2), MelatiWebmacroWriter.java (+1 -2), WebmacroTemplate.java (+2 -5)
timp 2004-11-25 19:16#15 Rev.: 1.7
Unused import

1 lines of code changed in 1 file:

  • melati/src/main/java/org/melati/template: NotFoundException.java (+1 -2)
timp 2004-11-25 19:10#14 Rev.: 1.3
Long line

8 lines of code changed in 1 file:

  • poem/src/test/java/org/melati/poem/dbms/test: DbmsCaseTest.java (+8 -2)
timp 2004-11-25 18:53#13 Rev.: 1.16
Redundant import

1 lines of code changed in 1 file:

  • poem/src/main/java/org/melati/poem: Capability.java (+1 -2)
timp 2004-11-25 18:52#12
Add header

101 lines of code changed in 2 files:

  • poem/src/main/java/org/melati/poem: Persistable.java (+50 -1), Selectable.java (+51 -3)
timp 2004-11-25 18:44#11 Rev.: 1.3
Avoid * imports

16 lines of code changed in 1 file:

  • melati/src/main/java/org/melati/util: AcceptCharset.java (+16 -8)
timp 2004-11-25 18:37#10 Rev.: 1.4
Avoid * imports

7 lines of code changed in 1 file:

  • melati/src/main/java/org/melati/util: HttpHeader.java (+7 -4)
timp 2004-11-25 18:24#9
Whitespace

6 lines of code changed in 3 files:

  • maven-dsd-plugin/src/main/java/org/melati/poem/prepro: CompareOnlyFieldQualifier.java (+2 -2)
  • poem/src/main/java/org/melati/poem: SessionAnalysisServlet.java (+2 -2)
  • poem/src/main/java/org/melati/poem/csv: CSVTable.java (+2 -2)
timp 2004-11-25 17:43#8
Whitespace

26 lines of code changed in 3 files:

  • melati/src/main/java/org/melati: MelatiUtil.java (+16 -6)
  • melati/src/main/java/org/melati/admin: Admin.java (+6 -6), AdminUtils.java (+4 -4)
timp 2004-11-25 16:11#7 Rev.: 1.41
Typo

2 lines of code changed in 1 file:

  • maven-dsd-plugin/src/main/java/org/melati/poem/prepro: DSD.java (+2 -2)
timp 2004-11-25 16:03#6 Rev.: 1.7
Use renamed tests, make constructor private for checkstyle's sake.

11 lines of code changed in 1 file:

  • melati/src/test/java/org/melati: AllUnitTests.java (+11 -2)
timp 2004-11-22 19:30#5 Rev.: 1.2
Compile BEFORE you commit

2 lines of code changed in 1 file:

  • poem/src/test/java/org/melati/poem/dbms/test: DbmsCaseTest.java (+2 -2)
timp 2004-11-22 15:58#4
Renamed

118 lines of code changed in 2 files:

  • poem/src/test/java/org/melati/poem/dbms/test: DbmsCaseTest.java (new 118), TestCaseDbms.java (del)
timp 2004-11-22 15:56#3
Renamed to

0 lines of code changed in 2 files:

  • poem/src/test/java/org/melati/poem/test: PersistentCaseTest.java (new), TestCasePersistent.java (del)
timp 2004-11-12 16:30#2 Rev.: 1.2
Bring checkstyle closer to what we actually do

63 lines of code changed in 1 file:

  • checkstyle.xml (+63 -40)
timp 2004-11-05 19:12#1 Rev.: 1.10
Add Maven plugins, enable findbugs

4 lines of code changed in 1 file:

  • project.properties (+4)

October 2004 »

Generated by StatCVS @VERSION@