[MMBASE CVS] contributions/didactor2/src/education/templates/education/wizards/new tests.jspx

2009-01-15 Thread Michiel Meeuwissen
Update of /var/cvs/contributions/didactor2/src/education/templates/education/wizards/new In directory james.mmbase.org:/tmp/cvs-serv14360/new Modified Files: tests.jspx Log Message: See also:

[MMBASE CVS] contributions/didactor2/src/education/templates/education/wizards navigation.jspx menu_items.jspx tree_top_menu.jsp

2009-01-15 Thread Michiel Meeuwissen
Update of /var/cvs/contributions/didactor2/src/education/templates/education/wizards In directory james.mmbase.org:/tmp/cvs-serv14650 Modified Files: navigation.jspx Removed Files: menu_items.jspx tree_top_menu.jsp Log Message: simplified See also:

[MMBASE CVS] contributions/didactor2/src/education/blocks/wizards learnblock_learnobjects.form-schema.jspx learnblock_paragraphs.form-schema.jspx

2009-01-15 Thread Michiel Meeuwissen
Update of /var/cvs/contributions/didactor2/src/education/blocks/wizards In directory james.mmbase.org:/tmp/cvs-serv29076/wizards Modified Files: learnblock_learnobjects.form-schema.jspx learnblock_paragraphs.form-schema.jspx Log Message: See also:

[MMBASE CVS] contributions/didactor2/src/assessment/blocks/wizards email_templates.jspx email_templates.load.jspx

2009-01-15 Thread Michiel Meeuwissen
Update of /var/cvs/contributions/didactor2/src/assessment/blocks/wizards In directory james.mmbase.org:/tmp/cvs-serv29127/wizards Modified Files: email_templates.jspx email_templates.load.jspx Log Message: See also:

[MMBASE CVS] contributions/didactor2/src/education/templates/education/wizards navigation.jspx style.css

2009-01-15 Thread Michiel Meeuwissen
Update of /var/cvs/contributions/didactor2/src/education/templates/education/wizards In directory james.mmbase.org:/tmp/cvs-serv30082 Modified Files: navigation.jspx style.css Log Message: made generic menuitems possible See also:

[MMBASE CVS] config/xslt docbook2block.xslt

2009-01-14 Thread Michiel Meeuwissen
nwalsh xslt but that seems a huge overkill. It should be rather simple, we probably use only a small subset of docbook. @author: Michiel Meeuwissen - @version: $Id: docbook2block.xslt,v 1.3 2009/01/13 21:30:49 michiel Exp $ + @version: $Id: docbook2block.xslt,v 1.4 2009/01/14 08:51:01

[MMBASE CVS] src/org/mmbase/framework CachedRenderer.java

2009-01-14 Thread Michiel Meeuwissen
@@ ]]/pre * * @author Michiel Meeuwissen - * @version $Id: CachedRenderer.java,v 1.7 2009/01/13 21:23:52 michiel Exp $ + * @version $Id: CachedRenderer.java,v 1.8 2009/01/14 09:09:51 michiel Exp $ * @since MMBase-1.9.1 */ @@ -162,6 +162,9 @@ } } +/** + * Renders

[MMBASE CVS] src/org/mmbase/framework DocumentationRenderer.java

2009-01-14 Thread Michiel Meeuwissen
+++ DocumentationRenderer.java 14 Jan 2009 09:10:18 - 1.3 @@ -29,7 +29,7 @@ * render the documenation from the xml's in a/the jar. * * @author Michiel Meeuwissen - * @version $Id: DocumentationRenderer.java,v 1.2 2009/01/13 21:23:52 michiel Exp $ + * @version $Id

[MMBASE CVS] config/components docbook.head.xml core.xml

2009-01-14 Thread Michiel Meeuwissen
Update of /var/cvs/config/components In directory james.mmbase.org:/tmp/cvs-serv7817/components Modified Files: core.xml Added Files: docbook.head.xml Log Message: moved docbooks.css head to a seperate file for easier reusage See also:

[MMBASE CVS] contributions/lucene/config/components lucene.xml

2009-01-14 Thread Michiel Meeuwissen
Update of /var/cvs/contributions/lucene/config/components In directory james.mmbase.org:/tmp/cvs-serv7882 Modified Files: lucene.xml Log Message: wrapped the documentation in a block See also: http://cvs.mmbase.org/viewcvs/contributions/lucene/config/components Index: lucene.xml

[MMBASE CVS] src/org/mmbase/framework DocumentationRenderer.java AbstractRenderer.java CachedRenderer.java ConnectionRenderer.java EditwizardRenderer.java IFrameRenderer.java Renderer.java WrappedRend

2009-01-13 Thread Michiel Meeuwissen
1.18 @@ -21,7 +21,7 @@ * Abstract renderer implementation which implements getType and getBlock. * * @author Michiel Meeuwissen - * @version $Id: AbstractRenderer.java,v 1.17 2008/09/04 21:20:01 michiel Exp $ + * @version $Id: AbstractRenderer.java,v 1.18 2009/01/13 08:24:21 michiel Exp

[MMBASE CVS] src/org/mmbase/util CSVReader.java

2009-01-13 Thread Michiel Meeuwissen
Update of /var/cvs/src/org/mmbase/util In directory james.mmbase.org:/tmp/cvs-serv20594 Modified Files: CSVReader.java Log Message: I have a few remarks about this new CSVReader. Limited myself by adding my remaks as @todo's. Sorry. See also:

[MMBASE CVS] applications/dove/src/org/mmbase/applications/dove Dove.java

2009-01-13 Thread Michiel Meeuwissen
Update of /var/cvs/applications/dove/src/org/mmbase/applications/dove In directory james.mmbase.org:/tmp/cvs-serv22189 Modified Files: Tag: MMBase-1_8 Dove.java Log Message: made determination of the 'specialization' (the @ftype in wizard.xsl) a bit more sophisticated. This fixes

[MMBASE CVS] applications/dove/src/org/mmbase/applications/dove Dove.java

2009-01-13 Thread Michiel Meeuwissen
Update of /var/cvs/applications/dove/src/org/mmbase/applications/dove In directory james.mmbase.org:/tmp/cvs-serv21997 Modified Files: Dove.java Log Message: made determination of the 'specializtion' (the @ftype in wizard.xsl) a bit more sophisticated. This fixes 'time' datatypes, which

[MMBASE CVS] applications/editwizard/src/org/mmbase/applications/editwizard Wizard.java

2009-01-13 Thread Michiel Meeuwissen
Update of /var/cvs/applications/editwizard/src/org/mmbase/applications/editwizard In directory james.mmbase.org:/tmp/cvs-serv27242 Modified Files: Wizard.java Log Message: MMB-1774 See also:

[MMBASE CVS] applications/editwizard/templates/data/xsl wizard.xsl

2009-01-13 Thread Michiel Meeuwissen
Update of /var/cvs/applications/editwizard/templates/data/xsl In directory james.mmbase.org:/tmp/cvs-serv27385 Modified Files: wizard.xsl Log Message: MMB-1774 See also: http://cvs.mmbase.org/viewcvs/applications/editwizard/templates/data/xsl See also:

[MMBASE CVS] applications/editwizard/templates/data/xsl wizard.xsl

2009-01-13 Thread Michiel Meeuwissen
Update of /var/cvs/applications/editwizard/templates/data/xsl In directory james.mmbase.org:/tmp/cvs-serv27470 Modified Files: Tag: MMBase-1_8 wizard.xsl Log Message: MMB-1774 See also: http://cvs.mmbase.org/viewcvs/applications/editwizard/templates/data/xsl See also:

[MMBASE CVS] applications/editwizard/src/org/mmbase/applications/editwizard Wizard.java

2009-01-13 Thread Michiel Meeuwissen
Update of /var/cvs/applications/editwizard/src/org/mmbase/applications/editwizard In directory james.mmbase.org:/tmp/cvs-serv27785 Modified Files: Tag: MMBase-1_8 Wizard.java Log Message: MMB-1774 See also:

[MMBASE CVS] applications/editwizard/src/org/mmbase/applications/editwizard Wizard.java

2009-01-13 Thread Michiel Meeuwissen
Update of /var/cvs/applications/editwizard/src/org/mmbase/applications/editwizard In directory james.mmbase.org:/tmp/cvs-serv28571 Modified Files: Tag: MMBase-1_8 Wizard.java Log Message: grmbl See also:

[MMBASE CVS] src/org/mmbase/framework CachedRenderer.java

2009-01-13 Thread Michiel Meeuwissen
* * @author Michiel Meeuwissen - * @version $Id: CachedRenderer.java,v 1.4 2009/01/13 08:24:21 michiel Exp $ + * @version $Id: CachedRenderer.java,v 1.5 2009/01/13 20:28:07 michiel Exp $ * @since MMBase-1.9.1 */ @@ -104,12 +103,24 @@ } } +protected String getKey(Parameters

[MMBASE CVS] documentation glossary.xml

2009-01-13 Thread Michiel Meeuwissen
Update of /var/cvs/documentation In directory james.mmbase.org:/tmp/cvs-serv7699 Modified Files: glossary.xml Log Message: removed a superflouous See also: http://cvs.mmbase.org/viewcvs/documentation Index: glossary.xml

[MMBASE CVS] src/org/mmbase/framework CachedRenderer.java

2009-01-13 Thread Michiel Meeuwissen
20:59:58 - 1.6 @@ -51,7 +51,7 @@ ]]/pre * * @author Michiel Meeuwissen - * @version $Id: CachedRenderer.java,v 1.5 2009/01/13 20:28:07 michiel Exp $ + * @version $Id: CachedRenderer.java,v 1.6 2009/01/13 20:59:58 michiel Exp $ * @since MMBase-1.9.1 */ @@ -114,16 +114,39

[MMBASE CVS] src/org/mmbase/framework CachedRenderer.java DocumentationRenderer.java

2009-01-13 Thread Michiel Meeuwissen
+++ CachedRenderer.java 13 Jan 2009 21:23:52 - 1.7 @@ -13,6 +13,7 @@ import java.io.*; import java.net.*; import java.util.*; +import java.util.regex.*; import java.util.concurrent.*; @@ -51,7 +52,7 @@ ]]/pre * * @author Michiel Meeuwissen - * @version $Id: CachedRenderer.java,v 1.6 2009/01/13 20

[MMBASE CVS] config/xslt docbook2block.xslt

2009-01-13 Thread Michiel Meeuwissen
+19,7 @@ Could perhaps use nwalsh xslt but that seems a huge overkill. It should be rather simple, we probably use only a small subset of docbook. @author: Michiel Meeuwissen - @version: $Id: docbook2block.xslt,v 1.2 2008/10/15 14:47:40 michiel Exp $ + @version: $Id: docbook2block.xslt,v

[MMBASE CVS] html/mmbase/style/css docbook.css

2009-01-13 Thread Michiel Meeuwissen
Update of /var/cvs/html/mmbase/style/css In directory james.mmbase.org:/tmp/cvs-serv10086 Added Files: docbook.css Log Message: css for the result of docbook2block.xslt See also: http://cvs.mmbase.org/viewcvs/html/mmbase/style/css docbook.css is new

[MMBASE CVS] config/components core.xml

2009-01-13 Thread Michiel Meeuwissen
Update of /var/cvs/config/components In directory james.mmbase.org:/tmp/cvs-serv10020 Modified Files: core.xml Log Message: added some more links to documentation See also: http://cvs.mmbase.org/viewcvs/config/components Index: core.xml

[MMBASE CVS] html/mmbase/components/core/documentation - New directory

2009-01-13 Thread Michiel Meeuwissen
Update of /var/cvs/html/mmbase/components/core/documentation In directory james.mmbase.org:/tmp/cvs-serv10380/documentation Log Message: Directory /var/cvs/html/mmbase/components/core/documentation added to the repository See also:

[MMBASE CVS] html/mmbase/components/core/documentation index.jspx

2009-01-13 Thread Michiel Meeuwissen
Update of /var/cvs/html/mmbase/components/core/documentation In directory james.mmbase.org:/tmp/cvs-serv10436 Added Files: index.jspx Log Message: jsp wrapper for documentation (unfished) See also: http://cvs.mmbase.org/viewcvs/html/mmbase/components/core/documentation index.jspx is

[MMBASE CVS] documentation/general principles.xml

2009-01-13 Thread Michiel Meeuwissen
Update of /var/cvs/documentation/general In directory james.mmbase.org:/tmp/cvs-serv10584 Modified Files: principles.xml Log Message: fixed a type See also: http://cvs.mmbase.org/viewcvs/documentation/general Index: principles.xml

[MMBASE CVS] html/mmbase/components/core/documentation index.jspx

2009-01-13 Thread Michiel Meeuwissen
Update of /var/cvs/html/mmbase/components/core/documentation In directory james.mmbase.org:/tmp/cvs-serv10859 Modified Files: index.jspx Log Message: added a few more links. See also: http://cvs.mmbase.org/viewcvs/html/mmbase/components/core/documentation Index: index.jspx

[MMBASE CVS] src/org/mmbase/util ThreadPools.java

2009-01-12 Thread Michiel Meeuwissen
@@ * * @since MMBase 1.8 * @author Michiel Meeuwissen - * @version $Id: ThreadPools.java,v 1.26 2008/12/15 14:00:08 michiel Exp $ + * @version $Id: ThreadPools.java,v 1.27 2009/01/12 10:34:23 michiel Exp $ */ public abstract class ThreadPools { private static final Logger log

[MMBASE CVS] src/org/mmbase/util/xml URIResolver.java

2009-01-12 Thread Michiel Meeuwissen
1.30 @@ -41,7 +41,7 @@ * * @author Michiel Meeuwissen. * @since MMBase-1.6 - * @version $Id: URIResolver.java,v 1.29 2008/02/12 17:21:22 michiel Exp $ + * @version $Id: URIResolver.java,v 1.30 2009/01/12 10:35:15 michiel Exp $ */ public class URIResolver implements

[MMBASE CVS] src/org/mmbase/util CSVReader.java

2009-01-12 Thread Michiel Meeuwissen
Update of /var/cvs/src/org/mmbase/util In directory james.mmbase.org:/tmp/cvs-serv26690 Modified Files: CSVReader.java Log Message: more generics See also: http://cvs.mmbase.org/viewcvs/src/org/mmbase/util Index: CSVReader.java

[MMBASE CVS] applications/taglib/src/org/mmbase/bridge/jsp/taglib/typehandler DateHandler.java

2009-01-12 Thread Michiel Meeuwissen
revision 1.58 diff -u -b -r1.57 -r1.58 --- DateHandler.java26 Jun 2008 10:21:31 - 1.57 +++ DateHandler.java12 Jan 2009 12:42:22 - 1.58 @@ -30,7 +30,7 @@ * @author Michiel Meeuwissen * @author Vincent vd Locht * @since MMBase-1.6 - * @version $Id: DateHandler.java,v

[MMBASE CVS] applications/taglib/src/org/mmbase/bridge/jsp/taglib/typehandler AbstractTypeHandler.java BinaryHandler.java BooleanHandler.java DoubleHandler.java DurationHandler.java EnumHandler.java

2009-01-12 Thread Michiel Meeuwissen
Nov 2008 18:33:54 - 1.68 +++ AbstractTypeHandler.java12 Jan 2009 12:48:20 - 1.69 @@ -29,7 +29,7 @@ * @author Gerard van de Looi * @author Michiel Meeuwissen * @since MMBase-1.6 - * @version $Id: AbstractTypeHandler.java,v 1.68 2008/11/19 18:33:54 michiel Exp

[MMBASE CVS] applications/taglib/src/org/mmbase/bridge/jsp/taglib/typehandler DateHandler.java

2009-01-12 Thread Michiel Meeuwissen
-r1.59 --- DateHandler.java12 Jan 2009 12:42:22 - 1.58 +++ DateHandler.java12 Jan 2009 12:57:28 - 1.59 @@ -30,7 +30,7 @@ * @author Michiel Meeuwissen * @author Vincent vd Locht * @since MMBase-1.6 - * @version $Id: DateHandler.java,v 1.58 2009/01/12 12:42:22 michiel Exp

[MMBASE CVS] src/org/mmbase/bridge Query.java

2009-01-12 Thread Michiel Meeuwissen
@@ * * @author Michiel Meeuwissen * @author Pierre van Rooden - * @version $Id: Query.java,v 1.47 2008/11/25 13:22:16 michiel Exp $ + * @version $Id: Query.java,v 1.48 2009/01/12 13:32:33 michiel Exp $ * @since MMBase-1.7 * @see org.mmbase.bridge.util.Queries */ -public interface Query

[MMBASE CVS] src/org/mmbase/bridge/implementation BasicQuery.java

2009-01-12 Thread Michiel Meeuwissen
+++ BasicQuery.java 12 Jan 2009 13:32:43 - 1.76 @@ -28,7 +28,7 @@ * {...@link #BasicQuery(Cloud, BasicSearchQuery)}. * * @author Michiel Meeuwissen - * @version $Id: BasicQuery.java,v 1.75 2008/11/25 13:22:02 michiel Exp $ + * @version $Id: BasicQuery.java,v 1.76 2009/01/12 13:32

[MMBASE CVS] applications/taglib/src/org/mmbase/bridge/jsp/taglib ContextReferrerTag.java

2009-01-12 Thread Michiel Meeuwissen
diff -u -b -r1.111 -r1.112 --- ContextReferrerTag.java 22 Dec 2008 14:51:02 - 1.111 +++ ContextReferrerTag.java 12 Jan 2009 13:33:16 - 1.112 @@ -36,7 +36,7 @@ * * * @author Michiel Meeuwissen - * @version $Id: ContextReferrerTag.java,v 1.111 2008/12/22 14:51:02 michiel

[MMBASE CVS] applications/taglib/src/org/mmbase/bridge/jsp/taglib/pageflow Url.java

2009-01-12 Thread Michiel Meeuwissen
Update of /var/cvs/applications/taglib/src/org/mmbase/bridge/jsp/taglib/pageflow In directory james.mmbase.org:/tmp/cvs-serv29085 Modified Files: Url.java Log Message: annotated with @since and fixed an obvious bug in the copy-consructor See also:

[MMBASE CVS] applications/taglib/src/org/mmbase/bridge/jsp/taglib/pageflow RedirectTag.java

2009-01-12 Thread Michiel Meeuwissen
-r1.10 --- RedirectTag.java2 Oct 2008 12:17:17 - 1.9 +++ RedirectTag.java12 Jan 2009 14:14:12 - 1.10 @@ -25,7 +25,7 @@ * Does a redirect, using the features of UrlTag. * * @author Michiel Meeuwissen - * @version $Id: RedirectTag.java,v 1.9 2008/10/02 12:17:17 michiel Exp

[MMBASE CVS] src/org/mmbase/bridge/implementation BasicTransaction.java

2009-01-12 Thread Michiel Meeuwissen
Update of /var/cvs/src/org/mmbase/bridge/implementation In directory james.mmbase.org:/tmp/cvs-serv31984 Modified Files: BasicTransaction.java Log Message: added soem debug-logging See also: http://cvs.mmbase.org/viewcvs/src/org/mmbase/bridge/implementation Index:

[MMBASE CVS] config/components core.xml

2009-01-12 Thread Michiel Meeuwissen
Update of /var/cvs/config/components In directory james.mmbase.org:/tmp/cvs-serv7416 Modified Files: core.xml Log Message: caching relase notes See also: http://cvs.mmbase.org/viewcvs/config/components Index: core.xml

[MMBASE CVS] src/org/mmbase/framework IFrameRenderer.java

2009-01-12 Thread Michiel Meeuwissen
Update of /var/cvs/src/org/mmbase/framework In directory james.mmbase.org:/tmp/cvs-serv7922 Added Files: IFrameRenderer.java Log Message: Added a renderer which can display more or less anything using an iframe. See also: http://cvs.mmbase.org/viewcvs/src/org/mmbase/framework

[MMBASE CVS] src/org/mmbase/framework EditwizardRenderer.java

2009-01-12 Thread Michiel Meeuwissen
07:48:38 - 1.15 +++ EditwizardRenderer.java 12 Jan 2009 21:11:46 - 1.16 @@ -22,15 +22,14 @@ * @todo Needs to produce a div, not an url. * * @author Michiel Meeuwissen - * @version $Id: EditwizardRenderer.java,v 1.15 2008/08/26 07:48:38 michiel Exp $ + * @version $Id

[MMBASE CVS] src/org/mmbase/util/xml Instantiator.java

2009-01-12 Thread Michiel Meeuwissen
Jan 2009 21:12:47 - 1.6 @@ -40,7 +40,7 @@ * * @since MMBase-1.9 * @author Michiel Meeuwissen - * @version $Id: Instantiator.java,v 1.5 2008/08/02 15:15:00 michiel Exp $ + * @version $Id: Instantiator.java,v 1.6 2009/01/12 21:12:47 michiel Exp $ */ public abstract class Instantiator

[MMBASE CVS] config/components core.xml

2009-01-12 Thread Michiel Meeuwissen
Update of /var/cvs/config/components In directory james.mmbase.org:/tmp/cvs-serv8233 Modified Files: core.xml Log Message: added basic and my- editors to the mmbase/admin pages. See also: http://cvs.mmbase.org/viewcvs/config/components Index: core.xml

[MMBASE CVS] html/mmbase/admin/css admin.css

2009-01-12 Thread Michiel Meeuwissen
Update of /var/cvs/html/mmbase/admin/css In directory james.mmbase.org:/tmp/cvs-serv8340/css Modified Files: admin.css Log Message: added some extra support for IFrameRenderer's (mainly to make them full-screen) See also: http://cvs.mmbase.org/viewcvs/html/mmbase/admin/css Index:

[MMBASE CVS] src/org/mmbase/framework EditwizardRenderer.java IFrameRenderer.java

2009-01-12 Thread Michiel Meeuwissen
+param name=listsamples/people/param +param name=nodepathpeople/param +param name=fieldsfirstname,lastname,owner/param + /class +/body + /block + ]]/pre * * @author Michiel Meeuwissen - * @version $Id: EditwizardRenderer.java,v 1.16 2009/01/12 21:11:46 michiel

[MMBASE CVS] html/mmbase/components/core functions-sets.jspx

2009-01-12 Thread Michiel Meeuwissen
Update of /var/cvs/html/mmbase/components/core In directory james.mmbase.org:/tmp/cvs-serv9065 Modified Files: functions-sets.jspx Log Message: escaping didn't happen properly if e.g. value contained $ See also: http://cvs.mmbase.org/viewcvs/html/mmbase/components/core Index:

[MMBASE CVS] src/org/mmbase/framework CachedRenderer.java WrappedRenderer.java

2009-01-12 Thread Michiel Meeuwissen
=wrapsBlockstatistics_uncached/param param name=includeRenderTimexml-comments/param /class /body @@ -52,7 +52,7 @@ ]]/pre * * @author Michiel Meeuwissen - * @version $Id: CachedRenderer.java,v 1.2 2009/01/12 21:12:10 michiel Exp $ + * @version $Id: CachedRenderer.java,v 1.3 2009/01/12 22:12

[MMBASE CVS] speeltuin/mihxil/statistics/config/components statistics.xml

2009-01-12 Thread Michiel Meeuwissen
Update of /var/cvs/speeltuin/mihxil/statistics/config/components In directory james.mmbase.org:/tmp/cvs-serv10041 Modified Files: statistics.xml Log Message: wraps - wrapsBlock See also: http://cvs.mmbase.org/viewcvs/speeltuin/mihxil/statistics/config/components Index:

[MMBASE CVS] contributions/didactor2/src/education/templates/education/wizards index.jsp

2009-01-10 Thread Michiel Meeuwissen
Update of /var/cvs/contributions/didactor2/src/education/templates/education/wizards In directory james.mmbase.org:/tmp/cvs-serv29791 Modified Files: index.jsp Log Message: using cookieId for the different modes, and added an expires (default to session) See also:

[MMBASE CVS] html/mmbase/admin index_simple.jsp

2009-01-10 Thread Michiel Meeuwissen
Update of /var/cvs/html/mmbase/admin In directory james.mmbase.org:/tmp/cvs-serv2196 Modified Files: index_simple.jsp Log Message: removed stuff with c:catch from index_simple, which is used during debugging only anyway See also: http://cvs.mmbase.org/viewcvs/html/mmbase/admin

[MMBASE CVS] src/org/mmbase/framework CachedRenderer.java WrappedRenderer.java ResourceRenderer.java

2009-01-10 Thread Michiel Meeuwissen
@@ * * @author Michiel Meeuwissen - * @version $Id: ResourceRenderer.java,v 1.9 2008/10/15 13:59:11 michiel Exp $ + * @version $Id: ResourceRenderer.java,v 1.10 2009/01/10 18:32:33 michiel Exp $ * @since MMBase-1.9 */ public class ResourceRenderer extends AbstractRenderer { @@ -67,8 +67,7

[MMBASE CVS] config/components core.xml

2009-01-10 Thread Michiel Meeuwissen
Update of /var/cvs/config/components In directory james.mmbase.org:/tmp/cvs-serv4271 Modified Files: core.xml Log Message: caching news See also: http://cvs.mmbase.org/viewcvs/config/components Index: core.xml === RCS

[MMBASE CVS] contributions/didactor2/src/portalpages/templates/portalpages main.jspx

2009-01-09 Thread Michiel Meeuwissen
Update of /var/cvs/contributions/didactor2/src/portalpages/templates/portalpages In directory james.mmbase.org:/tmp/cvs-serv28894 Modified Files: main.jspx Log Message: some work to make portalpages more generally useable See also:

[MMBASE CVS] contributions/didactor2/src/portalpages/templates/editwizards/data/config/portalpages posrel-portalpagescontainers.xml portalpagescontainers.xml portalpagesnodes.xml

2009-01-09 Thread Michiel Meeuwissen
Update of /var/cvs/contributions/didactor2/src/portalpages/templates/editwizards/data/config/portalpages In directory james.mmbase.org:/tmp/cvs-serv28998 Modified Files: portalpagescontainers.xml portalpagesnodes.xml Added Files: posrel-portalpagescontainers.xml Log Message:

[MMBASE CVS] contributions/didactor2/src/assessment/templates/assessment stage4-problems.jspx

2009-01-09 Thread Michiel Meeuwissen
Update of /var/cvs/contributions/didactor2/src/assessment/templates/assessment In directory james.mmbase.org:/tmp/cvs-serv29379 Modified Files: stage4-problems.jspx Log Message: spacing only See also:

[MMBASE CVS] contributions/didactor2/src/assessment/templates/assessment stage1-goals.jspx stage4-problems.jspx stage5-evaluate.jspx student.jspx

2009-01-09 Thread Michiel Meeuwissen
Update of /var/cvs/contributions/didactor2/src/assessment/templates/assessment In directory james.mmbase.org:/tmp/cvs-serv29961 Modified Files: stage1-goals.jspx stage4-problems.jspx stage5-evaluate.jspx student.jspx Log Message: exceptions if you happend to have closed every

[MMBASE CVS] contributions/didactor2/src/portalpages/templates/portalpages/backoffice add_portalpages.jsp leaf.jspx

2009-01-09 Thread Michiel Meeuwissen
Update of /var/cvs/contributions/didactor2/src/portalpages/templates/portalpages/backoffice In directory james.mmbase.org:/tmp/cvs-serv28894/backoffice Modified Files: add_portalpages.jsp leaf.jspx Log Message: some work to make portalpages more generally useable See also:

[MMBASE CVS] contributions/didactor2/src/assessment/templates/assessment stage5-editdifficulties.jspx stage5-evaluate.jspx stage5.js.jsp

2009-01-09 Thread Michiel Meeuwissen
Update of /var/cvs/contributions/didactor2/src/assessment/templates/assessment In directory james.mmbase.org:/tmp/cvs-serv32362 Modified Files: stage5-editdifficulties.jspx stage5-evaluate.jspx stage5.js.jsp Log Message: several details See also:

[MMBASE CVS] contributions/didactor2/src/assessment/templates/assessment/css base.css

2009-01-09 Thread Michiel Meeuwissen
Update of /var/cvs/contributions/didactor2/src/assessment/templates/assessment/css In directory james.mmbase.org:/tmp/cvs-serv32444 Modified Files: base.css Log Message: spacing only See also:

[MMBASE CVS] contributions/didactor2/src/assessment/templates/assessment/css base.css

2009-01-09 Thread Michiel Meeuwissen
Update of /var/cvs/contributions/didactor2/src/assessment/templates/assessment/css In directory james.mmbase.org:/tmp/cvs-serv32498 Modified Files: base.css Log Message: Hide the submit button again, because it is a bit confusing in this case See also:

[MMBASE CVS] contributions/didactor2/src/assessment/templates/assessment closelesson.link.jspx

2009-01-09 Thread Michiel Meeuwissen
Update of /var/cvs/contributions/didactor2/src/assessment/templates/assessment In directory james.mmbase.org:/tmp/cvs-serv303 Modified Files: closelesson.link.jspx Log Message: make sure it is of type node See also:

[MMBASE CVS] contributions/didactor2/src/assessment/templates/assessment student.jspx

2009-01-09 Thread Michiel Meeuwissen
Update of /var/cvs/contributions/didactor2/src/assessment/templates/assessment In directory james.mmbase.org:/tmp/cvs-serv1948 Modified Files: student.jspx Log Message: added links See also: http://cvs.mmbase.org/viewcvs/contributions/didactor2/src/assessment/templates/assessment

[MMBASE CVS] contributions/didactor2/src/assessment/templates/assessment student.jspx

2009-01-09 Thread Michiel Meeuwissen
Update of /var/cvs/contributions/didactor2/src/assessment/templates/assessment In directory james.mmbase.org:/tmp/cvs-serv2019 Modified Files: student.jspx Log Message: added links See also: http://cvs.mmbase.org/viewcvs/contributions/didactor2/src/assessment/templates/assessment

[MMBASE CVS] contributions/didactor2/src/assessment/templates/assessment student.jspx

2009-01-09 Thread Michiel Meeuwissen
Update of /var/cvs/contributions/didactor2/src/assessment/templates/assessment In directory james.mmbase.org:/tmp/cvs-serv3589 Modified Files: student.jspx Log Message: redid my previous changes See also:

[MMBASE CVS] contributions/didactor2/src/assessment/templates/assessment stage5-editdifficulties.jspx stage5.js.jsp

2009-01-09 Thread Michiel Meeuwissen
Update of /var/cvs/contributions/didactor2/src/assessment/templates/assessment In directory james.mmbase.org:/tmp/cvs-serv4118 Modified Files: stage5-editdifficulties.jspx stage5.js.jsp Log Message: See also:

[MMBASE CVS] contributions/didactor2/src/assessment/templates/assessment matrix.div.jspx

2009-01-09 Thread Michiel Meeuwissen
Update of /var/cvs/contributions/didactor2/src/assessment/templates/assessment In directory james.mmbase.org:/tmp/cvs-serv4988 Modified Files: matrix.div.jspx Log Message: indentation only See also:

[MMBASE CVS] contributions/didactor2/src/assessment/templates/assessment matrix.div.jspx stage4-problems.jspx stage5-editdifficulties.jspx stage5.js.jsp

2009-01-09 Thread Michiel Meeuwissen
Update of /var/cvs/contributions/didactor2/src/assessment/templates/assessment In directory james.mmbase.org:/tmp/cvs-serv6074 Modified Files: matrix.div.jspx stage4-problems.jspx stage5-editdifficulties.jspx stage5.js.jsp Log Message: cleaned up a bit See also:

[MMBASE CVS] contributions/didactor2/src/education/templates/education/tests totalscore.jsp

2009-01-09 Thread Michiel Meeuwissen
Update of /var/cvs/contributions/didactor2/src/education/templates/education/tests In directory james.mmbase.org:/tmp/cvs-serv7466/tests Modified Files: totalscore.jsp Log Message: lowered a log See also:

[MMBASE CVS] contributions/didactor2/src/assessment/templates/assessment stage5-editdifficulties.jspx

2009-01-09 Thread Michiel Meeuwissen
Update of /var/cvs/contributions/didactor2/src/assessment/templates/assessment In directory james.mmbase.org:/tmp/cvs-serv7689 Modified Files: stage5-editdifficulties.jspx Log Message: simplified See also:

[MMBASE CVS] contributions/didactor2/src/assessment/templates/assessment stage5.js.jsp

2009-01-09 Thread Michiel Meeuwissen
Update of /var/cvs/contributions/didactor2/src/assessment/templates/assessment In directory james.mmbase.org:/tmp/cvs-serv7782 Modified Files: stage5.js.jsp Log Message: Solved a synchronizated issue. See also:

[MMBASE CVS] contributions/didactor2/src/core/templates/core/js/jquery - New directory

2009-01-09 Thread Michiel Meeuwissen
Update of /var/cvs/contributions/didactor2/src/core/templates/core/js/jquery In directory james.mmbase.org:/tmp/cvs-serv10426/jquery Log Message: Directory /var/cvs/contributions/didactor2/src/core/templates/core/js/jquery added to the repository See also:

[MMBASE CVS] contributions/didactor2/src/core/templates/core/js/jquery-treeview - New directory

2009-01-09 Thread Michiel Meeuwissen
Update of /var/cvs/contributions/didactor2/src/core/templates/core/js/jquery-treeview In directory james.mmbase.org:/tmp/cvs-serv10474/jquery-treeview Log Message: Directory /var/cvs/contributions/didactor2/src/core/templates/core/js/jquery-treeview added to the repository See also:

[MMBASE CVS] contributions/didactor2/src/core/templates/core/js/jquery-treeview/demo - New directory

2009-01-09 Thread Michiel Meeuwissen
Update of /var/cvs/contributions/didactor2/src/core/templates/core/js/jquery-treeview/demo In directory james.mmbase.org:/tmp/cvs-serv10567/demo Log Message: Directory /var/cvs/contributions/didactor2/src/core/templates/core/js/jquery-treeview/demo added to the repository See also:

[MMBASE CVS] contributions/didactor2/src/core/templates/core/js/jquery-treeview/lib - New directory

2009-01-09 Thread Michiel Meeuwissen
Update of /var/cvs/contributions/didactor2/src/core/templates/core/js/jquery-treeview/lib In directory james.mmbase.org:/tmp/cvs-serv10567/lib Log Message: Directory /var/cvs/contributions/didactor2/src/core/templates/core/js/jquery-treeview/lib added to the repository See also:

[MMBASE CVS] contributions/didactor2/src/core/templates/core/js/jquery-treeview changelog.txt jquery.treeview.async.js jquery.treeview.css jquery.treeview.js jquery.treeview.min.js jquery.treeview.pa

2009-01-09 Thread Michiel Meeuwissen
Update of /var/cvs/contributions/didactor2/src/core/templates/core/js/jquery-treeview In directory james.mmbase.org:/tmp/cvs-serv10719/jquery-treeview Added Files: changelog.txt jquery.treeview.async.js jquery.treeview.css jquery.treeview.js jquery.treeview.min.js

[MMBASE CVS] contributions/didactor2/src/core/templates/core/js/jquery-treeview/images file.gif folder-closed.gif folder.gif minus.gif plus.gif treeview-black-line.gif treeview-black.gif treeview-def

2009-01-09 Thread Michiel Meeuwissen
Update of /var/cvs/contributions/didactor2/src/core/templates/core/js/jquery-treeview/images In directory james.mmbase.org:/tmp/cvs-serv10719/jquery-treeview/images Added Files: file.gif folder-closed.gif folder.gif minus.gif plus.gif treeview-black-line.gif treeview-black.gif

[MMBASE CVS] contributions/didactor2/src/education/templates/education/wizards style.css index.jsp tree_top_menu.jsp

2009-01-09 Thread Michiel Meeuwissen
Update of /var/cvs/contributions/didactor2/src/education/templates/education/wizards In directory james.mmbase.org:/tmp/cvs-serv10851 Modified Files: index.jsp tree_top_menu.jsp Added Files: style.css Log Message: will replace this horrible tree stuff with jquery-tree See

[MMBASE CVS] contributions/didactor2/src/education/templates/education/wizards/modes content_metadata.jsp roles.jsp

2009-01-09 Thread Michiel Meeuwissen
Update of /var/cvs/contributions/didactor2/src/education/templates/education/wizards/modes In directory james.mmbase.org:/tmp/cvs-serv10851/modes Modified Files: content_metadata.jsp roles.jsp Log Message: will replace this horrible tree stuff with jquery-tree See also:

[MMBASE CVS] contributions/didactor2/src/core/metainf/tags/di/core icon.tagx leaf.tagx

2009-01-09 Thread Michiel Meeuwissen
Update of /var/cvs/contributions/didactor2/src/core/metainf/tags/di/core In directory james.mmbase.org:/tmp/cvs-serv10939/metainf/tags/di/core Modified Files: leaf.tagx Added Files: icon.tagx Log Message: will replace this horrible tree stuff with jquery-tree See also:

[MMBASE CVS] contributions/didactor2/src/education/templates/education/tests buildtest.jsp

2009-01-09 Thread Michiel Meeuwissen
Update of /var/cvs/contributions/didactor2/src/education/templates/education/tests In directory james.mmbase.org:/tmp/cvs-serv12206/tests Modified Files: buildtest.jsp Log Message: will replace this horrible tree stuff with jquery-tree See also:

[MMBASE CVS] contributions/didactor2/src/education/templates/education/wizards/modes components.jsp educations.jsp

2009-01-09 Thread Michiel Meeuwissen
Update of /var/cvs/contributions/didactor2/src/education/templates/education/wizards/modes In directory james.mmbase.org:/tmp/cvs-serv12206/wizards/modes Modified Files: components.jsp educations.jsp Log Message: will replace this horrible tree stuff with jquery-tree See also:

[MMBASE CVS] contributions/didactor2/src/education/templates/education/wizards/new flashpages.jspx htmlpages.jspx learnblocks.jspx pages.jspx tests.jspx xmlcontent.jspx

2009-01-09 Thread Michiel Meeuwissen
Update of /var/cvs/contributions/didactor2/src/education/templates/education/wizards/new In directory james.mmbase.org:/tmp/cvs-serv12206/wizards/new Modified Files: flashpages.jspx htmlpages.jspx learnblocks.jspx pages.jspx tests.jspx xmlcontent.jspx Log Message: will replace

[MMBASE CVS] contributions/didactor2/src/education/templates/education/wizards/show learnblocks.jspx xmlcontent.jspx

2009-01-09 Thread Michiel Meeuwissen
Update of /var/cvs/contributions/didactor2/src/education/templates/education/wizards/show In directory james.mmbase.org:/tmp/cvs-serv12206/wizards/show Modified Files: learnblocks.jspx xmlcontent.jspx Log Message: will replace this horrible tree stuff with jquery-tree See also:

[MMBASE CVS] contributions/didactor2/src/education/templates/education/wizards learnobject.jsp newfromtree.jsp showlearnobject.jsp

2009-01-09 Thread Michiel Meeuwissen
Update of /var/cvs/contributions/didactor2/src/education/templates/education/wizards In directory james.mmbase.org:/tmp/cvs-serv12206/wizards Modified Files: learnobject.jsp newfromtree.jsp showlearnobject.jsp Log Message: will replace this horrible tree stuff with jquery-tree See

[MMBASE CVS] contributions/didactor2/src/education/templates/education/wizards index.jsp

2009-01-09 Thread Michiel Meeuwissen
Update of /var/cvs/contributions/didactor2/src/education/templates/education/wizards In directory james.mmbase.org:/tmp/cvs-serv12489 Modified Files: index.jsp Log Message: changed class of ul.tree to ul.treeview See also:

[MMBASE CVS] contributions/didactor2/src/education/templates/education/wizards/modes components.jsp content_metadata.jsp educations.jsp roles.jsp

2009-01-09 Thread Michiel Meeuwissen
Update of /var/cvs/contributions/didactor2/src/education/templates/education/wizards/modes In directory james.mmbase.org:/tmp/cvs-serv12489/modes Modified Files: components.jsp content_metadata.jsp educations.jsp roles.jsp Log Message: changed class of ul.tree to ul.treeview See also:

[MMBASE CVS] contributions/didactor2/src/education/templates/education/wizards/modes educations.jsp

2009-01-09 Thread Michiel Meeuwissen
Update of /var/cvs/contributions/didactor2/src/education/templates/education/wizards/modes In directory james.mmbase.org:/tmp/cvs-serv12782/modes Modified Files: educations.jsp Log Message: showing all educations of provider See also:

[MMBASE CVS] contributions/didactor2/src/assessment/templates/assessment stage4-problems.jspx closelesson.link.jspx evaluate.jspx matrix.div.jspx problem.item.jspx stage2-problems.jspx stage3-problem

2009-01-08 Thread Michiel Meeuwissen
Update of /var/cvs/contributions/didactor2/src/assessment/templates/assessment In directory james.mmbase.org:/tmp/cvs-serv24684 Modified Files: closelesson.link.jspx evaluate.jspx matrix.div.jspx problem.item.jspx stage2-problems.jspx stage3-problems.jspx student.jspx

[MMBASE CVS] contributions/didactor2/src/assessment/templates/assessment/css base.css

2009-01-08 Thread Michiel Meeuwissen
Update of /var/cvs/contributions/didactor2/src/assessment/templates/assessment/css In directory james.mmbase.org:/tmp/cvs-serv24684/css Modified Files: base.css Log Message: jelle See also: http://cvs.mmbase.org/viewcvs/contributions/didactor2/src/assessment/templates/assessment/css

[MMBASE CVS] contributions/didactor2/src/assessment/templates/assessment/css base.css

2009-01-08 Thread Michiel Meeuwissen
Update of /var/cvs/contributions/didactor2/src/assessment/templates/assessment/css In directory james.mmbase.org:/tmp/cvs-serv26569/css Modified Files: base.css Log Message: See also: http://cvs.mmbase.org/viewcvs/contributions/didactor2/src/assessment/templates/assessment/css

[MMBASE CVS] contributions/didactor2/src/assessment/templates/assessment closelesson.link.jspx matrix.div.jspx problem.item.jspx stage3-problems.jspx student.jspx

2009-01-08 Thread Michiel Meeuwissen
Update of /var/cvs/contributions/didactor2/src/assessment/templates/assessment In directory james.mmbase.org:/tmp/cvs-serv26569 Modified Files: closelesson.link.jspx matrix.div.jspx problem.item.jspx stage3-problems.jspx student.jspx Log Message: See also:

[MMBASE CVS] contributions/didactor2/src/assessment/templates/assessment closelesson.link.jspx problem.item.jspx stage3-problems.jspx student.jspx

2009-01-08 Thread Michiel Meeuwissen
Update of /var/cvs/contributions/didactor2/src/assessment/templates/assessment In directory james.mmbase.org:/tmp/cvs-serv27281 Modified Files: closelesson.link.jspx problem.item.jspx stage3-problems.jspx student.jspx Log Message: See also:

[MMBASE CVS] contributions/didactor2/src/assessment/templates/assessment problem.item.jspx stage3-problems.jspx

2009-01-08 Thread Michiel Meeuwissen
Update of /var/cvs/contributions/didactor2/src/assessment/templates/assessment In directory james.mmbase.org:/tmp/cvs-serv27923 Modified Files: problem.item.jspx stage3-problems.jspx Log Message: See also:

[MMBASE CVS] contributions/didactor2/src/assessment/java/nl/didactor/component/assessment LessonChecker.java

2009-01-08 Thread Michiel Meeuwissen
Update of /var/cvs/contributions/didactor2/src/assessment/java/nl/didactor/component/assessment In directory james.mmbase.org:/tmp/cvs-serv27983/assessment/java/nl/didactor/component/assessment Modified Files: LessonChecker.java Log Message: See also:

[MMBASE CVS] contributions/didactor2/src/assessment/templates/assessment closelesson.link.jspx problem.item.jspx stage3-problems.jspx stage4-problems.jspx student.jspx matrix.div.jspx

2009-01-08 Thread Michiel Meeuwissen
Update of /var/cvs/contributions/didactor2/src/assessment/templates/assessment In directory james.mmbase.org:/tmp/cvs-serv30135 Modified Files: closelesson.link.jspx problem.item.jspx stage3-problems.jspx stage4-problems.jspx student.jspx Removed Files: matrix.div.jspx

[MMBASE CVS] contributions/didactor2/src/assessment/templates/assessment matrix.div.jspx

2009-01-08 Thread Michiel Meeuwissen
Update of /var/cvs/contributions/didactor2/src/assessment/templates/assessment In directory james.mmbase.org:/tmp/cvs-serv30255 Added Files: matrix.div.jspx Log Message: See also: http://cvs.mmbase.org/viewcvs/contributions/didactor2/src/assessment/templates/assessment

<    5   6   7   8   9   10   11   12   13   14   >