erw-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Erw-devel] New beta & updated licensing scheme


From: erw-devel
Subject: Re: [Erw-devel] New beta & updated licensing scheme
Date: Thu, 25 Sep 2003 01:27:10 +1000

On Wednesday 24 September 2003 19:57, you wrote:
> A new beta. I wanted it to go out because it contains a much-needed

Hi,

I've just installed 0.9.9b3 & noticed a change that is missing from 
ERW-0.9.9b3/CHANGES. The directory erl/ has been renamed dtd/ hence the 
ERW_DTD_DIR variable needs changing when upgrading from a previous version.

I have noticed a bug in the form customisation in v0.9.9b2, i didn't report 
it quick enough and now it's in 0.9.9b3 too. When using ertool 
--default-forms, ertool --forms this hidden field (see below) doesn't appear 
in project.erf or project.php, but when opening the customised form the 
hidden field is displayed at the bottom of the form. The hidden field is 
correctly not displayed when using the normal erw form without form 
customisation. 
<ent id="project" label="Project" owner="true">
  ...
  <attr id="modifydate" label="Modify Date" type="date" hidden="true" /> 
</ent>

And a minor patch for ERW.php
in printForm(), with $type case "a":  when readOnly is true the html DIV tag 
wouldn't have been closed.
3611c3611,3612
<                                       if (!$readOnly) print "<P 
CLASS=layout><IFRAME ID=\"u$name\" WIDTH=300 HEIGHT=$_ERW_uploadFrameHeight SR
C=\"upload.php?name=$name;id=u$name\"></IFRAME></DIV>\n";
---
>                                       if (!$readOnly) print "<P 
CLASS=layout><IFRAME ID=\"u$name\" WIDTH=300 HEIGHT=$_ERW_uploadFrameHeight SR
C=\"upload.php?name=$name;id=u$name\"></IFRAME>";
>                                       print "</DIV>\n";

Appreciating your work towards the 1.0,
- Jason.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]