<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0">
  <channel>
  <title>Prototype: Core Google Group</title>
  <link>http://groups.google.com/group/prototype-core</link>
  <description>Discussion list for Prototype core development. Usage questions should be asked in the Prototype &amp;amp; script.aculo.us mailing list: http://groups.google.com/group/prototype-scriptaculous/</description>
  <language>en</language>
  <item>
  <title>Re: Support full HTML set in (un)escapeHTML</title>
  <link>http://groups.google.com/group/prototype-core/browse_thread/thread/b88e41f2e472dae8/0788a30f0807363f?show_docid=0788a30f0807363f</link>
  <description>
  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.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/prototype-core/browse_thread/thread/b88e41f2e472dae8/0788a30f0807363f?show_docid=0788a30f0807363f</guid>
  <author>
  tobie.lan...@gmail.com
  (Tobie Langel)
  </author>
  <pubDate>Tue, 24 Nov 2009 10:54:27 UT
</pubDate>
  </item>
  <item>
  <title>Re: Support full HTML set in (un)escapeHTML</title>
  <link>http://groups.google.com/group/prototype-core/browse_thread/thread/b88e41f2e472dae8/5318802b78686fe6?show_docid=5318802b78686fe6</link>
  <description>
  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;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/prototype-core/browse_thread/thread/b88e41f2e472dae8/5318802b78686fe6?show_docid=5318802b78686fe6</guid>
  <author>
  discc...@gmail.com
  (disccomp)
  </author>
  <pubDate>Tue, 24 Nov 2009 00:37:00 UT
</pubDate>
  </item>
  <item>
  <title>Re: [Prototype-core] Re: Extra underscore in Ajax.Request.parameters</title>
  <link>http://groups.google.com/group/prototype-core/browse_thread/thread/5ee4f7a103d5d45f/45011ce3f1149d5c?show_docid=45011ce3f1149d5c</link>
  <description>
  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;.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/prototype-core/browse_thread/thread/5ee4f7a103d5d45f/45011ce3f1149d5c?show_docid=45011ce3f1149d5c</guid>
  <author>
  a.g.nienh...@gmail.com
  (Arjen Nienhuis)
  </author>
  <pubDate>Mon, 23 Nov 2009 23:39:11 UT
</pubDate>
  </item>
  <item>
  <title>Re: Extra underscore in Ajax.Request.parameters</title>
  <link>http://groups.google.com/group/prototype-core/browse_thread/thread/5ee4f7a103d5d45f/c355485d74bee3de?show_docid=c355485d74bee3de</link>
  <description>
  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
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/prototype-core/browse_thread/thread/5ee4f7a103d5d45f/c355485d74bee3de?show_docid=c355485d74bee3de</guid>
  <author>
  kan...@gmail.com
  (kangax)
  </author>
  <pubDate>Mon, 23 Nov 2009 16:51:06 UT
</pubDate>
  </item>
  <item>
  <title>Sprockets quesion</title>
  <link>http://groups.google.com/group/prototype-core/browse_thread/thread/8c63f740c20cb9d1/d7a2c9506decc523?show_docid=d7a2c9506decc523</link>
  <description>
  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.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/prototype-core/browse_thread/thread/8c63f740c20cb9d1/d7a2c9506decc523?show_docid=d7a2c9506decc523</guid>
  <author>
  jim.hig...@igindex.co.uk
  (Jim Higson)
  </author>
  <pubDate>Mon, 23 Nov 2009 10:01:57 UT
</pubDate>
  </item>
  <item>
  <title>Who is using Prototype another prominent Company</title>
  <link>http://groups.google.com/group/prototype-core/browse_thread/thread/f0fce95fba781834/37432de50114607c?show_docid=37432de50114607c</link>
  <description>
  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
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/prototype-core/browse_thread/thread/f0fce95fba781834/37432de50114607c?show_docid=37432de50114607c</guid>
  <author>
  aloef...@gmail.com
  (Alexander von Loeffelholz)
  </author>
  <pubDate>Sat, 21 Nov 2009 12:03:20 UT
</pubDate>
  </item>
  <item>
  <title>Extra underscore in Ajax.Request.parameters</title>
  <link>http://groups.google.com/group/prototype-core/browse_thread/thread/5ee4f7a103d5d45f/1ea8ccdeac2e21b1?show_docid=1ea8ccdeac2e21b1</link>
  <description>
  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
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/prototype-core/browse_thread/thread/5ee4f7a103d5d45f/1ea8ccdeac2e21b1?show_docid=1ea8ccdeac2e21b1</guid>
  <author>
  a.g.nienh...@gmail.com
  (Arjen Nienhuis)
  </author>
  <pubDate>Fri, 20 Nov 2009 02:39:34 UT
</pubDate>
  </item>
  <item>
  <title>Re: Support full HTML set in (un)escapeHTML</title>
  <link>http://groups.google.com/group/prototype-core/browse_thread/thread/b88e41f2e472dae8/7cada54591f60626?show_docid=7cada54591f60626</link>
  <description>
  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
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/prototype-core/browse_thread/thread/b88e41f2e472dae8/7cada54591f60626?show_docid=7cada54591f60626</guid>
  <author>
  tobie.lan...@gmail.com
  (Tobie Langel)
  </author>
  <pubDate>Sat, 21 Nov 2009 23:53:49 UT
</pubDate>
  </item>
  <item>
  <title>Re: Support full HTML set in (un)escapeHTML</title>
  <link>http://groups.google.com/group/prototype-core/browse_thread/thread/b88e41f2e472dae8/1e24b23e4dfddf11?show_docid=1e24b23e4dfddf11</link>
  <description>
  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
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/prototype-core/browse_thread/thread/b88e41f2e472dae8/1e24b23e4dfddf11?show_docid=1e24b23e4dfddf11</guid>
  <author>
  t...@crowdersoftware.com
  (T.J. Crowder)
  </author>
  <pubDate>Sat, 21 Nov 2009 22:28:43 UT
</pubDate>
  </item>
  <item>
  <title>Re: Support full HTML set in (un)escapeHTML</title>
  <link>http://groups.google.com/group/prototype-core/browse_thread/thread/b88e41f2e472dae8/8cc935c13b6b023e?show_docid=8cc935c13b6b023e</link>
  <description>
  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.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/prototype-core/browse_thread/thread/b88e41f2e472dae8/8cc935c13b6b023e?show_docid=8cc935c13b6b023e</guid>
  <author>
  discc...@gmail.com
  (disccomp)
  </author>
  <pubDate>Sat, 21 Nov 2009 15:05:42 UT
</pubDate>
  </item>
  <item>
  <title>Re: Support full HTML set in (un)escapeHTML</title>
  <link>http://groups.google.com/group/prototype-core/browse_thread/thread/b88e41f2e472dae8/c46393ccd61dd443?show_docid=c46393ccd61dd443</link>
  <description>
  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
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/prototype-core/browse_thread/thread/b88e41f2e472dae8/c46393ccd61dd443?show_docid=c46393ccd61dd443</guid>
  <author>
  tobie.lan...@gmail.com
  (Tobie Langel)
  </author>
  <pubDate>Sat, 21 Nov 2009 01:10:24 UT
</pubDate>
  </item>
  <item>
  <title>Re: [Prototype-core] Support full HTML set in (un)escapeHTML</title>
  <link>http://groups.google.com/group/prototype-core/browse_thread/thread/b88e41f2e472dae8/afec869046ba5d9c?show_docid=afec869046ba5d9c</link>
  <description>
  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;);
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/prototype-core/browse_thread/thread/b88e41f2e472dae8/afec869046ba5d9c?show_docid=afec869046ba5d9c</guid>
  <author>
  nganp...@gmail.com
  (Ngan Pham)
  </author>
  <pubDate>Fri, 20 Nov 2009 21:01:11 UT
</pubDate>
  </item>
  <item>
  <title>Support full HTML set in (un)escapeHTML</title>
  <link>http://groups.google.com/group/prototype-core/browse_thread/thread/b88e41f2e472dae8/8ca70d440786abfb?show_docid=8ca70d440786abfb</link>
  <description>
  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
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/prototype-core/browse_thread/thread/b88e41f2e472dae8/8ca70d440786abfb?show_docid=8ca70d440786abfb</guid>
  <author>
  discc...@gmail.com
  (disccomp)
  </author>
  <pubDate>Fri, 20 Nov 2009 20:47:37 UT
</pubDate>
  </item>
  <item>
  <title>Re: Genereic Function Benchmark</title>
  <link>http://groups.google.com/group/prototype-core/browse_thread/thread/60ee1a7b6abc508c/129f73fec249ad5d?show_docid=129f73fec249ad5d</link>
  <description>
  Ok Thanks, I&#39;ll try this
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/prototype-core/browse_thread/thread/60ee1a7b6abc508c/129f73fec249ad5d?show_docid=129f73fec249ad5d</guid>
  <author>
  jp.encau...@gmail.com
  (Jean-Philippe Encausse)
  </author>
  <pubDate>Fri, 20 Nov 2009 08:26:38 UT
</pubDate>
  </item>
  <item>
  <title>Re: [Prototype-core] Genereic Function Benchmark</title>
  <link>http://groups.google.com/group/prototype-core/browse_thread/thread/60ee1a7b6abc508c/925944ca83e6ea67?show_docid=925944ca83e6ea67</link>
  <description>
  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;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/prototype-core/browse_thread/thread/60ee1a7b6abc508c/925944ca83e6ea67?show_docid=925944ca83e6ea67</guid>
  <author>
  bla...@gmail.com
  (Allen Madsen)
  </author>
  <pubDate>Thu, 19 Nov 2009 18:02:18 UT
</pubDate>
  </item>
  </channel>
</rss>
