[zone] - [lenya.trunk.update] lenya-trunk tests failed

2007-07-24 Thread dev
At lenya.zones.apache.org [lenya.trunk.update] lenya-trunk tests failed Please help to fix the tests. ATM most of them fail because they are empty. See logfile: http://lenya.zones.apache.org/log/lenya.trunk.update.log - To uns

Re: svn commit: r558075 - in /lenya/trunk/src/modules: editors/resources/javascript/ editors/resources/javascript/disablebackspace.js fckeditor/usecases/fckeditor.jx

2007-07-24 Thread Richard Frovarp
Thomas Comiotto wrote: of registering those events/properties. But from what you're saying, that can't be done. Unless I put the events on the window I guess. Yes, register your handler with the window e.g. window.addEventListener("keypress", new KeypressHandler(), false); This will call Ke

Re: svn commit: r558075 - in /lenya/trunk/src/modules: editors/resources/javascript/ editors/resources/javascript/disablebackspace.js fckeditor/usecases/fckeditor.jx

2007-07-24 Thread Thomas Comiotto
of registering those events/properties. But from what you're saying, that can't be done. Unless I put the events on the window I guess. Yes, register your handler with the window e.g. window.addEventListener("keypress", new KeypressHandler(), false); This will call KeypressHandler's han

Re: svn commit: r558075 - in /lenya/trunk/src/modules: editors/resources/javascript/ editors/resources/javascript/disablebackspace.js fckeditor/usecases/fckeditor.jx

2007-07-24 Thread Richard Frovarp
Thomas Comiotto wrote: On Jul 24, 2007, at 9:48 PM, Richard Frovarp wrote: Thomas Comiotto wrote: That one works now. Previously I was getting it has no properties or something like that and on an alert it came back undefined. If I do document.getElementsByTagName('body')[0].onkeydown = fun

Re: svn commit: r558075 - in /lenya/trunk/src/modules: editors/resources/javascript/ editors/resources/javascript/disablebackspace.js fckeditor/usecases/fckeditor.jx

2007-07-24 Thread Thomas Comiotto
On Jul 24, 2007, at 9:48 PM, Richard Frovarp wrote: Thomas Comiotto wrote: That one works now. Previously I was getting it has no properties or something like that and on an alert it came back undefined. If I do document.getElementsByTagName('body')[0].onkeydown = functionname, I can see

Re: svn commit: r558075 - in /lenya/trunk/src/modules: editors/resources/javascript/ editors/resources/javascript/disablebackspace.js fckeditor/usecases/fckeditor.jx

2007-07-24 Thread Richard Frovarp
Thomas Comiotto wrote: That one works now. Previously I was getting it has no properties or something like that and on an alert it came back undefined. If I do document.getElementsByTagName('body')[0].onkeydown = functionname, I can see it is registered using Firebug. However, having an alert/

[Lenya Wiki] Update of "GenericEditorAPI" by JörnN ettingsmeier

2007-07-24 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Lenya Wiki" for change notification. The following page has been changed by JörnNettingsmeier: http://wiki.apache.org/lenya/GenericEditorAPI --

Re: svn commit: r558075 - in /lenya/trunk/src/modules: editors/resources/javascript/ editors/resources/javascript/disablebackspace.js fckeditor/usecases/fckeditor.jx

2007-07-24 Thread Markus Angst
Richard Frovarp wrote: > Markus Angst wrote: >> Jörn Nettingsmeier wrote: >> >>> Richard Frovarp wrote: >>> > See http://www.scottandrew.com/weblog/articles/cbs-events. This > approach has > worked for us for years. > > Hope this helps. > Markus Angst > >

Re: svn commit: r558075 - in /lenya/trunk/src/modules: editors/resources/javascript/ editors/resources/javascript/disablebackspace.js fckeditor/usecases/fckeditor.jx

2007-07-24 Thread Richard Frovarp
Markus Angst wrote: Jörn Nettingsmeier wrote: Richard Frovarp wrote: See http://www.scottandrew.com/weblog/articles/cbs-events. This approach has worked for us for years. Hope this helps. Markus Angst Okay, I was able to do this under Firefox: window.addEventListener('lo

Re: svn commit: r558075 - in /lenya/trunk/src/modules: editors/resources/javascript/ editors/resources/javascript/disablebackspace.js fckeditor/usecases/fckeditor.jx

2007-07-24 Thread Thomas Comiotto
That one works now. Previously I was getting it has no properties or something like that and on an alert it came back undefined. If I do document.getElementsByTagName('body')[0].onkeydown = functionname, I can see it is registered using Firebug. However, having an alert/breakpoint for even

[Lenya Wiki] Update of "GenericEditorAPI" by JörnN ettingsmeier

2007-07-24 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Lenya Wiki" for change notification. The following page has been changed by JörnNettingsmeier: http://wiki.apache.org/lenya/GenericEditorAPI --

Re: svn commit: r558075 - in /lenya/trunk/src/modules: editors/resources/javascript/ editors/resources/javascript/disablebackspace.js fckeditor/usecases/fckeditor.jx

2007-07-24 Thread Richard Frovarp
Jörn Nettingsmeier wrote: Richard Frovarp wrote: See http://www.scottandrew.com/weblog/articles/cbs-events. This approach has worked for us for years. Hope this helps. Markus Angst Okay, I was able to do this under Firefox: window.addEventListener('load',LenyaDisableBackspace,false); wh

Re: svn commit: r558075 - in /lenya/trunk/src/modules: editors/resources/javascript/ editors/resources/javascript/disablebackspace.js fckeditor/usecases/fckeditor.jx

2007-07-24 Thread Markus Angst
Jörn Nettingsmeier wrote: > Richard Frovarp wrote: >>> See http://www.scottandrew.com/weblog/articles/cbs-events. This >>> approach has >>> worked for us for years. >>> >>> Hope this helps. >>> Markus Angst >>> >> Okay, I was able to do this under Firefox: >> >> window.addEventListener('load',L

Re: svn commit: r558075 - in /lenya/trunk/src/modules: editors/resources/javascript/ editors/resources/javascript/disablebackspace.js fckeditor/usecases/fckeditor.jx

2007-07-24 Thread Jörn Nettingsmeier
Richard Frovarp wrote: See http://www.scottandrew.com/weblog/articles/cbs-events. This approach has worked for us for years. Hope this helps. Markus Angst Okay, I was able to do this under Firefox: window.addEventListener('load',LenyaDisableBackspace,fa lse); which won't work in IE iiuc

[Lenya Wiki] Update of "GenericEditorAPI" by JörnN ettingsmeier

2007-07-24 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Lenya Wiki" for change notification. The following page has been changed by JörnNettingsmeier: http://wiki.apache.org/lenya/GenericEditorAPI --

Re: svn commit: r558075 - in /lenya/trunk/src/modules: editors/resources/javascript/ editors/resources/javascript/disablebackspace.js fckeditor/usecases/fckeditor.jx

2007-07-24 Thread Richard Frovarp
Markus Angst wrote: Joern Nettingsmeier wrote: Joern Nettingsmeier again spoke too soon when he wrote: Good idea. I'm not that familiar with javascript. I am unable to get it to work on body. I can get it to work on document however. Not sure there is much of a difference in this insta

Re: insertAsset revisited...

2007-07-24 Thread Jörn Nettingsmeier
can anyone explain why the usecase that insertAsset delegates to (tab.assets) is configurable? i've grepped through the sources, and everybody uses the same usecase. -- Jörn Nettingsmeier Kurt is up in heaven now. - To unsub

insertAsset revisited...

2007-07-24 Thread Jörn Nettingsmeier
hi everyone! i'm just playing around with a batch of Grand Unified Editor Usecases... as mentioned before, my goal is to have generic editor helper usecases in the editors module, which can then be used by all editors. i've done a prototype implementation of insertLink, using most of the old

Re: svn commit: r558075 - in /lenya/trunk/src/modules: editors/resources/javascript/ editors/resources/javascript/disablebackspace.js fckeditor/usecases/fckeditor.jx

2007-07-24 Thread Markus Angst
Joern Nettingsmeier wrote: > Joern Nettingsmeier again spoke too soon when he wrote: >>> Good idea. I'm not that familiar with javascript. I am unable to get >>> it to work on body. I can get it to work on document however. Not sure >>> there is much of a difference in this instance between the t

Re: svn commit: r558075 - in /lenya/trunk/src/modules: editors/resources/javascript/ editors/resources/javascript/disablebackspace.js fckeditor/usecases/fckeditor.jx

2007-07-24 Thread Joern Nettingsmeier
Joern Nettingsmeier again spoke too soon when he wrote: Good idea. I'm not that familiar with javascript. I am unable to get it to work on body. I can get it to work on document however. Not sure there is much of a difference in this instance between the two values. i've done some experiments

DO NOT REPLY [Bug 42960] - Site tab doesn't work because Paste can't get clipboard

2007-07-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Re: svn commit: r558075 - in /lenya/trunk/src/modules: editors/resources/javascript/ editors/resources/javascript/disablebackspace.js fckeditor/usecases/fckeditor.jx

2007-07-24 Thread Joern Nettingsmeier
Richard Frovarp wrote: Jörn Nettingsmeier wrote: [EMAIL PROTECTED] wrote: Author: rfrovarp Date: Fri Jul 20 10:53:59 2007 New Revision: 558075 URL: http://svn.apache.org/viewvc?view=rev&rev=558075 Log: Prevents backspace in browsers from making the browser to go back a page. very useful. i

Re: svn commit: r558075 - in /lenya/trunk/src/modules: editors/resources/javascript/ editors/resources/javascript/disablebackspace.js fckeditor/usecases/fckeditor.jx

2007-07-24 Thread Richard Frovarp
Jörn Nettingsmeier wrote: [EMAIL PROTECTED] wrote: Author: rfrovarp Date: Fri Jul 20 10:53:59 2007 New Revision: 558075 URL: http://svn.apache.org/viewvc?view=rev&rev=558075 Log: Prevents backspace in browsers from making the browser to go back a page. very useful. i had never encountered th

DO NOT REPLY [Bug 42960] - Site tab doesn't work because Paste can't get clipboard

2007-07-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 42960] - Site tab doesn't work because Paste can't get clipboard

2007-07-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 42960] - Site tab doesn't work because Paste can't get clipboard

2007-07-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 42960] - Site tab doesn't work because Paste can't get clipboard

2007-07-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 42960] - Site tab doesn't work because Paste can't get clipboard

2007-07-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 42960] - Site tab doesn't work because Paste can't get clipboard

2007-07-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 42960] - Site tab doesn't work because Paste can't get clipboard

2007-07-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

[zone] - [lenya.trunk.update] lenya-trunk tests failed

2007-07-24 Thread dev
At lenya.zones.apache.org [lenya.trunk.update] lenya-trunk tests failed Please help to fix the tests. ATM most of them fail because they are empty. See logfile: http://lenya.zones.apache.org/log/lenya.trunk.update.log - To uns

Re: Release guideline proposal

2007-07-24 Thread Andreas Hartmann
Andreas Hartmann schrieb: > Hi Lenya devs, > > a major bug on our todo list for 2.0 RC1 is the lack of consolidated > release guidelines. I started a draft in the Wiki: > > http://wiki.apache.org/lenya/ProposalReleaseGuidelines > > Please review (especially the section about test success or fail

[Lenya Wiki] Update of "MeetingFreiburg2007" by AndreasHartmann

2007-07-24 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Lenya Wiki" for change notification. The following page has been changed by AndreasHartmann: http://wiki.apache.org/lenya/MeetingFreiburg2007 --

DO NOT REPLY [Bug 42960] - Site tab doesn't work because Paste can't get clipboard

2007-07-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 42960] - Site tab doesn't work because Paste can't get clipboard

2007-07-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 42960] - Site tab doesn't work because Paste can't get clipboard

2007-07-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 42960] - Site tab doesn't work because Paste can't get clipboard

2007-07-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 42960] - Site tab doesn't work because Paste can't get clipboard

2007-07-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 42960] - Site tab doesn't work because Paste can't get clipboard

2007-07-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 42960] - Site tab doesn't work because Paste can't get clipboard

2007-07-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu