<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.comp.web.kss.devel">
    <title>gmane.comp.web.kss.devel</title>
    <link>http://blog.gmane.org/gmane.comp.web.kss.devel</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.kss.devel/656"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.kss.devel/651"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.kss.devel/643"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.kss.devel/641"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.kss.devel/633"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.kss.devel/631"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.kss.devel/628"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.kss.devel/627"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.kss.devel/624"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.kss.devel/623"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.kss.devel/656">
    <title>(no subject)</title>
    <link>http://comments.gmane.org/gmane.comp.web.kss.devel/656</link>
    <description>&lt;pre&gt;
. http://ral-house.com/healthy-1.html?nuyahooID=33qi2
&lt;/pre&gt;</description>
    <dc:creator>nicola senno</dc:creator>
    <dc:date>2012-02-14T08:53:47</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.kss.devel/651">
    <title>(no subject)</title>
    <link>http://comments.gmane.org/gmane.comp.web.kss.devel/651</link>
    <description>&lt;pre&gt;
hello! http://cittadelparco.it/happyear.html?agfriend=y5yk3
&lt;/pre&gt;</description>
    <dc:creator>nicola senno</dc:creator>
    <dc:date>2011-12-29T10:58:37</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.kss.devel/643">
    <title>New kss.core releases to fix Firefox 4 compatibilityissues in dom2?</title>
    <link>http://comments.gmane.org/gmane.comp.web.kss.devel/643</link>
    <description>&lt;pre&gt;Hi all,

I did a change in kss.core a month ago to update the included base2 
javascript to version 1.0.2. This makes kss on Plone 3 work with Firefox 
4.  See ticket http://dev.plone.org/plone/ticket/11650 for more info.  
As noted in that ticket this possibly reintroduces the problem from 
ticket http://dev.plone.org/plone/ticket/9050, but I could not reproduce 
that with any patched, unpatched or new version of the dom2 code.

Can someone make a new release of the 1.4 branch and trunk?

Note that you can also try it out by using this package, a custom 
release of the current 1.4 branch that we at Zest are now using for a 
few customers:
http://pypi.zestsoftware.nl/public/kss.core-1.4.10-zest-2.tar.gz

Cheers,

&lt;/pre&gt;</description>
    <dc:creator>Maurits van Rees</dc:creator>
    <dc:date>2011-07-11T12:21:23</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.kss.devel/641">
    <title>Odds and ends with IE8 and an old FF w Firebug</title>
    <link>http://comments.gmane.org/gmane.comp.web.kss.devel/641</link>
    <description>&lt;pre&gt;I'm working on a plone site, tracking down some JavaScript problems
that seem to be associated with kukit, and am hoping for some
guidance.  This is using the kss.core-1.6.1 egg that gets installed on
plone-4.0.5, should that be relevant.

Problem 1:

This is the more important, to us, problem.

One must be logged into the plone site to see this problem (thus kss
is (trying to be) active).

In IE 8 (not in IE 9, FF, Safari) code bound into kukit(-src).js from
the effects plugin.js invokes Element.extend(), but Element.extend is
undefined at this time.  In IE 8, at least, when this bombs, it
prevents all further JavaScripts from running, leading to the failure
of other custom features on our site, in addition, I presume to kss.

It is conceivable that some other JS has gotten deleted from the site.
 So my first question here is, what is supposed to add the extend
method to Element?  Or are there other thoughts as to where I should
look?

Problem 2:

++resource++kukit.js is being delivered with the code from
kukit/kukit/utils.js before the code from kukit/kukit/kukit.js.
utils.js adds kukit.bootstrap as an event listener for load on window
(utils.js line 580).  But since kukit/kukit/kukit.js has not been
processed yet (coming later in ++resource++kukit.js), kukit.bootstrap
is not yet defined.  I'm pretty sure that manages to prevent the rest
of ++resource++kukit.js from being processed.  At least I never hit
the breakpoint I've placed on the next executable line after the call
to ut.registerEventListener().

So I'd like to know whether the order of the content of
++resource++kukit.js is expected to be some particular order, and if
so, how is it intended to be controlled.  Or if there is a desired
order, what is it?

Thanks in advance, Bill
&lt;/pre&gt;</description>
    <dc:creator>Bill Freeman</dc:creator>
    <dc:date>2011-06-23T20:28:03</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.kss.devel/633">
    <title>kss and firefox 4 RC</title>
    <link>http://comments.gmane.org/gmane.comp.web.kss.devel/633</link>
    <description>&lt;pre&gt;Hi,

kss works with firefox4 rc?

It works with beta version but not with firefox 4 rc.

I get messages like

Fehler: can't convert null to object
Quelldatei: /base2-dom-fp.js
Zeile: 2

Fehler: base2.DOM is undefined
Quelldatei: /kukit.js
Zeile: 181

Fehler: uncaught exception: [Exception... "Component returned failure
code: 0x804b0002 (NS_BINDING_ABORTED)
[nsIStreamListener.onDataAvailable]"  nsresult: "0x804b0002
(NS_BINDING_ABORTED)"  location: "JS frame ::
chrome://yslow/content/yslow-firefox-net.js :: &amp;lt;TOP_LEVEL&amp;gt; :: line
476"  data: no]

Fehler: kukit.rm is undefined
Quelldatei: /kukit.js
Zeile: 3

Any Ideas?

&lt;/pre&gt;</description>
    <dc:creator>Vladislav Vorobiev</dc:creator>
    <dc:date>2011-03-21T09:01:28</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.kss.devel/631">
    <title>__unicode__, __string__ python2.7</title>
    <link>http://comments.gmane.org/gmane.comp.web.kss.devel/631</link>
    <description>&lt;pre&gt;hi,

my method ist simple

startKSSCommands(self, request) # boilerplate
kss = getKSSCommandSet('core')
kss.replaceInnerHTML('#main', con)
return renderKSSCommands()

Traceback (innermost last):
  Module ZPublisher.Publish, line 126, in publish
  Module ZPublisher.mapply, line 77, in mapply
  Module ZPublisher.Publish, line 46, in call_object
  Module Products.vavportals.vavportals, line 2387, in listKss
  Module kss.core.plugins.core.commands, line 32, in replaceInnerHTML
  Module kss.core.commands, line 140, in addHtmlParam
  Module kss.core.parsers, line 84, in __call__
  Module kss.core.BeautifulSoup, line 516, in __unicode__
  Module kss.core.BeautifulSoup, line 595, in __str__
  Module kss.core.BeautifulSoup, line 630, in renderContents
  Module kss.core.BeautifulSoup, line 393, in __str__
  Module kss.core.BeautifulSoup, line 367, in __unicode__

Im am using zope2.13a and python27. This error is depending an the output.
Anybody knows what does mean  this exeption?


&lt;/pre&gt;</description>
    <dc:creator>Vladislav Vorobiev</dc:creator>
    <dc:date>2010-09-06T13:37:56</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.kss.devel/628">
    <title>problems after migration</title>
    <link>http://comments.gmane.org/gmane.comp.web.kss.devel/628</link>
    <description>&lt;pre&gt;Hello,
I'm having problems with a kss viewlet that I built.  It has been  
running on Plone 3.1.7 for over a year.  We are trying to migrate the  
site to Plone 3.3.5 and have found the kss no longer works.  Was there  
some major change in the last year that may have caused this break?

I've been banging my head on this for a couple of days and am having  
real trouble finding a cause.  Any ideas?

Craig

&lt;/pre&gt;</description>
    <dc:creator>Craig Swank</dc:creator>
    <dc:date>2010-08-09T14:07:14</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.kss.devel/627">
    <title>Ankit Avasthi wants to stay in touch on LinkedIn</title>
    <link>http://comments.gmane.org/gmane.comp.web.kss.devel/627</link>
    <description>&lt;pre&gt;&lt;/pre&gt;</description>
    <dc:creator>Ankit Avasthi</dc:creator>
    <dc:date>2010-02-04T04:46:38</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.kss.devel/624">
    <title>How to send an multipart/form-data formular and not aapplication/x-www-form-urlencoded(standart)</title>
    <link>http://comments.gmane.org/gmane.comp.web.kss.devel/624</link>
    <description>&lt;pre&gt;Hello!

I need to send an  Formular with Content-Type „ multipart/form-data“.
The File that I send is a image. Kss send it as a string.

Kss send something like this.
Content-Type: application/x-www-form-urlencoded; charset=UTF-8

form.image=1.JPG

It must be like this.

Content-Type: multipart/form-data;
Content-Disposition: form-data; name="form.image"; filename="1.JPG"

Content-Type: image/jpeg

ÿØÿàCONTENTCONTENTCONTENT_DATA.

My kss:

#bla:click {
   evt-click-preventdefault: true;
   evt-click-allowbubbling: true;
   action-server: testKss;
   testKss-kssSubmitForm: currentForm();
}

My form:

&amp;lt;form id="zc.page.browser_form" class="edit-form"
enctype="multipart/form-data" method="post" action="/action"&amp;gt;

&amp;lt;input type="file" size="20" name="form.image" id="form.image"
class="fileType"/&amp;gt;

&amp;lt;input type=“submit“ id=“bla“ /&amp;gt;
&amp;lt;/form&amp;gt;

How I can tell KSS to send my form  multipart/form-data? Can't find
this feature in  in the Doku.

&lt;/pre&gt;</description>
    <dc:creator>Vladislav Vorobiev</dc:creator>
    <dc:date>2010-01-19T14:43:18</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.kss.devel/623">
    <title>appendHTML command not found</title>
    <link>http://comments.gmane.org/gmane.comp.web.kss.devel/623</link>
    <description>&lt;pre&gt;Hello,

a construction
core=getKSSCommandSet('core').appendHTML('#descrLong', 'AAA')

returns an error:

AttributeError: KSSCoreCommands instance has no attribute 'appendHTML'

appendHTML ist defined in the api
http://codespeak.net/svn/kukit/docs/introducing_kss/trunk/3-shipped-kss-plugins.txt

Any Ideas?

Vlad
&lt;/pre&gt;</description>
    <dc:creator>Vladislav Vorobiev</dc:creator>
    <dc:date>2009-10-30T14:23:28</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.web.kss.devel">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.web.kss.devel</link>
  </textinput>
</rdf:RDF>

