From el at codespeak.net Wed Nov 5 04:58:24 2008 From: el at codespeak.net (Lynn) Date: Wed, 05 Nov 2008 04:58:24 --800 Subject: [kupu-checkins] High-quality service is guaranteed Message-ID: <49119870.8050902@codespeak.net> An HTML attachment was scrubbed... URL: http://codespeak.net/pipermail/kupu-checkins/attachments/20081105/00b7555b/attachment.htm From kupu-checkins at codespeak.net Sat Nov 8 22:26:38 2008 From: kupu-checkins at codespeak.net (kupu-checkins at codespeak.net) Date: Sat, 8 Nov 2008 22:26:38 +0100 (CET) Subject: [kupu-checkins] Thanksgiving sale started Message-ID: <20081108212638.767F0168449@codespeak.net> An HTML attachment was scrubbed... URL: http://codespeak.net/pipermail/kupu-checkins/attachments/20081108/19b466ca/attachment.htm From kupu-checkins at codespeak.net Sun Nov 9 05:26:58 2008 From: kupu-checkins at codespeak.net (kupu-checkins at codespeak.net) Date: Sun, 9 Nov 2008 05:26:58 +0100 (CET) Subject: [kupu-checkins] 110% better action in bed Message-ID: <20081109042658.712E016841D@codespeak.net> An HTML attachment was scrubbed... URL: http://codespeak.net/pipermail/kupu-checkins/attachments/20081109/2ad5b494/attachment.htm From mihxil at codespeak.net Mon Nov 10 11:54:48 2008 From: mihxil at codespeak.net (mihxil at codespeak.net) Date: Mon, 10 Nov 2008 11:54:48 +0100 (CET) Subject: [kupu-checkins] r59848 - kupu/trunk/kupu/mmbase Message-ID: <20081110105448.50067168421@codespeak.net> Author: mihxil Date: Mon Nov 10 11:54:47 2008 New Revision: 59848 Modified: kupu/trunk/kupu/mmbase/layout.js Log: made the extra space at the top of the editor configurable Modified: kupu/trunk/kupu/mmbase/layout.js ============================================================================== --- kupu/trunk/kupu/mmbase/layout.js (original) +++ kupu/trunk/kupu/mmbase/layout.js Mon Nov 10 11:54:47 2008 @@ -75,6 +75,11 @@ } } + +Layouter.prototype.topHeight = function() { + return 27; +} + Layouter.prototype.adjustMMBaseExtra = function() { var maxHeight = this.maxHeight(); xHeight('mmbase-extra', maxHeight - 3); @@ -114,7 +119,7 @@ } Layouter.prototype.adjustKupu = function () { var maxHeight = this.maxHeight(); - var maxHeightArea = maxHeight - 27; + var maxHeightArea = maxHeight - this.topHeight(); var maxWidth = this.maxWidth(); a = xGetElementsByClassName('kupu-editorframe'); @@ -134,11 +139,11 @@ Layouter.prototype.adjust = function(zoom) { if (zoom) { - Layouter.prototype.adjustZoomed(); - return; + this.adjustZoomed(); + return; } - Layouter.prototype.adjustUnzoomed(); + this.adjustUnzoomed(); var maxHeight = this.maxHeight(); var maxWidth = this.maxWidth(); From kupu-checkins at codespeak.net Tue Nov 11 00:00:33 2008 From: kupu-checkins at codespeak.net (kupu-checkins at codespeak.net) Date: Tue, 11 Nov 2008 00:00:33 +0100 (CET) Subject: [kupu-checkins] Make her grotto wet of pleasure Message-ID: <20081110230033.E8665168534@codespeak.net> An HTML attachment was scrubbed... URL: http://codespeak.net/pipermail/kupu-checkins/attachments/20081111/f8f8734c/attachment.htm From kupu-checkins at codespeak.net Tue Nov 11 04:00:07 2008 From: kupu-checkins at codespeak.net (kupu-checkins at codespeak.net) Date: Tue, 11 Nov 2008 04:00:07 +0100 (CET) Subject: [kupu-checkins] Your secrets revealed to all Message-ID: <20081111030007.5AA2E16850C@codespeak.net> An HTML attachment was scrubbed... URL: http://codespeak.net/pipermail/kupu-checkins/attachments/20081111/0f1a8ef6/attachment.htm From kupu-checkins at codespeak.net Tue Nov 11 07:52:36 2008 From: kupu-checkins at codespeak.net (kupu-checkins at codespeak.net) Date: Tue, 11 Nov 2008 07:52:36 +0100 (CET) Subject: [kupu-checkins] Doctor Q&A Terrance Stiles Message-ID: <20081111065236.41BCF168507@codespeak.net> An HTML attachment was scrubbed... URL: http://codespeak.net/pipermail/kupu-checkins/attachments/20081111/90ed99b0/attachment.htm From kupu-checkins at codespeak.net Tue Nov 11 15:23:03 2008 From: kupu-checkins at codespeak.net (kupu-checkins at codespeak.net) Date: Tue, 11 Nov 2008 15:23:03 +0100 (CET) Subject: [kupu-checkins] Someone sent us your home video Message-ID: <20081111142303.8AF1016855D@codespeak.net> An HTML attachment was scrubbed... URL: http://codespeak.net/pipermail/kupu-checkins/attachments/20081111/ad4993ed/attachment.htm From kupu-checkins at codespeak.net Tue Nov 11 19:47:15 2008 From: kupu-checkins at codespeak.net (kupu-checkins at codespeak.net) Date: Tue, 11 Nov 2008 19:47:15 +0100 (CET) Subject: [kupu-checkins] Even presidents use it Message-ID: <20081111184715.4A147168073@codespeak.net> An HTML attachment was scrubbed... URL: http://codespeak.net/pipermail/kupu-checkins/attachments/20081111/4be55480/attachment.htm From hannosch at codespeak.net Thu Nov 13 13:47:27 2008 From: hannosch at codespeak.net (hannosch at codespeak.net) Date: Thu, 13 Nov 2008 13:47:27 +0100 (CET) Subject: [kupu-checkins] r59900 - in kupu/trunk/kupu: common/kupudrawers doc Message-ID: <20081113124727.BAE69168415@codespeak.net> Author: hannosch Date: Thu Nov 13 13:47:25 2008 New Revision: 59900 Modified: kupu/trunk/kupu/common/kupudrawers/drawer.xsl kupu/trunk/kupu/doc/CHANGES.txt Log: Changed the default titlelength for cropping titles in the link drawer to 255 instead of 60. Modified: kupu/trunk/kupu/common/kupudrawers/drawer.xsl ============================================================================== --- kupu/trunk/kupu/common/kupudrawers/drawer.xsl (original) +++ kupu/trunk/kupu/common/kupudrawers/drawer.xsl Thu Nov 13 13:47:25 2008 @@ -56,7 +56,7 @@ - + Insert Image Modified: kupu/trunk/kupu/doc/CHANGES.txt ============================================================================== --- kupu/trunk/kupu/doc/CHANGES.txt (original) +++ kupu/trunk/kupu/doc/CHANGES.txt Thu Nov 13 13:47:25 2008 @@ -4,6 +4,9 @@ - ? + - Changed the default titlelength for cropping titles in the link drawer to + 255 instead of 60. + - Correct dependency for the Plone egg. - Plone tickets From mihxil at codespeak.net Mon Nov 17 12:16:32 2008 From: mihxil at codespeak.net (mihxil at codespeak.net) Date: Mon, 17 Nov 2008 12:16:32 +0100 (CET) Subject: [kupu-checkins] r59953 - kupu/trunk/kupu/mmbase Message-ID: <20081117111632.BD4BC16806B@codespeak.net> Author: mihxil Date: Mon Nov 17 12:16:32 2008 New Revision: 59953 Modified: kupu/trunk/kupu/mmbase/layout.js (contents, props changed) Log: added header only Modified: kupu/trunk/kupu/mmbase/layout.js ============================================================================== --- kupu/trunk/kupu/mmbase/layout.js (original) +++ kupu/trunk/kupu/mmbase/layout.js Mon Nov 17 12:16:32 2008 @@ -1,3 +1,7 @@ +/** + * @author Michiel Meeuwissen + * @version $Id$ + */ function Layouter() { }