================================================== FILE: build.properties.version ---------------------------- revision 1.1.2.1 date: 2004/04/30 22:11:36; author: michiel; state: Exp; lines: +1 -1 it's a bit of mess with versions ================================================== FILE: build.xml ---------------------------- revision 1.79.2.1 date: 2004/04/30 22:11:36; author: michiel; state: Exp; lines: +4 -4 it's a bit of mess with versions ================================================== FILE: nightly-build.xml ---------------------------- revision 1.19.2.3 date: 2004/05/01 20:54:02; author: michiel; state: Exp; lines: +2 -2 sigh ---------------------------- revision 1.19.2.2 date: 2004/05/01 10:18:27; author: michiel; state: Exp; lines: +4 -4 oops ---------------------------- revision 1.19.2.1 date: 2004/04/30 22:25:53; author: michiel; state: Exp; lines: +13 -14 updated README ================================================== FILE: applications/buildbase.xml ---------------------------- revision 1.44.2.1 date: 2004/04/30 22:11:37; author: michiel; state: Exp; lines: +34 -28 it's a bit of mess with versions ================================================== FILE: applications/taglib/src/org/mmbase/bridge/jsp/taglib/FieldListTag.java ---------------------------- revision 1.40.2.1 date: 2004/04/29 15:28:48; author: michiel; state: Exp; lines: +4 -1 fix for #6447, not all lists accept referid=id ================================================== FILE: applications/taglib/src/org/mmbase/bridge/jsp/taglib/ListTag.java ---------------------------- revision 1.47.2.1 date: 2004/04/27 13:36:44; author: rico; state: Exp; lines: +2 -2 Rico: fix for bug #6442 -1 is no longer allowed in the Query system ================================================== FILE: applications/taglib/src/org/mmbase/bridge/jsp/taglib/StringListTag.java ---------------------------- revision 1.15.2.1 date: 2004/04/29 15:28:48; author: michiel; state: Exp; lines: +4 -1 fix for #6447, not all lists accept referid=id ================================================== FILE: applications/taglib/src/org/mmbase/bridge/jsp/taglib/mmbase-taglib.xml ---------------------------- revision 1.248.2.1 date: 2004/04/26 16:52:50; author: michiel; state: Exp; lines: +15 -3 fix for #6441, container attribute missing on function tags ================================================== FILE: applications/taglib/src/org/mmbase/bridge/jsp/taglib/functions/AbstractFunctionTag.java ---------------------------- revision 1.5.2.1 date: 2004/04/26 16:52:51; author: michiel; state: Exp; lines: +33 -18 fix for #6441, container attribute missing on function tags ================================================== FILE: src/org/mmbase/bridge/util/Queries.java ---------------------------- revision 1.32.2.1 date: 2004/04/26 14:12:31; author: pierre; state: Exp; lines: +2 -2 bug #6439 Inversing one constraint may inverse entire query Queries.addConstraint returned wrong result ================================================== FILE: src/org/mmbase/module/core/ClusterBuilder.java ---------------------------- revision 1.58.2.1 date: 2004/04/26 15:00:52; author: michiel; state: Exp; lines: +22 -11 fix for #6440 Different behavior on mm:list between 1.6 and 1.7 ================================================== FILE: src/org/mmbase/storage/implementation/database/DatabaseStorageManagerFactory.java ---------------------------- revision 1.13.2.1 date: 2004/04/29 10:01:00; author: pierre; state: Exp; lines: +10 -7 bug #6444: Storagemanagerfactory does not set the correct default transactionlevel ================================================== FILE: src/org/mmbase/storage/search/implementation/database/BasicSqlHandler.java ---------------------------- revision 1.32.2.1 date: 2004/04/29 09:51:11; author: pierre; state: Exp; lines: +36 -24 bugfix #6443 : Use of number IN ([constant]) causes unresolvable queries in Mysql Changed the use of 'IN' to 'equals' when the list concerns only one value. ================================================== FILE: src/org/mmbase/storage/search/implementation/database/InformixSqlHandler.java ---------------------------- revision 1.8.2.2 date: 2004/04/27 10:14:41; author: rico; state: Exp; lines: +16 -3 Rico: fixed union constraint generation bug