<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:www.nabble.com,2006:forum-2590</id>
	<title>Nabble - Helma - Dev</title>
	<updated>2008-10-02T15:14:21Z</updated>
	<link rel="self" type="application/atom+xml" href="http://www.nabble.com/Helma---Dev-f2590.xml" />
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Helma---Dev-f2590.html" />
	<subtitle type="html"></subtitle>
	
<entry>
	<id>tag:www.nabble.com,2006:post-19788572</id>
	<title>[Bug 641] New: Exception in renderSkin() cannot be caught</title>
	<published>2008-10-02T15:14:21Z</published>
	<updated>2008-10-02T15:14:21Z</updated>
	<author>
		<name>Bugzilla from bugzilla-daemon@helma.at</name>
	</author>
	<content type="html">&lt;a href=&quot;http://helma.org/bugs/show_bug.cgi?id=641&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://helma.org/bugs/show_bug.cgi?id=641&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Summary: Exception in renderSkin() cannot be caught
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Product: Helma
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Version: CVS trunk
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Platform: All
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; OS/Version: All
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Status: NEW
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Severity: normal
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Priority: P1
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Component: Web Support
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; AssignedTo: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19788572&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;helma-dev@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ReportedBy: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19788572&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;interface@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;If a skin is &amp;quot;sandboxed&amp;quot; by using the Skin.allowMacro() method, Helma throws an
&lt;br&gt;exception if the skin contains a forbidden macro.
&lt;br&gt;&lt;br&gt;Unfortunately, this exception cannot be caught with a try/catch block:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;var foo_macro = function() { return &amp;quot;foo&amp;quot; }
&lt;br&gt;&amp;nbsp; &amp;nbsp;var skin = createSkin(&amp;quot;&amp;lt;% foo %&amp;gt;&amp;quot;);
&lt;br&gt;&amp;nbsp; &amp;nbsp;skin.allowMacro(&amp;quot;bar&amp;quot;);
&lt;br&gt;&amp;nbsp; &amp;nbsp;try {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; renderSkin(skin);
&lt;br&gt;&amp;nbsp; &amp;nbsp;} catch (ex) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; writeln(&amp;quot;This will never be displayed&amp;quot;);
&lt;br&gt;&amp;nbsp; &amp;nbsp;}
&lt;br&gt;&lt;br&gt;It would be nice if that exception could be caught this way.
&lt;br&gt;&lt;br&gt;If that should be too complicated I suggest the exception should not be logged
&lt;br&gt;on error level but rather on debug level to avoid flooding the log file with
&lt;br&gt;long, fatal looking stacktraces which actually are pretty harmless.
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;http://helma.org/bugs/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://helma.org/bugs/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug, or are watching the assignee.
&lt;br&gt;_______________________________________________
&lt;br&gt;Helma-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19788572&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Helma-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://helma.org/mailman/listinfo/helma-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://helma.org/mailman/listinfo/helma-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-Bug-641--New%3A-Exception-in-renderSkin%28%29-cannot-be-caught-tp19788572p19788572.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19754702</id>
	<title>org.mozilla.javascript.NativeArray toJSON error</title>
	<published>2008-09-30T22:30:25Z</published>
	<updated>2008-09-30T22:30:25Z</updated>
	<author>
		<name>Julian Tree</name>
	</author>
	<content type="html">&lt;div dir=&quot;ltr&quot;&gt;Sometimes when I have an object with arrays &lt;br&gt;&lt;br&gt;I&amp;#39;m doing &lt;br&gt;&lt;br&gt;if(!session.data.jobulousSurvey.Review.responses) session.data.jobulousSurvey.Review.responses = []&lt;br&gt;&lt;br&gt;if I uneval. &lt;br&gt;
&lt;br&gt;uneval(session.data.jobulousSurvey.Review.responses)&amp;nbsp; // this is&amp;nbsp; end up to be org.mozilla.javascript.NativeArray&lt;br&gt;&lt;br&gt;1. why is this happening? &lt;br&gt;2. this doesn&amp;#39;t work with session.data.jobulousSurvey.Review.toJSON()&lt;br&gt;
&lt;br&gt;I don&amp;#39;t really mind using a mozilla array, as long as I can use toJSON method on it.&lt;br&gt;&lt;br&gt;Any recommendation or insight as why this is happening?&amp;nbsp; Is this a bug? &lt;br&gt;&lt;br&gt;Julian &lt;br&gt;&lt;/div&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;Helma-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19754702&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Helma-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://helma.org/mailman/listinfo/helma-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://helma.org/mailman/listinfo/helma-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/org.mozilla.javascript.NativeArray-toJSON-error-tp19754702p19754702.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19700973</id>
	<title>[Bug 625] format() enkodiert Makro-Parameter</title>
	<published>2008-09-27T01:59:15Z</published>
	<updated>2008-09-27T01:59:15Z</updated>
	<author>
		<name>Bugzilla from bugzilla-daemon@helma.at</name>
	</author>
	<content type="html">&lt;a href=&quot;http://helma.org/bugs/show_bug.cgi?id=625&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://helma.org/bugs/show_bug.cgi?id=625&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------- Comment #3 from &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19700973&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;interface@...&lt;/a&gt; &amp;nbsp;2008-09-27 10:59 -------
&lt;br&gt;A potential fix could be replacing line 637 of helma.util.HtmlEncoder.java [1]
&lt;br&gt;with the following lines:
&lt;br&gt;&lt;br&gt;if (insideMacroTag) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; ret.append(&amp;quot;&amp;&amp;quot;);
&lt;br&gt;} else {
&lt;br&gt;&amp;nbsp; &amp;nbsp; ret.append(&amp;quot;&amp;amp;&amp;quot;);
&lt;br&gt;}
&lt;br&gt;&lt;br&gt;I did not test this thoroughly, yet, but at least noticed that line 637 is
&lt;br&gt;always executed when encode() is coming across an ampersand in a macro (no
&lt;br&gt;matter if in the macro handler, the macro name or in the name or value of a
&lt;br&gt;named parameter or in the value of a positional parameter).
&lt;br&gt;&lt;br&gt;--
&lt;br&gt;&lt;br&gt;[1]
&lt;br&gt;&lt;a href=&quot;https://dev.helma.org/trac/helma/browser/helma/helma/trunk/src/helma/util/HtmlEncoder.java?rev=8936#L637&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://dev.helma.org/trac/helma/browser/helma/helma/trunk/src/helma/util/HtmlEncoder.java?rev=8936#L637&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;http://helma.org/bugs/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://helma.org/bugs/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug, or are watching the assignee.
&lt;br&gt;_______________________________________________
&lt;br&gt;Helma-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19700973&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Helma-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://helma.org/mailman/listinfo/helma-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://helma.org/mailman/listinfo/helma-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-Bug-625--New%3A-format%28%29-enkodiert-Makro-Parameter-tp17208848p19700973.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19599469</id>
	<title>[Bug 636] add support to helma.File to open files with non default charset</title>
	<published>2008-09-21T16:00:55Z</published>
	<updated>2008-09-21T16:00:55Z</updated>
	<author>
		<name>Bugzilla from bugzilla-daemon@helma.at</name>
	</author>
	<content type="html">&lt;a href=&quot;http://helma.org/bugs/show_bug.cgi?id=636&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://helma.org/bugs/show_bug.cgi?id=636&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------- Comment #5 from &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19599469&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;maksim.lin@...&lt;/a&gt; &amp;nbsp;2008-09-22 01:00 -------
&lt;br&gt;I'm all for keeping helma-ng as close as possible to helma 1.x to ease eventual
&lt;br&gt;porting and I too prefer the throw exceptions style vs the old check-for-error
&lt;br&gt;style so would be happy to have the backport to helma 1.x and test/fix any
&lt;br&gt;existing app code.
&lt;br&gt;Because helma.File is used some much in app code, it would be good to make this
&lt;br&gt;change and then advertise the changes in the release of 1.6.4 so that people
&lt;br&gt;know to test their thoroughly apps before deploying 1.6.4
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;http://helma.org/bugs/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://helma.org/bugs/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug, or are watching the assignee.
&lt;br&gt;_______________________________________________
&lt;br&gt;Helma-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19599469&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Helma-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://helma.org/mailman/listinfo/helma-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://helma.org/mailman/listinfo/helma-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-Bug-636--New%3A-add-support-to-helma.File-to-open-files-with-non-default-charset-tp18955456p19599469.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19596929</id>
	<title>[Bug 625] format() enkodiert Makro-Parameter</title>
	<published>2008-09-21T11:16:00Z</published>
	<updated>2008-09-21T11:16:00Z</updated>
	<author>
		<name>Bugzilla from bugzilla-daemon@helma.at</name>
	</author>
	<content type="html">&lt;a href=&quot;http://helma.org/bugs/show_bug.cgi?id=625&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://helma.org/bugs/show_bug.cgi?id=625&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19596929&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;interface@...&lt;/a&gt; changed:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;What &amp;nbsp; &amp;nbsp;|Removed &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |Added
&lt;br&gt;----------------------------------------------------------------------------
&lt;br&gt;&amp;nbsp; &amp;nbsp;Target Milestone|1.6.4 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |1.6.3
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;http://helma.org/bugs/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://helma.org/bugs/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug, or are watching the assignee.
&lt;br&gt;_______________________________________________
&lt;br&gt;Helma-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19596929&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Helma-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://helma.org/mailman/listinfo/helma-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://helma.org/mailman/listinfo/helma-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-Bug-625--New%3A-format%28%29-enkodiert-Makro-Parameter-tp17208848p19596929.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19596921</id>
	<title>[Bug 625] format() enkodiert Makro-Parameter</title>
	<published>2008-09-21T11:15:03Z</published>
	<updated>2008-09-21T11:15:03Z</updated>
	<author>
		<name>Bugzilla from bugzilla-daemon@helma.at</name>
	</author>
	<content type="html">&lt;a href=&quot;http://helma.org/bugs/show_bug.cgi?id=625&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://helma.org/bugs/show_bug.cgi?id=625&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19596921&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;interface@...&lt;/a&gt; changed:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;What &amp;nbsp; &amp;nbsp;|Removed &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |Added
&lt;br&gt;----------------------------------------------------------------------------
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Status|RESOLVED &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|REOPENED
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Resolution|FIXED &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;&amp;nbsp; &amp;nbsp;Target Milestone|--- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |1.6.4
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------- Comment #2 from &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19596921&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;interface@...&lt;/a&gt; &amp;nbsp;2008-09-21 20:15 -------
&lt;br&gt;Sorry for the delay, but unfortunately, this bug is not completely fixed, yet;
&lt;br&gt;calling format on a macro containing an ampersand still encodes this to
&lt;br&gt;&amp;quot;&amp;amp;&amp;quot;:
&lt;br&gt;&lt;br&gt;format(&amp;quot;&amp;lt;% foo 'hasi&amp;mausi' %&amp;gt;&amp;quot;);
&lt;br&gt;// &amp;lt;% foo 'hasi&amp;amp;mausi' %&amp;gt;
&lt;br&gt;&lt;br&gt;Would be nice if this could be fixed in the 1.6.3 milestone.
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;http://helma.org/bugs/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://helma.org/bugs/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug, or are watching the assignee.
&lt;br&gt;_______________________________________________
&lt;br&gt;Helma-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19596921&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Helma-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://helma.org/mailman/listinfo/helma-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://helma.org/mailman/listinfo/helma-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-Bug-625--New%3A-format%28%29-enkodiert-Makro-Parameter-tp17208848p19596921.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19588964</id>
	<title>[Bug 636] add support to helma.File to open files with non default charset</title>
	<published>2008-09-20T13:48:20Z</published>
	<updated>2008-09-20T13:48:20Z</updated>
	<author>
		<name>Bugzilla from bugzilla-daemon@helma.at</name>
	</author>
	<content type="html">&lt;a href=&quot;http://helma.org/bugs/show_bug.cgi?id=636&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://helma.org/bugs/show_bug.cgi?id=636&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------- Comment #4 from &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19588964&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;hannes@...&lt;/a&gt; &amp;nbsp;2008-09-20 22:48 -------
&lt;br&gt;I forgot to add a link to the changes to the helma.file module in NG:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://dev.helma.org/trac/helma/log/helma-ng/trunk/modules/helma/file.js&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://dev.helma.org/trac/helma/log/helma-ng/trunk/modules/helma/file.js&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;http://helma.org/bugs/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://helma.org/bugs/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug, or are watching the assignee.
&lt;br&gt;_______________________________________________
&lt;br&gt;Helma-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19588964&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Helma-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://helma.org/mailman/listinfo/helma-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://helma.org/mailman/listinfo/helma-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-Bug-636--New%3A-add-support-to-helma.File-to-open-files-with-non-default-charset-tp18955456p19588964.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19588946</id>
	<title>[Bug 629] app.xmlrpcCount is not increased by &quot;new-style&quot; XML-RPC calls</title>
	<published>2008-09-20T13:46:10Z</published>
	<updated>2008-09-20T13:46:10Z</updated>
	<author>
		<name>Bugzilla from bugzilla-daemon@helma.at</name>
	</author>
	<content type="html">&lt;a href=&quot;http://helma.org/bugs/show_bug.cgi?id=629&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://helma.org/bugs/show_bug.cgi?id=629&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19588946&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;hannes@...&lt;/a&gt; changed:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;What &amp;nbsp; &amp;nbsp;|Removed &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |Added
&lt;br&gt;----------------------------------------------------------------------------
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Status|NEW &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |RESOLVED
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Resolution| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|FIXED
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------- Comment #2 from &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19588946&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;hannes@...&lt;/a&gt; &amp;nbsp;2008-09-20 22:46 -------
&lt;br&gt;Fixed in svn.
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;http://helma.org/bugs/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://helma.org/bugs/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug, or are watching the assignee.
&lt;br&gt;_______________________________________________
&lt;br&gt;Helma-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19588946&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Helma-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://helma.org/mailman/listinfo/helma-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://helma.org/mailman/listinfo/helma-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-Bug-629--New%3A-app.xmlrpcCount-is-not-increased-by-%22new-style%22-XML-RPC-calls-tp17808103p19588946.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19588910</id>
	<title>[Bug 636] add support to helma.File to open files with non default charset</title>
	<published>2008-09-20T13:41:14Z</published>
	<updated>2008-09-20T13:41:14Z</updated>
	<author>
		<name>Bugzilla from bugzilla-daemon@helma.at</name>
	</author>
	<content type="html">&lt;a href=&quot;http://helma.org/bugs/show_bug.cgi?id=636&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://helma.org/bugs/show_bug.cgi?id=636&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------- Comment #3 from &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19588910&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;hannes@...&lt;/a&gt; &amp;nbsp;2008-09-20 22:41 -------
&lt;br&gt;I've made quite extensive changes to the helma.file module in Helma NG. The
&lt;br&gt;most important is that the code now throws/forwards exceptions instead of
&lt;br&gt;catching them and requiring active checks from the client code. 
&lt;br&gt;&lt;br&gt;I'm in favor of backporting that to Helma 1.6.3, even at the risk of breaking
&lt;br&gt;some minor code. What do others think?
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;http://helma.org/bugs/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://helma.org/bugs/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug, or are watching the assignee.
&lt;br&gt;_______________________________________________
&lt;br&gt;Helma-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19588910&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Helma-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://helma.org/mailman/listinfo/helma-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://helma.org/mailman/listinfo/helma-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-Bug-636--New%3A-add-support-to-helma.File-to-open-files-with-non-default-charset-tp18955456p19588910.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19588853</id>
	<title>[Bug 634] provide access to the active skin state</title>
	<published>2008-09-20T13:34:52Z</published>
	<updated>2008-09-20T13:34:52Z</updated>
	<author>
		<name>Bugzilla from bugzilla-daemon@helma.at</name>
	</author>
	<content type="html">&lt;a href=&quot;http://helma.org/bugs/show_bug.cgi?id=634&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://helma.org/bugs/show_bug.cgi?id=634&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------- Comment #2 from &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19588853&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;hannes@...&lt;/a&gt; &amp;nbsp;2008-09-20 22:34 -------
&lt;br&gt;Thanks for the patch. How do you access the skin name from the macro? I'm sorry
&lt;br&gt;if this question sounds stupid, but I have currently don't have the details of
&lt;br&gt;Helma 1 macro invocation in my head. 
&lt;br&gt;&lt;br&gt;Regarding the ResponseTrans getter, I'd actually prefer to expose the required
&lt;br&gt;functionality in ResponseBean if it it's possible. What functionality do you
&lt;br&gt;need that is hidden in ResponseTrans?
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;http://helma.org/bugs/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://helma.org/bugs/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug, or are watching the assignee.
&lt;br&gt;_______________________________________________
&lt;br&gt;Helma-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19588853&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Helma-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://helma.org/mailman/listinfo/helma-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://helma.org/mailman/listinfo/helma-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-Bug-634--New%3A-provide-access-to-the-active-skin-state-tp18861063p19588853.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19588771</id>
	<title>[Bug 633] Unsetting a non-persistable property still marks the node as modified.</title>
	<published>2008-09-20T13:23:19Z</published>
	<updated>2008-09-20T13:23:19Z</updated>
	<author>
		<name>Bugzilla from bugzilla-daemon@helma.at</name>
	</author>
	<content type="html">&lt;a href=&quot;http://helma.org/bugs/show_bug.cgi?id=633&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://helma.org/bugs/show_bug.cgi?id=633&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19588771&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;hannes@...&lt;/a&gt; changed:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;What &amp;nbsp; &amp;nbsp;|Removed &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |Added
&lt;br&gt;----------------------------------------------------------------------------
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Status|NEW &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |RESOLVED
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Resolution| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|FIXED
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------- Comment #3 from &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19588771&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;hannes@...&lt;/a&gt; &amp;nbsp;2008-09-20 22:23 -------
&lt;br&gt;Thanks Jürg, fixed in SVN, sorry it took that long.
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;http://helma.org/bugs/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://helma.org/bugs/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug, or are watching the assignee.
&lt;br&gt;_______________________________________________
&lt;br&gt;Helma-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19588771&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Helma-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://helma.org/mailman/listinfo/helma-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://helma.org/mailman/listinfo/helma-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-Bug-633--New%3A-Unsetting-a-non-persistable-property-still-marks-the-node-as-modified.-tp18859171p19588771.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19588688</id>
	<title>[Bug 545] Java instances break toSource() / eval()</title>
	<published>2008-09-20T13:11:13Z</published>
	<updated>2008-09-20T13:11:13Z</updated>
	<author>
		<name>Bugzilla from bugzilla-daemon@helma.at</name>
	</author>
	<content type="html">&lt;a href=&quot;http://helma.org/bugs/show_bug.cgi?id=545&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://helma.org/bugs/show_bug.cgi?id=545&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------- Comment #3 from &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19588688&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;hannes@...&lt;/a&gt; &amp;nbsp;2008-09-20 22:11 -------
&lt;br&gt;Can you provide a concrete example of how to demonstrate the
&lt;br&gt;Spidermonkey/Firefox behaviour?
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;http://helma.org/bugs/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://helma.org/bugs/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug, or are watching the assignee.
&lt;br&gt;_______________________________________________
&lt;br&gt;Helma-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19588688&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Helma-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://helma.org/mailman/listinfo/helma-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://helma.org/mailman/listinfo/helma-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-Bug-545--New%3A-Java-instances-break-toSource%28%29---eval%28%29-tp12298318p19588688.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19588682</id>
	<title>[Bug 545] Java instances break toSource() / eval()</title>
	<published>2008-09-20T13:09:59Z</published>
	<updated>2008-09-20T13:09:59Z</updated>
	<author>
		<name>Bugzilla from bugzilla-daemon@helma.at</name>
	</author>
	<content type="html">&lt;a href=&quot;http://helma.org/bugs/show_bug.cgi?id=545&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://helma.org/bugs/show_bug.cgi?id=545&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------- Comment #2 from &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19588682&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;hannes@...&lt;/a&gt; &amp;nbsp;2008-09-20 22:09 -------
&lt;br&gt;This is indeed a Rhino bug, I'll file it on bugzilla.mozilla.org
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;http://helma.org/bugs/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://helma.org/bugs/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug, or are watching the assignee.
&lt;br&gt;_______________________________________________
&lt;br&gt;Helma-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19588682&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Helma-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://helma.org/mailman/listinfo/helma-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://helma.org/mailman/listinfo/helma-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-Bug-545--New%3A-Java-instances-break-toSource%28%29---eval%28%29-tp12298318p19588682.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19392093</id>
	<title>[Bug 445] named collection wird nicht aktualisiert</title>
	<published>2008-09-09T06:12:55Z</published>
	<updated>2008-09-09T06:12:55Z</updated>
	<author>
		<name>Bugzilla from bugzilla-daemon@helma.at</name>
	</author>
	<content type="html">&lt;a href=&quot;http://helma.org/bugs/show_bug.cgi?id=445&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://helma.org/bugs/show_bug.cgi?id=445&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19392093&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;hannes@...&lt;/a&gt; changed:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;What &amp;nbsp; &amp;nbsp;|Removed &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |Added
&lt;br&gt;----------------------------------------------------------------------------
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Status|NEW &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |ASSIGNED
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------- Comment #4 from &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19392093&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;hannes@...&lt;/a&gt; &amp;nbsp;2008-09-09 15:12 -------
&lt;br&gt;I think the bug is still open in current Helma 1. However, the following
&lt;br&gt;workaround should help:
&lt;br&gt;&lt;br&gt;&amp;nbsp; namedCollection.invalidate(oldAccessname);
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;http://helma.org/bugs/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://helma.org/bugs/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug, or are watching the assignee.
&lt;br&gt;_______________________________________________
&lt;br&gt;Helma-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19392093&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Helma-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://helma.org/mailman/listinfo/helma-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://helma.org/mailman/listinfo/helma-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-Bug-445--named-collection-wird-nicht-aktualisiert-tp19392093p19392093.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19359727</id>
	<title>[Bug 640] db.properties should get dbPropFile like apps.properties already has</title>
	<published>2008-09-07T09:21:32Z</published>
	<updated>2008-09-07T09:21:32Z</updated>
	<author>
		<name>Bugzilla from bugzilla-daemon@helma.at</name>
	</author>
	<content type="html">&lt;a href=&quot;http://helma.org/bugs/show_bug.cgi?id=640&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://helma.org/bugs/show_bug.cgi?id=640&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------- Comment #1 from &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19359727&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;decke@...&lt;/a&gt; &amp;nbsp;2008-09-07 18:21 -------
&lt;br&gt;Created an attachment (id=98)
&lt;br&gt;&amp;nbsp;--&amp;gt; (&lt;a href=&quot;http://helma.org/bugs/attachment.cgi?id=98&amp;action=view&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://helma.org/bugs/attachment.cgi?id=98&amp;action=view&lt;/a&gt;)
&lt;br&gt;Patch to implement dbPropFile configuration
&lt;br&gt;&lt;br&gt;This patch implements dbPropFile in the same way that appsPropFile is.
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;http://helma.org/bugs/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://helma.org/bugs/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug, or are watching the assignee.
&lt;br&gt;_______________________________________________
&lt;br&gt;Helma-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19359727&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Helma-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://helma.org/mailman/listinfo/helma-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://helma.org/mailman/listinfo/helma-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-Bug-640--New%3A-db.properties-should-get-dbPropFile-like-apps.properties-already-has-tp19359713p19359727.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19359713</id>
	<title>[Bug 640] New: db.properties should get dbPropFile like apps.properties already has</title>
	<published>2008-09-07T09:19:00Z</published>
	<updated>2008-09-07T09:19:00Z</updated>
	<author>
		<name>Bugzilla from bugzilla-daemon@helma.at</name>
	</author>
	<content type="html">&lt;a href=&quot;http://helma.org/bugs/show_bug.cgi?id=640&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://helma.org/bugs/show_bug.cgi?id=640&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Summary: db.properties should get dbPropFile like apps.properties
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; already has
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Product: Helma
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Version: 1.6.2
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Platform: All
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; OS/Version: All
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Status: NEW
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Severity: normal
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Priority: P1
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Component: Generic/Other
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; AssignedTo: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19359713&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;helma-dev@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ReportedBy: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19359713&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;decke@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;There is no possibility to define where Helma should look for db.properties
&lt;br&gt;if it's not in hopHome. The default path for hopHome is not appropriate because
&lt;br&gt;that is /usr/local/www/helma but configurations should be in
&lt;br&gt;/usr/local/etc/helma.
&lt;br&gt;&lt;br&gt;That is not a problem for apps.properties because we can use &amp;quot;appsPropFile&amp;quot; and
&lt;br&gt;this is exactly what is missing for db.properties.
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;http://helma.org/bugs/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://helma.org/bugs/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug, or are watching the assignee.
&lt;br&gt;_______________________________________________
&lt;br&gt;Helma-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19359713&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Helma-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://helma.org/mailman/listinfo/helma-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://helma.org/mailman/listinfo/helma-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-Bug-640--New%3A-db.properties-should-get-dbPropFile-like-apps.properties-already-has-tp19359713p19359713.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19359547</id>
	<title>[Bug 639] Relative paths for repositories are relative to HELMA_INSTALL</title>
	<published>2008-09-07T09:02:33Z</published>
	<updated>2008-09-07T09:02:33Z</updated>
	<author>
		<name>Bugzilla from bugzilla-daemon@helma.at</name>
	</author>
	<content type="html">&lt;a href=&quot;http://helma.org/bugs/show_bug.cgi?id=639&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://helma.org/bugs/show_bug.cgi?id=639&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------- Comment #1 from &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19359547&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;decke@...&lt;/a&gt; &amp;nbsp;2008-09-07 18:02 -------
&lt;br&gt;Created an attachment (id=97)
&lt;br&gt;&amp;nbsp;--&amp;gt; (&lt;a href=&quot;http://helma.org/bugs/attachment.cgi?id=97&amp;action=view&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://helma.org/bugs/attachment.cgi?id=97&amp;action=view&lt;/a&gt;)
&lt;br&gt;Workaround
&lt;br&gt;&lt;br&gt;That's a workaround against that problem that i use in the FreeBSD port. It was
&lt;br&gt;not tested if it breaks helma in the standard configuration.
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;http://helma.org/bugs/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://helma.org/bugs/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug, or are watching the assignee.
&lt;br&gt;_______________________________________________
&lt;br&gt;Helma-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19359547&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Helma-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://helma.org/mailman/listinfo/helma-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://helma.org/mailman/listinfo/helma-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-Bug-639--New%3A-Relative-paths-for-repositories-are-relative-to-HELMA_INSTALL-tp19359473p19359547.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19359473</id>
	<title>[Bug 639] New: Relative paths for repositories are relative to HELMA_INSTALL</title>
	<published>2008-09-07T08:56:24Z</published>
	<updated>2008-09-07T08:56:24Z</updated>
	<author>
		<name>Bugzilla from bugzilla-daemon@helma.at</name>
	</author>
	<content type="html">&lt;a href=&quot;http://helma.org/bugs/show_bug.cgi?id=639&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://helma.org/bugs/show_bug.cgi?id=639&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Summary: Relative paths for repositories are relative to
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; HELMA_INSTALL
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Product: Helma
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Version: 1.6.2
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Platform: All
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; OS/Version: All
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Status: NEW
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Severity: normal
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Priority: P1
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Component: Generic/Other
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; AssignedTo: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19359473&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;helma-dev@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ReportedBy: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19359473&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;decke@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;While creating a FreeBSD port for Helma 1.6.2 i found that relative paths to
&lt;br&gt;repositories in apps.properties are relative to HELMA_INSTALL but hopHome would
&lt;br&gt;be more appropriate i think.
&lt;br&gt;&lt;br&gt;On FreeBSD the paths look like this:
&lt;br&gt;&lt;br&gt;HELMA_INSTALL = /usr/local/share/java/helma
&lt;br&gt;HELMA_HOME = /usr/local/www/helma
&lt;br&gt;&lt;br&gt;hopHome = /usr/local/www/helma
&lt;br&gt;appHome = /usr/local/www/helma/apps
&lt;br&gt;&lt;br&gt;Additional Modules should be in /usr/local/www/helma/modules but are currently
&lt;br&gt;searched in /usr/local/share/java/helma/modules if you use relative paths for
&lt;br&gt;repositories.
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;http://helma.org/bugs/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://helma.org/bugs/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug, or are watching the assignee.
&lt;br&gt;_______________________________________________
&lt;br&gt;Helma-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19359473&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Helma-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://helma.org/mailman/listinfo/helma-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://helma.org/mailman/listinfo/helma-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-Bug-639--New%3A-Relative-paths-for-repositories-are-relative-to-HELMA_INSTALL-tp19359473p19359473.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19267752</id>
	<title>[Bug 626] Function definition does not overwrite variable definition</title>
	<published>2008-09-02T03:32:21Z</published>
	<updated>2008-09-02T03:32:21Z</updated>
	<author>
		<name>Bugzilla from bugzilla-daemon@helma.at</name>
	</author>
	<content type="html">&lt;a href=&quot;http://helma.org/bugs/show_bug.cgi?id=626&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://helma.org/bugs/show_bug.cgi?id=626&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19267752&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;interface@...&lt;/a&gt; changed:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;What &amp;nbsp; &amp;nbsp;|Removed &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |Added
&lt;br&gt;----------------------------------------------------------------------------
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Status|RESOLVED &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|VERIFIED
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------- Comment #3 from &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19267752&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;interface@...&lt;/a&gt; &amp;nbsp;2008-09-02 12:32 -------
&lt;br&gt;Thanks for the clarifications to both of you.
&lt;br&gt;&lt;br&gt;I just went through Crockford's &amp;quot;Good Parts&amp;quot; again – &amp;quot;hoisting&amp;quot; is not
&lt;br&gt;mentioned in the index – and Crockford also explains the hoisting feature
&lt;br&gt;(p.113, &amp;quot;The function Statement Versus the function Expression&amp;quot;) and why he
&lt;br&gt;favours the expression over the statement:
&lt;br&gt;&lt;br&gt;&amp;quot;This relaxes the requirement that functions should be declared before used,
&lt;br&gt;which I think leads to sloppiness. It also prohibits the use of function
&lt;br&gt;statements in if statements. It turns out that most browsers allow function
&lt;br&gt;statements in if statements, but they vary in how that should be interpreted.
&lt;br&gt;That creates portability problems.&amp;quot;
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;http://helma.org/bugs/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://helma.org/bugs/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug, or are watching the assignee.
&lt;br&gt;_______________________________________________
&lt;br&gt;Helma-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19267752&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Helma-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://helma.org/mailman/listinfo/helma-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://helma.org/mailman/listinfo/helma-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-Bug-626--New%3A-Function-definition-does-not-overwrite-variable-definition-tp17644058p19267752.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19266768</id>
	<title>[Bug 636] add support to helma.File to open files with non default charset</title>
	<published>2008-09-02T02:22:59Z</published>
	<updated>2008-09-02T02:22:59Z</updated>
	<author>
		<name>Bugzilla from bugzilla-daemon@helma.at</name>
	</author>
	<content type="html">&lt;a href=&quot;http://helma.org/bugs/show_bug.cgi?id=636&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://helma.org/bugs/show_bug.cgi?id=636&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------- Comment #2 from &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19266768&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;hannes@...&lt;/a&gt; &amp;nbsp;2008-09-02 11:22 -------
&lt;br&gt;Thanks for the patch. The problem is that we already added another optional
&lt;br&gt;argument to File.open in Helma-NG, which is the boolean append argument. I
&lt;br&gt;guess what we really should do is take an option object as argument, so we can
&lt;br&gt;do this:
&lt;br&gt;&lt;br&gt;&amp;nbsp; file.open({charset: 'utf-8', append: true});
&lt;br&gt;&lt;br&gt;and have this consistently on both Helma 1 and NG.
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;http://helma.org/bugs/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://helma.org/bugs/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug, or are watching the assignee.
&lt;br&gt;_______________________________________________
&lt;br&gt;Helma-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19266768&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Helma-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://helma.org/mailman/listinfo/helma-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://helma.org/mailman/listinfo/helma-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-Bug-636--New%3A-add-support-to-helma.File-to-open-files-with-non-default-charset-tp18955456p19266768.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19265085</id>
	<title>[Bug 633] Unsetting a non-persistable property still marks the node as modified.</title>
	<published>2008-09-01T23:56:52Z</published>
	<updated>2008-09-01T23:56:52Z</updated>
	<author>
		<name>Bugzilla from bugzilla-daemon@helma.at</name>
	</author>
	<content type="html">&lt;a href=&quot;http://helma.org/bugs/show_bug.cgi?id=633&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://helma.org/bugs/show_bug.cgi?id=633&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19265085&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;maksim.lin@...&lt;/a&gt; changed:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;What &amp;nbsp; &amp;nbsp;|Removed &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |Added
&lt;br&gt;----------------------------------------------------------------------------
&lt;br&gt;&amp;nbsp; &amp;nbsp;Target Milestone|--- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |1.6.3
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;http://helma.org/bugs/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://helma.org/bugs/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug, or are watching the assignee.
&lt;br&gt;_______________________________________________
&lt;br&gt;Helma-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19265085&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Helma-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://helma.org/mailman/listinfo/helma-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://helma.org/mailman/listinfo/helma-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-Bug-633--New%3A-Unsetting-a-non-persistable-property-still-marks-the-node-as-modified.-tp18859171p19265085.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19264960</id>
	<title>[Bug 636] add support to helma.File to open files with non default charset</title>
	<published>2008-09-01T23:45:07Z</published>
	<updated>2008-09-01T23:45:07Z</updated>
	<author>
		<name>Bugzilla from bugzilla-daemon@helma.at</name>
	</author>
	<content type="html">&lt;a href=&quot;http://helma.org/bugs/show_bug.cgi?id=636&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://helma.org/bugs/show_bug.cgi?id=636&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19264960&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;maksim.lin@...&lt;/a&gt; changed:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;What &amp;nbsp; &amp;nbsp;|Removed &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |Added
&lt;br&gt;----------------------------------------------------------------------------
&lt;br&gt;&amp;nbsp; &amp;nbsp;Target Milestone|--- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |1.6.3
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;http://helma.org/bugs/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://helma.org/bugs/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug, or are watching the assignee.
&lt;br&gt;_______________________________________________
&lt;br&gt;Helma-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19264960&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Helma-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://helma.org/mailman/listinfo/helma-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://helma.org/mailman/listinfo/helma-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-Bug-636--New%3A-add-support-to-helma.File-to-open-files-with-non-default-charset-tp18955456p19264960.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19262666</id>
	<title>[Bug 626] Function definition does not overwrite variable definition</title>
	<published>2008-09-01T17:51:36Z</published>
	<updated>2008-09-01T17:51:36Z</updated>
	<author>
		<name>Bugzilla from bugzilla-daemon@helma.at</name>
	</author>
	<content type="html">&lt;a href=&quot;http://helma.org/bugs/show_bug.cgi?id=626&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://helma.org/bugs/show_bug.cgi?id=626&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------- Comment #2 from &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19262666&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;breton.slivka@...&lt;/a&gt; &amp;nbsp;2008-09-02 02:51 -------
&lt;br&gt;I agree in principle that it's by design, but not quite in the details. The
&lt;br&gt;unexpected behavior in this bug is due to something javscript has called
&lt;br&gt;&amp;quot;hoisting&amp;quot;. What happens is that function definitions get automatically and
&lt;br&gt;transparently moved to the top of the scope (whether that's global scope, or a
&lt;br&gt;function scope), and variable declarations (but not their assignments) get
&lt;br&gt;moved to the top of the scope, just underneath the function definitions. 
&lt;br&gt;&lt;br&gt;So if I understand this correctly, this bit of code in the bug
&lt;br&gt;&lt;br&gt;var foo = function() {
&lt;br&gt;&amp;nbsp; &amp;nbsp;return &amp;quot;This is: var foo = function()&amp;quot;; }
&lt;br&gt;&lt;br&gt;function foo() {
&lt;br&gt;&amp;nbsp; &amp;nbsp;return &amp;quot;This is: function foo()&amp;quot;;
&lt;br&gt;}
&lt;br&gt;&lt;br&gt;Root.prototype.main_action = function() {
&lt;br&gt;&amp;nbsp; &amp;nbsp;res.write(foo());
&lt;br&gt;}
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Gets translated before it's executed into:
&lt;br&gt;&lt;br&gt;&lt;br&gt;function [anonymous1] (){
&lt;br&gt;&amp;nbsp; &amp;nbsp;return &amp;nbsp;&amp;quot;this is: var foo = function()&amp;quot;; }
&lt;br&gt;&lt;br&gt;function foo() {
&lt;br&gt;&amp;nbsp; &amp;nbsp;return &amp;quot;this is: function foo()&amp;quot;;
&lt;br&gt;}
&lt;br&gt;&lt;br&gt;function [anonymous2]() {
&lt;br&gt;&amp;nbsp; res.write(foo());
&lt;br&gt;}
&lt;br&gt;&lt;br&gt;var foo;
&lt;br&gt;foo = [anonymous1];
&lt;br&gt;Root.prototype.main_action = [anonymous2]
&lt;br&gt;&lt;br&gt;&lt;br&gt;So as you can see since after hoisting, the variable assignment gets moved
&lt;br&gt;after the function declaration, it takes precedence.
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;http://helma.org/bugs/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://helma.org/bugs/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug, or are watching the assignee.
&lt;br&gt;_______________________________________________
&lt;br&gt;Helma-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19262666&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Helma-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://helma.org/mailman/listinfo/helma-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://helma.org/mailman/listinfo/helma-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-Bug-626--New%3A-Function-definition-does-not-overwrite-variable-definition-tp17644058p19262666.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19262190</id>
	<title>[Bug 627] Inner functions in actions are implicitly async</title>
	<published>2008-09-01T16:39:10Z</published>
	<updated>2008-09-01T16:39:10Z</updated>
	<author>
		<name>Bugzilla from bugzilla-daemon@helma.at</name>
	</author>
	<content type="html">&lt;a href=&quot;http://helma.org/bugs/show_bug.cgi?id=627&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://helma.org/bugs/show_bug.cgi?id=627&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19262190&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;maksim.lin@...&lt;/a&gt; changed:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;What &amp;nbsp; &amp;nbsp;|Removed &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |Added
&lt;br&gt;----------------------------------------------------------------------------
&lt;br&gt;&amp;nbsp; &amp;nbsp;Target Milestone|--- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |1.6.3
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------- Comment #1 from &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19262190&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;maksim.lin@...&lt;/a&gt; &amp;nbsp;2008-09-02 01:39 -------
&lt;br&gt;Would be nice to get some feedback if this is really a bug or otherwise should
&lt;br&gt;be documented as a expected behaviour?
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;http://helma.org/bugs/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://helma.org/bugs/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug, or are watching the assignee.
&lt;br&gt;_______________________________________________
&lt;br&gt;Helma-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19262190&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Helma-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://helma.org/mailman/listinfo/helma-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://helma.org/mailman/listinfo/helma-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-Bug-627--New%3A-Inner-functions-in-actions-are-implicitly-async-tp17771545p19262190.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19262178</id>
	<title>[Bug 626] Function definition does not overwrite variable definition</title>
	<published>2008-09-01T16:37:34Z</published>
	<updated>2008-09-01T16:37:34Z</updated>
	<author>
		<name>Bugzilla from bugzilla-daemon@helma.at</name>
	</author>
	<content type="html">&lt;a href=&quot;http://helma.org/bugs/show_bug.cgi?id=626&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://helma.org/bugs/show_bug.cgi?id=626&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19262178&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;maksim.lin@...&lt;/a&gt; changed:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;What &amp;nbsp; &amp;nbsp;|Removed &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |Added
&lt;br&gt;----------------------------------------------------------------------------
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Status|NEW &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |RESOLVED
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Resolution| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|FIXED
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------- Comment #1 from &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19262178&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;maksim.lin@...&lt;/a&gt; &amp;nbsp;2008-09-02 01:37 -------
&lt;br&gt;This looks like its due to the differences between function declarations and
&lt;br&gt;function expressions.
&lt;br&gt;&lt;br&gt;Perhaps this (about half way down the page) sheds some more light:
&lt;br&gt;&lt;a href=&quot;http://developer.mozilla.org/En/Core_JavaScript_1.5_Reference:Functions#Function_constructor_vs._function_declaration_vs._function_expression&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://developer.mozilla.org/En/Core_JavaScript_1.5_Reference:Functions#Function_constructor_vs._function_declaration_vs._function_expression&lt;/a&gt;&lt;br&gt;&lt;br&gt;So I think why this happens is that the function declaration:
&lt;br&gt;function foo() {
&lt;br&gt;&amp;nbsp; &amp;nbsp;return &amp;quot;This is: function foo()&amp;quot;;
&lt;br&gt;}
&lt;br&gt;&lt;br&gt;happens when the script is parsed while the function expression:
&lt;br&gt;var foo = function() {
&lt;br&gt;&amp;nbsp; &amp;nbsp;return &amp;quot;This is: var foo = function()&amp;quot;;
&lt;br&gt;}
&lt;br&gt;&lt;br&gt;happens *afterward* when the script *runs* hence the assignment of the function
&lt;br&gt;to the variable foo happens after the function declaration which named the
&lt;br&gt;function &amp;quot;foo&amp;quot; in the global scope.
&lt;br&gt;&lt;br&gt;Tricky stuff!!!!!!!
&lt;br&gt;I would never have thought of this with out looking it up myself
&lt;br&gt;&lt;br&gt;Another good explanation can be found in:
&lt;br&gt;&lt;a href=&quot;http://www.jibbering.com/faq/faq_notes/closures.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.jibbering.com/faq/faq_notes/closures.html&lt;/a&gt;&lt;br&gt;(the relevant section is: &amp;quot;Identifier Resolution, Execution Contexts and Scope
&lt;br&gt;Chains&amp;quot; and the subsection &amp;quot;The Execution Context&amp;quot;.
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;http://helma.org/bugs/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://helma.org/bugs/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug, or are watching the assignee.
&lt;br&gt;_______________________________________________
&lt;br&gt;Helma-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19262178&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Helma-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://helma.org/mailman/listinfo/helma-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://helma.org/mailman/listinfo/helma-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-Bug-626--New%3A-Function-definition-does-not-overwrite-variable-definition-tp17644058p19262178.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19262002</id>
	<title>[Bug 624] cannot directly store getOrderedView collections in app.data</title>
	<published>2008-09-01T16:15:44Z</published>
	<updated>2008-09-01T16:15:44Z</updated>
	<author>
		<name>Bugzilla from bugzilla-daemon@helma.at</name>
	</author>
	<content type="html">&lt;a href=&quot;http://helma.org/bugs/show_bug.cgi?id=624&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://helma.org/bugs/show_bug.cgi?id=624&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19262002&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;maksim.lin@...&lt;/a&gt; changed:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;What &amp;nbsp; &amp;nbsp;|Removed &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |Added
&lt;br&gt;----------------------------------------------------------------------------
&lt;br&gt;&amp;nbsp; &amp;nbsp;Target Milestone|--- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |1.6.3
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------- Comment #1 from &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19262002&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;maksim.lin@...&lt;/a&gt; &amp;nbsp;2008-09-02 01:15 -------
&lt;br&gt;I think this is again an example of how the difference in they away
&lt;br&gt;getOrderedView operates to normal collections that can trip people up.
&lt;br&gt;So I think this is another flag for fixing getOrderedView to return normal
&lt;br&gt;HopObject collections.
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;http://helma.org/bugs/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://helma.org/bugs/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug, or are watching the assignee.
&lt;br&gt;_______________________________________________
&lt;br&gt;Helma-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19262002&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Helma-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://helma.org/mailman/listinfo/helma-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://helma.org/mailman/listinfo/helma-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-Bug-624--New%3A-cannot-directly-store-getOrderedView-collections-in-app.data-tp17095746p19262002.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19261977</id>
	<title>[Bug 623] hop.get(name) doesn't use cache</title>
	<published>2008-09-01T16:12:46Z</published>
	<updated>2008-09-01T16:12:46Z</updated>
	<author>
		<name>Bugzilla from bugzilla-daemon@helma.at</name>
	</author>
	<content type="html">&lt;a href=&quot;http://helma.org/bugs/show_bug.cgi?id=623&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://helma.org/bugs/show_bug.cgi?id=623&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19261977&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;maksim.lin@...&lt;/a&gt; changed:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;What &amp;nbsp; &amp;nbsp;|Removed &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |Added
&lt;br&gt;----------------------------------------------------------------------------
&lt;br&gt;&amp;nbsp; &amp;nbsp;Target Milestone|--- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |1.6.3
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------- Comment #2 from &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19261977&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;maksim.lin@...&lt;/a&gt; &amp;nbsp;2008-09-02 01:12 -------
&lt;br&gt;I think the reason is that Helma doesnt keep the kind of index by accessname
&lt;br&gt;that your example code creates and instead still indexes on the in the _id
&lt;br&gt;proeprty, no matter what accessname property is set for a collection. 
&lt;br&gt;In my opinion it should and I think it would be a fairly small code change to
&lt;br&gt;fix this.
&lt;br&gt;It would be great to get this fixed soon, so I'm marking this for 1.6.3 and
&lt;br&gt;will try to submit a patch for this soon.
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;http://helma.org/bugs/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://helma.org/bugs/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug, or are watching the assignee.
&lt;br&gt;_______________________________________________
&lt;br&gt;Helma-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19261977&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Helma-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://helma.org/mailman/listinfo/helma-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://helma.org/mailman/listinfo/helma-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-Bug-623--New%3A-hop.get%28name%29-doesn%27t-use-cache-tp17062678p19261977.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19261975</id>
	<title>[Bug 623] hop.get(name) doesn't use cache</title>
	<published>2008-09-01T16:12:25Z</published>
	<updated>2008-09-01T16:12:25Z</updated>
	<author>
		<name>Bugzilla from bugzilla-daemon@helma.at</name>
	</author>
	<content type="html">&lt;a href=&quot;http://helma.org/bugs/show_bug.cgi?id=623&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://helma.org/bugs/show_bug.cgi?id=623&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------- Comment #1 from &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19261975&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;maksim.lin@...&lt;/a&gt; &amp;nbsp;2008-09-02 01:12 -------
&lt;br&gt;I think the reason is that Helma doesnt keep the kind of index by accessname
&lt;br&gt;that your example code creates and instead still indexes on the in the _id
&lt;br&gt;proeprty, no matter what accessname property is set for a collection. 
&lt;br&gt;In my opinion it should and I think it would be a fairly small code change to
&lt;br&gt;fix this.
&lt;br&gt;It would be great to get this fixed soon, so I'm marking this for 1.6.3 and
&lt;br&gt;will try to submit a patch for this soon.
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;http://helma.org/bugs/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://helma.org/bugs/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug, or are watching the assignee.
&lt;br&gt;_______________________________________________
&lt;br&gt;Helma-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19261975&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Helma-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://helma.org/mailman/listinfo/helma-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://helma.org/mailman/listinfo/helma-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-Bug-623--New%3A-hop.get%28name%29-doesn%27t-use-cache-tp17062678p19261975.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19261933</id>
	<title>[Bug 599] HopObject.getById should return transient nodes as well</title>
	<published>2008-09-01T16:06:29Z</published>
	<updated>2008-09-01T16:06:29Z</updated>
	<author>
		<name>Bugzilla from bugzilla-daemon@helma.at</name>
	</author>
	<content type="html">&lt;a href=&quot;http://helma.org/bugs/show_bug.cgi?id=599&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://helma.org/bugs/show_bug.cgi?id=599&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------- Comment #1 from &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19261933&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;maksim.lin@...&lt;/a&gt; &amp;nbsp;2008-09-02 01:06 -------
&lt;br&gt;Yes helma does assign a &amp;quot;temporary&amp;quot; id to every newly created HobPobject. 
&lt;br&gt;You can access these via the std _id property on the transient object. All
&lt;br&gt;transient HopObject IDs start with &amp;quot;t&amp;quot;, as in: t9876.
&lt;br&gt;I don't see any reason why transient objects should also not be accessible via
&lt;br&gt;their transient IDs.
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;http://helma.org/bugs/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://helma.org/bugs/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug, or are watching the assignee.
&lt;br&gt;_______________________________________________
&lt;br&gt;Helma-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19261933&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Helma-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://helma.org/mailman/listinfo/helma-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://helma.org/mailman/listinfo/helma-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-Bug-599--New%3A-HopObject.getById-should-return-transient-nodes-as-well-tp15330027p19261933.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19250650</id>
	<title>[Bug 514] HopObjects and __defineGetter__ / __defineSetter__</title>
	<published>2008-09-01T01:15:10Z</published>
	<updated>2008-09-01T01:15:10Z</updated>
	<author>
		<name>Bugzilla from bugzilla-daemon@helma.at</name>
	</author>
	<content type="html">&lt;a href=&quot;http://helma.org/bugs/show_bug.cgi?id=514&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://helma.org/bugs/show_bug.cgi?id=514&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19250650&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;interface@...&lt;/a&gt; changed:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;What &amp;nbsp; &amp;nbsp;|Removed &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |Added
&lt;br&gt;----------------------------------------------------------------------------
&lt;br&gt;&amp;nbsp; &amp;nbsp;Target Milestone|--- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |1.6.3
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;http://helma.org/bugs/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://helma.org/bugs/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug, or are watching the assignee.
&lt;br&gt;_______________________________________________
&lt;br&gt;Helma-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19250650&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Helma-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://helma.org/mailman/listinfo/helma-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://helma.org/mailman/listinfo/helma-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-Bug-514--New%3A-HopObjects-and-__defineGetter__---__defineSetter__-tp10303000p19250650.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19250587</id>
	<title>[Bug 634] provide access to the active skin state</title>
	<published>2008-09-01T01:08:45Z</published>
	<updated>2008-09-01T01:08:45Z</updated>
	<author>
		<name>Bugzilla from bugzilla-daemon@helma.at</name>
	</author>
	<content type="html">&lt;a href=&quot;http://helma.org/bugs/show_bug.cgi?id=634&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://helma.org/bugs/show_bug.cgi?id=634&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19250587&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;interface@...&lt;/a&gt; changed:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;What &amp;nbsp; &amp;nbsp;|Removed &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |Added
&lt;br&gt;----------------------------------------------------------------------------
&lt;br&gt;&amp;nbsp; &amp;nbsp;Target Milestone|--- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |1.6.3
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;http://helma.org/bugs/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://helma.org/bugs/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug, or are watching the assignee.
&lt;br&gt;_______________________________________________
&lt;br&gt;Helma-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19250587&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Helma-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://helma.org/mailman/listinfo/helma-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://helma.org/mailman/listinfo/helma-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-Bug-634--New%3A-provide-access-to-the-active-skin-state-tp18861063p19250587.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19250586</id>
	<title>[Bug 616] Problem with accessing mountpoint methods from another application</title>
	<published>2008-09-01T01:06:36Z</published>
	<updated>2008-09-01T01:06:36Z</updated>
	<author>
		<name>Bugzilla from bugzilla-daemon@helma.at</name>
	</author>
	<content type="html">&lt;a href=&quot;http://helma.org/bugs/show_bug.cgi?id=616&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://helma.org/bugs/show_bug.cgi?id=616&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19250586&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;interface@...&lt;/a&gt; changed:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;What &amp;nbsp; &amp;nbsp;|Removed &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |Added
&lt;br&gt;----------------------------------------------------------------------------
&lt;br&gt;&amp;nbsp; &amp;nbsp;Target Milestone|--- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |1.6.3
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;http://helma.org/bugs/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://helma.org/bugs/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug, or are watching the assignee.
&lt;br&gt;_______________________________________________
&lt;br&gt;Helma-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19250586&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Helma-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://helma.org/mailman/listinfo/helma-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://helma.org/mailman/listinfo/helma-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-Bug-616--New%3A-Problem-with-accessing-mountpoint-methods-from-another-application-tp16654414p19250586.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19250496</id>
	<title>[Bug 445] named collection wird nicht aktualisiert</title>
	<published>2008-09-01T01:02:53Z</published>
	<updated>2008-09-01T01:02:53Z</updated>
	<author>
		<name>Bugzilla from bugzilla-daemon@helma.at</name>
	</author>
	<content type="html">&lt;a href=&quot;http://helma.org/bugs/show_bug.cgi?id=445&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://helma.org/bugs/show_bug.cgi?id=445&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19250496&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;interface@...&lt;/a&gt; changed:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;What &amp;nbsp; &amp;nbsp;|Removed &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |Added
&lt;br&gt;----------------------------------------------------------------------------
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Version|CVS trunk &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |1.6.3
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------- Comment #3 from &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19250496&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;interface@...&lt;/a&gt; &amp;nbsp;2008-09-01 10:02 -------
&lt;br&gt;(Note to self: is this still an issue in Helma 1.6.2?)
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;http://helma.org/bugs/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://helma.org/bugs/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug, or are watching the assignee.
&lt;br&gt;_______________________________________________
&lt;br&gt;Helma-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19250496&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Helma-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://helma.org/mailman/listinfo/helma-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://helma.org/mailman/listinfo/helma-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-Bug-445--named-collection-wird-nicht-aktualisiert-tp19250496p19250496.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19250422</id>
	<title>[Bug 398] Bugs with high priority</title>
	<published>2008-09-01T00:56:40Z</published>
	<updated>2008-09-01T00:56:40Z</updated>
	<author>
		<name>Bugzilla from bugzilla-daemon@helma.at</name>
	</author>
	<content type="html">&lt;a href=&quot;http://helma.org/bugs/show_bug.cgi?id=398&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://helma.org/bugs/show_bug.cgi?id=398&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19250422&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;interface@...&lt;/a&gt; changed:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;What &amp;nbsp; &amp;nbsp;|Removed &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |Added
&lt;br&gt;----------------------------------------------------------------------------
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Status|NEW &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |RESOLVED
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Resolution| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|FIXED
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------- Comment #2 from &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19250422&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;interface@...&lt;/a&gt; &amp;nbsp;2008-09-01 09:56 -------
&lt;br&gt;Closing this bug since all dependent bugs of this tracker have been fixed.
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;http://helma.org/bugs/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://helma.org/bugs/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug, or are watching the assignee.
&lt;br&gt;_______________________________________________
&lt;br&gt;Helma-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19250422&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Helma-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://helma.org/mailman/listinfo/helma-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://helma.org/mailman/listinfo/helma-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-Bug-398--Bugs-with-high-priority-tp19250422p19250422.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19250405</id>
	<title>[Bug 532] HopObject.getOrderedView() should use SQL instead of property names</title>
	<published>2008-09-01T00:54:38Z</published>
	<updated>2008-09-01T00:54:38Z</updated>
	<author>
		<name>Bugzilla from bugzilla-daemon@helma.at</name>
	</author>
	<content type="html">&lt;a href=&quot;http://helma.org/bugs/show_bug.cgi?id=532&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://helma.org/bugs/show_bug.cgi?id=532&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19250405&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;interface@...&lt;/a&gt; changed:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;What &amp;nbsp; &amp;nbsp;|Removed &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |Added
&lt;br&gt;----------------------------------------------------------------------------
&lt;br&gt;&amp;nbsp; &amp;nbsp;Target Milestone|--- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |1.7.0
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;http://helma.org/bugs/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://helma.org/bugs/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug, or are watching the assignee.
&lt;br&gt;_______________________________________________
&lt;br&gt;Helma-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19250405&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Helma-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://helma.org/mailman/listinfo/helma-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://helma.org/mailman/listinfo/helma-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-Bug-532--New%3A-HopObject.getOrderedView%28%29-should-use-SQL-instead-of-property-names-tp11722152p19250405.html" />
</entry>

</feed>
