|
From: <tr...@us...> - 2003-06-28 18:13:28
|
Update of /cvsroot/babeldoc/babeldoc/readme
In directory sc8-pr-cvs1:/tmp/cvs-serv956/readme
Modified Files:
Tag: branch_1_0
CHANGES
Log Message:
updated the changes file.
Index: CHANGES
===================================================================
RCS file: /cvsroot/babeldoc/babeldoc/readme/CHANGES,v
retrieving revision 1.20.4.2
retrieving revision 1.20.4.3
diff -C2 -d -r1.20.4.2 -r1.20.4.3
*** CHANGES 23 May 2003 11:02:23 -0000 1.20.4.2
--- CHANGES 28 Jun 2003 18:13:26 -0000 1.20.4.3
***************
*** 1,2 ****
--- 1,52 ----
+ **** Version 1.0.2 ****
+ 2003-06-25 17:11 vharcq
+
+ * modules/web/docs/journal/: failed-status.vm, ticketstep.vm,
+ all-tickets.vm, index.vm, view-document.vm: - Add a way to query
+ journal on ticket's STATUS - The view of a Ticket shows a bit more
+ information
+
+ 2003-06-25 17:05 vharcq
+
+ * modules/:
+ core/src/com/babeldoc/core/journal/query/JournalQuery.java,
+ core/src/com/babeldoc/core/journal/query/QueryOption.java,
+ core/src/com/babeldoc/core/journal/simple/SimpleJournal.java,
+ web/src/com/babeldoc/web/context/JournalListingContext.java: Add a
+ way to query journal on ticket's STATUS
+
+ 2003-06-25 17:00 vharcq
+
+ *
+ modules/core/src/com/babeldoc/core/pipeline/stage/FtpWriterPipelineStage.java:
+ - Remove an uneeded "static" on a method - print a message with
+ this classname and not another one
+
+ 2003-06-25 16:58 vharcq
+
+ *
+ modules/core/src/com/babeldoc/core/pipeline/stage/SmtpWriterPipelineStage.
+ java:
+ Avoid to create an empty body when ther is no "smtpMessage" defined
+
+ 2003-06-25 16:56 vharcq
+
+ *
+ modules/core/src/com/babeldoc/core/pipeline/DefaultPipelineStageErrorHandler.
+ java:
+ Save the complete StackTrace in addMessage() for better analyse of
+ errors afterwards
+
+ 2003-06-25 16:51 vharcq
+
+ * modules/core/src/com/babeldoc/core/ResourceLoader.java: Add the
+ "J2EE way" of ClassLoading in getClass
+
+ 2003-06-25 16:46 vharcq
+
+ * modules/core/config/service/query.properties: I can not
+ understand how the web console could work without this line
+
+
***** 1.0.1 *****
Bugs fixed:
***************
*** 27,32 ****
[Thu Apr 17 2003] Erik Klein
! 1. Modified com.babeldoc.core.config.ConfigService by adding synchronized blocks to methods to prevent
! multithreading problems ... also replaced System.err.println statements in catch blocks with
LogService.getInstance().logError() methods.
--- 77,82 ----
[Thu Apr 17 2003] Erik Klein
! 1. Modified com.babeldoc.core.config.ConfigService by adding synchronized blocks to methods to prevent
! multithreading problems ... also replaced System.err.println statements in catch blocks with
LogService.getInstance().logError() methods.
|