From: mh Date: Tue, 26 Nov 2002 01:52:55 +0000 (+0000) Subject: get rid of Log CVS keyword expansion that causes problems when merging branches.... X-Git-Tag: MIR_1_0_0_RC1~17 X-Git-Url: http://erislabs.net/gitweb/?p=mir.git;a=commitdiff_plain;h=21e4a59dbd47e53123abec9ace24a1a1f2c0b308 get rid of Log CVS keyword expansion that causes problems when merging branches.. yeah I know, I'm the one who added them in the first place --- diff --git a/source/mir/storage/Database.java b/source/mir/storage/Database.java index 572f674c..f2182acb 100755 --- a/source/mir/storage/Database.java +++ b/source/mir/storage/Database.java @@ -55,26 +55,9 @@ import mir.misc.*; * Treiber, Host, User und Passwort, ueber den der Zugriff auf die * Datenbank erfolgt. * - * @version $Revision: 1.21.2.1 $ $Date: 2002/09/01 21:31:41 $ + * @version $Revision: 1.21.2.2 $ $Date: 2002/11/26 01:52:55 $ * @author $Author: mh $ * - * $Log: Database.java,v $ - * Revision 1.21.2.1 2002/09/01 21:31:41 mh - * Mir goes GPL - * - * Revision 1.21 2002/08/04 23:38:22 mh - * fix up the webdb_create update stuff - * - * Revision 1.20 2002/07/21 22:32:25 mh - * on insert, the "webdb_lastchange" field should get a value - * - * Revision 1.19 2002/06/29 15:44:46 mh - * make the webdb_create update be called webdb_create_update. it breaks things otherwise. a fixme case I know.. - * - * Revision 1.18 2002/06/28 20:42:13 mh - * added necessary bits in templates and Database.java to make webdb_create modifiable. make the conversion from sql/Timestamp to String more robust - * - * */ public class Database implements StorageObject { diff --git a/source/mircoders/servlet/ServletModuleOpenIndy.java b/source/mircoders/servlet/ServletModuleOpenIndy.java index f7fddf04..3ce0a00c 100755 --- a/source/mircoders/servlet/ServletModuleOpenIndy.java +++ b/source/mircoders/servlet/ServletModuleOpenIndy.java @@ -73,35 +73,7 @@ import mircoders.media.MediaRequest; * open-postings to the newswire * * @author $Author: mh $ - * @version $Revision: 1.38.2.2 $ $Date: 2002/11/01 05:38:21 $ - * - * $Log: ServletModuleOpenIndy.java,v $ - * Revision 1.38.2.2 2002/11/01 05:38:21 mh - * Converted media Interface to use streams (Java IO) instead of byte buffers of - * the entire uplaoded files. These saves loads of unecessary memory use. JAI - * still consumes quite a bit though. - * - * A new temporary file (for JAI) parameter is necessary and is in the config.properties file. - * - * A nice side effect of this work is the FileHandler interface which is - * basically a call back mechanism for WebdbMultipartRequest which allows the - * uploaded file to handled by different classes. For example, for a media - * upload, the content-type, etc.. needs to be determined, but if say the - * FileEditor had a feature to upload static files... another handler wood be - * needed. Right now only the MediaRequest handler exists. - * - * Revision 1.38.2.1 2002/09/01 21:31:44 mh - * Mir goes GPL - * - * Revision 1.38 2002/07/21 22:50:14 mh - * cleanup coding style of getpdf() method - * - * Revision 1.37 2002/07/21 22:41:45 mh - * make use of new MediaRequest class. A big cleanup and optimization. - * - * Revision 1.36 2002/06/29 15:45:20 mh - * cvs macros - * + * @version $Revision: 1.38.2.3 $ $Date: 2002/11/26 01:52:55 $ * */