================================================== FILE: applications/dove/src/org/mmbase/applications/dove/Dove.java ---------------------------- revision 1.52.2.3 date: 2004/09/27 15:13:02; author: michiel; state: Exp; lines: +37 -31 I think pierre forgot to check in this File (in: bugfix #6577: better solution). Made the change myself (@size must be set). Should some DTD also be changed?. Also added some spaces, and the like. ================================================== FILE: applications/editwizard/src/org/mmbase/applications/editwizard/Wizard.java ---------------------------- revision 1.121.2.7 date: 2004/09/30 08:44:06; author: michiel; state: Exp; lines: +32 -4 fixing #6587 ================================================== FILE: applications/editwizard/templates/jsp/processuploads.jsp ---------------------------- revision 1.16.2.1 date: 2004/09/30 08:45:41; author: michiel; state: Exp; lines: +5 -3 fix for #6587 (also, not doing toString an a complete byte-array would seeme good for performance) ================================================== FILE: applications/taglib/examples/upload.jsp ---------------------------- revision 1.5.2.1 date: 2004/09/30 08:47:58; author: michiel; state: Exp; lines: +48 -22 fix for bug #6586, allows for simplication of this example. Also, because it a FAQ, exmplified how to upload more than one attachment in one JSP. Also, it works with Unicode now (also was a question on the list) ================================================== FILE: applications/taglib/src/org/mmbase/bridge/jsp/taglib/typehandler/ByteHandler.java ---------------------------- revision 1.11.2.3 date: 2004/09/30 08:37:15; author: michiel; state: Exp; lines: +58 -11 fixing bug #6587 ================================================== FILE: applications/taglib/src/org/mmbase/bridge/jsp/taglib/util/Attribute.java ---------------------------- revision 1.19.2.1 date: 2004/09/28 12:12:16; author: michiel; state: Exp; lines: +9 -9 This cache proves to be called very often. Tried to optimize for performace a bit. Most noticably, it should not reput after get. ================================================== FILE: documentation/releases/release-notes.txt ---------------------------- revision 1.28.2.14 date: 2004/10/01 11:58:59; author: gerard; state: Exp; lines: +6 -1 update with latest and greatest bugfixes ================================================== FILE: src/org/mmbase/module/builders/People.java ---------------------------- revision 1.7.2.1 date: 2004/09/27 13:35:46; author: marcel; state: Exp; lines: +3 -2 marcel: bugfix #6583: NullPointerException when key == null