<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <id>http://groups.google.com/group/prototype-core</id>
  <title type="text">Prototype: Core Google Group</title>
  <subtitle type="text">
  Discussion list for Prototype core development. Usage questions should be asked in the Prototype &amp; script.aculo.us mailing list: http://groups.google.com/group/prototype-scriptaculous/
  </subtitle>
  <link href="/group/prototype-core/feed/atom_v1_0_msgs.xml" rel="self" title="Prototype: Core feed"/>
  <updated>2009-11-24T10:54:27Z</updated>
  <generator uri="http://groups.google.com" version="1.99">Google Groups</generator>
  <entry>
  <author>
  <name>Tobie Langel</name>
  <email>tobie.lan...@gmail.com</email>
  </author>
  <updated>2009-11-24T10:54:27Z</updated>
  <id>http://groups.google.com/group/prototype-core/browse_thread/thread/b88e41f2e472dae8/0788a30f0807363f?show_docid=0788a30f0807363f</id>
  <link href="http://groups.google.com/group/prototype-core/browse_thread/thread/b88e41f2e472dae8/0788a30f0807363f?show_docid=0788a30f0807363f"/>
  <title type="text">Re: Support full HTML set in (un)escapeHTML</title>
  <summary type="html" xml:space="preserve">
  We previously used different variants of that and moved away from it. &lt;br&gt; &lt;p&gt;It&#39;s slow and full of inconsistencies across browsers.
  </summary>
  </entry>
  <entry>
  <author>
  <name>disccomp</name>
  <email>discc...@gmail.com</email>
  </author>
  <updated>2009-11-24T00:37:00Z</updated>
  <id>http://groups.google.com/group/prototype-core/browse_thread/thread/b88e41f2e472dae8/5318802b78686fe6?show_docid=5318802b78686fe6</id>
  <link href="http://groups.google.com/group/prototype-core/browse_thread/thread/b88e41f2e472dae8/5318802b78686fe6?show_docid=5318802b78686fe6"/>
  <title type="text">Re: Support full HTML set in (un)escapeHTML</title>
  <summary type="html" xml:space="preserve">
  How about this sweet little scripty I found[1], call it a textarea &lt;br&gt; hack: &lt;br&gt; &lt;p&gt;function html_entity_decode(str) { &lt;br&gt; var ta=document.createElement(&amp;quot;tex tarea&amp;quot;); &lt;br&gt; ta.innerHTML=str.replace(/&amp;lt;/g, &amp;quot;&amp;amp;lt;&amp;quot;).replace(/&amp;gt;/g,&amp;quot;&amp;amp;gt;&amp;quot;); &lt;br&gt; return ta.value; &lt;br&gt; &lt;p&gt;[1] &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://javascript.internet.com/snippets/convert-html-entities.html#&quot;&gt;[link]&lt;/a&gt;
  </summary>
  </entry>
  <entry>
  <author>
  <name>Arjen Nienhuis</name>
  <email>a.g.nienh...@gmail.com</email>
  </author>
  <updated>2009-11-23T23:39:11Z</updated>
  <id>http://groups.google.com/group/prototype-core/browse_thread/thread/5ee4f7a103d5d45f/45011ce3f1149d5c?show_docid=45011ce3f1149d5c</id>
  <link href="http://groups.google.com/group/prototype-core/browse_thread/thread/5ee4f7a103d5d45f/45011ce3f1149d5c?show_docid=45011ce3f1149d5c"/>
  <title type="text">Re: [Prototype-core] Re: Extra underscore in Ajax.Request.parameters</title>
  <summary type="html" xml:space="preserve">
  You&#39;re right: it&#39;s POST not GET: &lt;br&gt; &lt;p&gt; if (params = Object.toQueryString(params)) { &lt;br&gt; if (this.method == &#39;get&#39;) &lt;br&gt; this.url += (this.url.include(&#39;?&#39;) ? &#39;&amp;amp;&#39; : &#39;?&#39;) + params; &lt;br&gt; else if (/Konqueror|Safari|KHTML/.test (navigator.userAgent)) &lt;br&gt; params += &#39;&amp;amp;_=&#39;; &lt;br&gt; } &lt;br&gt; &lt;p&gt;But it&#39;s not empty POST bodies as it&#39;s only added if params != &amp;quot;&amp;quot;.
  </summary>
  </entry>
  <entry>
  <author>
  <name>kangax</name>
  <email>kan...@gmail.com</email>
  </author>
  <updated>2009-11-23T16:51:06Z</updated>
  <id>http://groups.google.com/group/prototype-core/browse_thread/thread/5ee4f7a103d5d45f/c355485d74bee3de?show_docid=c355485d74bee3de</id>
  <link href="http://groups.google.com/group/prototype-core/browse_thread/thread/5ee4f7a103d5d45f/c355485d74bee3de?show_docid=c355485d74bee3de"/>
  <title type="text">Re: Extra underscore in Ajax.Request.parameters</title>
  <summary type="html" xml:space="preserve">
  So you don&#39;t know which version it is, but you know that it&#39;s not used &lt;br&gt; any more? Sorry, I&#39;m not following such logic. &lt;br&gt; &lt;p&gt;From what I remember, it was Safari 2.x that had problems with empty &lt;br&gt; POST bodies. We still support Safari 2.0.4 (but not any other lower &lt;br&gt; version of 2.x), so if 2.0.4 is affected by this bug, we can&#39;t just
  </summary>
  </entry>
  <entry>
  <author>
  <name>Jim Higson</name>
  <email>jim.hig...@igindex.co.uk</email>
  </author>
  <updated>2009-11-23T10:01:57Z</updated>
  <id>http://groups.google.com/group/prototype-core/browse_thread/thread/8c63f740c20cb9d1/d7a2c9506decc523?show_docid=d7a2c9506decc523</id>
  <link href="http://groups.google.com/group/prototype-core/browse_thread/thread/8c63f740c20cb9d1/d7a2c9506decc523?show_docid=d7a2c9506decc523"/>
  <title type="text">Sprockets quesion</title>
  <summary type="html" xml:space="preserve">
  Hi, &lt;br&gt; &lt;p&gt;Sorry if this isn&#39;t the right place to discuss sprockets. &lt;br&gt; &lt;p&gt;If I want to list dependent files in order, but not concatenate them, is that possible with command line sprocketize? &lt;br&gt; &lt;p&gt;This is so I can set up a project to allow concatenated or non-concatenated js to be used, but still use the dependency management. The later case is for debugging etc.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Alexander von Loeffelholz</name>
  <email>aloef...@gmail.com</email>
  </author>
  <updated>2009-11-21T12:03:20Z</updated>
  <id>http://groups.google.com/group/prototype-core/browse_thread/thread/f0fce95fba781834/37432de50114607c?show_docid=37432de50114607c</id>
  <link href="http://groups.google.com/group/prototype-core/browse_thread/thread/f0fce95fba781834/37432de50114607c?show_docid=37432de50114607c"/>
  <title type="text">Who is using Prototype another prominent Company</title>
  <summary type="html" xml:space="preserve">
  Hey Guys! &lt;br&gt; &lt;p&gt;Thanks for your good work!! &lt;br&gt; &lt;p&gt;Just wanted to say that another prominent user of prototype is Palm. &lt;br&gt; They use it as their base for Mojo SDK and webOS. &lt;br&gt; &lt;p&gt;best regards, &lt;br&gt; &lt;p&gt;Alex
  </summary>
  </entry>
  <entry>
  <author>
  <name>Arjen Nienhuis</name>
  <email>a.g.nienh...@gmail.com</email>
  </author>
  <updated>2009-11-20T02:39:34Z</updated>
  <id>http://groups.google.com/group/prototype-core/browse_thread/thread/5ee4f7a103d5d45f/1ea8ccdeac2e21b1?show_docid=1ea8ccdeac2e21b1</id>
  <link href="http://groups.google.com/group/prototype-core/browse_thread/thread/5ee4f7a103d5d45f/1ea8ccdeac2e21b1?show_docid=1ea8ccdeac2e21b1"/>
  <title type="text">Extra underscore in Ajax.Request.parameters</title>
  <summary type="html" xml:space="preserve">
  Hi, &lt;br&gt; &lt;p&gt;Prototype adds a extra parameter &amp;amp;_= to every GET Ajax.Request done by &lt;br&gt; any WebKit browser. This is done to fix a bug in an old version of &lt;br&gt; Safari. &lt;br&gt; &lt;p&gt;I&#39;d like to see this feature removed for these reasons: &lt;br&gt; &lt;p&gt;- That version is of Safari is not used any more. (which version was it anyway?) &lt;br&gt; - It breaks my server side code
  </summary>
  </entry>
  <entry>
  <author>
  <name>Tobie Langel</name>
  <email>tobie.lan...@gmail.com</email>
  </author>
  <updated>2009-11-21T23:53:49Z</updated>
  <id>http://groups.google.com/group/prototype-core/browse_thread/thread/b88e41f2e472dae8/7cada54591f60626?show_docid=7cada54591f60626</id>
  <link href="http://groups.google.com/group/prototype-core/browse_thread/thread/b88e41f2e472dae8/7cada54591f60626?show_docid=7cada54591f60626"/>
  <title type="text">Re: Support full HTML set in (un)escapeHTML</title>
  <summary type="html" xml:space="preserve">
  Good point (and sorry if the tone of my earlier post came out wrong, &lt;br&gt; that wasn&#39;t my intention). &lt;br&gt; &lt;p&gt;There&#39;s indeed a number of entities which are part of the HTL 4.01 spec &lt;br&gt; [1]. &lt;br&gt; &lt;p&gt;It&#39;s legitimate to want to be able to convert those, notably when &lt;br&gt; dealing with legacy or external content. &lt;br&gt; &lt;p&gt;However, given the sheer size of the code compared its usage (now that
  </summary>
  </entry>
  <entry>
  <author>
  <name>T.J. Crowder</name>
  <email>t...@crowdersoftware.com</email>
  </author>
  <updated>2009-11-21T22:28:43Z</updated>
  <id>http://groups.google.com/group/prototype-core/browse_thread/thread/b88e41f2e472dae8/1e24b23e4dfddf11?show_docid=1e24b23e4dfddf11</id>
  <link href="http://groups.google.com/group/prototype-core/browse_thread/thread/b88e41f2e472dae8/1e24b23e4dfddf11?show_docid=1e24b23e4dfddf11"/>
  <title type="text">Re: Support full HTML set in (un)escapeHTML</title>
  <summary type="html" xml:space="preserve">
  Tobie, &lt;br&gt; &lt;p&gt;That&#39;s rather flip, don&#39;t you think? How does character encoding &lt;br&gt; choice solve &amp;amp;quot; or &amp;amp;nbsp;? &lt;br&gt; &lt;p&gt;These entities are valid HTML, regardless of character encoding. There &lt;br&gt; are sometimes very good reasons for using them. It&#39;s fine to say &lt;br&gt; String#unescapeHTML won&#39;t handle these because it&#39;s too big a problem
  </summary>
  </entry>
  <entry>
  <author>
  <name>disccomp</name>
  <email>discc...@gmail.com</email>
  </author>
  <updated>2009-11-21T15:05:42Z</updated>
  <id>http://groups.google.com/group/prototype-core/browse_thread/thread/b88e41f2e472dae8/8cc935c13b6b023e?show_docid=8cc935c13b6b023e</id>
  <link href="http://groups.google.com/group/prototype-core/browse_thread/thread/b88e41f2e472dae8/8cc935c13b6b023e?show_docid=8cc935c13b6b023e"/>
  <title type="text">Re: Support full HTML set in (un)escapeHTML</title>
  <summary type="html" xml:space="preserve">
  Is it possible to manipulate the encoding of a string to convert HTML &lt;br&gt; entities? I&#39;m trying to display the string in the title attribute of &lt;br&gt; an anchor. I&#39;m using PJSON to get rss feeds from google&#39;s feed API, so &lt;br&gt; I have no ability to preprocess the data.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Tobie Langel</name>
  <email>tobie.lan...@gmail.com</email>
  </author>
  <updated>2009-11-21T01:10:24Z</updated>
  <id>http://groups.google.com/group/prototype-core/browse_thread/thread/b88e41f2e472dae8/c46393ccd61dd443?show_docid=c46393ccd61dd443</id>
  <link href="http://groups.google.com/group/prototype-core/browse_thread/thread/b88e41f2e472dae8/c46393ccd61dd443?show_docid=c46393ccd61dd443"/>
  <title type="text">Re: Support full HTML set in (un)escapeHTML</title>
  <summary type="html" xml:space="preserve">
  Thanks for your input. &lt;br&gt; &lt;p&gt;A correct character encoding should be all you really need to handle &lt;br&gt; such entities. &lt;br&gt; &lt;p&gt;Best, &lt;br&gt; &lt;p&gt;Tobie
  </summary>
  </entry>
  <entry>
  <author>
  <name>Ngan Pham</name>
  <email>nganp...@gmail.com</email>
  </author>
  <updated>2009-11-20T21:01:11Z</updated>
  <id>http://groups.google.com/group/prototype-core/browse_thread/thread/b88e41f2e472dae8/afec869046ba5d9c?show_docid=afec869046ba5d9c</id>
  <link href="http://groups.google.com/group/prototype-core/browse_thread/thread/b88e41f2e472dae8/afec869046ba5d9c?show_docid=afec869046ba5d9c"/>
  <title type="text">Re: [Prototype-core] Support full HTML set in (un)escapeHTML</title>
  <summary type="html" xml:space="preserve">
  I came across this problem myself. I think prototype should provide some &lt;br&gt; type of API for things like this. In all my apps, I have a prototype_ext.js &lt;br&gt; file that make small modifications/enhancements to prototype. It would be &lt;br&gt; nice to be able to do something like this: &lt;br&gt; &lt;p&gt;prototype_ext.js: &lt;br&gt; Prototype.HTMLEntities.add(&#39;&amp;amp;b lah;&#39;, &#39;0x0039&#39;);
  </summary>
  </entry>
  <entry>
  <author>
  <name>disccomp</name>
  <email>discc...@gmail.com</email>
  </author>
  <updated>2009-11-20T20:47:37Z</updated>
  <id>http://groups.google.com/group/prototype-core/browse_thread/thread/b88e41f2e472dae8/8ca70d440786abfb?show_docid=8ca70d440786abfb</id>
  <link href="http://groups.google.com/group/prototype-core/browse_thread/thread/b88e41f2e472dae8/8ca70d440786abfb?show_docid=8ca70d440786abfb"/>
  <title type="text">Support full HTML set in (un)escapeHTML</title>
  <summary type="html" xml:space="preserve">
  I was using unescapeHTML when I noticed that it was missing many of &lt;br&gt; the encoded characters in this string I passed it. I went and checked &lt;br&gt; the code, it seems that these functions only deal with about 3 out of &lt;br&gt; hundreds of characters. &amp;amp;quot; &amp;amp;#39; for example. &lt;br&gt; &lt;p&gt;I came across a script which handles the named entities, maybe we can
  </summary>
  </entry>
  <entry>
  <author>
  <name>Jean-Philippe Encausse</name>
  <email>jp.encau...@gmail.com</email>
  </author>
  <updated>2009-11-20T08:26:38Z</updated>
  <id>http://groups.google.com/group/prototype-core/browse_thread/thread/60ee1a7b6abc508c/129f73fec249ad5d?show_docid=129f73fec249ad5d</id>
  <link href="http://groups.google.com/group/prototype-core/browse_thread/thread/60ee1a7b6abc508c/129f73fec249ad5d?show_docid=129f73fec249ad5d"/>
  <title type="text">Re: Genereic Function Benchmark</title>
  <summary type="html" xml:space="preserve">
  Ok Thanks, I&#39;ll try this
  </summary>
  </entry>
  <entry>
  <author>
  <name>Allen Madsen</name>
  <email>bla...@gmail.com</email>
  </author>
  <updated>2009-11-19T18:02:18Z</updated>
  <id>http://groups.google.com/group/prototype-core/browse_thread/thread/60ee1a7b6abc508c/925944ca83e6ea67?show_docid=925944ca83e6ea67</id>
  <link href="http://groups.google.com/group/prototype-core/browse_thread/thread/60ee1a7b6abc508c/925944ca83e6ea67?show_docid=925944ca83e6ea67"/>
  <title type="text">Re: [Prototype-core] Genereic Function Benchmark</title>
  <summary type="html" xml:space="preserve">
  You could try unittest_js&#39;[1] benchmark function. It&#39;s at the very end &lt;br&gt; of the file. It&#39;ll help with the timing. Other than that, you may like &lt;br&gt; the page speed extension for firebug. &lt;br&gt; &lt;p&gt;[1] &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://github.com/tobie/unittest_js/blob/master/assets/unittest.js&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;Allen Madsen &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.allenmadsen.com&quot;&gt;[link]&lt;/a&gt;
  </summary>
  </entry>
</feed>
