Apparently, I forgot patching the html_schedule_attributes and
html_planner_attributes. See attachment for new patch.
On Tue, 2005-07-26 at 09:59 -0400, Sean Schofield wrote:
> Jurgen,
>
> Thanks for the contribution. I tried applying your patch but its got
> a bunch of directory info related to your local path. Can you create
> a new patch from your myfaces dir so I don't have to edit it? I fixed
> your examples patch manually but the sandbox one is longer.
>
> sean
>
> On 7/26/05, Jurgen Lust <[EMAIL PROTECTED]> wrote:
> > Hi,
> >
> > I've made some modifications/bug fixes to the x:schedule component. See
> > attachment for patches.
> >
> > 1. I reenabled the tooltip support in the schedule and planner
> > components. Dan Allen, the author of the domTT javascript library,
> > changed the license of domTT to Apache License 2.0, allowing us to
> > include it in MyFaces.
> > 2. fixed bug in SimpleScheduleModel: every day was set to a holiday.
> > 3. during the adaptation of the component to the myfaces codebase, a
> > dependency on the commons lang library was removed. This introduced a
> > bug in the ScheduleEntryComparator, resulting in an incorrect layout of
> > overlapping schedule entries in the day and workweek views. This has now
> > been fixed.
> > 4. I tried the codeconventions4eclipse.xml :-)
> >
> >
> > Regards,
> >
> > Jurgen Lust
> >
> >
> >
> >
> >
Index: sandbox/tld/entities/html_schedule_attributes.xml
===================================================================
--- sandbox/tld/entities/html_schedule_attributes.xml (revision 225313)
+++ sandbox/tld/entities/html_schedule_attributes.xml (working copy)
@@ -22,12 +22,10 @@
<rtexprvalue>false</rtexprvalue>
<type>Boolean</type>
</attribute>
- <!--
<attribute>
<name>tooltip</name>
<required>false</required>
<rtexprvalue>false</rtexprvalue>
<type>Boolean</type>
</attribute>
- -->
Index: sandbox/tld/entities/html_planner_attributes.xml
===================================================================
--- sandbox/tld/entities/html_planner_attributes.xml (revision 225313)
+++ sandbox/tld/entities/html_planner_attributes.xml (working copy)
@@ -16,14 +16,12 @@
<rtexprvalue>false</rtexprvalue>
<type>Boolean</type>
</attribute>
- <!--
<attribute>
<name>tooltip</name>
<required>false</required>
<rtexprvalue>false</rtexprvalue>
<type>Boolean</type>
</attribute>
- -->
<attribute>
<name>value</name>
<required>true</required>